summaryrefslogtreecommitdiff
path: root/sw/sdi/wrtapp.sdi
blob: 25aebdba00db63b02fbbc734fe13d1c5e085fe6c (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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
/*------------------------------------------------------------------------

    $Workfile:   wrtapp.sdi  $

    $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wrtapp.sdi,v 1.1.1.1 2000-09-18 17:14:31 hr Exp $

    Beschreibung:   IDL - File SwWriterApp - Shell fuer Sw3

    (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg

------------------------------------------------------------------------*/


interface StarWriter : Module
[
    uuid ( "4BF0AA20-E6B9-101C-8A0E-040224007802" )
]
{
    FN_ENVELOP  // status(final|play)
    [
        ExecMethod = ExecOther ;
        StateMethod = StateOther ;
        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
    ]

    FN_LABEL  // status(final|play)
    [
        ExecMethod = ExecOther ;
        StateMethod = StateOther ;
        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
    ]
    FN_BUSINESS_CARD // status()
    [
        ExecMethod = ExecOther ;
        StateMethod = StateOther ;
        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
    ]

    SID_SW_DOCMAN_PATH // status()
    [
         //     nur fuer Autopilot
        ExecMethod = ExecOther ;
        StateMethod = NoState ;
    ]

    SID_ATTR_METRIC // status(final|play)
    [
        ExecMethod = ExecOther ;
        StateMethod = StateOther ;
    ]
    SID_SW_AGENDA_WIZZARD
    [
        ExecMethod = ExecWizzard ;
        StateMethod = NoState ;
    ]
    SID_SW_FAX_WIZZARD
    [
        ExecMethod = ExecWizzard ;
        StateMethod = NoState ;
    ]
    SID_SW_LETTER_WIZZARD
    [
        ExecMethod = ExecWizzard ;
        StateMethod = NoState ;
    ]
    SID_SW_MEMO_WIZZARD
    [
        ExecMethod = ExecWizzard ;
        StateMethod = NoState ;
    ]

/*  SID_SW_EDITOPTIONS
    [
        ExecMethod = ExecOptionsDialog ;
        StateMethod = NoState ;
    ]

    SID_SW_ONLINEOPTIONS
    [
        ExecMethod = ExecOptionsDialog ;
        StateMethod = NoState ;
    ]*/

    FN_QRY   // status()
    [
        ExecMethod = ExecDB ;
        StateMethod = StateIsView ;
    ]

    FN_QRY_MERGE  // status()
    [
        ExecMethod = ExecDB ;
        StateMethod = StateIsView ;
        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
    ]

    SID_ATTR_UNDO_COUNT // ole(no) api(final/play)
    [
        ExecMethod = ExecOther ;
        StateMethod = StateOther ;
    ]

    SID_AUTOSPELL_CHECK
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
    ]

    SID_AUTOSPELL_MARKOFF
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
    ]

    FN_SET_MODOPT_TBLNUMFMT // status()
    [
        ExecMethod = ExecOther ;
        StateMethod = StateOther ;
    ]
        //Extra/Optionen/Ansicht
        //Wird zusammen zum Property ViewSettings
    FN_VIEW_HIDDEN_PARA
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE;
    ]

    FN_PRINT_LAYOUT
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE;
    ]
     // alles ab hier kann weg (Export = FALSE;), wenn die vorangehenden funktionieren
    SfxBoolItem Ruler FN_RULER // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE;
        Cachable;
        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
    ]

    FN_VIEW_BOUNDS // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE;
        Cachable;
    ]

    FN_VIEW_GRAPHIC // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE ;
    ]

    FN_VIEW_FIELDS // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE;
    ]

    FN_VIEW_FIELDNAME // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Cachable ;
        Export = FALSE;
    ]

    FN_VIEW_MARKS // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Cachable ;
        Export = FALSE;
    ]

    FN_VIEW_META_CHARS // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Cachable ;
        Export = FALSE;
    ]

    FN_VIEW_TABLEGRID // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
    ]

    SID_GRID_VISIBLE
    [
        ExecMethod = ExecViewOptions;
        StateMethod = StateViewOptions ;
    ]
    SID_GRID_USE
    [
        ExecMethod = ExecViewOptions;
        StateMethod = StateViewOptions ;
    ]
    SID_HELPLINES_MOVE
    [
        ExecMethod = ExecViewOptions;
        StateMethod = StateViewOptions ;
    ]

    FN_VLINEAL // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE;
        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
    ]

    FN_HSCROLLBAR // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE;
    ]

    FN_VSCROLLBAR // status()
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        Export = FALSE;
    ]

    FN_SHADOWCURSOR // status(final|play)
    [
        ExecMethod = ExecViewOptions ;
        StateMethod = StateViewOptions ;
        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
    ]
}  //end interface Application

