tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / sw / sdi / wviewsh.sdi
blob05011b26d0c290dc3f35827969e759e324b84059
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 WebEditView : BaseTextEditView
21     SID_DRAW_TEXT_MARQUEE // status()
22     [
23         ExecMethod = ExecDraw ;
24         StateMethod = GetDrawState ;
25         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
26     ]
29 shell SwWebView
31     import WebEditView;
34 interface WebSourceView
36     SID_TABLE_CELL // status()
37     [
38         StateMethod = GetState ;
39     ]
40     SID_SAVEASDOC // status()
41     [
42         ExecMethod = Execute ;
43         StateMethod = GetState ;
44     ]
45     SID_SAVEDOC // status()
46     [
47         ExecMethod = Execute ;
48         StateMethod = GetState ;
49     ]
50     SID_PRINTDOC // status(final|play)
51     [
52         ExecMethod = Execute ;
53         StateMethod = GetState ;
54     ]
55     SID_PRINTDOCDIRECT // status(final|play)
56     [
57         ExecMethod = Execute ;
58         StateMethod = GetState ;
59     ]
60     SID_SEARCH_OPTIONS
61     [
62         ExecMethod = Execute ;
63         StateMethod = GetState ;
64     ]
65     SID_SEARCH_ITEM
66     [
67         ExecMethod = Execute ;
68         StateMethod = GetState ;
69     ]
70     FID_SEARCH_NOW
71     [
72         ExecMethod = Execute ;
73         StateMethod = GetState ;
74     ]
75     FN_REPEAT_SEARCH // status(final|play)
76     [
77         ExecMethod = Execute;
78         StateMethod = GetState ;
79     ]
80     SID_UNDO // status(final|play)
81     [
82         ExecMethod = Execute ;
83         StateMethod = GetState ;
84     ]
86     SID_REDO // status(final|play)
87     [
88         ExecMethod = Execute ;
89         StateMethod = GetState ;
90     ]
92     SID_REPEAT // status()
93     [
94         ExecMethod = Execute ;
95         StateMethod = GetState ;
96         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
97     ]
99     SID_CUT // status(final|play)
100     [
101         ExecMethod = Execute ;
102         StateMethod = GetState ;
103         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
104     ]
106     SID_COPY   // status(final|play)
107     [
108         ExecMethod = Execute ;
109         StateMethod = GetState ;
110     ]
112     SID_PASTE  // status(final|play)
113     [
114         ExecMethod = Execute ;
115         StateMethod = GetState ;
116         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
117     ]
119     SID_SELECTALL // status(final|play)
120     [
121         ExecMethod = Execute ;
122         StateMethod = NoState ;
123     ]
124     SID_MAIL_SENDDOC
125     [
126         StateMethod = GetState ;
127     ]
128     SID_MAIL_SENDDOCASPDF
129     [
130         StateMethod = GetState ;
131     ]
132     SID_BLUETOOTH_SENDDOC
133     [
134         StateMethod = GetState ;
135     ]
136     SID_EXPORTDOC
137     [
138         StateMethod = GetState ;
139     ]
140     SID_EXPORTDOCASPDF
141     [
142         StateMethod = GetState ;
143     ]
144     SID_DIRECTEXPORTDOCASPDF
145     [
146         StateMethod = GetState ;
147     ]
148     SID_BROWSER_MODE
149     [
150         StateMethod = GetState;
151     ]
152     FN_PRINT_LAYOUT
153     [
154         StateMethod = GetState;
155     ]
156     FN_SINGLE_PAGE_PER_ROW
157     [
158         StateMethod = GetState;
159     ]
160     FN_MULTIPLE_PAGES_PER_ROW
161     [
162         StateMethod = GetState;
163     ]
164     FN_BOOKVIEW
165     [
166         StateMethod = GetState;
167     ]
170 shell SwSrcView
173         import WebSourceView;