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 ;
73 ExecMethod = Execute ;
74 StateMethod = GetState ;
76 FN_REPEAT_SEARCH // status(final|play)
79 StateMethod = GetState ;
81 SID_UNDO // status(final|play)
83 ExecMethod = Execute ;
84 StateMethod = GetState ;
87 SID_REDO // status(final|play)
89 ExecMethod = Execute ;
90 StateMethod = GetState ;
93 SID_REPEAT // status()
95 ExecMethod = Execute ;
96 StateMethod = GetState ;
97 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
100 SID_CUT // status(final|play)
102 ExecMethod = Execute ;
103 StateMethod = GetState ;
104 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
107 SID_COPY // status(final|play)
109 ExecMethod = Execute ;
110 StateMethod = GetState ;
113 SID_PASTE // status(final|play)
115 ExecMethod = Execute ;
116 StateMethod = GetState ;
117 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
120 SID_SELECTALL // status(final|play)
122 ExecMethod = Execute ;
123 StateMethod = NoState ;
127 StateMethod = GetState ;
129 SID_MAIL_SENDDOCASPDF
131 StateMethod = GetState ;
133 SID_BLUETOOTH_SENDDOC
135 StateMethod = GetState ;
139 StateMethod = GetState ;
143 StateMethod = GetState ;
145 SID_DIRECTEXPORTDOCASPDF
147 StateMethod = GetState ;
151 StateMethod = GetState;
155 StateMethod = GetState;
162 import WebSourceView;