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 WebEditView : BaseTextEditView
21 SID_DRAW_TEXT_MARQUEE // status()
23 ExecMethod = ExecDraw ;
24 StateMethod = GetDrawState ;
25 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
34 interface WebSourceView
36 SID_TABLE_CELL // status()
38 StateMethod = GetState ;
40 SID_SAVEASDOC // status()
42 ExecMethod = Execute ;
43 StateMethod = GetState ;
45 SID_SAVEDOC // status()
47 ExecMethod = Execute ;
48 StateMethod = GetState ;
50 SID_PRINTDOC // status(final|play)
52 ExecMethod = Execute ;
53 StateMethod = GetState ;
55 SID_PRINTDOCDIRECT // status(final|play)
57 ExecMethod = Execute ;
58 StateMethod = GetState ;
62 ExecMethod = Execute ;
63 StateMethod = GetState ;
67 ExecMethod = Execute ;
68 StateMethod = GetState ;
72 ExecMethod = Execute ;
73 StateMethod = GetState ;
75 FN_REPEAT_SEARCH // status(final|play)
78 StateMethod = GetState ;
80 SID_UNDO // status(final|play)
82 ExecMethod = Execute ;
83 StateMethod = GetState ;
86 SID_REDO // status(final|play)
88 ExecMethod = Execute ;
89 StateMethod = GetState ;
92 SID_REPEAT // status()
94 ExecMethod = Execute ;
95 StateMethod = GetState ;
96 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
99 SID_CUT // status(final|play)
101 ExecMethod = Execute ;
102 StateMethod = GetState ;
103 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
106 SID_COPY // status(final|play)
108 ExecMethod = Execute ;
109 StateMethod = GetState ;
112 SID_PASTE // status(final|play)
114 ExecMethod = Execute ;
115 StateMethod = GetState ;
116 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
119 SID_SELECTALL // status(final|play)
121 ExecMethod = Execute ;
122 StateMethod = NoState ;
126 StateMethod = GetState ;
128 SID_MAIL_SENDDOCASPDF
130 StateMethod = GetState ;
132 SID_BLUETOOTH_SENDDOC
134 StateMethod = GetState ;
138 StateMethod = GetState ;
142 StateMethod = GetState ;
144 SID_DIRECTEXPORTDOCASPDF
146 StateMethod = GetState ;
150 StateMethod = GetState;
154 StateMethod = GetState;
156 FN_SINGLE_PAGE_PER_ROW
158 StateMethod = GetState;
160 FN_MULTIPLE_PAGES_PER_ROW
162 StateMethod = GetState;
166 StateMethod = GetState;
173 import WebSourceView;