shell SwModule
{
    import StarWriter[Automation];
}

/*------------------------------------------------------------------------

    $Log: not supported by cvs2svn $
    Revision 1.136  2000/05/26 07:06:20  os
    old SW Basic API Slots removed

    Revision 1.135  2000/05/10 12:00:10  os
    Basic API removed

    Revision 1.134  1999/11/30 10:19:58  jp
    Task #70259#: more entries into to the popup menus

    Revision 1.133  1999/09/28 13:17:11  os
    #67382# separate dialog for business cards

    Revision 1.132  1999/06/22 15:36:04  JP
    Bug #43028#: disableflag for edit in mailbody


      Rev 1.131   22 Jun 1999 17:36:04   JP
   Bug #43028#: disableflag for edit in mailbody

      Rev 1.130   23 Mar 1999 12:15:22   MA
   #63806# ConfigName und HelpText entfernt

      Rev 1.129   17 Feb 1999 15:06:42   OS
   #61890# Methoden fuer alte Optionsdialoge geloescht

      Rev 1.128   26 Nov 1998 15:19:08   MA
   #59896# Raster usw jetzt an der Application

      Rev 1.127   12 Nov 1998 17:29:00   MA
   #58677# Disable Flag

      Rev 1.126   26 Jan 1998 09:12:10   OS
   neu: WebViewSettings

      Rev 1.125   22 Dec 1997 17:18:54   MA
   ShadowCursor

      Rev 1.124   03 Nov 1997 16:09:42   JP
   neu: Optionen/-Page/Basic-Schnittst. fuer ShadowCursor

      Rev 1.123   28 Aug 1997 12:52:34   MBA
   Neue Interface-Namen

      Rev 1.122   11 Jun 1997 14:57:44   OS
   SpellOnline und HideSpell nicht mehr mit Exportverbot #40529#

      Rev 1.121   09 Jun 1997 14:27:20   MA
   chg: Browse-Flag nur noch am Doc

      Rev 1.120   06 Jun 1997 12:42:38   MA
   chg: versteckte Absaetze ausblenden

      Rev 1.119   30 May 1997 15:36:46   OS
   FN_CONFIG_DLG raus

      Rev 1.118   28 May 1997 08:13:48   OS
   SID_ATTR_METRIC am SwModule ausfuehren fr #40192#

      Rev 1.117   16 Feb 1997 15:23:38   OM
   DB-Manager an Ofa verschoben

      Rev 1.116   30 Jan 1997 11:01:00   OS
   neu: PRINT_LAYOUT

      Rev 1.115   27 Jan 1997 16:38:38   OS
   HtmlMode entfernt

      Rev 1.114   04 Dec 1996 14:01:32   OS
   neue Ids fuer Optionendialoge

      Rev 1.113   26 Nov 1996 19:43:42   OS
   GetDocManPath mit SID_SW_DOCMAN_PATH

      Rev 1.112   22 Nov 1996 13:03:46   OS
   neue Ids fuer Wizards

      Rev 1.111   01 Nov 1996 17:59:38   MA
   Umstellung zum Module

      Rev 1.110   27 Sep 1996 13:58:28   OS
   +StateMethod fuer FN_LABEL

      Rev 1.109   21 Sep 1996 17:36:42   OS
   Sot-Umstellung beendet

      Rev 1.108   18 Sep 1996 10:37:14   OM
   Slots entfernt

      Rev 1.107   17 Sep 1996 18:17:48   OS
   EditOptionsDialog noch nicht in swriter.idl

      Rev 1.106   16 Sep 1996 10:26:50   MBA
   Erste Anpassungen an swriter.idl

      Rev 1.105   10 Sep 1996 16:39:44   OS
   Slotvereinheitlichung zu, 1.

      Rev 1.104   31 Aug 1996 17:13:02   OS
   neue Optionendialoge

      Rev 1.103   20 Aug 1996 17:28:38   HJS
   eu...

      Rev 1.102   13 Aug 1996 12:35:16   OS
   neu: InternetDialog

      Rev 1.101   06 Aug 1996 11:09:56   OM
   Hyperlinkleiste auf bei Readonly-Doks

      Rev 1.100   29 Jul 1996 11:09:18   OS
   FN_SET_HTMLMODE -> SID_HTML_MODE

      Rev 1.99   25 Jul 1996 15:26:28   OS
   neu: FN_SET_HTMLMODE

------------------------------------------------------------------------*/