diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 15:29:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 15:29:15 +0000 |
commit | 216031e9baede5d80d50ad250cfca2af52336e8b (patch) | |
tree | 04faf9727f6732effcaccbf1955b24f421f15848 /sfx2 | |
parent | cdfad887600d14b85ad4c877b5c288fddeb7552f (diff) |
INTEGRATION: CWS mbaqfixes (1.3.224); FILE MERGED
2004/02/23 17:39:58 mba 1.3.224.1: #112300#: events for view creation and export added
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/sfxbasemodel.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.src b/sfx2/source/doc/sfxbasemodel.src index 0b468efb9846..6af0dd2bf486 100644 --- a/sfx2/source/doc/sfxbasemodel.src +++ b/sfx2/source/doc/sfxbasemodel.src @@ -2,9 +2,9 @@ * * $RCSfile: sfxbasemodel.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-05-26 08:29:43 $ + * last change: $Author: hr $ $Date: 2004-03-08 16:29:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,6 +80,11 @@ StringArray EVENT_NAMES_ARY < "OnUnfocus" ; SFX_EVENT_DEACTIVATEDOC ; > ; < "OnPrint" ; SFX_EVENT_PRINTDOC ; > ; < "OnModifyChanged" ; SFX_EVENT_MODIFYCHANGED ; > ; + < "OnCopyTo" ; SFX_EVENT_SAVETODOC ; > ; + < "OnCopyToDone" ; SFX_EVENT_SAVETODOCDONE ; > ; + < "OnViewCreated" ; SFX_EVENT_VIEWCREATED ; > ; + < "OnPrepareViewClosing"; SFX_EVENT_PREPARECLOSEVIEW ; > ; + < "OnViewClosed" ; SFX_EVENT_CLOSEVIEW ; > ; }; }; |