diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-05-27 12:50:15 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-05-27 12:50:15 +0000 |
commit | 443ee3222a2f9db4a6693e1db29e89d24d6cfbf6 (patch) | |
tree | 9e9ebac06d0e3512cd27dcc23fdf5d991e534bc5 /sfx2/sdi | |
parent | 298511923f524c0d966b8e299ab3d7ce1bb0dc0e (diff) |
#98405#: slot reorganized
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/docslots.sdi | 130 | ||||
-rw-r--r-- | sfx2/sdi/mdislots.sdi | 258 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 56 | ||||
-rw-r--r-- | sfx2/sdi/sfxslots.sdi | 35 | ||||
-rw-r--r-- | sfx2/sdi/viwslots.sdi | 65 |
5 files changed, 34 insertions, 510 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 - --------------------------------------------------------------------------*/ - - - - diff --git a/sfx2/sdi/mdislots.sdi b/sfx2/sdi/mdislots.sdi index f9ecf8b91a63..cab6f8dd7716 100644 --- a/sfx2/sdi/mdislots.sdi +++ b/sfx2/sdi/mdislots.sdi @@ -2,69 +2,10 @@ shell SfxMDIFrame (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: mba $ $Date: 2002-04-08 16:48:37 $ $Revision: 1.5 $ + $Author: mba $ $Date: 2002-05-27 13:49:05 $ $Revision: 1.6 $ $Logfile: T:/sfx2/sdi/mdislots.sdv $ $Workfile: MDISLOTS.SDI $ =========================================================================*/ - - - -interface Windows : Collection -[ - uuid = "7ADC8720-1114-101D-B8ED-3273768855A7" ; -] -{ - //--------------------------------------------------------------------- - SID_CASCADEWINS // ole(no) api(final/play/rec) - [ - ExecMethod = MiscExec_Impl ; - StateMethod = MiscState_Impl ; - ] - - //--------------------------------------------------------------------- - SID_TILEWINS // ole(no) api(final/play/rec) - [ - ExecMethod = MiscExec_Impl ; - StateMethod = MiscState_Impl ; - ] - - //--------------------------------------------------------------------- - SID_HORIZONTALWINS // ole(no) api(final/play/rec) - [ - ExecMethod = MiscExec_Impl ; - StateMethod = MiscState_Impl ; - ] - - //--------------------------------------------------------------------- - SID_VERTICALWINS // ole(no) api(final/play/rec) - [ - ExecMethod = MiscExec_Impl ; - StateMethod = MiscState_Impl ; - ] - - //--------------------------------------------------------------------- - SID_ARRANGEICONS // ole(no) api(final/play/rec) - [ - ExecMethod = MiscExec_Impl ; - StateMethod = MiscState_Impl ; - ] - - //--------------------------------------------------------------------- - SID_CLOSEWINS // ole(opt) api(final/play/rec) - [ - ExecMethod = MiscExec_Impl ; - StateMethod = MiscState_Impl ; - ] - - //--------------------------------------------------------------------- - SID_MINIMIZEWINS // ole(no) api(final/play/rec) - [ - ExecMethod = MiscExec_Impl ; - StateMethod = MiscState_Impl ; - ] -} - - interface Task : Object [ uuid = "FC02CBE1-8D8A-11d1-89CC-00A0249D57BE" ; @@ -195,200 +136,3 @@ shell SfxTask import Task [Automation]; } -/*------------------------------------------------------------------------- - - $Log: not supported by cvs2svn $ - Revision 1.4 2002/04/05 09:56:27 mba - #98405#: support macro recording - - Revision 1.3 2002/03/11 16:33:15 mba - #97063#: SID_NEXT/PREVWINDOW removed - - Revision 1.2 2001/06/29 11:29:27 mba - #77632#: SID_SHOWPOPUPS now supported by TopFrames - - Revision 1.1.1.1 2000/09/18 16:52:25 hr - initial import - - Revision 1.66 1999/02/09 16:36:54 MBA - Fix #61564#: ArrangeSlots ohne Toggle - - - Rev 1.65 09 Feb 1999 17:36:54 MBA - Fix #61564#: ArrangeSlots ohne Toggle - - Rev 1.64 20 Jan 1999 11:09:00 MBA - Fix #58947#: eigene Slots fuer Task-Arrange - - Rev 1.63 18 Dec 1998 18:06:08 MBA - Fix #58947#: Next/PrevWindow - - Rev 1.62 18 May 1998 13:31:48 MBA - ExternalTopViewFrame - - Rev 1.61 04 Feb 1998 11:11:14 MBA - Import korrigiert - - Rev 1.60 04 Feb 1998 10:45:20 MBA - Interface TaskPartWindow, neue TaskSlots - - Rev 1.59 29 Jan 1998 10:07:20 MBA - SID_INSERT_FRAME jetzt SID_INSERT_TASKFRAME - - Rev 1.58 26 Jan 1998 11:11:14 MBA - Neuer Slot SID_INSERT_FRAME - - Rev 1.57 21 Jan 1998 09:53:22 MBA - Neue TaskSlots - - Rev 1.56 19 Jan 1998 15:17:34 MBA - SID_SPLIT_TASK... - - Rev 1.55 16 Jan 1998 11:33:50 MBA - SfxTopViewFrame, SfxTask - - Rev 1.54 13 Nov 1997 12:49:32 MBA - Property Name gehoert in base class - - Rev 1.53 28 Aug 1997 12:23:34 MBA - Neue Interface-Namen - - Rev 1.52 04 Jun 1997 12:16:30 PB - rmv: alte Slots - - Rev 1.51 23 Feb 1997 21:20:02 MBA - SID_RELOAD, SID_EDITDOC - - Rev 1.50 19 Feb 1997 16:42:08 MBA - SID_TOPDOC - - Rev 1.49 09 Dec 1996 12:06:30 MBA - Helptext,Configname raus - - Rev 1.48 24 Oct 1996 13:49:34 MI - #32691# (OLE)-Object-Menu auch in plugins enablen - - Rev 1.47 22 Oct 1996 20:10:18 HJS - merge 22.10.96 - - Rev 1.46 16 Oct 1996 15:14:50 MBA - SID_EDIT_FRAMESET entfernt - - Rev 1.45 08 Oct 1996 14:30:38 HJS - merge 08.10.96 - - Rev 1.44 12 Sep 1996 18:19:56 TLX - State_Impl -> StateView_Impl - - Rev 1.43 12 Sep 1996 18:13:06 TLX - NEWWINDOW in Window - - Rev 1.42 12 Sep 1996 15:44:42 MBA - - - Rev 1.41 11 Sep 1996 13:10:10 TLX - LASTVERSION und EDITDOC in den ViewFrame - - Rev 1.40 09 Sep 1996 16:42:48 MBA - Neue Slotfiles - - Rev 1.39 05 Sep 1996 12:49:10 WP - Mergefehler - - Rev 1.38 30 Aug 1996 13:41:40 HJS - eu... - - Rev 1.38 30 Aug 1996 13:39:40 HJS - - Rev 1.37 27 Aug 1996 18:55:30 MBA - SID_VIEWSHELL etc. an ViewFrame - - Rev 1.36 19 Aug 1996 11:48:38 TLX - Neuer SuperCache Mode - - Rev 1.35 12 Aug 1996 15:36:08 MBA - SID_EDIT_FRAMESETS kein ReadOnlyDoc-Slot - - Rev 1.34 03 Aug 1996 09:13:12 EL - SID_CREATELINK_INSELECTED - - Rev 1.33 30 Jul 1996 15:05:28 MI - fix #29621# Ablegen von Bookmarks bei unbenanntem Doc - - Rev 1.32 24 Jun 1996 18:07:34 MI - fix #28983# 'bearbeiten' falsch geschrieben - - Rev 1.31 21 Jun 1996 14:16:36 MBA - SID_RESTOREWIN - - Rev 1.30 14 Jun 1996 16:02:14 MBA - ConfigName fuer SID_EDIT_FRAMESET - - Rev 1.29 06 Jun 1996 18:01:28 MBA - New SID_EDIT_FRAMESET - - Rev 1.28 28 May 1996 16:36:56 MBA - Neue INET-Slots - - Rev 1.27 11 Mar 1996 10:32:08 MI - SID_EDITDOC - - Rev 1.26 09 Mar 1996 17:21:24 MI - kein OpenUrl am ViewFrame - - Rev 1.25 28 Feb 1996 21:34:52 MI - SID_OPENURL - - Rev 1.24 17 Jan 1996 10:43:06 MI - Windows.Close mit Returnwert (Grosskunden) - - Rev 1.23 11 Jan 1996 18:46:30 MI - fix #24226# Groessenaenderungen relativ Recorden - - Rev 1.22 15 Dec 1995 19:06:32 MI - Area etc. Absolut recorden - - Rev 1.21 13 Dec 1995 14:32:14 MI - Name-Property explizit - - Rev 1.20 12 Dec 1995 18:50:32 MI - Windows ohne Coll... - - Rev 1.19 07 Dec 1995 12:58:18 MI - Area - - Rev 1.18 06 Dec 1995 21:56:50 MI - Windows - - Rev 1.17 05 Dec 1995 09:36:10 MI - interne Interfaces nicht exportieren - - Rev 1.16 04 Dec 1995 19:09:36 MI - Minimized/Maximized - - Rev 1.15 03 Dec 1995 11:54:04 MI - interface Window - - Rev 1.14 30 Nov 1995 10:34:20 MI - SwitchViewShell nicht exportiert - - Rev 1.13 28 Nov 1995 17:34:18 MI - neue Tags - - Rev 1.12 23 Nov 1995 17:30:14 MI - neue IDL - - Rev 1.11 17 Oct 1995 16:14:54 KL - Ueberarbeitung nach MS-Standard - - Rev 1.10 06 Oct 1995 15:51:16 MI - HelpTexts scharfgeschaltet - - Rev 1.9 29 Aug 1995 14:07:36 MI - Checkliste eingebaut - --------------------------------------------------------------------------*/ - - - - diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index a138fd840a73..381946612ee6 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -1343,7 +1343,7 @@ SfxUInt32Item BuildVersion SID_BUILD_VERSION ] //-------------------------------------------------------------------------- -SfxVoidItem StopBrowse SID_BROWSE_STOP +SfxVoidItem Stop SID_BROWSE_STOP () [ /* flags: */ @@ -7286,60 +7286,6 @@ SfxVoidItem SelectAll SID_SELECTALL ] //-------------------------------------------------------------------------- -SfxStringItem SelectionText SID_SELECTION_TEXT - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = TRUE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; -] - -//-------------------------------------------------------------------------- -SfxStringItem SelectionTextExt SID_SELECTION_TEXT_EXT - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = TRUE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; -] - -//-------------------------------------------------------------------------- SfxVoidItem SendFax FN_FAX () [ diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi index fda3816b6141..e83515f2a1df 100644 --- a/sfx2/sdi/sfxslots.sdi +++ b/sfx2/sdi/sfxslots.sdi @@ -2,7 +2,7 @@ module StarApplicationFrame (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: mba $ $Date: 2002-04-17 12:40:02 $ $Revision: 1.4 $ + $Author: mba $ $Date: 2002-05-27 13:49:06 $ $Revision: 1.5 $ $Logfile: T:/sfx2/sdi/sfxslots.sdv $ $Workfile: SFXSLOTS.SDI $ =========================================================================*/ @@ -17,24 +17,22 @@ TypeLibFile( "sfxslots.tlb" ) ] { item void SfxVoidItem; - item BOOL SfxBoolItem; + item BOOL SfxBoolItem; item INT32 SfxUInt16Item; item INT16 SfxInt16Item; item INT32 SfxUInt32Item; item INT32 SfxInt32Item; item String SfxStringItem; - item INT16 SfxByteItem; - + item BYTE SfxByteItem; item INT16 SfxEnumItem; item INT16 SfxAllEnumItem; + item INT16 TbxImageItem; - item SbxObject SfxObjectItem; - + item String SbxItem; //! Dummy + item String SfxObjectItem; //! Dummy item String SfxTemplateItem; //! Dummy - item String SfxMacroInfoItem; //! Dummy - item String SfxImageItem; //! Dummy - - item BOOL SfxBoolItem; + item String SfxMacroInfoItem; //! Dummy + item String SfxImageItem; //! Dummy struct Point { @@ -55,16 +53,16 @@ TypeLibFile( "sfxslots.tlb" ) struct DocInfo { String Author MID_DOCINFO_AUTHOR; - INT32 CreationDate MID_DOCINFO_CREATIONDATE; - INT32 CreationTime MID_DOCINFO_CREATIONTIME; + INT32 CreationDate MID_DOCINFO_CREATIONDATE; + INT32 CreationTime MID_DOCINFO_CREATIONTIME; String Description MID_DOCINFO_DESCRIPTION; String FileName MID_DOCINFO_FILENAME; - INT32 Revision MID_DOCINFO_REVISION; - INT32 EditTime MID_DOCINFO_EDITTIME; + INT32 Revision MID_DOCINFO_REVISION; + INT32 EditTime MID_DOCINFO_EDITTIME; String KeyWords MID_DOCINFO_KEYWORDS; String ModificationAuthor MID_DOCINFO_MODIFICATIONAUTHOR; - INT32 ModificationDate MID_DOCINFO_MODIFICATIONDATE; - INT32 ModificationTime MID_DOCINFO_MODIFICATIONTIME; + INT32 ModificationDate MID_DOCINFO_MODIFICATIONDATE; + INT32 ModificationTime MID_DOCINFO_MODIFICATIONTIME; String Subject MID_DOCINFO_SUBJECT; String Template MID_DOCINFO_TEMPLATE; String Title MID_DOCINFO_TITLE; @@ -79,10 +77,6 @@ TypeLibFile( "sfxslots.tlb" ) }; item DocInfo SfxDocumentInfoItem; - item String SbxItem; - - item INT16 TbxImageItem; - struct SvxSearch { BOOL Backward MID_SEARCH_BACKWARD; @@ -102,7 +96,6 @@ TypeLibFile( "sfxslots.tlb" ) }; item SvxSearch SvxSearchItem; - include "sfx.sdi" include "object.sdi" include "progress.sdi" diff --git a/sfx2/sdi/viwslots.sdi b/sfx2/sdi/viwslots.sdi index 57a749f793ff..52ef4bb7666a 100644 --- a/sfx2/sdi/viwslots.sdi +++ b/sfx2/sdi/viwslots.sdi @@ -3,7 +3,7 @@ // shell SfxViewShell // // (C) 1996 StarDivision GmbH, Hamburg, Germany - // $Author: hr $ $Date: 2000-09-18 16:52:26 $ $Revision: 1.1.1.1 $ + // $Author: mba $ $Date: 2002-05-27 13:49:06 $ $Revision: 1.2 $ // $Logfile: T:/sfx2/sdi/viwslots.sdv $ $Workfile: viwslots.sdi $ //------------------------------------------------------------------------- interface View : Object @@ -12,9 +12,6 @@ interface View : Object ] { //--------------------------------------------------------------------- - SbxObject UNO SID_UNO // ole(no) api(final/play/norec) - [Readonly;] - //--------------------------------------------------------------------- SID_MAIL_SENDDOC // ole(no) api(todo) [ ExecMethod = ExecMisc_Impl ; @@ -56,6 +53,7 @@ interface View : Object ExecMethod = ExecMisc_Impl ; StateMethod = GetState_Impl ; ] +/* //--------------------------------------------------------------------- SID_SELECTION_TEXT // ole(no) api(play/norec) [ @@ -66,7 +64,7 @@ interface View : Object [ StateMethod = GetState_Impl ; ] - +*/ SID_STYLE_FAMILY [ ExecMethod = ExecMisc_Impl ; @@ -94,61 +92,6 @@ shell SfxViewShell qualifiziert werden (z.B. '[demo.sdd:2].Outliner'). */ - { - import View [Automation]; + import View [Automation]; } - - -/*------------------------------------------------------------------------- - - $Log: not supported by cvs2svn $ - Revision 1.36 1998/10/26 14:49:02 MBA - Fix #58128#: SID_STYLE_FAMILY - - - Rev 1.35 26 Oct 1998 15:49:02 MBA - Fix #58128#: SID_STYLE_FAMILY - - Rev 1.34 12 Jun 1998 15:56:08 MI - UNO-Objekt Zugriff - - Rev 1.33 28 Aug 1997 12:24:20 MBA - Neue Interface-Namen - - Rev 1.32 09 Dec 1996 12:07:46 MBA - Helptext,Configname raus - - Rev 1.31 13 Nov 1996 12:45:24 MI - MUSS/SFx/345-346: SIDs aufgeraeumt - - Rev 1.30 22 Oct 1996 20:10:20 HJS - merge 22.10.96 - - Rev 1.29 08 Oct 1996 14:30:42 HJS - merge 08.10.96 - - Rev 1.28 12 Sep 1996 15:44:34 MBA - - - Rev 1.27 09 Sep 1996 16:42:30 MBA - Neue Slotfiles - - Rev 1.26 30 Aug 1996 13:41:46 HJS - eu... - - Rev 1.25 16 Jul 1996 17:22:32 MBA - SID_PLUGINSACTIVE kein ReadOnlyDoc - - Rev 1.24 11 Jul 1996 10:39:16 MI - SID_SELECTION_TEXT - - Rev 1.23 08 Jul 1996 16:50:04 HJS - uebersetzung - --------------------------------------------------------------------------*/ - - - - - |