Commit Graph

90 Commits

Author SHA1 Message Date
2d45ed51ea Remove unused ReadOnlyModeObserver
Change-Id: I572aea574eeba411441559e538d2438de12e9581
2012-10-06 09:23:38 +02:00
fb42827f32 - fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)
Change-Id: Ifd45a289a5a7b0cb87100e1ff3854ec72143019c
Reviewed-on: https://gerrit.libreoffice.org/526
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
2012-09-14 14:36:14 +00:00
8eeddcdbb5 fdo#35973: XConfigurationController:
Remove that horrible IsDisposing method, much easier to just put the
call to SaveResourceState into the disposing() handler that is called
anyway (well, should be called now, previously the ResourceManager
wasn't registered...))

Change-Id: Ia81f6bf47602b195c0326f2151393542f5f8b9ec
2012-07-27 15:18:12 +02:00
61679f9b7a fd0#35973 - [EasyHack] Remember the state of the sidebar pane in Impress
Change-Id: Ie287bc1c545bd8986ee3509181c878bdcd0d1942
2012-07-26 21:38:47 +02:00
bf5115328e removed unnecessary forward declarations of class
except
* sd::ViewTabBar moved to ViewShellBase.hxx
* sd::TemplateEntry moved to AllMasterPageSelector.hxx

Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3
2012-06-29 22:47:10 +09:00
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
0fcd1a73f0 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update code to use factory method URLTransformer::create

Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:53:34 +02:00
5aa0bc7b9a More RTL_CONSTASCII_USTRINGPARAM removals 2012-04-13 20:47:56 -03:00
45413e32fe Removal VERBOSE 2012-04-05 15:24:05 +01:00
5845c5b6ec Removed unnecessary tools/link.hxx includes. 2012-01-06 23:55:50 +01:00
2a71139535 remove include of pch header from sd 2011-11-27 13:20:56 -06:00
66d882b3c8 Use rtl::OUStringHash. 2011-08-04 21:35:57 -04:00
3f8677fc6f gbuildize sd 2011-04-21 20:56:05 +02:00
fafdd0a6fd drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:16 +01:00
219458b0d7 Merge commit 'ooo/DEV300_m103'
Conflicts:
	sd/source/ui/toolpanel/TaskPaneFocusManager.cxx
	slideshow/source/engine/debug.cxx
	slideshow/source/engine/transitions/randomwipe.cxx
2011-03-23 16:59:19 +01:00
c61cd1a5a2 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 20:06:58 +01:00
973d2ca14b CWS-TOOLING: integrate CWS impress195 2011-02-28 17:12:48 +01:00
8851524e49 Migrating to boost unordered containers 2011-02-05 21:40:28 +01:00
37806a5199 Remove old RCS lines. 2011-01-21 14:49:25 +01:00
23951d3a0d removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE 2011-01-17 13:26:54 +01:00
3d6bed44c8 removetooltypes01: #i112600# Remove tools types from sd 2011-01-17 11:41:00 +01:00
1645ea4b42 RTL_CONSTASCII_USTRINGPARAM macro 2010-11-02 21:10:06 +00:00
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01:00
80b0861510 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:43 +02:00
8ca15ae5a4 more removed include guards using fixguard.py 2010-10-05 18:20:55 +02:00
8e7505f5f5 remove include guards using fixguard.py 2010-10-05 18:20:54 +02:00
c8125819e1 impress195: #i113720# Break cyclic dependency between DrawController and ModuleController. 2010-08-09 15:34:32 +02:00
defcfcf416 cws impress190: rebase m82 2010-06-14 18:49:32 +02:00
47b5ec4b0b CWS-TOOLING: integrate CWS slidecopy 2010-06-04 11:07:35 +02:00
f884576207 slidecopy: merge after copying in CWS renaissance2 2010-06-03 18:53:52 +02:00
58dd850178 #i89450# removed unused code 2010-05-05 17:39:48 +02:00
a7df737242 fixed unix warnings 2010-04-13 12:10:03 +02:00
9c32c9129e slidecopy: merge CWS wth MWS-m76 2010-04-09 09:37:17 +02:00
32feee9136 slidecopy: use DBG_UNHANDLED_EXCEPTION instead of OSL_ASSERT, as the former will also print you the exception type and message 2010-03-18 14:37:10 +01:00
7f2bd81581 slidecopy: removed the old TaskPane implementation, now completely superseded by the new one
carrying both implementations was only temporary, to be able to easily compare both.
The new implementation still has not A11Y API implementation, that's on the TODO list.
2010-03-17 10:48:49 +01:00
f391eb8768 slidecopy: initial version of a "Tool Panel"
At the moment, this implementation is parallel to the existing TaskPane implementation, but on the medium term, it is
intended to replace it. No change in functionality is planned for the moment, just the panel selection is done via
a tab bar, instead of the the "jumping drawers".
Pending tasks (as known so far):
- Accessibility. No implementation at all, yet.
- showing/hiding tool panels from the "View" drop down menu
- connection to the resource framework. At the moment, de/activating panels completely bypasses the resource
  framework.
- alternative implementation of the PanelDeckLayouter which mimics the old design. To be activated by default, for
  the moment.
- removal of the (old, by then) TaskPane implementation. Care needs to be taken that the framework API stays
  unchanged, i.e., the current ToolPanel resource must be renamed back to RightPane when RightPane is not
  occupied anymore by the old implementation. Same for other resource names.
2010-03-15 13:53:19 +01:00
9e19ff00c7 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
a55dbbd5cc INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED
2008/04/09 16:07:18 rt 1.2.4.1: #i87884# Change license header to LPGL v3.
2008-04-11 08:52:41 +00:00
a5fb291a53 INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED
2008/04/01 15:34:28 thb 1.2.234.3: #i85898# Stripping all external header guards
2008/04/01 12:38:49 thb 1.2.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:17:24 +00:00
efb7c0545b INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED
2008/04/01 15:34:28 thb 1.2.234.3: #i85898# Stripping all external header guards
2008/04/01 12:38:49 thb 1.2.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:15:08 +00:00
2706a8f854 INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED
2008/04/01 12:38:49 thb 1.2.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:14:59 +00:00
f05edbf789 INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED
2008/04/01 15:34:27 thb 1.2.234.3: #i85898# Stripping all external header guards
2008/04/01 12:38:48 thb 1.2.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:01 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:14:26 +00:00
e529381b6b INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED
2008/03/31 13:58:02 rt 1.3.60.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:12:58 +00:00
7bea114974 INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED
2008/04/01 12:38:49 thb 1.3.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:02 rt 1.3.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:12:33 +00:00
1627ce739e INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED
2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:12:11 +00:00
acc33817b4 INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED
2008/04/01 12:38:49 thb 1.2.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:11:30 +00:00
7b6da49470 INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED
2008/03/31 13:58:02 rt 1.2.62.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:11:15 +00:00
fe0726dbb0 INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED
2008/04/01 15:34:28 thb 1.2.234.3: #i85898# Stripping all external header guards
2008/04/01 12:38:48 thb 1.2.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:10:40 +00:00
8a628eb284 INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED
2008/04/01 12:38:48 thb 1.3.234.2: #i85898# Stripping all external header guards
2008/03/31 13:58:02 rt 1.3.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:10:22 +00:00
bb76eb424d INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED
2008/03/31 13:58:01 rt 1.2.234.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:09:11 +00:00