Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sw / sdi / _grfsh.sdi
blobc37d2a197edd5fdea501edd48e792f3855bff190
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 BaseTextGraphic
21     SID_FLIP_VERTICAL
22     [
23         ExecMethod = ExecAttr ;
24         StateMethod = GetAttrState ;
25         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
26     ]
28     SID_FLIP_HORIZONTAL
29     [
30         ExecMethod = ExecAttr ;
31         StateMethod = GetAttrState ;
32         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
33     ]
35     FN_FORMAT_GRAFIC_DLG // status(final|play)
36     [
37         ExecMethod = Execute ;
38         StateMethod = GetAttrState ;
39         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
40     ]
41     FN_DRAW_WRAP_DLG // status(final|play)
42     [
43         ExecMethod = Execute ;
44         StateMethod = GetAttrState ;
45         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
46     ]
48     SID_SAVE_GRAPHIC
49     [
50         ExecMethod = Execute ;
51         StateMethod = GetAttrState ;
52         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
53     ]
55     SID_COMPRESS_GRAPHIC
56     [
57         ExecMethod = Execute ;
58         StateMethod = GetAttrState ;
59         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
60     ]
62     SID_CHANGE_PICTURE
63     [
64         ExecMethod = Execute ;
65         StateMethod = GetAttrState ;
66         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
67     ]
69     SID_EXTERNAL_EDIT
70     [
71         ExecMethod = Execute ;
72         StateMethod = GetAttrState ;
73         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
74     ]
76     SID_ROTATE_GRAPHIC_LEFT
77     [
78         ExecMethod = ExecuteRotation ;
79         StateMethod = GetAttrStateForRotation ;
80         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
81     ]
83     SID_ROTATE_GRAPHIC_180
84     [
85         ExecMethod = ExecuteRotation ;
86         StateMethod = GetAttrStateForRotation ;
87         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
88     ]
90     SID_ROTATE_GRAPHIC_RIGHT
91     [
92         ExecMethod = ExecuteRotation ;
93         StateMethod = GetAttrStateForRotation ;
94         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
95     ]
97     SID_OBJECT_CROP
98     [
99         ExecMethod = Execute ;
100         StateMethod = GetAttrState ;
101         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
102     ]
104     SID_INSERT_GRAPHIC // zeigt auf FN_FORMAT_GRAFIC_DLG
105     [
106         ExecMethod = Execute ;
107         StateMethod = GetAttrState ;
108         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
109     ]
111     SID_TWAIN_TRANSFER
112     [
113         ExecMethod = Execute ;
114         StateMethod = GetAttrState ;
115         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
116     ]
118     FN_GRAPHIC_MIRROR_ON_EVEN_PAGES // status(final|play|rec)
119     [
120         ExecMethod = Execute ;
121         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
122     ]
124     SID_ATTR_GRAF_LUMINANCE // status(final|play|rec)
125     [
126         ExecMethod = ExecAttr ;
127         StateMethod = GetAttrState ;
128         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
129     ]
130     SID_ATTR_GRAF_CONTRAST  // status(final|play|rec)
131     [
132         ExecMethod = ExecAttr ;
133         StateMethod = GetAttrState ;
134         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
135     ]
136     SID_ATTR_GRAF_RED   // status(final|play|rec)
137     [
138         ExecMethod = ExecAttr ;
139         StateMethod = GetAttrState ;
140         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
141     ]
142     SID_ATTR_GRAF_GREEN // status(final|play|rec)
143     [
144         ExecMethod = ExecAttr ;
145         StateMethod = GetAttrState ;
146         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
147     ]
148     SID_ATTR_GRAF_BLUE  // status(final|play|rec)
149     [
150         ExecMethod = ExecAttr ;
151         StateMethod = GetAttrState ;
152         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
153     ]
154     SID_ATTR_GRAF_GAMMA // status(final|play|rec)
155     [
156         ExecMethod = ExecAttr ;
157         StateMethod = GetAttrState ;
158         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
159     ]
160     SID_ATTR_GRAF_TRANSPARENCE  // status(final|play|rec)
161     [
162         ExecMethod = ExecAttr ;
163         StateMethod = GetAttrState ;
164         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
165     ]
166     SID_ATTR_GRAF_INVERT    // status(final|play|rec)
167     [
168         ExecMethod = ExecAttr ;
169         StateMethod = GetAttrState ;
170         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
171     ]
172     SID_ATTR_GRAF_MODE  // status(final|play|rec)
173     [
174         ExecMethod = ExecAttr ;
175         StateMethod = GetAttrState ;
176         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
177     ]
178     SID_GRFFILTER   // status(final|play|rec)
179     [
180         ExecMethod = ExecAttr ;
181         StateMethod = GetAttrState ;
182         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
183     ]
185     SID_GRFFILTER_INVERT    // status(final|play|rec)
186     [
187         ExecMethod = ExecAttr ;
188         StateMethod = GetAttrState ;
189         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
190     ]
191     SID_GRFFILTER_SMOOTH    // status(final|play|rec)
192     [
193         ExecMethod = ExecAttr ;
194         StateMethod = GetAttrState ;
195         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
196     ]
197     SID_GRFFILTER_SHARPEN   // status(final|play|rec)
198     [
199         ExecMethod = ExecAttr ;
200         StateMethod = GetAttrState ;
201         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
202     ]
203     SID_GRFFILTER_REMOVENOISE   // status(final|play|rec)
204     [
205         ExecMethod = ExecAttr ;
206         StateMethod = GetAttrState ;
207         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
208     ]
209     SID_GRFFILTER_SOBEL // status(final|play|rec)
210     [
211         ExecMethod = ExecAttr ;
212         StateMethod = GetAttrState ;
213         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
214     ]
215     SID_GRFFILTER_MOSAIC    // status(final|play|rec)
216     [
217         ExecMethod = ExecAttr ;
218         StateMethod = GetAttrState ;
219         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
220     ]
221     SID_GRFFILTER_EMBOSS    // status(final|play|rec)
222     [
223         ExecMethod = ExecAttr ;
224         StateMethod = GetAttrState ;
225         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
226     ]
227     SID_GRFFILTER_POSTER    // status(final|play|rec)
228     [
229         ExecMethod = ExecAttr ;
230         StateMethod = GetAttrState ;
231         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
232     ]
233     SID_GRFFILTER_POPART    // status(final|play|rec)
234     [
235         ExecMethod = ExecAttr ;
236         StateMethod = GetAttrState ;
237         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
238     ]
239     SID_GRFFILTER_SEPIA // status(final|play|rec)
240     [
241         ExecMethod = ExecAttr ;
242         StateMethod = GetAttrState ;
243         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
244     ]
245     SID_GRFFILTER_SOLARIZE  // status(final|play|rec)
246     [
247         ExecMethod = ExecAttr ;
248         StateMethod = GetAttrState ;
249         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
250     ]
251         SID_COLOR_SETTINGS       // status(final|play|rec)
252         [
253                 ExecMethod = ExecAttr ;
254                 StateMethod = GetAttrState ;
255                 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
256         ]