Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / sw / sdi / wviewsh.sdi
blob8c9949636b0b15b7618515076167c3ac4f5a55fa
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 WebTextInTable
20 [ uuid = "B47F0DE7-1E1F-11d1-89CA-008029E4B0B1" ]
22     import WebText;
23         import WebTable;
26 interface WebListInTable
27 [ uuid="B47F0DE8-1E1F-11d1-89CA-008029E4B0B1" ]
29     import WebText;
30         import WebList;
31         import WebTable;
34 interface WebListInText
35 [ uuid = "B47F0DE9-1E1F-11d1-89CA-008029E4B0B1"]
37     import WebList;
38     import WebText;
41 interface WebEditView : BaseTextEditView
43     uuid = "B47F0DEA-1E1F-11d1-89CA-008029E4B0B1"
46     SID_DRAW_TEXT_MARQUEE // status()
47     [
48         ExecMethod = ExecDraw ;
49         StateMethod = GetDrawState ;
50         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
51     ]
54 shell SwWebView
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()
68     [
69         StateMethod = GetState ;
70     ]
71     SID_SAVEASDOC // status()
72     [
73         ExecMethod = Execute ;
74         StateMethod = GetState ;
75     ]
76     SID_SAVEDOC // status()
77     [
78         ExecMethod = Execute ;
79         StateMethod = GetState ;
80     ]
81     SID_PRINTDOC // status(final|play)
82     [
83         ExecMethod = Execute ;
84         StateMethod = GetState ;
85     ]
86     SID_PRINTDOCDIRECT // status(final|play)
87     [
88         ExecMethod = Execute ;
89         StateMethod = GetState ;
90     ]
91     SID_SEARCH_OPTIONS
92     [
93         ExecMethod = Execute ;
94         StateMethod = GetState ;
95     ]
96     SID_SEARCH_ITEM
97     [
98         ExecMethod = Execute ;
99         StateMethod = GetState ;
100         Export = FALSE;
101     ]
102     FID_SEARCH_NOW
103     [
104         ExecMethod = Execute ;
105         StateMethod = GetState ;
106     ]
107     FN_REPEAT_SEARCH // status(final|play)
108     [
109         ExecMethod = Execute;
110         StateMethod = GetState ;
111     ]
112     SID_UNDO // status(final|play)
113     [
114         ExecMethod = Execute ;
115         StateMethod = GetState ;
116     ]
118     SID_REDO // status(final|play)
119     [
120         ExecMethod = Execute ;
121         StateMethod = GetState ;
122     ]
124     SID_REPEAT // status()
125     [
126         ExecMethod = Execute ;
127         StateMethod = GetState ;
128         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
129     ]
131     SID_CUT // status(final|play)
132     [
133         ExecMethod = Execute ;
134         StateMethod = GetState ;
135         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
136     ]
138     SID_COPY   // status(final|play)
139     [
140         ExecMethod = Execute ;
141         StateMethod = GetState ;
142     ]
144     SID_PASTE  // status(final|play)
145     [
146         ExecMethod = Execute ;
147         StateMethod = GetState ;
148         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
149     ]
151     SID_SELECTALL // status(final|play)
152     [
153         ExecMethod = Execute ;
154         StateMethod = NoState ;
155     ]
156     SID_MAIL_SENDDOC
157     [
158         StateMethod = GetState ;
159     ]
160     SID_MAIL_SENDDOCASPDF
161     [
162         StateMethod = GetState ;
163     ]
164     SID_BLUETOOTH_SENDDOC
165     [
166         StateMethod = GetState ;
167     ]
168     SID_EXPORTDOC
169     [
170         StateMethod = GetState ;
171     ]
172     SID_EXPORTDOCASPDF
173     [
174         StateMethod = GetState ;
175     ]
176     SID_DIRECTEXPORTDOCASPDF
177     [
178         StateMethod = GetState ;
179     ]
180     SID_BROWSER_MODE
181     [
182         StateMethod = GetState;
183     ]
184     FN_PRINT_LAYOUT
185     [
186         StateMethod = GetState;
187     ]
190 shell SwSrcView
193         import WebSourceView [Automation];