2007/11/22 13:10:39 fs 1.20.106.2: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx
2007/11/08 14:07:44 fs 1.20.106.1: during #i81658#: string cleanup
2007/12/01 21:06:38 fs 1.15.54.3: #i10000#
2007/12/01 13:39:51 fs 1.15.54.2: RESYNC: (1.15-1.16); FILE MERGED
2007/11/22 13:10:39 fs 1.15.54.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx
2007/11/22 13:10:39 fs 1.9.28.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx
2007/11/22 13:10:39 fs 1.13.28.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx
2008/01/24 07:52:13 pb 1.16.12.2: RESYNC: (1.16-1.16.18.2); FILE MERGED
2008/01/02 12:19:06 mav 1.16.12.1: #i84941# use the MediaDescriptor only to handle the macro execution
2008/01/24 07:52:10 pb 1.21.12.2: RESYNC: (1.21-1.21.18.2); FILE MERGED
2008/01/02 12:19:06 mav 1.21.12.1: #i84941# use the MediaDescriptor only to handle the macro execution
2008/01/07 21:05:21 fs 1.50.4.2: #152837# onCommandOpenSomething: ensure that macros in sub documents, when stored directly in the content.xml, are not silently executed
2007/12/19 12:27:42 oj 1.50.4.1: #i84339# some code cleanups for the wizards
2007/10/22 08:26:59 fs 1.23.4.2: #i52527#/#i73705#: respect the DB doc's MacroExecutionMode when loading sub documents. Allow open arguments to to downgrade this MacroExecutionMode, but not to upgrade it
2007/10/09 21:12:23 fs 1.23.4.1: #i82110#: when loading an embedded object, respect the load arguments given to our execute call. In particular, do *not* overwrite an MacroExecutionMode if it is present
2007/10/30 16:28:31 fs 1.46.20.6: RESYNC: (1.47-1.48); FILE MERGED
2007/10/22 20:58:09 fs 1.46.20.5: during #i73705# #i52527#: outsourced the 'forms' and 'reports' storage names to ODatabaseModelImpl / some minor refactoring
2007/10/22 08:26:59 fs 1.46.20.4: #i52527#/#i73705#: respect the DB doc's MacroExecutionMode when loading sub documents. Allow open arguments to to downgrade this MacroExecutionMode, but not to upgrade it
2007/10/09 21:12:18 fs 1.46.20.3: #i82110#: when loading an embedded object, respect the load arguments given to our execute call. In particular, do *not* overwrite an MacroExecutionMode if it is present
2007/09/28 19:18:49 fs 1.46.20.2: RESYNC: (1.46-1.47); FILE MERGED
2007/09/20 18:34:05 fs 1.46.20.1: during #i80856#: m_xORB -> m_aContext
2007/10/22 20:57:14 fs 1.12.40.1: during #i73705# #i52527#: m_aObjectList is unused / outsourced the 'forms' and 'reports' storage names to ODatabaseModelImpl
2007/10/22 21:00:41 fs 1.34.4.3: during #i73705# #i52527#: ODatabaseModelImpl::m_aContainer not publicly accessible anymore / some other small refactoring
2007/10/22 10:27:19 fs 1.34.4.2: todo
2007/10/22 08:25:24 fs 1.34.4.1: #i52527#/#i73705#: connectController: check the DB doc's macro mode
2007/10/26 11:53:14 fs 1.51.132.2: spelling
2007/09/18 12:57:03 fs 1.51.132.1: during #i81095#: moved SingleSelectQueryComposer from XMultiServiceFactory to ::comphelper::ComponentContext
2007/10/23 05:30:54 fs 1.15.22.4: #i10000# (member initialization order)
2007/10/22 20:59:29 fs 1.15.22.3: #i73705# #i52527#, the final step: encapsulate the MacroMode handling (no public attribute anymore) / properly determine whether embedded documents contain macros
2007/10/22 10:27:31 fs 1.15.22.2: #i52527#/#i73705#: checkForBrokenScriptingSignature->showBrokenSignatureWarning
2007/10/22 08:24:28 fs 1.15.22.1: #i52527#/#i73705#: use an ::sfx2::DocumentMacroMode to handle the MacroExecutionMode at level of the DB document as a whole (implementation not yet finished)
2007/10/26 12:34:20 fs 1.19.22.6: some more safety in lcl_hasObjectsWithMacros_nothrow
2007/10/25 08:43:57 fs 1.19.22.5: #i81658# BoolComparison replaced with css.sdb.BooleanComparisonMode
2007/10/23 05:30:54 fs 1.19.22.4: #i10000# (member initialization order)
2007/10/22 20:59:29 fs 1.19.22.3: #i73705# #i52527#, the final step: encapsulate the MacroMode handling (no public attribute anymore) / properly determine whether embedded documents contain macros
2007/10/22 10:27:31 fs 1.19.22.2: #i52527#/#i73705#: checkForBrokenScriptingSignature->showBrokenSignatureWarning
2007/10/22 08:24:28 fs 1.19.22.1: #i52527#/#i73705#: use an ::sfx2::DocumentMacroMode to handle the MacroExecutionMode at level of the DB document as a whole (implementation not yet finished)
2007/07/24 12:45:30 oj 1.43.14.3: merge from rpt23fix01
2007/07/24 09:49:43 oj 1.43.14.2: #i79794# correct class id for report definition
2007/07/23 11:11:54 lla 1.43.14.1: #i79879# open old reports, if extension not present fix
2007/07/07 19:24:15 fs 1.72.102.1: #i78593# when obtaining the Info property value from the Settings, copy all values which are removeable, and the non-default ones which are removeable
2007/06/28 09:02:47 fs 1.12.22.1: #i78362# controllers and current controller now maintained by the DatabaseDocument, not by the ModelImpl (since they're an XModel aspect)
2007/07/07 20:21:50 fs 1.32.20.2: during #i78593#: don't re-create the Settings property bag when it's not necessary
2007/06/28 09:02:47 fs 1.32.20.1: #i78362# controllers and current controller now maintained by the DatabaseDocument, not by the ModelImpl (since they're an XModel aspect)
2007/07/07 20:21:09 fs 1.14.66.3: during #i78593#: don't re-create the Settings property bag when it's not necessary
2007/06/28 09:02:47 fs 1.14.66.2: #i78362# controllers and current controller now maintained by the DatabaseDocument, not by the ModelImpl (since they're an XModel aspect)
2007/06/12 13:17:53 fs 1.14.66.1: removed declaration of non-existent methods
2007/07/08 19:36:17 fs 1.18.60.4: #i78987# +FormsCheckRequiredFields
2007/07/07 20:21:08 fs 1.18.60.3: during #i78593#: don't re-create the Settings property bag when it's not necessary
2007/07/07 19:25:04 fs 1.18.60.2: #i78593# add MAYBEDEFAULT attribute when adding the defaults to the Settings property bag
2007/06/28 09:02:47 fs 1.18.60.1: #i78362# controllers and current controller now maintained by the DatabaseDocument, not by the ModelImpl (since they're an XModel aspect)
2007/06/04 17:52:25 oj 1.18.50.2: RESYNC: (1.18-1.20); FILE MERGED
2007/05/31 07:32:05 oj 1.18.50.1: #i77258# remove unused code and some new static functions for media type inserted
2007/06/08 07:09:07 oj 1.29.4.12: do not set the identifier for the module when we are a reportdefinition
2007/06/07 11:10:37 oj 1.29.4.11: make use of new method in mimeconfighelper
2007/06/05 13:06:01 oj 1.29.4.10: correct merge problems
2007/06/04 17:52:13 oj 1.29.4.9: RESYNC: (1.40-1.42); FILE MERGED
2007/05/31 07:32:05 oj 1.29.4.8: #i77258# remove unused code and some new static functions for media type inserted
2007/05/09 11:44:24 lla 1.29.4.7: #i77078# if readonly flag is set, open the report only, not the designer
2007/03/15 14:42:53 oj 1.29.4.6: use mim config helper
2006/11/07 08:50:01 oj 1.29.4.5: RESYNC: (1.36-1.40); FILE MERGED
2006/07/04 07:35:06 oj 1.29.4.4: RESYNC: (1.35-1.36); FILE MERGED
2006/03/20 13:50:08 oj 1.29.4.3: RESYNC: (1.33-1.35); FILE MERGED
2006/01/03 13:16:39 oj 1.29.4.2: RESYNC: (1.29-1.33); FILE MERGED
2006/01/03 08:07:48 oj 1.29.4.1: export controller class