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 WebTextInTable
20 [ uuid = "B47F0DE7-1E1F-11d1-89CA-008029E4B0B1" ]
26 interface WebListInTable
27 [ uuid="B47F0DE8-1E1F-11d1-89CA-008029E4B0B1" ]
34 interface WebListInText
35 [ uuid = "B47F0DE9-1E1F-11d1-89CA-008029E4B0B1"]
41 interface WebEditView : BaseTextEditView
43 uuid = "B47F0DEA-1E1F-11d1-89CA-008029E4B0B1"
46 SID_DRAW_TEXT_MARQUEE // status()
48 ExecMethod = ExecDraw ;
49 StateMethod = GetDrawState ;
50 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
56 import WebEditView [Automation];
57 // import SearchSettings;
58 // import TextPage "Page";
59 // import SearchAttributes;
60 // import ReplaceAttributes;
64 interface WebSourceView
65 [ uuid = "95069CE0-69D8-101D-9757-C667E8298000"]
67 SID_TABLE_CELL // status()
69 StateMethod = GetState ;
71 SID_SAVEASDOC // status()
73 ExecMethod = Execute ;
74 StateMethod = GetState ;
76 SID_SAVEDOC // status()
78 ExecMethod = Execute ;
79 StateMethod = GetState ;
81 SID_PRINTDOC // status(final|play)
83 ExecMethod = Execute ;
84 StateMethod = GetState ;
86 SID_PRINTDOCDIRECT // status(final|play)
88 ExecMethod = Execute ;
89 StateMethod = GetState ;
93 ExecMethod = Execute ;
94 StateMethod = GetState ;
98 ExecMethod = Execute ;
99 StateMethod = GetState ;
104 ExecMethod = Execute ;
105 StateMethod = GetState ;
107 FN_REPEAT_SEARCH // status(final|play)
109 ExecMethod = Execute;
110 StateMethod = GetState ;
112 SID_UNDO // status(final|play)
114 ExecMethod = Execute ;
115 StateMethod = GetState ;
118 SID_REDO // status(final|play)
120 ExecMethod = Execute ;
121 StateMethod = GetState ;
124 SID_REPEAT // status()
126 ExecMethod = Execute ;
127 StateMethod = GetState ;
128 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
131 SID_CUT // status(final|play)
133 ExecMethod = Execute ;
134 StateMethod = GetState ;
135 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
138 SID_COPY // status(final|play)
140 ExecMethod = Execute ;
141 StateMethod = GetState ;
144 SID_PASTE // status(final|play)
146 ExecMethod = Execute ;
147 StateMethod = GetState ;
148 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
151 SID_SELECTALL // status(final|play)
153 ExecMethod = Execute ;
154 StateMethod = NoState ;
158 StateMethod = GetState ;
160 SID_MAIL_SENDDOCASPDF
162 StateMethod = GetState ;
164 SID_BLUETOOTH_SENDDOC
166 StateMethod = GetState ;
170 StateMethod = GetState ;
174 StateMethod = GetState ;
176 SID_DIRECTEXPORTDOCASPDF
178 StateMethod = GetState ;
182 StateMethod = GetState;
186 StateMethod = GetState;
193 import WebSourceView [Automation];