Commit graph

12418 commits

Author SHA1 Message Date
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
thb
b532272a17 #i10000# WaE: dummy-use extra parameter 2010-01-21 11:30:03 +01:00
Kurt Zenker
5c2d284b0f CWS-TOOLING: integrate CWS printerpullpages 2010-01-15 16:47:42 +01:00
Kurt Zenker
9f8952a33f CWS-TOOLING: integrate CWS dba33b 2010-01-15 14:01:24 +01:00
Ocke Janssen [oj]
1bd8cd9fe2 dba33b: merge 2010-01-15 09:58:18 +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]
2014a5db19 undo previous erroneous change, solar.hrc belongs to svl instead vcl now 2010-01-14 22:27:44 +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
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
Caolán McNamara
022eec80a2 cmcfixes69: #i108261# fix mismatch ifdefs 2010-01-12 13:23:47 +00:00
Frank Schoenheit [fs]
c66e59ccbf autorecovery: fix post-rebase build problems 2010-01-11 09:53:12 +01:00
Mathias Bauer
3c764e3f30 #i107450#: error in pch file 2010-01-09 21:51:18 +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
Caolán McNamara
f9ec478164 cmcfixes69: merge with DEV300 m69 2010-01-08 09:29:51 +00: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
ericb
7e52f21b6b eraser01: #i103174# cosmetic changes before RfQA 2010-01-06 16:41:04 +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
Jens-Heiner Rechtien
a05f435308 CWS-TOOLING: integrate CWS aw078 2010-01-04 18:51:18 +01:00
Christian Lippka
77233aca90 merging m68 2010-01-04 17:04:05 +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
ericb
90ca57da10 eraser01: #i97972# yet some build issues due to rebase 2009-12-16 08:20:42 +01:00
ericb
da9da1e422 eraser01: #i97972# fix variable renaming 2009-12-16 07:25:56 +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
Mathias Bauer
3882e9c8ef #i107450#: changes caused by header cleanup in svx 2009-12-12 20:01:15 +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
Frank Schoenheit [fs]
5b2f8a623d dba33b: merge CWS head with head resulting from pulling DEV300_m67 2009-12-09 22:07:29 +01:00
Vladimir Glazunov
091efe0f1d CWS-TOOLING: integrate CWS killnonpro 2009-12-09 19:10:19 +01:00
Mathias Bauer
309c883e00 some more fixes after resync 2009-12-08 15:18:29 +01:00