tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / sw / sdi / _annotsh.sdi
blob1a0a35a933908f6486bc6e777b10cf422d3a21df
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 interface _Annotation
21     FN_DELETE_COMMENT
22     [
23         ExecMethod = NoteExec ;
24         StateMethod = GetNoteState ;
25     ]
27     FN_DELETE_COMMENT_THREAD
28     [
29         ExecMethod = NoteExec ;
30         StateMethod = GetNoteState ;
31     ]
33     FN_DELETE_NOTE_AUTHOR
34     [
35         ExecMethod = NoteExec ;
36         StateMethod = GetNoteState ;
37     ]
39     FN_DELETE_ALL_NOTES
40     [
41         ExecMethod = NoteExec ;
42         StateMethod = GetNoteState ;
43     ]
45     FN_FORMAT_ALL_NOTES
46     [
47         ExecMethod = NoteExec ;
48         StateMethod = GetNoteState ;
49     ]
51     FN_HIDE_NOTE
52     [
53         ExecMethod = NoteExec ;
54         StateMethod = GetNoteState ;
55     ]
57     FN_HIDE_NOTE_AUTHOR
58     [
59         ExecMethod = NoteExec ;
60         StateMethod = GetNoteState ;
61     ]
63     FN_HIDE_ALL_NOTES
64     [
65         ExecMethod = NoteExec ;
66         StateMethod = GetNoteState ;
67     ]
69     FN_RESOLVE_NOTE
70     [
71         ExecMethod = NoteExec ;
72         StateMethod = GetNoteState ;
73     ]
75     FN_RESOLVE_NOTE_THREAD
76     [
77         ExecMethod = NoteExec ;
78         StateMethod = GetNoteState ;
79     ]
81     FN_PROMOTE_COMMENT
82     [
83         ExecMethod = NoteExec ;
84         StateMethod = GetNoteState ;
85     ]
87     FN_POSTIT
88         [
89                 ExecMethod = NoteExec ;
90                 StateMethod = GetNoteState ;
91         ]
93     FN_REPLY
94     [
95         ExecMethod = NoteExec ;
96         StateMethod = GetNoteState ;
97     ]
98     FN_ESCAPE // api:
99     [
100         ExecMethod = NoteExec ;
101     ]
103     SfxVoidItem Cut SID_CUT ( )  // api:
104     [
105         ExecMethod = ExecClpbrd ;
106         StateMethod = StateClpbrd ;
107         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
108     ]
110     SID_COPY // api:
111     [
112         ExecMethod = ExecClpbrd ;
113         StateMethod = StateClpbrd ;
114     ]
116     SID_PASTE   // api:
117     [
118         ExecMethod = ExecClpbrd ;
119         StateMethod = StateClpbrd ;
120         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
121     ]
123     SID_PASTE_UNFORMATTED
124     [
125         ExecMethod = ExecClpbrd ;
126         StateMethod = StateClpbrd ;
127         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
128     ]
130     SID_PASTE_SPECIAL  // api:
131     [
132         StateMethod = StateClpbrd ;
133         ExecMethod = ExecClpbrd ;
134         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
135     ]
137     SID_CLIPBOARD_FORMAT_ITEMS  // status(final|play)
138     [
139         StateMethod = StateClpbrd ;
140         ExecMethod = ExecClpbrd ;
141         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
142     ]
144     SID_SELECTALL  // api:
145     [
146         ExecMethod = Exec ;
147         StateMethod = NoState ;
148     ]
150     SID_UNDO // api:
151     [
152         ExecMethod = ExecUndo ;
153         StateMethod = StateUndo ;
155         ToolBoxConfig , MenuConfig , AccelConfig;
156     ]
158     SID_REDO // api:
159     [
160         ExecMethod = ExecUndo ;
161         StateMethod = StateUndo ;
163     ]
165     SID_REPEAT // api:
166     [
167         ExecMethod = ExecUndo ;
168         StateMethod = StateUndo ;
169     ]
170     SID_GETUNDOSTRINGS
171     [
172         StateMethod = StateUndo ;
173     ]
175     SID_GETREDOSTRINGS
176     [
177         StateMethod = StateUndo ;
178     ]
180     FN_FORMAT_RESET  // api:
181     [
182         ExecMethod = Exec ;
183         StateMethod = NoState ;
184         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
185     ]
187     FN_FORMAT_FOOTNOTE_DLG // status()
188     [
189         ExecMethod = Exec ;
190     ]
192     SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
193     [
194         ExecMethod = Exec ;
195     ]
197     FN_WORDCOUNT_DIALOG
198     [
199         ExecMethod = Exec;
200     ]
202        FN_NUMBERING_OUTLINE_DLG   // status(final|play)
203     [
204         ExecMethod = Exec ;
205     ]
207     SID_CHARMAP // api:
208     [
209         ExecMethod = Exec ;
210         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
211     ]
213     SID_CHARMAP_CONTROL
214     [
215         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
216     ]
218     SID_ATTR_PARA_LRSPACE
219     [
220         ExecMethod = Exec;
221         StateMethod = GetState ;
222     ]
224     SID_ATTR_PARA_LEFTSPACE
225     [
226         StateMethod = GetState ;
227     ]
229     SID_ATTR_PARA_RIGHTSPACE
230     [
231         StateMethod = GetState ;
232     ]
234     SID_ATTR_PARA_FIRSTLINESPACE
235     [
236         StateMethod = GetState ;
237     ]
239     SID_ATTR_PARA_LINESPACE
240     [
241         ExecMethod = Exec;
242         StateMethod = GetState ;
243     ]
245     SID_ATTR_PARA_ULSPACE
246     [
247         ExecMethod = Exec;
248         StateMethod = GetState ;
249     ]
251     SID_ATTR_PARA_ABOVESPACE
252     [
253         StateMethod = GetState ;
254     ]
256     SID_ATTR_PARA_BELOWSPACE
257     [
258         StateMethod = GetState ;
259     ]
261     SID_PARASPACE_INCREASE
262     [
263         ExecMethod = Exec;
264         StateMethod = GetState;
265         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
266     ]
267     SID_PARASPACE_DECREASE
268     [
269         ExecMethod = Exec;
270         StateMethod = GetState;
271         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
272     ]
274     FN_INSERT_STRING
275     [
276             ExecMethod = Exec ;
277             StateMethod = NoState ;
278             DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
279     ]
281     SID_ATTR_CHAR_FONT // status()
282     [
283         ExecMethod = Exec;
284         StateMethod = GetState ;
285         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
286     ]
288     SID_ATTR_CHAR_FONTHEIGHT // status()
289     [
290         ExecMethod = Exec;
291         StateMethod = GetState ;
292         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
293     ]
295     FN_GROW_FONT_SIZE
296     [
297         ExecMethod = Exec;
298         StateMethod = GetState ;
299         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
300     ]
302     FN_SHRINK_FONT_SIZE
303     [
304         ExecMethod = Exec;
305         StateMethod = GetState ;
306         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
307     ]
309     SID_ATTR_CHAR_COLOR // api:
310     [
311         ExecMethod = Exec;
312         StateMethod = GetState ;
313         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
314     ]
316     SID_ATTR_CHAR_COLOR2
317     [
318         ExecMethod = Exec;
319         StateMethod = GetState ;
320         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
321     ]
323     SID_ATTR_CHAR_BACK_COLOR // api:
324     [
325         ExecMethod = Exec;
326         StateMethod = GetState ;
327         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
328     ]
330     SID_CHAR_DLG_EFFECT
331     [
332         ExecMethod = Exec ;
333         StateMethod = GetState ;
334         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
335     ]
337     SID_CHAR_DLG_POSITION
338     [
339         ExecMethod = Exec ;
340         StateMethod = GetState ;
341         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
342     ]
344     SID_ATTR_CHAR_WEIGHT // api:
345     [
346         ExecMethod = Exec ;
347         StateMethod = GetState ;
348         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
349     ]
351     SID_ATTR_CHAR_POSTURE // api:
352     [
353         ExecMethod = Exec ;
354         StateMethod = GetState ;
355         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
356     ]
358     SID_ATTR_CHAR_UNDERLINE // api:
359     [
360         ExecMethod = Exec ;
361         StateMethod = GetState ;
362         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
363     ]
365     SID_ATTR_CHAR_OVERLINE // api:
366     [
367         ExecMethod = Exec ;
368         StateMethod = GetState ;
369         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
370     ]
372     SID_ATTR_CHAR_CONTOUR
373     [
374         ExecMethod = Exec;
375         StateMethod = GetState ;
376         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
377     ]
379     SID_ATTR_CHAR_SHADOWED
380     [
381         ExecMethod = Exec;
382         StateMethod = GetState ;
383         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
384     ]
386     SID_ATTR_CHAR_STRIKEOUT
387     [
388         ExecMethod = Exec;
389         StateMethod = GetState ;
390         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
391     ]
393     SID_ATTR_CHAR_LANGUAGE // status(final|play)
394     [
395         ExecMethod = Execute ;
396         StateMethod = GetState ;
397         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
398     ]
400     SID_ATTR_PARA_ADJUST_LEFT // api:
401     [
402         ExecMethod = Exec ;
403         StateMethod = GetState ;
404         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
405     ]
407     SID_ATTR_PARA_ADJUST_CENTER // api:
408     [
409         ExecMethod = Exec ;
410         StateMethod = GetState ;
411         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
412     ]
414     SID_ATTR_PARA_ADJUST_RIGHT // api:
415     [
416         ExecMethod = Exec ;
417         StateMethod = GetState ;
418         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
419     ]
421     SID_ATTR_PARA_ADJUST_BLOCK // api:
422     [
423         ExecMethod = Exec ;
424         StateMethod = GetState ;
425         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
426     ]
428     SID_ATTR_PARA_LINESPACE_10 // api:
429     [
430         ExecMethod = Exec ;
431         StateMethod = GetState ;
432         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
433     ]
435     SID_ATTR_PARA_LINESPACE_115
436     [
437         ExecMethod = Exec ;
438         StateMethod = GetState ;
439         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
440     ]
442     SID_ATTR_PARA_LINESPACE_15 // api:
443     [
444         ExecMethod = Exec ;
445         StateMethod = GetState ;
446         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
447     ]
449     SID_ATTR_PARA_LINESPACE_20 // api:
450     [
451         ExecMethod = Exec ;
452         StateMethod = GetState ;
453         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
454     ]
456     SID_CHAR_DLG  // api:
457     [
458         ExecMethod = Exec ;
459         StateMethod = GetState ;
460         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
461     ]
463     SID_PARA_DLG // api:
464     [
465         ExecMethod = Exec ;
466         StateMethod = GetState ;
467         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
468     ]
470     FN_SET_SUPER_SCRIPT
471     [
472         ExecMethod = Exec ;
473         StateMethod = GetState ;
474         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
475     ]
477     FN_SET_SUB_SCRIPT
478     [
479         ExecMethod = Exec ;
480         StateMethod = GetState ;
481         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
482     ]
484     SID_SEARCH_ITEM // status()
485     [
486         ExecMethod = ExecSearch ;
487         StateMethod = StateSearch ;
488     ]
489     FN_REPEAT_SEARCH // status(final|play)
490     [
491         ExecMethod = ExecSearch ;
492     ]
493     FID_SEARCH_NOW // status()
494     [
495         ExecMethod = ExecSearch ;
496     ]
497     SID_SEARCH_OPTIONS // status()
498     [
499         StateMethod = StateSearch ;
500     ]
501     FID_SEARCH_SEARCHSET // status()
502     [
503         ExecMethod = ExecSearch ;
504     ]
505     FID_SEARCH_REPLACESET // status()
506     [
507         ExecMethod = ExecSearch ;
508         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
509     ]
510     FID_SEARCH_ON // status()
511     [
512         ExecMethod = ExecSearch ;
513     ]
514     FID_SEARCH_OFF // status()
515     [
516         ExecMethod = ExecSearch ;
517     ]