Kaydet (Commit) 37d04e21 authored tarafından Mathias Bauer's avatar Mathias Bauer

#98951#: make sure that slot names are unique

üst caa775b6
......@@ -5,8 +5,8 @@
#* Beschreibung Basis fuer DocShell-IDL
#*
#* Ersterstellung SOH 04.04.97
#* Letzte Aenderung $Author: ka $ $Date: 2002-04-19 06:49:17 $
#* $Revision: 1.4 $
#* Letzte Aenderung $Author: mba $ $Date: 2002-08-29 12:32:15 $
#* $Revision: 1.5 $
#*
#* $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.4 2002-04-19 06:49:17 ka Exp $
$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 $
*************************************************************************/
......@@ -39,9 +39,7 @@ interface DrawDocument : OfficeDocument
StateMethod = GetState ;
]
// ?
SfxVoidItem DoSearchAndReplace FID_SEARCH_NOW // ole : ?, status : ?
(
)
FID_SEARCH_NOW // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
......@@ -49,9 +47,7 @@ interface DrawDocument : OfficeDocument
Cachable ;
]
// ?
SfxVoidItem SearchOn FID_SEARCH_ON // ole : ?, status : ?
(
)
FID_SEARCH_ON // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
......@@ -59,9 +55,7 @@ interface DrawDocument : OfficeDocument
Cachable ;
]
// ?
SfxVoidItem SearchOff FID_SEARCH_OFF // ole : ?, status : ?
(
)
FID_SEARCH_OFF // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
......@@ -69,9 +63,7 @@ interface DrawDocument : OfficeDocument
Cachable ;
]
// ?
SfxVoidItem SearchOptions SID_SEARCH_OPTIONS // ole : ?, status : ?
(
)
SID_SEARCH_OPTIONS // ole : ?, status : ?
[
ExecMethod = Execute ;
StateMethod = GetState ;
......@@ -95,48 +87,3 @@ interface DrawDocument : OfficeDocument
]
}
/*************************************************************************
Source Code Control System - History
$Log: not supported by cvs2svn $
Revision 1.3 2001/10/22 13:36:31 ka
#93586#: removed __EXPORT compiler flag
Revision 1.2 2001/03/28 11:54:46 ka
#84940#: swap graphics to temp file if SID_VERSION is executed
Revision 1.1.1.1 2000/09/18 16:48:29 hr
initial import
Revision 1.8 1999/09/01 15:41:55 pw
Pack & Go
Revision 1.7 1999/03/25 16:40:12 CL
#63859# ConfigName und HelpText entfernt
Rev 1.6 25 Mar 1999 17:40:12 CL
#63859# ConfigName und HelpText entfernt
Rev 1.5 11 Mar 1998 17:07:00 DL
#47845# Preview im Diamodus offen -> Dok. schliessen -> GPF
Rev 1.4 22 Oct 1997 16:07:32 SOH
#44618#: + SID_GET_COLORTABLE gemaess BugBeschr.
Rev 1.3 04 Sep 1997 13:36:18 MBA
Document von OfficeDocument abgeleitet
Rev 1.2 28 Aug 1997 12:33:30 MBA
Neue Interface-Namen
Rev 1.1 17 Jul 1997 16:46:34 SOH
#41635#: SID_MODIFIED entfernt
Rev 1.0 09 Apr 1997 13:18:52 SOH
Initial revision.
*************************************************************************/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment