Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / sw / sdi / _annotsh.sdi
blob5e78e2cede5acee692ef8e3a3f357803ae56dc5e
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
20 [ Automation = FALSE; ]
22     FN_DELETE_COMMENT
23     [
24         ExecMethod = NoteExec ;
25         StateMethod = GetNoteState ;
26     ]
28     FN_DELETE_NOTE_AUTHOR
29     [
30         ExecMethod = NoteExec ;
31         StateMethod = GetNoteState ;
32     ]
34     FN_DELETE_ALL_NOTES
35     [
36         ExecMethod = NoteExec ;
37         StateMethod = GetNoteState ;
38     ]
40     FN_HIDE_NOTE
41     [
42         ExecMethod = NoteExec ;
43         StateMethod = GetNoteState ;
44     ]
46     FN_HIDE_NOTE_AUTHOR
47     [
48         ExecMethod = NoteExec ;
49         StateMethod = GetNoteState ;
50     ]
52     FN_HIDE_ALL_NOTES
53     [
54         ExecMethod = NoteExec ;
55         StateMethod = GetNoteState ;
56     ]
58     FN_POSTIT
59         [
60                 ExecMethod = NoteExec ;
61                 StateMethod = GetNoteState ;
62         ]
64     FN_REPLY
65     [
66         ExecMethod = NoteExec ;
67         StateMethod = GetNoteState ;
68     ]
69     FN_ESCAPE // api:
70     [
71         ExecMethod = NoteExec ;
72     ]
74     SfxVoidItem Cut SID_CUT ( )  // api:
75     [
76         ExecMethod = ExecClpbrd ;
77         StateMethod = StateClpbrd ;
78         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
79     ]
81     SID_COPY // api:
82     [
83         ExecMethod = ExecClpbrd ;
84         StateMethod = StateClpbrd ;
85     ]
87     SID_PASTE   // api:
88     [
89         ExecMethod = ExecClpbrd ;
90         StateMethod = StateClpbrd ;
91         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
92     ]
94     SID_PASTE_SPECIAL  // api:
95     [
96         StateMethod = StateClpbrd ;
97         ExecMethod = ExecClpbrd ;
98         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
99     ]
101     SID_CLIPBOARD_FORMAT_ITEMS  // status(final|play)
102     [
103         StateMethod = StateClpbrd ;
104         ExecMethod = ExecClpbrd ;
105         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
106     ]
108     SID_SELECTALL  // api:
109     [
110         ExecMethod = Exec ;
111         StateMethod = NoState ;
112     ]
114     SID_UNDO // api:
115     [
116         ExecMethod = ExecUndo ;
117         StateMethod = StateUndo ;
119         ToolBoxConfig , MenuConfig , AccelConfig;
120     ]
122     SID_REDO // api:
123     [
124         ExecMethod = ExecUndo ;
125         StateMethod = StateUndo ;
127     ]
129     SID_REPEAT // api:
130     [
131         ExecMethod = ExecUndo ;
132         StateMethod = StateUndo ;
133     ]
134     SID_GETUNDOSTRINGS
135     [
136         StateMethod = StateUndo ;
137     ]
139     SID_GETREDOSTRINGS
140     [
141         StateMethod = StateUndo ;
142     ]
144     FN_FORMAT_RESET  // api:
145     [
146         ExecMethod = Exec ;
147         StateMethod = NoState ;
148         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
149     ]
151     FN_FORMAT_FOOTNOTE_DLG // status()
152     [
153         ExecMethod = Exec ;
154     ]
156     SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
157     [
158         ExecMethod = Exec ;
159     ]
161     FN_WORDCOUNT_DIALOG
162     [
163         ExecMethod = Exec;
164     ]
166        FN_NUMBERING_OUTLINE_DLG   // status(final|play)
167     [
168         ExecMethod = Exec ;
169     ]
171     SID_CHARMAP // api:
172     [
173         ExecMethod = Exec ;
174         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
175     ]
177     FN_INSERT_STRING
178     [
179             ExecMethod = Exec ;
180             StateMethod = NoState ;
181             DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
182     ]
184     SID_ATTR_CHAR_FONT // status()
185     [
186         ExecMethod = Exec;
187         StateMethod = GetState ;
188         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
189     ]
191     SID_ATTR_CHAR_FONTHEIGHT // status()
192     [
193         ExecMethod = Exec;
194         StateMethod = GetState ;
195         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
196     ]
198     SID_ATTR_CHAR_COLOR // api:
199     [
200         ExecMethod = Exec;
201         StateMethod = GetState ;
202         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
203     ]
205     SID_ATTR_CHAR_WEIGHT // api:
206     [
207         ExecMethod = Exec ;
208         StateMethod = GetState ;
209         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
210     ]
212     SID_ATTR_CHAR_POSTURE // api:
213     [
214         ExecMethod = Exec ;
215         StateMethod = GetState ;
216         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
217     ]
219     SID_ATTR_CHAR_UNDERLINE // api:
220     [
221         ExecMethod = Exec ;
222         StateMethod = GetState ;
223         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
224     ]
226     SID_ATTR_CHAR_OVERLINE // api:
227     [
228         ExecMethod = Exec ;
229         StateMethod = GetState ;
230         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
231     ]
233     SID_ATTR_CHAR_CONTOUR
234     [
235         ExecMethod = Exec;
236         StateMethod = GetState ;
237         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
238     ]
240     SID_ATTR_CHAR_SHADOWED
241     [
242         ExecMethod = Exec;
243         StateMethod = GetState ;
244         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
245     ]
247     SID_ATTR_CHAR_STRIKEOUT
248     [
249         ExecMethod = Exec;
250         StateMethod = GetState ;
251         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
252     ]
254     SID_ATTR_CHAR_LANGUAGE // status(final|play)
255     [
256         ExecMethod = Execute ;
257         StateMethod = GetState ;
258         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
259     ]
261     SID_ATTR_PARA_ADJUST_LEFT // api:
262     [
263         ExecMethod = Exec ;
264         StateMethod = GetState ;
265         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
266     ]
268     SID_ATTR_PARA_ADJUST_CENTER // api:
269     [
270         ExecMethod = Exec ;
271         StateMethod = GetState ;
272         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
273     ]
275     SID_ATTR_PARA_ADJUST_RIGHT // api:
276     [
277         ExecMethod = Exec ;
278         StateMethod = GetState ;
279         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
280     ]
282     SID_ATTR_PARA_ADJUST_BLOCK // api:
283     [
284         ExecMethod = Exec ;
285         StateMethod = GetState ;
286         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
287     ]
289     SID_ATTR_PARA_LINESPACE_10 // api:
290     [
291         ExecMethod = Exec ;
292         StateMethod = GetState ;
293         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
294     ]
296     SID_ATTR_PARA_LINESPACE_15 // api:
297     [
298         ExecMethod = Exec ;
299         StateMethod = GetState ;
300         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
301     ]
303     SID_ATTR_PARA_LINESPACE_20 // api:
304     [
305         ExecMethod = Exec ;
306         StateMethod = GetState ;
307         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
308     ]
310     SID_CHAR_DLG  // api:
311     [
312         ExecMethod = Exec ;
313         StateMethod = GetState ;
314         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
315     ]
317     SID_PARA_DLG // api:
318     [
319         ExecMethod = Exec ;
320         StateMethod = GetState ;
321         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
322     ]
324     FN_SET_SUPER_SCRIPT
325     [
326         ExecMethod = Exec ;
327         StateMethod = GetState ;
328         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
329     ]
331     FN_SET_SUB_SCRIPT
332     [
333         ExecMethod = Exec ;
334         StateMethod = GetState ;
335         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
336     ]
338     SID_SEARCH_ITEM // status()
339     [
340         ExecMethod = ExecSearch ;
341         StateMethod = StateSearch ;
342         Export = FALSE;
343     ]
344     FN_REPEAT_SEARCH // status(final|play)
345     [
346         ExecMethod = ExecSearch ;
347     ]
348     FID_SEARCH_NOW // status()
349     [
350         ExecMethod = ExecSearch ;
351     ]
352     SID_SEARCH_OPTIONS // status()
353     [
354         StateMethod = StateSearch ;
355     ]
356     FID_SEARCH_SEARCHSET // status()
357     [
358         ExecMethod = ExecSearch ;
359     ]
360     FID_SEARCH_REPLACESET // status()
361     [
362         ExecMethod = ExecSearch ;
363         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
364     ]
365       // ab hier Export = FALSE;
366     FID_SEARCH_ON // status()
367     [
368         ExecMethod = ExecSearch ;
369         Export = FALSE;
370     ]
371     FID_SEARCH_OFF // status()
372     [
373         ExecMethod = ExecSearch ;
374         Export = FALSE;
375     ]