tdf#154703 docx export framePr: export xAlign/yAlign
[LibreOffice.git] / sw / sdi / _grfsh.sdi
blob5475017d448ea1934dcab47eb2d78befe79c1ba6
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     ]
68     SID_EXTERNAL_EDIT
69     [
70         ExecMethod = Execute ;
71         StateMethod = GetAttrState ;
72         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
73     ]
75     SID_ROTATE_GRAPHIC_LEFT
76     [
77         ExecMethod = ExecuteRotation ;
78         StateMethod = GetAttrStateForRotation ;
79         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
80     ]
82     SID_ROTATE_GRAPHIC_180
83     [
84         ExecMethod = ExecuteRotation ;
85         StateMethod = GetAttrStateForRotation ;
86         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
87     ]
89     SID_ROTATE_GRAPHIC_RIGHT
90     [
91         ExecMethod = ExecuteRotation ;
92         StateMethod = GetAttrStateForRotation ;
93         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
94     ]
96     SID_ROTATE_GRAPHIC_RESET
97     [
98         ExecMethod = ExecuteRotation ;
99         StateMethod = GetAttrStateForRotation ;
100         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
101     ]
103     SID_ATTR_TRANSFORM_ANGLE
104     [
105         ExecMethod = ExecuteRotation ;
106         StateMethod = GetAttrStateForRotation ;
107         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
108     ]
110     SID_OBJECT_CROP
111     [
112         ExecMethod = Execute ;
113         StateMethod = GetAttrState ;
114         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
115     ]
117     SID_INSERT_GRAPHIC // points to FN_FORMAT_GRAFIC_DLG
118     [
119         ExecMethod = Execute ;
120         StateMethod = GetAttrState ;
121         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
122     ]
124     SID_TWAIN_TRANSFER
125     [
126         ExecMethod = Execute ;
127         StateMethod = GetAttrState ;
128         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
129     ]
131     FN_GRAPHIC_MIRROR_ON_EVEN_PAGES // status(final|play|rec)
132     [
133         ExecMethod = Execute ;
134         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
135     ]
137     SID_ATTR_GRAF_LUMINANCE // status(final|play|rec)
138     [
139         ExecMethod = ExecAttr ;
140         StateMethod = GetAttrState ;
141         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
142     ]
143     SID_ATTR_GRAF_CONTRAST  // status(final|play|rec)
144     [
145         ExecMethod = ExecAttr ;
146         StateMethod = GetAttrState ;
147         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
148     ]
149     SID_ATTR_GRAF_RED   // status(final|play|rec)
150     [
151         ExecMethod = ExecAttr ;
152         StateMethod = GetAttrState ;
153         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
154     ]
155     SID_ATTR_GRAF_GREEN // status(final|play|rec)
156     [
157         ExecMethod = ExecAttr ;
158         StateMethod = GetAttrState ;
159         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
160     ]
161     SID_ATTR_GRAF_BLUE  // status(final|play|rec)
162     [
163         ExecMethod = ExecAttr ;
164         StateMethod = GetAttrState ;
165         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
166     ]
167     SID_ATTR_GRAF_GAMMA // status(final|play|rec)
168     [
169         ExecMethod = ExecAttr ;
170         StateMethod = GetAttrState ;
171         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
172     ]
173     SID_ATTR_GRAF_TRANSPARENCE  // status(final|play|rec)
174     [
175         ExecMethod = ExecAttr ;
176         StateMethod = GetAttrState ;
177         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
178     ]
179     SID_ATTR_GRAF_INVERT    // status(final|play|rec)
180     [
181         ExecMethod = ExecAttr ;
182         StateMethod = GetAttrState ;
183         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
184     ]
185     SID_ATTR_GRAF_MODE  // status(final|play|rec)
186     [
187         ExecMethod = ExecAttr ;
188         StateMethod = GetAttrState ;
189         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
190     ]
191     SID_GRFFILTER   // status(final|play|rec)
192     [
193         ExecMethod = ExecAttr ;
194         StateMethod = GetAttrState ;
195         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
196     ]
198     SID_GRFFILTER_INVERT    // status(final|play|rec)
199     [
200         ExecMethod = ExecAttr ;
201         StateMethod = GetAttrState ;
202         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
203     ]
204     SID_GRFFILTER_SMOOTH    // status(final|play|rec)
205     [
206         ExecMethod = ExecAttr ;
207         StateMethod = GetAttrState ;
208         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
209     ]
210     SID_GRFFILTER_SHARPEN   // status(final|play|rec)
211     [
212         ExecMethod = ExecAttr ;
213         StateMethod = GetAttrState ;
214         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
215     ]
216     SID_GRFFILTER_REMOVENOISE   // status(final|play|rec)
217     [
218         ExecMethod = ExecAttr ;
219         StateMethod = GetAttrState ;
220         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
221     ]
222     SID_GRFFILTER_SOBEL // status(final|play|rec)
223     [
224         ExecMethod = ExecAttr ;
225         StateMethod = GetAttrState ;
226         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
227     ]
228     SID_GRFFILTER_MOSAIC    // status(final|play|rec)
229     [
230         ExecMethod = ExecAttr ;
231         StateMethod = GetAttrState ;
232         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
233     ]
234     SID_GRFFILTER_EMBOSS    // status(final|play|rec)
235     [
236         ExecMethod = ExecAttr ;
237         StateMethod = GetAttrState ;
238         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
239     ]
240     SID_GRFFILTER_POSTER    // status(final|play|rec)
241     [
242         ExecMethod = ExecAttr ;
243         StateMethod = GetAttrState ;
244         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
245     ]
246     SID_GRFFILTER_POPART    // status(final|play|rec)
247     [
248         ExecMethod = ExecAttr ;
249         StateMethod = GetAttrState ;
250         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
251     ]
252     SID_GRFFILTER_SEPIA // status(final|play|rec)
253     [
254         ExecMethod = ExecAttr ;
255         StateMethod = GetAttrState ;
256         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
257     ]
258     SID_GRFFILTER_SOLARIZE  // status(final|play|rec)
259     [
260         ExecMethod = ExecAttr ;
261         StateMethod = GetAttrState ;
262         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
263     ]
264         SID_COLOR_SETTINGS       // status(final|play|rec)
265         [
266                 ExecMethod = ExecAttr ;
267                 StateMethod = GetAttrState ;
268                 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
269         ]