Commit graph

8946 commits

Author SHA1 Message Date
Frank Schoenheit [fs]
23ab0b9a03 slidecopy: make compile on unxlngi6 2010-03-23 10:44:01 +01:00
Frank Schoenheit [fs]
644a203f68 slidecopy: removed the remaints of the old task panel implementation - in particular, creating tool panels as non-roots of a control tree is not needed anymore by now 2010-03-22 13:19:00 +01:00
Frank Schoenheit [fs]
35ce77a82b slidecopy: allow custom tool panels in the task pane to be implemented as extensions 2010-03-22 12:09:10 +01:00
Christian Lippka
9ed58bc68a Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars 2010-03-21 20:01:33 +01:00
Frank Schoenheit [fs]
0dec5536c5 slidecopy: XResourceFactory::createResource now allows to raise IllegalArgument/WrappedTargetException 2010-03-19 11:16:52 +01:00
Frank Schoenheit [fs]
1644d80f7a slidecopy: reworked the ToolPanelDeck to have a dedicated anchor window for the panel's windows. This will ease some later changes 2010-03-19 10:28:04 +01:00
Frank Schoenheit [fs]
cd3ef5819c slidecopy: initial implementation for custom tool panels
The idea is to allow third-party components to plug additional tool panels into the task pane,
by using the drawing framework (http://wiki.services.openoffice.org/wiki/Drawing_framework).

This first step is not finished at all, it just adds a configuration scheme/data for such
custom tool panels, and implements basic functionality in the ToolPanelDeck to respect this
config data. Additionally, the first version of an example extension for a custom tool panel
is implemented in sd/workben/custompanel.

Still, except showing a drawer in the tool panel deck, representing the custom panel, nothing
works. More to come :)
2010-03-18 15:25:13 +01:00
Frank Schoenheit [fs]
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
Frank Schoenheit [fs]
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
Frank Schoenheit [fs]
e966bf219e slidecopy: keyboard accessibility for the ToolPanelDrawer implementation 2010-03-17 09:21:56 +01:00
Frank Schoenheit [fs]
d6cc951ebb slidecopy: add a IDeckLayouter implementation which mimics the old task panel look/behavior. In non-release builds, allow to switch between this old and the new (not yet polished) tab layout via the task pane's menu 2010-03-16 23:44:33 +01:00
Frank Schoenheit [fs]
f4e9c47ce8 slidecopy: display the name of the active panel in the tool panel window's title control 2010-03-16 13:36:45 +01:00
Frank Schoenheit [fs]
c2297610c5 slidecopy: de/activate panels via the drawing framework
Instead of simply letting svtool's ToolPanelDeck decide on panel activation, requests are re-routed through
the view's ConfigurationController. So, clicking onto a tab just requests the activation of the respective
resource, which in turn - when the requested configuration becomes the active configuration - will activate
the ToolPanel.
2010-03-16 13:36:35 +01:00
Christian Lippka
504fa5b583 fixing build error 2010-03-16 09:18:10 +01:00
Frank Schoenheit [fs]
263bcb1a8f slidecopy: showing and hiding of panels in the new ToolPanel implementation 2010-03-15 15:54:52 +01:00
Frank Schoenheit [fs]
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
Christian Lippka
1c858f73a9 renaissance2: merge to m73 2010-03-12 20:13:16 +01:00
David Tardon
4a8e9c4d08 dtardon02: #i108503# #i108505# #i108507# #i108508# #i110035# clean up makefiles and #includes 2010-03-12 13:16:09 +01:00
Vladimir Glazunov
5c37cad1cd #i108917# fixed confusing behaviour of context menu and meta drop down menu in impress comments window - transplanted from 263351@impresscomments1 2010-03-24 15:36:04 +01:00
Christian Lippka
9b03159e70 moved toolbarmenu to svtools and reworked to non sfx2 code 2010-03-11 18:18:08 +01:00
David Tardon
b6f0318bda dtardon02: #i108505# remove empty files in sd 2010-03-11 07:45:36 +01:00
Christian Lippka
c578d22316 rebase to m73 2010-03-09 16:44:38 +01:00
Christian Lippka
007870b295 #i109210# set backgrounds to all master if user choose so 2010-03-09 15:30:04 +01:00
Christian Lippka
7531716e6f enable toolbar menu cursor traveling without focus 2010-03-05 10:49:41 +01:00
Christian Lippka
2caeda091a #i109713# applied patch to fix missing initialized member variable 2010-03-01 19:08:10 +01:00
Thomas Lange [tl]
00bcd5f6fb cws tl74: merge with DEV300_m72 2010-02-26 08:13:29 +01:00
Christian Lippka
55525d4462 more fixes for new presentation layout shapes 2010-02-25 18:04:05 +01:00
sb
13ae9dea8a sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
Christian Lippka
8ebd9d44d4 unix build fixes 2010-02-24 13:01:59 +01:00
Christian Lippka
1294294cc6 presentation placeholder rework 2010-02-23 00:23:09 +01:00
Vladimir Glazunov
bcdb702df7 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01:00
Christian Lippka
50ca0f989c #i109010# fix view comment settings 2010-02-15 16:09:39 +01:00
Vladimir Glazunov
e7fd3a40ed CWS-TOOLING: integrate CWS autorecovery 2010-03-23 11:58:14 +01:00
Armin Le Grand
c7ea93ac73 aw079: rebase to m75 2010-03-18 18:44:00 +01:00
Frank Schoenheit [fs]
2ee0a0a806 autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore. 2010-03-11 11:26:05 +01:00
Jens-Heiner Rechtien
e095da0ff0 changefileheader2: #i10000#: convert files with CR/LF characters to CR only 2010-02-12 16:56:44 +01:00
Jens-Heiner Rechtien
41578d9fd1 #i10000#: remove obsolete empty files; trim duplicated header content 2010-02-12 15:34:51 +01:00
Jens-Heiner Rechtien
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
Thomas Lange [tl]
8271450d60 cws tl74: merge 2010-02-12 13:57:35 +01:00
Armin Le Grand
c44386b26b aw079 #i99386# cleanup of define and last change from CL 2010-02-11 17:35:16 +01:00
Christian Lippka
9a0e6f1451 some placeholder bitmap finetuning 2010-02-10 15:20:01 +01:00
Christian Lippka
65bbc166f9 fixing tables&diagram as placeholders 2010-02-09 18:14:49 +01:00
Armin Le Grand
60529f64bb aw069 changes after resync to m71# 2010-02-09 12:13:51 +01:00
Armin Le Grand
86cabb65ec aw079 #i99386# finer granular changes for MPBGO removal 2010-02-09 11:33:08 +01:00
Christian Lippka
01bde4a686 fixed replacing of presentation images 2010-02-08 18:01:46 +01:00
Christian Lippka
9cdf1ed184 fixed build errors on unix systems 2010-02-08 13:05:08 +01:00
sb
42ddf8a346 sb118: merged in DEV300_m71 2010-02-08 09:18:14 +01:00
Mathias Bauer
1d4717f0d6 cws svxsplit: some corrections after merge 2010-02-05 00:10:48 +01:00
Philipp Lohmann [pl]
58e46eace4 merge with DEV300_m71 2010-02-04 18:25:45 +01:00
Mathias Bauer
024d7f23b4 CWS svxsplit: merge with m71 2010-02-04 17:59:58 +01:00
Frank Schoenheit [fs]
c96b2fdb50 autorecovery: commit resolved merge (after rebase to m71) 2010-02-04 10:38:39 +01:00
Christian Lippka
d4f82c8399 hg resync m70 2010-02-03 00:08:22 +01:00
Mathias Bauer
08c5eaf360 #i107450#: some fixes for problems found in CAT0 test 2010-02-02 23:59:20 +01:00
Christian Lippka
e3642c3f42 work on setautolayout 2010-02-02 16:46:05 +01:00
Philipp Lohmann [pl]
45603c86a4 ppp02: #i108824# string changes 2010-02-02 13:41:44 +01:00
Philipp Lohmann [pl]
38c05fe0a6 ppp02: #i108824# string updates 2010-02-02 11:22:51 +01:00
Ivo Hinkelmann
02f1b698fe #i10000# removed ifdef 2010-02-01 15:41:57 +01:00
Ivo Hinkelmann
7db24fbf87 CWS-TOOLING: integrate CWS eraser01 2010-01-29 14:38:09 +01:00
Frank Schoenheit [fs]
d045a9760d slidecopy: oops, missed those occurrences of ToolPanelChildWindow (which is dead by now) in the previous commit 2010-03-12 11:07:18 +01:00
Frank Schoenheit [fs]
ff855671c4 slidecopy: removed unused artifact (referring the currently-unused SID_TOOLPANEL) 2010-03-12 09:37:32 +01:00
Frank Schoenheit [fs]
d9f875f2a1 slidecopy: unused file, just adding noise to my grep results. Removed. 2010-03-11 10:15:31 +01:00
Frank Schoenheit [fs]
3db2c83185 slidecopy: OSL_TRACE doesn't need a trainling line feed nowadays, this just adds noise to the debug output. Removed. 2010-03-11 10:01:29 +01:00
Armin Le Grand
c89b3d923e aw079: #i99147# corrected diverse aspects of invisible object visualisation and interaction 2010-01-28 17:21:44 +01:00
thb
84ed0f6992 eraser01: merge with DEV300 m70 2010-01-28 12:49:43 +01:00
Ivo Hinkelmann
bdf06223c6 CWS-TOOLING: integrate CWS cmcfixes69 2010-01-27 16:26:13 +01:00
Ivo Hinkelmann
62853b8567 CWS-TOOLING: integrate CWS swunolocking1 2010-01-27 15:02:23 +01:00
Armin Le Grand
6ecc93369b aw079: #i99147# attribute rework and others 2010-01-27 11:51:56 +01:00
Christian Lippka
33b29ea230 re added removed placeholder images 2010-01-26 18:39:33 +01:00
Ivo Hinkelmann
47469c389b CWS-TOOLING: integrate CWS impress181 2010-01-26 16:17:30 +01:00
Michael Stahl
5ac6b5f17a merge DEV300_m70 2010-01-26 14:45:09 +01:00
Mathias Bauer
9abfbb89df #i107450#: make code more explicit to avoid mistakes 2010-01-22 18:23:36 +01:00
Christian Lippka
de4d52bd55 added new toolbar controler for insert page 2010-01-21 18:32:05 +01:00
Mathias Bauer
fd4ed9e4e8 #i107450#: a small include fix after resync 2010-01-21 17:54:22 +01:00
Mathias Bauer
a934a163b5 resync to DEV300_m70 2010-01-21 13:49:22 +01:00
sb
6fc142c2e5 sb118: merged in DEV300_m70 2010-01-21 12:06:31 +01:00
Christian Lippka
c5cf21811d added vertical layouts again 2010-01-19 18:28:50 +01:00
Christian Lippka
502398fcb5 allow vcl::DockManager popup with ToolbarMenu class for a nicer look 2010-01-17 18:25:26 +01:00
Kurt Zenker
5c2d284b0f CWS-TOOLING: integrate CWS printerpullpages 2010-01-15 16:47:42 +01:00
Ocke Janssen [oj]
c3686d2b02 dba33b: merge m69 2010-01-15 09:16:51 +01:00
Philipp Lohmann [pl]
9abb7d5fa3 solve some merge problems 2010-01-15 00:20:57 +01:00
Philipp Lohmann [pl]
39430da3b1 rebase to DEV300_m69 2010-01-14 19:11:13 +01:00
Mathias Bauer
beef7ed3c1 #i107450#: move more code out of svx 2010-01-13 22:25:07 +01:00
sj
b15930156f impress181: #i107561#: now also exporting notes to pdf 2010-01-13 19:13:55 +01:00
Christian Lippka
cc1e430e1a toolbar menu rendering finetuning 2010-01-13 19:12:02 +01:00
Michael Stahl
e9af447dcb swunolocking1: #i108161#: WeakReferenceHelper:
Apple g++ 4.0.1 erroneously believes that it is ambiguous to use
 WeakReference<XInterface>::operator=(Reference<XInterface>).
 as a workaround, introduce WeakReferenceHelper::clear(), and fix all users.
