summaryrefslogtreecommitdiff
path: root/sc/sdi/docsh.sdi
blob: 4446e32206507d2de43d2ad2b8d7abf421cfce8b (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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
 //============================================================================
 //
 // StarCalc
 //
 // (C) 1994 StarDivision GmbH, Hamburg, Germany
 // $Author: er $ $Date: 2001-04-25 14:01:57 $ $Revision: 1.2 $
 // $Logfile:   T:/sc/sdi/docsh.sdv  $ $Workfile:   docsh.sdi  $
 //----------------------------------------------------------------------------



 //============================================================================
interface Name : Object
[
    uuid = "BA338A40-064E-11d0-89CB-008029E4B0B1" ;
]
{
    SID_SC_NAME_TITLE   [ ExecMethod = Execute; StateMethod = GetState; ] // ole() api(ply)
}


 //============================================================================
interface TableSelection : Selection
[
    uuid = "BA338A41-064E-11d0-89CB-008029E4B0B1" ;
]
{
    SID_DELETE_PRINTAREA        [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_OPENDLG_EDIT_PRINTAREA  [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_CHANGE_PRINTAREA        [ ExecMethod = Execute; ]
    FID_DEL_MANUALBREAKS        [ ExecMethod = Execute; StateMethod = GetState; ]
    FID_RESET_PRINTZOOM         [ ExecMethod = Execute; StateMethod = GetState; ]
    SbxObject Cells SID_SC_CELLS
    (
        UINT16  Column      SID_SC_CELLS,
        UINT16  Row         FN_PARAM_1
    )
    [
    ]
    UINT16 Index FID_TAB_INDEX
    [
        Readonly ;
    ]
    FID_PROTECT_TABLE       [ ExecMethod = Execute; StateMethod = GetState; ]
    FID_PROTECT_DOC         [ ExecMethod = Execute; StateMethod = GetState; ]

    SID_AUTO_OUTLINE        [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_OUTLINE_DELETEALL   [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_FORMATPAGE          [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_HFEDIT              [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_DETECTIVE_DEL_ALL   [ ExecMethod = Execute; StateMethod = GetState; ]
    FID_TABLE_VISIBLE   [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
    FID_TAB_MOVE        [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
    FID_DELETE_TABLE    [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]
    FID_TAB_RENAME      [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ]

    SID_TABLE_ACTIVATE  [ ExecMethod = Execute; ]
}


 //============================================================================
interface TableDocument : OfficeDocument
[
    uuid = "BA338A42-064E-11d0-89CB-008029E4B0B1" ;
]
{
    SID_SBA_IMPORT  [ ExecMethod = Execute; ]
    SID_SC_CELLS    [ ExecMethod = Execute; ]
    SID_SC_CELLTEXT [ ExecMethod = Execute; ]
    SID_SC_SETTEXT  [ ExecMethod = Execute; ]
    SID_SC_RANGE    [ ExecMethod = Execute; ]
    SID_SC_SELECTION    [ StateMethod = GetSbxState; ]
    SID_SC_ACTIVECELL   [ StateMethod = GetSbxState; ]
    SID_SC_ACTIVETAB    [ StateMethod = GetSbxState; ]
    SID_TABLES_GET      [ StateMethod = GetSbxState; ]
    SID_TABLES_COUNT    [ StateMethod = GetState; ]
    SID_PIVOT_GET       [ StateMethod = GetSbxState; ]
    SID_SC_ACTIVEOBJECT [ StateMethod = GetDrawObjState; ]
    SID_ATTR_YEAR2000   [ StateMethod = GetState; ExecMethod = Execute; ]
    SbxObject OLEObjects
    [
        Readonly ;
        IsCollection ;
    ]
    SID_CHART_SOURCE    [ ExecMethod = Execute; ]
    SID_CHART_ADDSOURCE [ ExecMethod = Execute; ]
    FID_AUTO_CALC   [ ExecMethod = Execute; StateMethod = GetState; ]
    FID_RECALC      [ ExecMethod = Execute; StateMethod = GetState; ]
    FID_HARD_RECALC [ ExecMethod = Execute;                         ]
    SID_UPDATETABLINKS      [ ExecMethod = Execute; ]
    SID_REIMPORT_AFTER_LOAD [ ExecMethod = Execute; ]
    SID_AUTO_STYLE          [ ExecMethod = Execute; ]

    SID_GET_COLORTABLE      [ ExecMethod = Execute; ]

    FID_CHG_RECORD          [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_DOCUMENT_COMPARE    [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_DOCUMENT_MERGE      [ ExecMethod = Execute; StateMethod = GetState; ]
    SID_CHG_PROTECT         [ ExecMethod = Execute; StateMethod = GetState; ]

    SID_DELETE_SCENARIO     [ ExecMethod = Execute; ]
    SID_EDIT_SCENARIO       [ ExecMethod = Execute; ]
}


 //============================================================================
shell ScDocShell : SfxObjectShell
[
    uuid ( "3F543FA0-B6A6-101B-9961-04021C007002" )
]
{
        import TableDocument[Automation];
}


/*------------------------------------------------------------------------
    $Log: not supported by cvs2svn $
    Revision 1.1.1.1  2000/09/18 16:44:52  hr
    initial import

    Revision 1.80  1999/08/24 14:12:28  ANK
    #68244# JumpToTable moved


      Rev 1.79   24 Aug 1999 16:12:28   ANK
   #68244# JumpToTable moved

      Rev 1.78   27 Jul 1999 17:03:42   ANK
   #67793# changes for table-protection

      Rev 1.77   21 Jun 1999 20:38:30   ANK
   #66547# Slot's moved

      Rev 1.76   02 Jun 1999 21:41:34   ANK
   #66547# SubShells

      Rev 1.75   24 Mar 1999 18:35:14   ANK
   #63806# Configname rausgeschmissen

      Rev 1.74   27 Jan 1999 20:09:58   ER
   #61027# new: Year2000

      Rev 1.73   30 Jun 1998 23:23:58   NN
   Merge/Compare mit Sfx-Slots

      Rev 1.72   11 Mar 1998 22:48:42   NN
   FID_CHG_MERGE/COMPARE

      Rev 1.71   10 Mar 1998 21:53:32   NN
   DELETE_SCENARIO, EDIT_SCENARIO

      Rev 1.70   06 Mar 1998 14:19:34   ANK
   New Idl's Redlin

      Rev 1.69   29 Oct 1997 14:30:22   NN
   Pivottabellen fuer Basic

      Rev 1.68   21 Oct 1997 11:28:20   NN
   #44618# SID_GET_COLORTABLE

      Rev 1.67   04 Sep 1997 13:35:24   MBA
   Document von OfficeDocument abgeleitet

      Rev 1.66   02 Sep 1997 19:20:44   MBA
   OLEObjects jetzt in SVX

      Rev 1.65   28 Aug 1997 12:36:26   MBA
   Neue Interface-Namen

      Rev 1.64   11 Jul 1997 12:05:48   NN
   SID_TABLES_COUNT

      Rev 1.63   23 Jun 1997 11:27:58   NN
   Slots fuer Seitenumbruch-Vorschau

      Rev 1.62   23 Feb 1997 22:47:02   NN
   SID_REIMPORT_AFTER_LOAD

      Rev 1.61   14 Nov 1996 09:28:20   MI
   SID_TEMPLATE/SID_STYLE

      Rev 1.60   22 Oct 1996 13:15:14   HJS
   merge 22.10.96

      Rev 1.59   09 Oct 1996 12:08:44   HJS
   merge 09.10.96

      Rev 1.58   25 Sep 1996 14:43:04   RJ
   aufgeraeumt

      Rev 1.57   04 Sep 1996 12:34:26   NN
   OLEObjects, SelectedObject

      Rev 1.56   02 Sep 1996 10:08:36   NN
   Hide/Show an Tables, Remove ohne Parameter, Hidden->Visible

      Rev 1.55   29 Aug 1996 18:04:18   NN
   SetText -> PutCell

      Rev 1.54   28 Aug 1996 21:03:34   NN
   Parameter bei Cells, neu: SetText

      Rev 1.53   23 Aug 1996 19:42:26   RJ
   Slot fuer DB-Import

      Rev 1.52   23 Aug 1996 16:31:30   NN
   CellText

      Rev 1.51   23 Aug 1996 16:07:22   NN
   nochmal GetSbxState

      Rev 1.50   21 Aug 1996 14:07:04   HJS
   eu...

      Rev 1.48   30 Jul 1996 12:47:22   NN
   #29898# GetState fuer FID_RECALC

      Rev 1.47   23 Jul 1996 21:35:28   NN
   AddChartData

      Rev 1.46   23 Jul 1996 20:49:12   NN
   SBA-Slots auch aus der idl raus

      Rev 1.45   16 Jul 1996 10:37:20   NN
   #27077# SID_MODIFIED raus

      Rev 1.44   08 Jul 1996 16:15:40   HJS
   uebersetzung

      Rev 1.43   01 Apr 1996 15:37:10   NN
   #26327# ChangeChartData: Parameter fuer Spalten-/Zeilenkoepfe

      Rev 1.42   22 Mar 1996 13:51:34   NN
   SID_AUTO_STYLE

      Rev 1.41   06 Mar 1996 19:16:30   NN
   SID_UPDATETABLINKS

      Rev 1.40   29 Feb 1996 11:45:18   NN
   ExecuteTable/GetStateTable bei FID_DELETE_TABLE

      Rev 1.39   26 Feb 1996 14:40:14   NF
   Wegen CLOOKS im View

      Rev 1.37   12 Feb 1996 17:15:24   MO
   Delete/Edit/ChangePtintArea

      Rev 1.36   12 Feb 1996 17:15:06   JN
   SID_CHART_SOURCE jetzt mit Argumenten fuer Basic

      Rev 1.35   31 Jan 1996 19:18:18   JN
   #24962#

      Rev 1.34   29 Jan 1996 16:21:16   JN
   Basic weitergemacht

      Rev 1.33   18 Jan 1996 18:44:28   JN
   Konfiguration und Basic

      Rev 1.32   16 Jan 1996 16:36:38   JN
   Zwischenstand Basic

      Rev 1.31   11 Jan 1996 22:31:18   NN
   #24145# SID_CHART_SOURCE

      Rev 1.30   11 Jan 1996 16:48:38   JN
   Zwischenstand Basic

      Rev 1.29   21 Dec 1995 12:44:58   JN
   Umstellungen...

      Rev 1.28   20 Dec 1995 13:06:40   JN
   ...

      Rev 1.27   19 Dec 1995 16:20:50   MD
   Selection, ActiveCell, ActiveTable

      Rev 1.26   15 Dec 1995 17:44:30   MD
   Fixes (ob die gehen?)

      Rev 1.25   15 Dec 1995 15:25:56   JN
   neue Slots fuer Basic

      Rev 1.24   14 Dec 1995 10:49:38   NF
   Name nach ReName wegen SFX-Stand

      Rev 1.23   14 Dec 1995 10:19:20   MD
   Tables, Table
------------------------------------------------------------------------*/