2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
19 interface TextEditView : BaseTextEditView
21 // Slots, which are not needed in the WebDocShell
24 StateMethod = GetState ;
29 StateMethod = GetState ;
31 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
33 FN_INSERT_CAPTION // status()
35 ExecMethod = ExecDlgExt ;
36 StateMethod = GetState ;
37 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
39 SID_INSERT_SIGNATURELINE // status()
41 ExecMethod = ExecDlgExt ;
42 StateMethod = GetState ;
43 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
45 SID_EDIT_SIGNATURELINE // status()
47 ExecMethod = ExecDlgExt ;
48 StateMethod = GetState ;
49 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
51 SID_SIGN_SIGNATURELINE // status()
53 ExecMethod = ExecDlgExt ;
54 StateMethod = GetState ;
55 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
57 SID_INSERT_QRCODE // status()
59 ExecMethod = ExecDlgExt ;
60 StateMethod = GetState ;
61 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
63 SID_EDIT_QRCODE // status()
65 ExecMethod = ExecDlgExt ;
66 StateMethod = GetState ;
67 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
69 FN_EDIT_FOOTNOTE // status(final|play)
71 ExecMethod = ExecDlgExt ;
72 StateMethod = GetState ;
73 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
75 FN_HYPHENATE_OPT_DLG // status(final|play)
77 ExecMethod = ExecLingu ;
78 StateMethod = GetState ;
79 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
81 FN_CHANGE_PAGENUM // status(final)
83 ExecMethod = ExecDlg ;
84 StateMethod = GetState ;
85 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
87 SID_INSERT_DRAW // status()
89 StateMethod = GetDrawState ;
93 ExecMethod = ExecDraw ;
94 StateMethod = GetDrawState ;
98 ExecMethod = ExecDraw ;
99 StateMethod = GetDrawState ;
103 ExecMethod = ExecDraw ;
104 StateMethod = GetDrawState ;
106 SID_LINE_ARROW_CIRCLE
108 ExecMethod = ExecDraw ;
109 StateMethod = GetDrawState ;
111 SID_LINE_ARROW_SQUARE
113 ExecMethod = ExecDraw ;
114 StateMethod = GetDrawState ;
118 ExecMethod = ExecDraw ;
119 StateMethod = GetDrawState ;
121 SID_LINE_CIRCLE_ARROW
123 ExecMethod = ExecDraw ;
124 StateMethod = GetDrawState ;
126 SID_LINE_SQUARE_ARROW
128 ExecMethod = ExecDraw ;
129 StateMethod = GetDrawState ;
133 ExecMethod = ExecDraw ;
134 StateMethod = GetDrawState ;
138 ExecMethod = ExecDraw ;
139 StateMethod = GetDrawState ;
143 StateMethod = GetDrawState ;
147 ExecMethod = ExecDraw ;
148 StateMethod = GetDrawState ;
152 ExecMethod = ExecDraw ;
153 StateMethod = GetDrawState ;
155 SID_DRAW_XPOLYGON_NOFILL
157 ExecMethod = ExecDraw ;
158 StateMethod = GetDrawState ;
162 ExecMethod = ExecDraw ;
163 StateMethod = GetDrawState ;
165 SID_DRAW_POLYGON_NOFILL
167 ExecMethod = ExecDraw ;
168 StateMethod = GetDrawState ;
172 ExecMethod = ExecDraw ;
173 StateMethod = GetDrawState ;
175 SID_DRAW_BEZIER_NOFILL
177 ExecMethod = ExecDraw ;
178 StateMethod = GetDrawState ;
182 ExecMethod = ExecDraw ;
183 StateMethod = GetDrawState ;
185 SID_DRAW_FREELINE_NOFILL
187 ExecMethod = ExecDraw ;
188 StateMethod = GetDrawState ;
192 ExecMethod = ExecDraw ;
193 StateMethod = GetDrawState ;
197 ExecMethod = ExecDraw ;
198 StateMethod = GetDrawState ;
202 ExecMethod = ExecDraw ;
203 StateMethod = GetDrawState ;
207 ExecMethod = ExecDraw ;
208 StateMethod = GetDrawState ;
212 ExecMethod = ExecDraw ;
213 StateMethod = GetDrawState ;
215 SID_DRAW_TEXT_VERTICAL
217 ExecMethod = ExecDraw ;
218 StateMethod = GetDrawState ;
220 SID_DRAW_TEXT_MARQUEE
222 ExecMethod = ExecDraw ;
223 StateMethod = GetDrawState ;
227 ExecMethod = ExecDraw ;
228 StateMethod = GetDrawState ;
230 SID_DRAW_CAPTION_VERTICAL
232 ExecMethod = ExecDraw ;
233 StateMethod = GetDrawState ;
235 SID_FONTWORK_GALLERY_FLOATER
237 ExecMethod = ExecDraw ;
238 StateMethod = GetDrawState ;
242 ExecMethod = ExecDraw ;
243 StateMethod = GetDrawState ;
245 SID_DRAWTBX_CS_SYMBOL
247 ExecMethod = ExecDraw ;
248 StateMethod = GetDrawState ;
252 ExecMethod = ExecDraw ;
253 StateMethod = GetDrawState ;
255 SID_DRAWTBX_CS_FLOWCHART
257 ExecMethod = ExecDraw ;
258 StateMethod = GetDrawState ;
260 SID_DRAWTBX_CS_CALLOUT
262 ExecMethod = ExecDraw ;
263 StateMethod = GetDrawState ;
267 ExecMethod = ExecDraw ;
268 StateMethod = GetDrawState ;
272 ExecMethod = ExecDraw ;
273 StateMethod = GetDrawState ;
275 SID_FM_CREATE_CONTROL // status()
277 ExecMethod = ExecDraw ;
278 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
280 SID_FM_CREATE_FIELDCONTROL
282 ExecMethod = ExecDraw ;
283 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
292 interface TextPrintPreview
296 StateMethod = GetState;
300 ExecMethod = Execute;
301 StateMethod = GetState;
303 FN_REFRESH_VIEW // status(final|play)
305 StateMethod = GetState ;
307 FN_CHAR_LEFT // status(final|play)
309 ExecMethod = Execute;
310 StateMethod = NoState ;
312 FN_CHAR_RIGHT // status(final|play)
314 ExecMethod = Execute;
315 StateMethod = NoState ;
317 FN_LINE_UP // status(final|play)
319 ExecMethod = Execute;
320 StateMethod = NoState ;
322 FN_LINE_DOWN // status(final|play)
324 ExecMethod = Execute;
325 StateMethod = NoState ;
327 FN_PAGEUP // status(final|play)
329 ExecMethod = Execute ;
330 StateMethod = GetState ;
332 FN_PAGEDOWN // status(final|play)
334 ExecMethod = Execute ;
335 StateMethod = GetState ;
337 FN_START_OF_DOCUMENT // status(final|play)
339 ExecMethod = Execute ;
340 StateMethod = GetState ;
342 FN_END_OF_DOCUMENT // status(final|play)
344 ExecMethod = Execute ;
345 StateMethod = GetState ;
347 FN_SHOW_TWO_PAGES // status(final|play)
349 ExecMethod = Execute ;
350 StateMethod = GetState ;
352 FN_SHOW_SINGLE_PAGE // status(final|play)
354 ExecMethod = Execute ;
355 StateMethod = GetState ;
358 FN_SHOW_MULTIPLE_PAGES // status(final|play)
360 ExecMethod = Execute ;
361 StateMethod = GetState ;
363 FN_SHOW_BOOKVIEW // status(final|play)
365 ExecMethod = Execute ;
366 StateMethod = GetState ;
368 FN_PRINT_PAGEPREVIEW // status()
370 ExecMethod = Execute ;
371 StateMethod = GetState ;
373 SID_PRINTDOC // status(final|play)
375 ExecMethod = Execute ;
376 StateMethod = GetState ;
378 SID_PRINTDOCDIRECT // status(final|play)
380 ExecMethod = Execute ;
381 StateMethod = GetState ;
383 SID_PRINTPREVIEW // status(final|play)
385 ExecMethod = Execute ;
386 StateMethod = GetState ;
390 ExecMethod = Execute ;
391 StateMethod = GetState ;
395 ExecMethod = Execute ;
396 StateMethod = GetState ;
400 ExecMethod = Execute ;
401 StateMethod = GetState ;
405 ExecMethod = Execute ;
406 StateMethod = GetState ;
410 StateMethod = StateUndo ;
414 StateMethod = StateUndo ;
416 SID_REPEAT // status()
418 StateMethod = StateUndo ;
422 FN_STAT_ZOOM // status()
424 ExecMethod = Execute ;
425 StateMethod = GetState ;
427 SID_ATTR_ZOOM // status()
429 ExecMethod = Execute ;
430 StateMethod = GetState ;
432 FN_STAT_PAGE // status()
434 ExecMethod = Execute ;
435 StateMethod = GetState ;
437 FN_START_OF_LINE // status()
439 ExecMethod = Execute ;
440 StateMethod = GetState ;
442 FN_END_OF_LINE // status()
444 ExecMethod = Execute ;
445 StateMethod = GetState ;
447 FN_INSERT_BREAK // status()
449 ExecMethod = Execute ;
450 StateMethod = GetState ;
452 SID_ATTR_ZOOMSLIDER // status()
454 ExecMethod = Execute ;
455 StateMethod = GetState ;
457 FN_STAT_WORDCOUNT // status()
459 ExecMethod = Execute ;
460 StateMethod = GetState ;
462 SID_JUMP_TO_SPECIFIC_PAGE // status()
464 ExecMethod = Execute ;
465 StateMethod = GetState ;
473 import TextPrintPreview;