summaryrefslogtreecommitdiff
path: root/sfx2/sdi/viwslots.sdi
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-02 15:12:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-02 15:12:44 +0000
commit2bd7800f6b1e8d1f43adb36ba9297cbc345c71e1 (patch)
treefe6b4ca4ac2faa4dba76b49e2a106cddee269baa /sfx2/sdi/viwslots.sdi
parent6f7de5f92bb0966932e30db2d7380268c46fe452 (diff)
INTEGRATION: CWS sfxcleanup (1.4.1192); FILE MERGED
2006/05/02 13:33:02 mba 1.4.1192.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/02 09:23:45 mba 1.4.1192.1: #132394#: remove superfluous code
Diffstat (limited to 'sfx2/sdi/viwslots.sdi')
-rw-r--r--sfx2/sdi/viwslots.sdi37
1 files changed, 2 insertions, 35 deletions
diff --git a/sfx2/sdi/viwslots.sdi b/sfx2/sdi/viwslots.sdi
index bb7694e343..9af6f9568f 100644
--- a/sfx2/sdi/viwslots.sdi
+++ b/sfx2/sdi/viwslots.sdi
@@ -3,10 +3,10 @@
// shell SfxViewShell
//
// (C) 1996 StarDivision GmbH, Hamburg, Germany
- // $Author: vg $ $Date: 2006-04-07 09:51:57 $ $Revision: 1.6 $
+ // $Author: rt $ $Date: 2006-05-02 16:12:44 $ $Revision: 1.7 $
// $Logfile: T:/sfx2/sdi/viwslots.sdv $ $Workfile: viwslots.sdi $
//-------------------------------------------------------------------------
-interface View : Object
+interface View
[
Automation = FALSE ;
]
@@ -43,7 +43,6 @@ interface View : Object
ExecMethod = ExecPrint_Impl ;
StateMethod = GetState_Impl ;
]
- //---------------------------------------------------------------------
SID_PRINTDOCDIRECT // ole(no) api(final/play/rec)
[
ExecMethod = ExecPrint_Impl ;
@@ -53,36 +52,21 @@ interface View : Object
[
ExecMethod = ExecPrint_Impl ;
]
- //---------------------------------------------------------------------
SID_SETUPPRINTER // ole(no) api(play/rec)
[
ExecMethod = ExecPrint_Impl ;
StateMethod = GetState_Impl ;
]
- //---------------------------------------------------------------------
SID_STYLE_CATALOG // ole(no) api(play/rec)
[
ExecMethod = ExecMisc_Impl ;
StateMethod = GetState_Impl ;
]
- //---------------------------------------------------------------------
SID_PLUGINS_ACTIVE // ole(no) api(play/rec)
[
ExecMethod = ExecMisc_Impl ;
StateMethod = GetState_Impl ;
]
-/*
- //---------------------------------------------------------------------
- SID_SELECTION_TEXT // ole(no) api(play/norec)
- [
- StateMethod = GetState_Impl ;
- ]
- //---------------------------------------------------------------------
- SID_SELECTION_TEXT_EXT // ole(no) api(play/norec)
- [
- StateMethod = GetState_Impl ;
- ]
-*/
SID_STYLE_FAMILY
[
ExecMethod = ExecMisc_Impl ;
@@ -93,23 +77,6 @@ interface View : Object
//=========================================================================
shell SfxViewShell
-
-/*
- Funktionalit"at jeder View (Ansicht) eines SFx-Dokuments. Angesprochen
- werden diese Objekte entweder als 'ActiveWindow' oder mit dem Namen
- des Dokuments (i.d.R. der Dateiname) ohne Pfad aber mit der Nummer
- des Fensters, alles in eckigen Klammern (z.B. als '[unbenannt1:1]'
- oder '[brief6.sdw:4]'). Im Ggs. zur Anzeige in der Caption-Bar (solange
- nur ein Fenster f"ur das betreffende Dokument existiert) darf die
- Nummer niemals ausgelassen werden. Die Numerierung beginnt bei 1 und
- ist f"ur die Existenz des Fensters stabil.
-
- Falls es Konflikte mit anderen "uber den Namen des Fensters
- angesprochenen Objekten gibt (z.B. dem Window selbst oder
- Selektionsmodi), kann der Name der spezifischen View zus"atzlich
- qualifiziert werden (z.B. '[demo.sdd:2].Outliner').
-*/
-
{
import View [Automation];
}