summaryrefslogtreecommitdiff
path: root/sd/sdi/grviewsh.sdi
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-11-29 08:09:38 +0000
committerAndre Fischer <af@openoffice.org>2002-11-29 08:09:38 +0000
commit17840b8e57736fa02fe0165073a5b7d1ad36226f (patch)
tree0f18984a30be7392ff6e148897eafe3d54543167 /sd/sdi/grviewsh.sdi
parent068e1fd391b02766aeb105a47715e2dd65849f96 (diff)
#105729# Added missing slots for search&replace.
Diffstat (limited to 'sd/sdi/grviewsh.sdi')
-rw-r--r--sd/sdi/grviewsh.sdi21
1 files changed, 18 insertions, 3 deletions
diff --git a/sd/sdi/grviewsh.sdi b/sd/sdi/grviewsh.sdi
index 89cf342a80e8..b5b4d6f15262 100644
--- a/sd/sdi/grviewsh.sdi
+++ b/sd/sdi/grviewsh.sdi
@@ -5,8 +5,8 @@
#* Beschreibung Draw (Graphic) ViewShell-IDL
#*
#* Ersterstellung SOH 04.04.97
-#* Letzte Aenderung $Author: ka $ $Date: 2001-10-22 13:36:31 $
-#* $Revision: 1.2 $
+#* Letzte Aenderung $Author: af $ $Date: 2002-11-29 09:09:38 $
+#* $Revision: 1.3 $
#*
#* $Logfile: T:/sd/idl/grviewsh.idv $
#*
@@ -16,7 +16,7 @@
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/grviewsh.sdi,v 1.2 2001-10-22 13:36:31 ka Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/grviewsh.sdi,v 1.3 2002-11-29 09:09:38 af Exp $
*************************************************************************/
@@ -26,6 +26,18 @@ interface GraphicEditView : DrawView
uuid ( "95F11180-ACE0-11D0-89CA-008029E4B0B1" ) ;
]
{
+ SID_SEARCH_OPTIONS // ole : ?, status : ?
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ GroupId = GID_DOCUMENT ;
+ Cachable ;
+ ]
+ SID_SEARCH_ITEM // ole : ?, status : ?
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
}
shell SdGraphicViewShell : SfxViewShell
@@ -38,6 +50,9 @@ shell SdGraphicViewShell : SfxViewShell
Source Code Control System - History
$Log: not supported by cvs2svn $
+ Revision 1.2 2001/10/22 13:36:31 ka
+ #93586#: removed __EXPORT compiler flag
+
Revision 1.1.1.1 2000/09/18 16:48:29 hr
initial import