2010-01-13 17:55:09 +01:00
Frank Schoenheit [fs]
45e6e337a3 autorecovery: initial implementation of a new save/recovery for database documents
For the moment, the document only stores and loads itself, as before.

In this course, the AutoRecovery service now delegates the decision whether or not a document
needs to be stored (to the "salvage location") to the document itself, using the new method
XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE
flag.

XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same
behavior as before.

It has also been implemented for database documents, where the implementation is somewhat "sloppy",
in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12 23:32:12 +01:00
Frank Schoenheit [fs]
e0d43c1493 autorecovery: remove SID_VIEW, it is used only once, and mapped to SID_HIDDEN, anyway 2010-01-12 23:30:34 +01:00
sb
54a3fd62fe sb118: #i108269# first step of removing tcsh support 2010-01-12 18:49:59 +01:00
Caolán McNamara
022eec80a2 cmcfixes69: #i108261# fix mismatch ifdefs 2010-01-12 13:23:47 +00:00
Christian Lippka
ab98df6418 removed unused file 2010-01-11 16:56:45 +01:00
Frank Schoenheit [fs]
c66e59ccbf autorecovery: fix post-rebase build problems 2010-01-11 09:53:12 +01:00
Christian Lippka
1d65329a9c added new layout images 2010-01-10 17:03:44 +01:00
Frank Schoenheit [fs]
5f05cb55bc autorecovery: merge after rebase to m69 2010-01-08 22:50:33 +01:00
Mathias Bauer
7244b6bb5d #i107450#: build all other modules with new editeng lib 2010-01-08 18:32:51 +01:00
thb
7dd531f8d6 eraser01: merge with DEV300 m68 2010-01-07 13:07:30 +01:00
Frank Schoenheit [fs]
1f680bfe9c autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface
For this purpose, the SFX document factory methods got an additional parameter respectively flag
("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database
documents to remove the interface from sub documents (aka forms/reports).
In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in
all applications, has been consolidated into a new SfxObjectShell constructor.
2010-01-06 21:34:53 +01:00
ericb
5a57b4fbd0 eraser01: #i103174# cosmetic changes in sd before RfQA 2010-01-06 16:41:36 +01:00
Thomas Lange [tl]
7370cddb8e cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files! 2010-01-06 12:22:41 +01:00
Christian Lippka
fcdda26bdb removed unused variable 2010-01-06 10:58:09 +01:00
Mathias Bauer
9743ac6edb merge commit for m68 2010-01-05 14:46:45 +01:00
Jens-Heiner Rechtien
63c6c5d78c CWS-TOOLING: integrate CWS sb116 2010-01-05 13:01:54 +01:00
Christian Lippka
77233aca90 merging m68 2010-01-04 17:04:05 +01:00
Christian Lippka
b71823a291 merge to m68 2010-01-04 15:43:22 +01:00
Armin Le Grand
aa009b1d9a aw078: resync to DEV300m68for integration 2009-12-21 20:40:13 +01:00
thb
d30bcd0529 eraser01: #i97972# - one more fix for erase all ink
* make sd flags reflect the slideshow state after eraseAllInk was
  called. Fix is from Metrokid.
2009-12-16 15:02:20 +01:00
thb
967d3ca09c eraser01: #i97972# - Fixed two minor bugs
* ran autoconf, to get the --enable-extra-presenter-ui option
* fixed thinko when selecting eraser width (slideshow was switching
  to eraser mode then, but context menu stayed at pen)
2009-12-16 14:47:09 +01:00
Frank Schoenheit [fs]
3b4faad942 autorecovery: Sfx(View)Frame::GetTopFrame now also returning a SfxFrame& instead of an SfxFrame* 2009-12-15 23:31:21 +01:00
ericb
af5c661b94 #i97972# commit all changes since Thorsten rebase. Thanks to Nelle, Jonathan, Christian and ericb 2009-12-15 23:12:19 +01:00
Frank Schoenheit [fs]
7f6da30d47 autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL) 2009-12-15 23:07:57 +01:00
Mathias Bauer
e05f0919fa #i107706#: liquidate goodies module 2009-12-15 21:55:40 +01:00
Frank Schoenheit [fs]
8a632e0d88 autorecovery: replace some SfxFrameItem occurences by SfxUnoFrameItem
As a consequence, replace some occurences of SfxFrame with XFrame.

