2007/07/31 08:49:45 fs 1.1.2.3: #i73331# +onDocumentModeChanged
2007/07/30 19:53:24 fs 1.1.2.2: #i10000#
2007/07/30 13:38:03 fs 1.1.2.1: #i73331# wrapper for notifying document-related events, obtained from a UNO instead of an SFX source
2007/08/24 19:50:49 fs 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED
2007/07/31 08:49:45 fs 1.5.2.2: #i73331# +onDocumentModeChanged
2007/07/30 13:37:15 fs 1.5.2.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007/09/25 13:07:49 fs 1.3.26.12: fix FilterDocuments::includeDocument so that invisible documents are really excluded
2007/09/24 11:05:01 fs 1.3.26.11: #i81767# getAllScriptDocuments: sort documents by title, if requested
2007/08/23 20:09:06 fs 1.3.26.10: #i73331# documentenumeration moved from module unotools to module basctl (no other clients so far)
2007/08/01 08:29:54 fs 1.3.26.9: #i73331# last LEGACY_* methods removed
2007/07/31 12:32:36 fs 1.3.26.8: #i73331# signature functionality outsourced to DocumentSignature class
2007/07/31 08:51:28 fs 1.3.26.7: #i73331# LEGACY_startDocumentListening removed
2007/07/31 07:54:56 fs 1.3.26.6: #i73331# SfxObjectShell obtained when needed only, not kept as member
2007/07/30 13:38:57 fs 1.3.26.5: #i73331# distinguish between being valid and being alive / be an DocumentEventListener at the document we represent
2007/07/27 20:44:57 fs 1.3.26.4: #i73331# use the newly introduced XEmbeddedScripts to access the scripts/dialogs in a document, and to determine whether macro execution for a document is allowed
2007/07/26 10:51:01 fs 1.3.26.3: #i10000#
2007/07/26 09:03:18 fs 1.3.26.2: add forgotten dtor
2007/07/26 08:56:47 fs 1.3.26.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007/08/23 20:09:06 fs 1.25.12.3: #i73331# documentenumeration moved from module unotools to module basctl (no other clients so far)
2007/07/31 12:33:07 fs 1.25.12.2: #i73331# +docsignature
2007/07/30 13:40:18 fs 1.25.12.1: #i73331# +doceventlistener
2007/07/30 13:39:32 fs 1.36.12.4: #i73331# distinguish between a ScriptDocument being valid and being alive
2007/07/27 20:46:02 fs 1.36.12.3: #i73331# disallowMacros -> allowMacros
2007/07/26 09:10:50 fs 1.36.12.2: remove unused calls to SfxViewFrame::Current
2007/07/26 08:56:47 fs 1.36.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007/08/24 18:41:46 fs 1.1.2.2: removed wrong include
2007/08/23 20:08:38 fs 1.1.2.1: moved herein from module unotools: enumerate all documents in the running application
2007/07/31 08:52:40 fs 1.1.2.2: #i73331# +onDocumentModeChanged
2007/07/30 13:38:10 fs 1.1.2.1: #i73331# wrapper for notifying document-related events, obtained from a UNO instead of an SFX source
2007/09/24 11:06:31 fs 1.22.12.3: #i81767# getAllScriptDocuments parameter changed
2007/07/30 13:40:00 fs 1.22.12.2: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007/07/26 08:56:47 fs 1.22.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007/09/24 11:07:20 fs 1.12.12.3: during #i81767# +GetLibraryType
2007/07/31 08:52:40 fs 1.12.12.2: #i73331# +onDocumentModeChanged
2007/07/30 13:40:00 fs 1.12.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007/09/24 11:07:20 fs 1.24.12.3: during #i81767# +GetLibraryType
2007/07/31 08:52:40 fs 1.24.12.2: #i73331# +onDocumentModeChanged
2007/07/30 13:40:00 fs 1.24.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007/09/24 11:06:06 fs 1.43.6.6: #i81767# getAllScriptDocuments parameter changed
2007/08/24 19:49:11 fs 1.43.6.5: RESYNC: (1.43-1.44); FILE MERGED
2007/08/01 08:29:48 fs 1.43.6.4: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell
2007/07/31 08:53:12 fs 1.43.6.3: #i73331# last event (ModeChanged) now notified via UNO instead of SFX
2007/07/31 07:54:20 fs 1.43.6.2: #i73331# ScriptDocument ctor with SfxObjectShell removed
2007/07/30 13:37:21 fs 1.43.6.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007/08/01 08:29:48 fs 1.52.6.4: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell
2007/07/31 12:32:55 fs 1.52.6.3: #i73331# signature functionality outsourced to DocumentSignature class
2007/07/30 13:40:41 fs 1.52.6.2: #i73331# don't ask for modified state of dead documents
2007/07/26 08:56:47 fs 1.52.6.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents
2007/07/31 08:52:40 fs 1.8.12.2: #i73331# +onDocumentModeChanged
2007/07/30 13:36:56 fs 1.8.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007/09/24 11:05:34 fs 1.13.12.3: #i81767# BasicLibBox sort script documents by title
2007/07/31 08:52:40 fs 1.13.12.2: #i73331# +onDocumentModeChanged
2007/07/30 13:36:56 fs 1.13.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead
2007/07/24 14:02:47 ab 1.6.20.3: RESYNC: (1.6-1.7); FILE MERGED
Solved conflict
2007/07/24 13:04:58 ab 1.6.20.2: #i77072# Removed conflicts with m222
2007/07/24 10:17:26 ab 1.6.20.1: #i77072# Drag & Drop support in Dialog Organizer
2007/07/24 13:04:58 ab 1.31.20.2: #i77072# Removed conflicts with m222
2007/07/24 11:03:17 ab 1.31.20.1: #i77072# Drag & Drop support in Dialog Organizer
2007/07/24 13:59:38 ab 1.36.20.2: RESYNC: (1.36-1.39); FILE MERGED
2007/07/09 15:10:39 ab 1.36.20.1: #i78457# Cleanup - remove dead code: Mac OS System 9 and earlier