Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / sdi / _annotsh.sdi
blob919dd0513aa5b05683e19a6eaa6f797802956693
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_POSTIT
82         [
83                 ExecMethod = NoteExec ;
84                 StateMethod = GetNoteState ;
85         ]
87     FN_REPLY
88     [
89         ExecMethod = NoteExec ;
90         StateMethod = GetNoteState ;
91     ]
92     FN_ESCAPE // api:
93     [
94         ExecMethod = NoteExec ;
95     ]
97     SfxVoidItem Cut SID_CUT ( )  // api:
98     [
99         ExecMethod = ExecClpbrd ;
100         StateMethod = StateClpbrd ;
101         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
102     ]
104     SID_COPY // api:
105     [
106         ExecMethod = ExecClpbrd ;
107         StateMethod = StateClpbrd ;
108     ]
110     SID_PASTE   // api:
111     [
112         ExecMethod = ExecClpbrd ;
113         StateMethod = StateClpbrd ;
114         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
115     ]
117     SID_PASTE_UNFORMATTED
118     [
119         ExecMethod = ExecClpbrd ;
120         StateMethod = StateClpbrd ;
121         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
122     ]
124     SID_PASTE_SPECIAL  // api:
125     [
126         StateMethod = StateClpbrd ;
127         ExecMethod = ExecClpbrd ;
128         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
129     ]
131     SID_CLIPBOARD_FORMAT_ITEMS  // status(final|play)
132     [
133         StateMethod = StateClpbrd ;
134         ExecMethod = ExecClpbrd ;
135         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
136     ]
138     SID_SELECTALL  // api:
139     [
140         ExecMethod = Exec ;
141         StateMethod = NoState ;
142     ]
144     SID_UNDO // api:
145     [
146         ExecMethod = ExecUndo ;
147         StateMethod = StateUndo ;
149         ToolBoxConfig , MenuConfig , AccelConfig;
150     ]
152     SID_REDO // api:
153     [
154         ExecMethod = ExecUndo ;
155         StateMethod = StateUndo ;
157     ]
159     SID_REPEAT // api:
160     [
161         ExecMethod = ExecUndo ;
162         StateMethod = StateUndo ;
163     ]
164     SID_GETUNDOSTRINGS
165     [
166         StateMethod = StateUndo ;
167     ]
169     SID_GETREDOSTRINGS
170     [
171         StateMethod = StateUndo ;
172     ]
174     FN_FORMAT_RESET  // api:
175     [
176         ExecMethod = Exec ;
177         StateMethod = NoState ;
178         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
179     ]
181     FN_FORMAT_FOOTNOTE_DLG // status()
182     [
183         ExecMethod = Exec ;
184     ]
186     SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
187     [
188         ExecMethod = Exec ;
189     ]
191     FN_WORDCOUNT_DIALOG
192     [
193         ExecMethod = Exec;
194     ]
196        FN_NUMBERING_OUTLINE_DLG   // status(final|play)
197     [
198         ExecMethod = Exec ;
199     ]
201     SID_CHARMAP // api:
202     [
203         ExecMethod = Exec ;
204         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
205     ]
207     SID_CHARMAP_CONTROL
208     [
209         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
210     ]
212     SID_ATTR_PARA_LRSPACE
213     [
214         ExecMethod = Exec;
215         StateMethod = GetState ;
216     ]
218     SID_ATTR_PARA_LEFTSPACE
219     [
220         StateMethod = GetState ;
221     ]
223     SID_ATTR_PARA_RIGHTSPACE
224     [
225         StateMethod = GetState ;
226     ]
228     SID_ATTR_PARA_FIRSTLINESPACE
229     [
230         StateMethod = GetState ;
231     ]
233     SID_ATTR_PARA_LINESPACE
234     [
235         ExecMethod = Exec;
236         StateMethod = GetState ;
237     ]
239     SID_ATTR_PARA_ULSPACE
240     [
241         ExecMethod = Exec;
242         StateMethod = GetState ;
243     ]
245     SID_ATTR_PARA_ABOVESPACE
246     [
247         StateMethod = GetState ;
248     ]
250     SID_ATTR_PARA_BELOWSPACE
251     [
252         StateMethod = GetState ;
253     ]
255     SID_PARASPACE_INCREASE
256     [
257         ExecMethod = Exec;
258         StateMethod = GetState;
259         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
260     ]
261     SID_PARASPACE_DECREASE
262     [
263         ExecMethod = Exec;
264         StateMethod = GetState;
265         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
266     ]
268     FN_INSERT_STRING
269     [
270             ExecMethod = Exec ;
271             StateMethod = NoState ;
272             DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
273     ]
275     SID_ATTR_CHAR_FONT // status()
276     [
277         ExecMethod = Exec;
278         StateMethod = GetState ;
279         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
280     ]
282     SID_ATTR_CHAR_FONTHEIGHT // status()
283     [
284         ExecMethod = Exec;
285         StateMethod = GetState ;
286         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
287     ]
289     FN_GROW_FONT_SIZE
290     [
291         ExecMethod = Exec;
292         StateMethod = GetState ;
293         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
294     ]
296     FN_SHRINK_FONT_SIZE
297     [
298         ExecMethod = Exec;
299         StateMethod = GetState ;
300         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
301     ]
303     SID_ATTR_CHAR_COLOR // api:
304     [
305         ExecMethod = Exec;
306         StateMethod = GetState ;
307         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
308     ]
310     SID_ATTR_CHAR_BACK_COLOR // api:
311     [
312         ExecMethod = Exec;
313         StateMethod = GetState ;
314         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
315     ]
317     SID_CHAR_DLG_EFFECT
318     [
319         ExecMethod = Exec ;
320         StateMethod = GetState ;
321         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
322     ]
324     SID_CHAR_DLG_POSITION
325     [
326         ExecMethod = Exec ;
327         StateMethod = GetState ;
328         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
329     ]
331     SID_ATTR_CHAR_WEIGHT // api:
332     [
333         ExecMethod = Exec ;
334         StateMethod = GetState ;
335         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
336     ]
338     SID_ATTR_CHAR_POSTURE // api:
339     [
340         ExecMethod = Exec ;
341         StateMethod = GetState ;
342         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
343     ]
345     SID_ATTR_CHAR_UNDERLINE // api:
346     [
347         ExecMethod = Exec ;
348         StateMethod = GetState ;
349         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
350     ]
352     SID_ATTR_CHAR_OVERLINE // api:
353     [
354         ExecMethod = Exec ;
355         StateMethod = GetState ;
356         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
357     ]
359     SID_ATTR_CHAR_CONTOUR
360     [
361         ExecMethod = Exec;
362         StateMethod = GetState ;
363         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
364     ]
366     SID_ATTR_CHAR_SHADOWED
367     [
368         ExecMethod = Exec;
369         StateMethod = GetState ;
370         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
371     ]
373     SID_ATTR_CHAR_STRIKEOUT
374     [
375         ExecMethod = Exec;
376         StateMethod = GetState ;
377         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
378     ]
380     SID_ATTR_CHAR_LANGUAGE // status(final|play)
381     [
382         ExecMethod = Execute ;
383         StateMethod = GetState ;
384         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
385     ]
387     SID_ATTR_PARA_ADJUST_LEFT // api:
388     [
389         ExecMethod = Exec ;
390         StateMethod = GetState ;
391         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
392     ]
394     SID_ATTR_PARA_ADJUST_CENTER // api:
395     [
396         ExecMethod = Exec ;
397         StateMethod = GetState ;
398         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
399     ]
401     SID_ATTR_PARA_ADJUST_RIGHT // api:
402     [
403         ExecMethod = Exec ;
404         StateMethod = GetState ;
405         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
406     ]
408     SID_ATTR_PARA_ADJUST_BLOCK // api:
409     [
410         ExecMethod = Exec ;
411         StateMethod = GetState ;
412         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
413     ]
415     SID_ATTR_PARA_LINESPACE_10 // api:
416     [
417         ExecMethod = Exec ;
418         StateMethod = GetState ;
419         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
420     ]
422     SID_ATTR_PARA_LINESPACE_115
423     [
424         ExecMethod = Exec ;
425         StateMethod = GetState ;
426         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
427     ]
429     SID_ATTR_PARA_LINESPACE_15 // api:
430     [
431         ExecMethod = Exec ;
432         StateMethod = GetState ;
433         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
434     ]
436     SID_ATTR_PARA_LINESPACE_20 // api:
437     [
438         ExecMethod = Exec ;
439         StateMethod = GetState ;
440         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
441     ]
443     SID_CHAR_DLG  // api:
444     [
445         ExecMethod = Exec ;
446         StateMethod = GetState ;
447         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
448     ]
450     SID_PARA_DLG // api:
451     [
452         ExecMethod = Exec ;
453         StateMethod = GetState ;
454         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
455     ]
457     FN_SET_SUPER_SCRIPT
458     [
459         ExecMethod = Exec ;
460         StateMethod = GetState ;
461         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
462     ]
464     FN_SET_SUB_SCRIPT
465     [
466         ExecMethod = Exec ;
467         StateMethod = GetState ;
468         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
469     ]
471     SID_SEARCH_ITEM // status()
472     [
473         ExecMethod = ExecSearch ;
474         StateMethod = StateSearch ;
475     ]
476     FN_REPEAT_SEARCH // status(final|play)
477     [
478         ExecMethod = ExecSearch ;
479     ]
480     FID_SEARCH_NOW // status()
481     [
482         ExecMethod = ExecSearch ;
483     ]
484     SID_SEARCH_OPTIONS // status()
485     [
486         StateMethod = StateSearch ;
487     ]
488     FID_SEARCH_SEARCHSET // status()
489     [
490         ExecMethod = ExecSearch ;
491     ]
492     FID_SEARCH_REPLACESET // status()
493     [
494         ExecMethod = ExecSearch ;
495         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
496     ]
497     FID_SEARCH_ON // status()
498     [
499         ExecMethod = ExecSearch ;
500     ]
501     FID_SEARCH_OFF // status()
502     [
503         ExecMethod = ExecSearch ;
504     ]