1871d11fbe
CWS-TOOLING: integrate CWS fwk139
2010-06-15 10:26:12 +02:00
e72806c269
jl152 merge with DEV300_m80
2010-06-07 10:13:44 +02:00
383957c96a
changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
2010-06-04 13:46:22 +02:00
9cfca129cb
fwk139: #i10000# avoid warnings on solaris
2010-06-03 16:40:59 +02:00
d9842bcef5
npower13_objectmodules: rebase and merge with DEV300_m78
2010-05-21 10:11:51 +02:00
6ddef091ef
npower13_objectmodules: #i111419#
2010-05-06 13:02:31 +01:00
442f871611
fix for insert
2010-05-05 11:41:41 +01:00
c6bb765153
npower13_objectmodules: #i111245# fix core dump on rename
2010-04-30 10:46:23 +01:00
148e48fa5e
jl152 import 263449 from native0jl:#i77196# no registration of components in uno.exe at startup, fixed extension activation, basic, etc.
2010-04-21 16:04:34 +02:00
cb2bcac347
remove some stray instances of lcl_getObject ( now implemented in ModuleInfoHelper::getObjectName )
2010-04-20 10:31:03 +01:00
7780dbea50
npower13_objectmodules: fold in review comment ( about making lcl_getObjectName & lcl_getModuleType 'real' methods of a helper for basctl)
2010-04-19 11:02:13 +01:00
72fcc9eadb
CWS gnumake2: rebase to DEV300_m76; fix build problems
2010-04-17 20:34:49 +02:00
930e6cefb6
CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; removed unused code; avoid delivering sfx.srs to solver
2010-04-16 23:02:51 +02:00
d17f9a78f7
npower13_objectmodules: uppercase UNO constants
2010-04-16 17:28:52 +02:00
4f2def4221
CWS-TOOLING: integrate CWS sb118
2010-04-16 10:09:51 +02:00
70f0bc6b7d
npower13_objectmodule: fold in review comments ( for basctl )
2010-04-08 16:36:31 +01:00
55d474d853
sb118: merged in re/DEV300_next towards DEV300_m76
2010-04-07 13:14:23 +02:00
7fc4223046
npower13_objectmodule: #i109734# fix a couple of problems, a) introduce lazy init of xModule for ModuleWindow ( needed because we get the module added before basic is updated ), b) fix compile warning, c) make sure elementRemoved really does try to remove the ModuleWindow
2010-03-03 19:59:09 +00:00
e8a31aab0a
npower13_objectmodule: #i109734# re-instate listening for module creation/delete ( useful generally I think )
2010-03-03 18:23:05 +00:00
92226d16f8
npower13_objectmodule: disable IDE changes
2010-03-03 16:17:49 +00:00
b38c23a63a
npower13_objectmodule: clean up IDE changes
2010-03-03 16:12:54 +00:00
b4cfc7121b
npower13_objectmodule: tweak IDE to only run macros from cursor in VBA mode
2010-03-03 12:59:39 +00:00
07716c77cc
npower13_objectmodule: #i109734# object module stuff
2010-03-02 12:39:31 +00:00
f00da4be08
CWS-TOOLING: integrate CWS dtardon02
2010-04-13 13:18:39 +02:00
6f5121a404
dtardon02: #i108497# remove empty file in basctl
2010-03-11 07:25:02 +01:00
87ec9c993b
sb118: merged in DEV300_m72
2010-02-25 12:46:45 +01:00
97412488d9
CWS-TOOLING: integrate CWS changefileheader2
2010-02-17 10:32:35 +01:00
36de66bdf0
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
e9de8ab515
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
2176aee8e2
autorecovery: commit resolved merge (after rebase to m71)
2010-02-04 10:38:39 +01:00
6aa02777ba
resync to DEV300_m70
2010-01-21 13:49:22 +01:00
414bdbe711
sb118: merged in DEV300_m70
2010-01-21 12:06:31 +01:00
f1f63e211d
undo previous erroneous change, solar.hrc belongs to svl instead vcl now
2010-01-14 22:27:44 +01:00
db2e29794f
rebase to DEV300_m69
2010-01-14 19:11:13 +01:00
923e15dd7d
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
55ec111502
sb118: #i108269# first step of removing tcsh support
2010-01-12 18:49:59 +01:00
5a86dd4ef5
autorecovery: merge after rebase to m69
2010-01-08 22:50:33 +01:00
062389b010
#i107450#: build all other modules with new editeng lib
2010-01-08 18:32:51 +01:00
b524974211
autorecovery: basdoc.cxx needs exceptions by now (well, really, it always needed them, but now the compiler complains)
2010-01-07 21:47:03 +01:00
77bc1109ee
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
20ceeaeb55
autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)
2009-12-15 23:07:57 +01:00
d153d2bab7
#i107450#: move SvxSearchIten to svl
2009-12-10 23:06:35 +01:00
ebcd808b59
#i10000#
2009-11-30 17:25:18 +01:00
d925fcf39e
merge commit for m65
2009-11-23 17:39:22 +01:00
4ff5ec5c4b
another warning on unxsoli
2009-11-04 16:08:54 +01:00
572bbcfbc0
#i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)
2009-11-03 18:12:19 +01:00
fb6f5ee5ee
#i103496#: split svtools; improve ConfitItems
2009-10-16 00:05:16 +02:00
1b1fd953c6
merge with m61
2009-10-09 15:11:54 +02:00
af31f0979b
merge with m55
2009-10-08 16:03:52 +00:00
1dabbee147
#103496#: move VCL free ConfigItems to unotools
2009-10-06 07:38:24 +02:00