summaryrefslogtreecommitdiff
path: root/sfx2/sdi/docslots.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-05-27 12:50:15 +0000
committerMathias Bauer <mba@openoffice.org>2002-05-27 12:50:15 +0000
commit443ee3222a2f9db4a6693e1db29e89d24d6cfbf6 (patch)
tree9e9ebac06d0e3512cd27dcc23fdf5d991e534bc5 /sfx2/sdi/docslots.sdi
parent298511923f524c0d966b8e299ab3d7ce1bb0dc0e (diff)
#98405#: slot reorganized
Diffstat (limited to 'sfx2/sdi/docslots.sdi')
-rw-r--r--sfx2/sdi/docslots.sdi130
1 files changed, 14 insertions, 116 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi
index 83e13244710e..f11ebf6b5e6d 100644
--- a/sfx2/sdi/docslots.sdi
+++ b/sfx2/sdi/docslots.sdi
@@ -2,14 +2,11 @@
shell SfxObjectShell
(C) 1994-1995 StarDivision GmbH, Hamburg, Germany
- $Author: mav $ $Date: 2002-04-12 08:20:04 $ $Revision: 1.3 $
+ $Author: mba $ $Date: 2002-05-27 13:49:05 $ $Revision: 1.4 $
$Logfile: T:/sfx2/sdi/docslots.sdv $ $Workfile: DOCSLOTS.SDI $
=========================================================================*/
-
-
-
-interface Documents : Collection
+interface Documents
[
uuid = "61753B60-1114-101D-B8ED-3273768855A7" ;
]
@@ -32,8 +29,8 @@ interface Documents : Collection
ExecMethod = OpenDocExec_Impl ;
StateMethod = CreateDocState_Impl ;
]
-
- SID_CURRENT_URL // ole(no) api(no)
+ //---------------------------------------------------------------------
+ SID_CURRENT_URL // ole(no) api(no)
[
StateMethod = CreateDocState_Impl ;
]
@@ -58,38 +55,12 @@ interface Documents : Collection
}
//=========================================================================
-
-interface DocumentInfo : Object
-[
- uuid = "11A1EDE0-1308-101D-B8ED-3273768855A7"
-]
-{
- //---------------------------------------------------------------------
- SID_DOCINFO // ole(no) api(final/play)
- [
- ExecMethod = ExecFile_Impl ;
- StateMethod = GetState_Impl ;
- ]
- //---------------------------------------------------------------------
- BOOL Load SID_DOCINFO_LOAD ( String FileName SID_FILE_NAME ) ;
- //---------------------------------------------------------------------
- BOOL Save SID_DOCINFO_SAVE () ;
-}
-
- //=========================================================================
-
interface Document : Object
[
Automation = FALSE ;
]
{
- //---------------------------------------------------------------------
- String Name // ole(no) api(final/play/norec)
- [Readonly;]
- //---------------------------------------------------------------------
- SbxObject UNO SID_UNO // ole(no) api(final/play/norec)
- [Readonly;]
- //---------------------------------------------------------------------
+ //---------------------------------------------------------------------
SID_DOCTITLE // ole(opt) api(final/norec)
[
ExecMethod = ExecProps_Impl ;
@@ -191,11 +162,6 @@ interface Document : Object
ExecMethod = ExecProps_Impl ;
StateMethod = StateProps_Impl ;
]
- //---------------------------------------------------------------------
- SfxObjectItem Module SID_ACTIVEMODULE
- [
- StateMethod = StateProps_Impl ;
- ]
}
interface OfficeDocument : Document
@@ -204,11 +170,6 @@ interface OfficeDocument : Document
]
{
//---------------------------------------------------------------------
- SbxObject DocumentInfo // ole(no) api(final/plac/norec)
- [
- Readonly ;
- ]
- //---------------------------------------------------------------------
SID_DOCINFO_AUTHOR // ole(opt) api(todo)
[
ExecMethod = ExecProps_Impl ;
@@ -303,8 +264,8 @@ interface OfficeDocument : Document
]
SID_VERSION
[
- ExecMethod = ExecFile_Impl;
- StateMethod = GetState_Impl;
+ ExecMethod = ExecFile_Impl;
+ StateMethod = GetState_Impl;
]
}
@@ -319,14 +280,15 @@ shell SfxObjectShell
Namen des Dokuments (i.d.R. der Dateiname) ohne Pfad in eckigen
Klammern (z.B. als '[unbenannt1]' oder '[brief6.sdw]').
*/
-
-
-
-
{
- import OfficeDocument [Automation];
- import DocumentInfo ".DocumentInfo";
+ import OfficeDocument [Automation];
+ //---------------------------------------------------------------------
+ SID_DOCINFO // ole(no) api(final/play)
+ [
+ ExecMethod = ExecFile_Impl ;
+ StateMethod = GetState_Impl ;
+ ]
SID_DOCINFO_TITLE // ole(no) api(final/play/rec)
[
StateMethod = GetState_Impl ;
@@ -337,67 +299,3 @@ shell SfxObjectShell
StateMethod = GetState_Impl ;
]
} ;
-
-/*-------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.2 2002/04/08 16:48:37 mba
- #98405#: prepare items and slots for new recording
-
- Revision 1.1.1.1 2000/09/18 16:52:25 hr
- initial import
-
- Revision 1.82 2000/07/26 19:10:04 mba
- LoadLibrary only in App
-
- Revision 1.81 2000/03/09 15:34:31 mba
- #70338#: use SID_CURRENT_URL / CurrentURL
-
- Revision 1.80 1999/10/06 15:19:52 mba
- #68854#: Events nach Speichern
-
- Revision 1.79 1998/06/23 10:30:40 MBA
- SID_VERSION
-
-
- Rev 1.78 23 Jun 1998 12:30:40 MBA
- SID_VERSION
-
- Rev 1.77 12 Jun 1998 15:56:06 MI
- UNO-Objekt Zugriff
-
- Rev 1.76 13 Nov 1997 12:50:08 MBA
- Save an DocInfo ohne Parameter
-
- Rev 1.75 28 Oct 1997 15:33:24 MBA
- Bugfix #45146#: Author, Comments und Keywords implementiert
-
- Rev 1.74 04 Sep 1997 13:20:06 MBA
- OfficeDocument eingefuehrt
-
- Rev 1.72 28 Aug 1997 12:20:44 MBA
- Neue Interface-Namen
-
- Rev 1.71 05 Aug 1997 17:36:36 MI
- #42439# Module-Property war kaputt-gespielt
-
- Rev 1.70 08 Jul 1997 19:34:36 MI
- Flags bei ObjShells: InCloseEvent+HiddenLocked (#40060#)
-
- Rev 1.69 03 Jul 1997 16:45:28 MBA
- SID_MODIFIED
-
- Rev 1.68 01 Jul 1997 12:45:54 MBA
- LOAD/UNLOAD/ADD/REMOVE-Library
-
- Rev 1.67 01 Jul 1997 12:38:32 MI
- Modified-Property setzbar
-
- Rev 1.66 12 May 1997 13:53:30 MBA
- Seitenansicht raus
-
--------------------------------------------------------------------------*/
-
-
-
-