Bump version to 6.4-15
[LibreOffice.git] / sw / sdi / wviewsh.sdi
blobb9c0bcea9cfbd3b2ee1dec8e3009326173d3641f
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         Export = FALSE;
70     ]
71     FID_SEARCH_NOW
72     [
73         ExecMethod = Execute ;
74         StateMethod = GetState ;
75     ]
76     FN_REPEAT_SEARCH // status(final|play)
77     [
78         ExecMethod = Execute;
79         StateMethod = GetState ;
80     ]
81     SID_UNDO // status(final|play)
82     [
83         ExecMethod = Execute ;
84         StateMethod = GetState ;
85     ]
87     SID_REDO // status(final|play)
88     [
89         ExecMethod = Execute ;
90         StateMethod = GetState ;
91     ]
93     SID_REPEAT // status()
94     [
95         ExecMethod = Execute ;
96         StateMethod = GetState ;
97         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
98     ]
100     SID_CUT // status(final|play)
101     [
102         ExecMethod = Execute ;
103         StateMethod = GetState ;
104         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
105     ]
107     SID_COPY   // status(final|play)
108     [
109         ExecMethod = Execute ;
110         StateMethod = GetState ;
111     ]
113     SID_PASTE  // status(final|play)
114     [
115         ExecMethod = Execute ;
116         StateMethod = GetState ;
117         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
118     ]
120     SID_SELECTALL // status(final|play)
121     [
122         ExecMethod = Execute ;
123         StateMethod = NoState ;
124     ]
125     SID_MAIL_SENDDOC
126     [
127         StateMethod = GetState ;
128     ]
129     SID_MAIL_SENDDOCASPDF
130     [
131         StateMethod = GetState ;
132     ]
133     SID_BLUETOOTH_SENDDOC
134     [
135         StateMethod = GetState ;
136     ]
137     SID_EXPORTDOC
138     [
139         StateMethod = GetState ;
140     ]
141     SID_EXPORTDOCASPDF
142     [
143         StateMethod = GetState ;
144     ]
145     SID_DIRECTEXPORTDOCASPDF
146     [
147         StateMethod = GetState ;
148     ]
149     SID_BROWSER_MODE
150     [
151         StateMethod = GetState;
152     ]
153     FN_PRINT_LAYOUT
154     [
155         StateMethod = GetState;
156     ]
159 shell SwSrcView
162         import WebSourceView;