summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-11-19 14:24:50 +0000
committerAndre Fischer <af@openoffice.org>2002-11-19 14:24:50 +0000
commitec092055bcf5b0706ed2666828c2d92f46db3631 (patch)
tree4cc297caef878b186d64c813cde463858a3074ad /sd
parente6376cd2abfb1842d09308327373ac28749d0e8d (diff)
#101975# Moved the SID_SEARCH_ITEM and SID_SEARCH_OPTIONS from the document shell to (some of) the view shells.
Diffstat (limited to 'sd')
-rw-r--r--sd/sdi/_docsh.sdi19
-rw-r--r--sd/sdi/drviewsh.sdi22
-rw-r--r--sd/sdi/outlnvsh.sdi17
3 files changed, 37 insertions, 21 deletions
diff --git a/sd/sdi/_docsh.sdi b/sd/sdi/_docsh.sdi
index a244a143edbf..a14fad3503dc 100644
--- a/sd/sdi/_docsh.sdi
+++ b/sd/sdi/_docsh.sdi
@@ -5,8 +5,8 @@
#* Beschreibung Basis fuer DocShell-IDL
#*
#* Ersterstellung SOH 04.04.97
-#* Letzte Aenderung $Author: mba $ $Date: 2002-08-29 12:32:15 $
-#* $Revision: 1.5 $
+#* Letzte Aenderung $Author: af $ $Date: 2002-11-19 15:24:50 $
+#* $Revision: 1.6 $
#*
#* $Logfile: T:/sd/sdi/_docsh.sdv $
#*
@@ -16,7 +16,7 @@
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/_docsh.sdi,v 1.5 2002-08-29 12:32:15 mba Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/_docsh.sdi,v 1.6 2002-11-19 15:24:50 af Exp $
*************************************************************************/
@@ -62,19 +62,6 @@ interface DrawDocument : OfficeDocument
GroupId = GID_DOCUMENT ;
Cachable ;
]
- // ?
- SID_SEARCH_OPTIONS // ole : ?, status : ?
- [
- ExecMethod = Execute ;
- StateMethod = GetState ;
- GroupId = GID_DOCUMENT ;
- Cachable ;
- ]
- SID_SEARCH_ITEM // ole : ?, status : ?
- [
- ExecMethod = Execute ;
- StateMethod = GetState ;
- ]
SID_GET_COLORTABLE
[
diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi
index eb217330771e..2d4a1851204c 100644
--- a/sd/sdi/drviewsh.sdi
+++ b/sd/sdi/drviewsh.sdi
@@ -5,8 +5,8 @@
#* Beschreibung ImpressViewShell-IDL
#*
#* Ersterstellung SOH (04.04.97)
-#* Letzte Aenderung $Author: mba $ $Date: 2002-08-29 13:15:03 $
-#* $Revision: 1.5 $
+#* Letzte Aenderung $Author: af $ $Date: 2002-11-19 15:24:50 $
+#* $Revision: 1.6 $
#*
#* $Logfile: T:/sd/sdi/drviewsh.sdv $
#*
@@ -16,7 +16,7 @@
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/drviewsh.sdi,v 1.5 2002-08-29 13:15:03 mba Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/drviewsh.sdi,v 1.6 2002-11-19 15:24:50 af Exp $
*************************************************************************/
@@ -210,6 +210,19 @@ interface ImpressEditView : DrawView
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
+
+ SID_SEARCH_OPTIONS // ole : ?, status : ?
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ GroupId = GID_DOCUMENT ;
+ Cachable ;
+ ]
+ SID_SEARCH_ITEM // ole : ?, status : ?
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
}
shell SdDrawViewShell : SfxViewShell
@@ -232,6 +245,9 @@ shell SdPreviewViewShell : SfxViewShell
Source Code Control System - History
$Log: not supported by cvs2svn $
+ Revision 1.5 2002/08/29 13:15:03 mba
+ #98951#: make sure that slot names are unique
+
Revision 1.4 2002/03/28 16:29:03 mba
#98396#: new slot export
diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi
index 757d6d5869a3..eebad1e55ad7 100644
--- a/sd/sdi/outlnvsh.sdi
+++ b/sd/sdi/outlnvsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: outlnvsh.sdi,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mba $ $Date: 2002-08-29 13:15:30 $
+ * last change: $Author: af $ $Date: 2002-11-19 15:24:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -524,6 +524,19 @@ interface OutlineView : View
ExecMethod = FuSupport ;
StateMethod = GetMenuState ;
]
+
+ SID_SEARCH_OPTIONS // ole : ?, status : ?
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ GroupId = GID_DOCUMENT ;
+ Cachable ;
+ ]
+ SID_SEARCH_ITEM // ole : ?, status : ?
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
}
shell SdOutlineViewShell : SfxViewShell