2008/06/16 04:54:57 fs 1.28.8.5: +m_bHasMacroStorages / hasMacroStorages()
2008/06/10 06:40:23 fs 1.28.8.4: RESYNC: (1.28-1.30); FILE MERGED
2008/05/30 10:57:47 oj 1.28.8.3: #i78725# add new config entry
2008/05/22 11:27:42 fs 1.28.8.2: slight refactoring during #i88576#
2008/05/22 07:54:22 fs 1.28.8.1: #i88576# a data source which is registered should expose its registration name as Name property, not its URL
2008/05/27 21:10:33 fs 1.26.4.5: #i90011# don't dispose the Forms/Reports root storage when just checking whether there are forms/reports with macros
2008/05/13 08:27:22 fs 1.26.4.4: joining changes from CWS odbmacros3 to CWS dba30c:
2008/05/09 08:23:53 oj 1.26.4.3: RESYNC: (1.26-1.28); FILE MERGED
2008/05/08 21:22:10 fs 1.26.4.2: #i10000#
2008/05/08 13:09:40 fs 1.26.4.1: #i87741# checkMacrosOnLoading returning a bool now (the current allowance)
2008/02/26 14:14:28 fs 1.21.2.11.2.2: #i49133# don't rebase the script storages if the new root storage would be NULL
2008/02/14 12:18:07 fs 1.21.2.11.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2
2008/02/06 08:31:59 fs 1.21.2.11: #i49133# added possibility to lock the modification flag
2008/02/04 13:06:56 fs 1.21.2.10: RESYNC: (1.21-1.24); FILE MERGED
2008/01/24 14:11:18 fs 1.21.2.9: #i49133# properly set the m_bReadOnly flag, so it is correct if we read from a read-only document/storage
2008/01/06 21:13:01 fs 1.21.2.8: #i49133# allow form/report-macros if and only if there already is *any* form/report which contains macros
2008/01/06 21:00:41 fs 1.21.2.7: #i49133# reset the Basic and Library containers when the model is being disposed
2008/01/02 21:29:39 fs 1.21.2.6: #i49133# let the DatabaODatabaseModelImpl be an XModifyListener at the document storage (via ::sfx2::DocumentStorageModifyListener)
2007/12/19 11:05:46 fs 1.21.2.5: objectHasMacros: catch exceptions
2007/12/19 11:03:45 fs 1.21.2.4: objectHasMacros: care for non-existent storages
2007/12/12 09:54:55 fs 1.21.2.3: #i49133# when loading an embedded object, prohibit it to have embedded scripts/macros (unless it already has some)
2007/12/12 08:47:16 fs 1.21.2.2: #i10000#
2007/12/06 13:32:53 fs 1.21.2.1: #i49133# support Script/DialogLibraryContainers in database documents, implement XEmbeddedScripts/XStorageBasedDocument
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
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/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)
2006/12/05 09:47:51 fs 1.17.12.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006/07/13 08:29:55 fs 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED
2006/07/06 06:12:52 oj 1.13.10.1: #i66629# listen at documentmodelimpl and not any longer at the ds
2005/11/28 10:50:51 fs 1.9.12.2: #126702# improve the previous fix:
don't crash if components are destroyed in "wrong" order
keep mutex alive as long as at least one of DataSource/DatabaseDocument/ModelImpl is alive
2005/11/25 13:37:20 fs 1.9.12.1: #126702# DatabaseDocument and DataSource share a common mutex instances now (held by ModelImpl) / DatabaseDocument::clearConnections more tolerant against re-entrance
2005/03/24 15:50:58 fs 1.2.8.3: #i45314# commitStorage -> commitRootStorage for less confusion
2005/03/23 14:46:17 fs 1.2.8.2: #i45314# +m_sRealFileURL, to be used when the document was recovered from a temporary location
2005/03/21 14:35:25 fs 1.2.8.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314