summaryrefslogtreecommitdiff
path: root/sd/sdi/_docsh.sdi
blob: 6181e85e786383c45e04f210a061d5628be927c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/*************************************************************************
#*
#*    $Workfile:   _docsh.sdi  $
#*
#*    Beschreibung      Basis fuer DocShell-IDL
#*
#*    Ersterstellung    SOH 04.04.97
#*    Letzte Aenderung  $Author: ka $ $Date: 2001-03-28 11:54:46 $
#*    $Revision: 1.2 $
#*
#*    $Logfile:   T:/sd/sdi/_docsh.sdv  $
#*
#*    Copyright (c) 1989 - 1999, STAR DIVISION
#*
#*************************************************************************

      Source Code Control System - Header

      $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/_docsh.sdi,v 1.2 2001-03-28 11:54:46 ka Exp $

*************************************************************************/


interface DrawDocument : OfficeDocument
{
    SID_PACKNGO // ole : ?, status : ?
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]
    SID_PUBLISH // ole : ?, status : ?
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]
    SID_CLOSEDOC // ole : ?, status : ?
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]
    SID_SPELLING // ole : ?, status : ?
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]
     // ?
    SfxVoidItem DoSearchAndReplace FID_SEARCH_NOW // ole : ?, status : ?
    (
    )
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
        GroupId = GID_DOCUMENT ;
        Cachable ;
    ]
     // ?
    SfxVoidItem SearchOn FID_SEARCH_ON // ole : ?, status : ?
    (
    )
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
        GroupId = GID_DOCUMENT ;
        Cachable ;
    ]
     // ?
    SfxVoidItem SearchOff FID_SEARCH_OFF // ole : ?, status : ?
    (
    )
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
        GroupId = GID_DOCUMENT ;
        Cachable ;
    ]
     // ?
    SfxVoidItem SearchOptions 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
    [
        ExecMethod = Execute;
    ]
    SID_VERSION
    [
        ExecMethod = Execute;
        StateMethod = GetState;
    ]
}

/*************************************************************************

      Source Code Control System - History

      $Log: not supported by cvs2svn $
      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.

*************************************************************************/