This allows getting rid of yet some more Sfx code in the (SFX) doc loader. Also, it prevents premature
creations of SfxFrame instances during loading, since now the frame is really created when it is needed only.
2009-12-14 12:55:05 +01:00
Vladimir Glazunov
eb86211c1d CWS-TOOLING: integrate CWS ooo32gsl08_DEV300 2009-12-14 10:49:50 +01:00
sj
55c5ee94de impress181: #i107561#: now also exporting notes to pdf 2009-12-11 14:31:09 +01:00
Mathias Bauer
ad59eb6e71 #i107450#: move SvxSearchIten to svl 2009-12-10 23:06:35 +01:00
Mathias Bauer
6495925b72 #i107450#: split up the two different ways to detect a module field unit 2009-12-10 18:44:22 +01:00
Mathias Bauer
a2d9f29364 #i107450#: move GetLanguageString to class SvtLanguageTable 2009-12-10 18:36:58 +01:00
Mathias Bauer
514c5696be #i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx 2009-12-10 18:09:38 +01:00
Vladimir Glazunov
091efe0f1d CWS-TOOLING: integrate CWS killnonpro 2009-12-09 19:10:19 +01:00
Christian Lippka
dada720804 renaissance01: #i107213# more work on layout popup 2009-12-08 17:33:39 +01:00
Mathias Bauer
309c883e00 some more fixes after resync 2009-12-08 15:18:29 +01:00
sb
e8686219ad merged in DEV300_m66 2009-12-07 09:34:25 +01:00
Christian Lippka
f0efe6abc4 renaissance01: #i107213# inital layout floater implementation 2009-12-06 19:11:52 +01:00
Mathias Bauer
315c7c2f87 merge to m67 2009-12-05 19:29:07 +01:00
Frank Schoenheit [fs]
72858030d7 autorecovery: rename SfxViewFrame's LoadDocument to LoadDocumentIntoFrame, and introduce a new LoadDocument,
which does not take any frame-like argument. Makes writing code easier (and more explicit) for clients which
do not have a frame, but want to load non-hidden.
2009-12-04 22:09:14 +01:00
Frank Schoenheit [fs]
528158b5ba autorecovery: another client of InsertDocument_Impl died ...
SfxFrame::InsertDocument has been replaced with SfxViewFrame::LoadDocument, which now uses the UNO
loader to load the existing document into a frame, instead of going the direct (non-UNO-, pure-SFX-) way
2009-12-04 10:11:06 +01:00
Christian Lippka
1be43c60fb renaissance01: #i107213# further layout work, initial support for new layout toolbox control 2009-12-03 18:53:41 +01:00
Frank Schoenheit [fs]
c57d9805dc [CWS autorecovery] replace InsertDocument_Impl calls with UNO component loading 2009-12-03 09:29:45 +01:00
mb93783
1919fd6149 merge to m66 2009-12-02 12:43:33 +01:00
Christian Lippka
5e3ff24a76 #i107213# added ViewOverlayManager 2009-12-02 10:19:06 +01:00
Vladimir Glazunov
3838b0a0e8 #i10000# fix for lik-error on Windows 2009-12-01 08:45:04 +01:00
Frank Schoenheit [fs]
2df9a3a7f6 [CWS autorecovery] fixed yet another file which doesn't compile with debug (after the previous change) 2009-11-30 13:39:21 +01:00
Frank Schoenheit [fs]
2040e3a467 #i10000# 2009-11-30 13:31:01 +01:00
Frank Schoenheit [fs]
9f449bd35e [CWS autorecovery] removed some dead/unused stuff
SID_BACKTOWEBTOP, some SFX_VIEW_* flags, some SFXFRAME_* flags, all BROWSE_* flags
2009-11-30 12:56:05 +01:00
Frank Schoenheit [fs]
34c77ff57d [CWS autorecovery] forgot to remove some includes 2009-11-30 12:56:04 +01:00
Frank Schoenheit [fs]
040f7a237d [CWS autorecovery] merged SfxTopViewFrame into SfxViewFrame
SfxTopViewFrame was the only class deriving from the abstract class SfxViewFrame, so both
can effectively be treated as one class.
This change was done to make subsequent refactorings easier.
2009-11-30 12:56:04 +01:00
Frank Schoenheit [fs]
3b932a289f [CWS autorecovery] merged SfxTopFrame into SfxFrame
SfxTopFrame was the only class deriving from the abstract class SfxFrame, so both
can effectively be treated as one class.
2009-11-27 21:16:24 +01:00
Thomas Lange
26999baa19 #i51258# thesaurus for right click context menu 2009-11-25 16:50:53 +00:00
Jens-Heiner Rechtien
457052817a tl74: merge with DEV300 m60 2009-12-16 14:13:32 +00:00
Christian Lippka
d1515a61d4 fixed typo 2009-11-25 16:04:16 +00:00
Vladimir Glazunov
2fbea28da6 CWS-TOOLING: integrate CWS impress180_DEV300 2009-11-24 16:38:35 +01:00
Frank Schoenheit [fs]
8a09f55aae [CWS autorecovery] #i65597# when reloading an SFX document, do this via UNO, not via internal methods.
In particular, do not re-use existing SfxTopFrames.
This implies slightly more flickering, but this should be bearable nowadays. The advantage is more
simplified code. Also, on the medium run, when UNO view factories are implemented for SFX documents,
the old approach would not have worked, anyway.
2009-11-23 21:43:54 +01:00
Mathias Bauer
283842d881 merge commit for m65 2009-11-23 17:39:22 +01:00
Armin Le Grand
2546b36892 #i105146# fixed mainly by not setting a page to visualize at the SdrPageObj's for handout page 2009-11-23 16:27:16 +01:00
Frank Schoenheit [fs]
ac9a1cd44c [CWS autorecovery] introduced status SfxFrame::InsertDocument which encapsulates a usage pattern comprised of the old InsertDocument/CreateViewFrame pair 2009-11-20 15:30:25 +01:00
Philipp Lohmann [pl]
26b1e84775 printerpullpages: #i91478# improvements for mac native print dialog 2009-11-20 15:27:46 +01:00
Andre Fischer
eaa648fe8e #i107049# Do not scroll focus indicator into view when slide sorter is focused. 2009-11-20 12:42:09 +00:00
Kurt Zenker
4d20dad9db CWS-TOOLING: integrate CWS slideshow1 2009-12-03 11:58:44 +01:00
Kurt Zenker
fb8bcb2740 CWS-TOOLING: integrate CWS impressaccessibility6_DEV300 2009-12-02 17:16:32 +01:00
Kurt Zenker
1cecb22894 CWS-TOOLING: integrate CWS impresspaintbrush01 2009-12-02 17:01:32 +01:00
Philipp Lohmann [pl]
44a92834a2 printerpullpages: #i106426# reinstate include option as own subgroup 2009-11-18 16:23:10 +01:00