2008/02/26 14:05:34 fs 1.36.2.16: additional comment
2008/02/26 14:07:44 fs 1.36.2.15.2.2: additional comment
2008/02/14 12:18:07 fs 1.36.2.15.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2
2008/02/14 08:36:45 fs 1.36.2.15: typo
2008/02/14 08:22:19 fs 1.36.2.14: temporarily disable scripting support for database documents, so we have an intermediate version of the CWS which we can integrate
2008/02/06 21:43:37 fs 1.36.2.13: some less ModifyLocks
2008/02/06 08:33:02 fs 1.36.2.12: #i49133# when we have an interaction handler, then use it when storing the document fails
2008/02/04 13:07:08 fs 1.36.2.11: RESYNC: (1.36-1.37); FILE MERGED
2008/01/26 21:18:31 fs 1.36.2.10: slight code re-arrangement
2008/01/24 10:06:42 fs 1.36.2.9: #i49133# don't support XEmbeddedScripts and XScriptInvocationContext if we already have forms/reports with macros
2008/01/02 21:29:39 fs 1.36.2.8: #i49133# let the DatabaODatabaseModelImpl be an XModifyListener at the document storage (via ::sfx2::DocumentStorageModifyListener)
2007/12/17 12:41:39 fs 1.36.2.7: #i49133# implement XScriptInvocationContext
2007/12/10 14:16:39 fs 1.36.2.6: #i49133# cache the script provider as weak ref, sounds cheaper
2007/12/10 14:03:09 fs 1.36.2.5: #i49133# implement XScriptProviderSupplier
2007/12/10 08:04:12 fs 1.36.2.4: recognize (and properly handle) empty salvage URLs
2007/12/06 20:34:30 fs 1.36.2.3: impl_storeAs_throw: don't expect an existing storage
2007/12/06 20:17:16 fs 1.36.2.2: impl_storeAs_throw: don't expect an existing storage
2007/12/06 13:32:54 fs 1.36.2.1: #i49133# support Script/DialogLibraryContainers in database documents, implement XEmbeddedScripts/XStorageBasedDocument
2007/12/01 13:39:54 fs 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED
2007/11/22 13:10:40 fs 1.35.2.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/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/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)
2006/11/23 10:19:25 fs 1.30.22.1: #i71549# disconnectController: account for the case where the disconnecting controller is unknown (ppathological, but possible)
2006/03/16 09:53:40 fs 1.25.12.2: #i63162# upon closing the last view, close the document automatically
2006/02/17 12:40:43 fs 1.25.12.1: better exception message when storeTo fails
2006/01/31 15:31:56 as 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED
2006/01/12 08:17:28 fs 1.23.4.1: #i60398# better defined ownership of m_xForms/m_xReports: now owned by the model exclusively, properly parented all the time, and properly disposed when document is closing
2005/11/28 10:50:52 fs 1.22.26.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:21 fs 1.22.26.1: #126702# DatabaseDocument and DataSource share a common mutex instances now (held by ModelImpl) / DatabaseDocument::clearConnections more tolerant against re-entrance
2005/04/01 10:56:46 fs 1.15.4.1: #i46412# m_pChildCommitListen->dispose before cleaning it up, to ensure that it doesn't forward any events we are not interested in anymore
2005/03/30 11:38:16 fs 1.14.8.4: RESYNC: (1.14-1.15); FILE MERGED
2005/03/24 15:51:40 fs 1.14.8.3: #i45314# commit the rootStorage in store(String,...) - this got lost during the previous change
2005/03/23 14:48:50 fs 1.14.8.2: #i45314# +m_sRealFileURL, to be used when the document was recovered from a temporary location / in storeToURL, also close all connections
2005/03/21 14:35:26 fs 1.14.8.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314
2004/11/30 09:41:56 fs 1.6.4.1: #i38080# +disposeStorages: prevent us from reacting on disposing(...) notifications when we ourself instigated the disposal