xref: /trunk/main/sw/sdi/_frmsh.sdi (revision ee093554)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24interface BaseTextFrame
25[
26	Automation = FALSE;
27]
28{
29	FN_FRAME_TO_ANCHOR  // status()
30	[
31		/*OS: Datentypen unvertraeglich ?? */
32		ExecMethod = Execute ;
33		StateMethod = NoState ;
34	]
35
36	FN_FRAME_ALIGN_VERT_CENTER // status(play|final)
37	[
38		ExecMethod = Execute ;
39		StateMethod = GetState ;
40		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
41	]
42
43	FN_FRAME_ALIGN_VERT_BOTTOM  // status(play|final)
44	[
45		ExecMethod = Execute ;
46		StateMethod = GetState ;
47		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
48	]
49
50	FN_FRAME_ALIGN_VERT_TOP   // status(play|final)
51	[
52		ExecMethod = Execute ;
53		StateMethod = GetState ;
54		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
55	]
56
57	FN_FRAME_ALIGN_VERT_ROW_CENTER  // status(play|final)
58	[
59		ExecMethod = Execute ;
60		StateMethod = GetState ;
61		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
62	]
63
64	FN_FRAME_ALIGN_VERT_ROW_BOTTOM // status(play|final)
65	[
66		ExecMethod = Execute ;
67		StateMethod = GetState ;
68		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
69	]
70
71	FN_FRAME_ALIGN_VERT_ROW_TOP  // status(play|final)
72	[
73		ExecMethod = Execute ;
74		StateMethod = GetState ;
75		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
76	]
77
78	FN_FRAME_ALIGN_VERT_CHAR_CENTER // status(play|final)
79	[
80		ExecMethod = Execute ;
81		StateMethod = GetState ;
82		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
83	]
84
85	FN_FRAME_ALIGN_VERT_CHAR_BOTTOM  // status(play|final)
86	[
87		ExecMethod = Execute ;
88		StateMethod = GetState ;
89		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
90	]
91
92	FN_FRAME_ALIGN_VERT_CHAR_TOP  // status(play|final)
93	[
94		ExecMethod = Execute ;
95		StateMethod = GetState ;
96		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
97	]
98
99	FN_FRAME_ALIGN_HORZ_CENTER  // status(play|final)
100	[
101		ExecMethod = Execute ;
102		StateMethod = GetState ;
103		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
104	]
105
106	FN_FRAME_ALIGN_HORZ_RIGHT // status(play|final)
107	[
108		ExecMethod = Execute ;
109		StateMethod = GetState ;
110		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
111	]
112
113	FN_FRAME_ALIGN_HORZ_LEFT // status(play|final)
114	[
115		ExecMethod = Execute ;
116		StateMethod = GetState ;
117		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
118	]
119
120
121	SID_FRAME_TO_TOP // status(final|play)
122	[
123		ExecMethod = Execute ;
124		StateMethod = GetState ;
125		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
126	]
127
128	SID_FRAME_TO_BOTTOM  // status(final|play)
129	[
130		ExecMethod = Execute ;
131		StateMethod = GetState ;
132		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
133	]
134
135
136	FN_FRAME_UP  // status(final|play)
137	[
138		ExecMethod = Execute ;
139		StateMethod = GetState ;
140		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
141	]
142
143	FN_FRAME_DOWN // status(final|play)
144	[
145		ExecMethod = Execute ;
146		StateMethod = GetState ;
147		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
148	]
149
150	SID_ATTR_TRANSFORM
151	[
152		ExecMethod = Execute ;
153		StateMethod = GetState ;
154	]
155	SID_ATTR_TRANSFORM_WIDTH
156	[
157		StateMethod = GetState ;
158		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
159	]
160	SID_ATTR_TRANSFORM_HEIGHT
161	[
162		StateMethod = GetState ;
163		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
164	]
165
166	SID_ATTR_ULSPACE // status(final|play)
167	[
168		ExecMethod = Execute ;
169		StateMethod = GetState ;
170		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
171	]
172
173	SID_ATTR_LRSPACE // status(final|play)
174	[
175		ExecMethod = Execute ;
176		StateMethod = GetState ;
177		GroupId = GID_FRAME;
178		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
179	]
180
181	FN_FORMAT_FRAME_DLG   // status(final|play)
182	[
183		ExecMethod = Execute ;
184		StateMethod = GetState ;
185		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
186	]
187
188	SID_FRAME_LINESTYLE // status()
189	[
190		ExecMethod = ExecFrameStyle ;
191		StateMethod = GetLineStyleState ;
192		Export = FALSE; //#44439#
193		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
194	]
195
196	SID_FRAME_LINECOLOR // status(final|play)
197	[
198		ExecMethod = ExecFrameStyle ;
199		StateMethod = GetLineStyleState ;
200		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
201	]
202    SID_OBJECT_ALIGN_CENTER  // status(play|final)
203    [
204        ExecMethod = Execute ;
205        StateMethod = GetState ;
206        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
207    ]
208
209    SID_OBJECT_ALIGN_RIGHT // status(play|final)
210    [
211        ExecMethod = Execute ;
212        StateMethod = GetState ;
213        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
214    ]
215
216    SID_OBJECT_ALIGN_LEFT // status(play|final)
217    [
218        ExecMethod = Execute ;
219        StateMethod = GetState ;
220        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
221    ]
222
223    SID_OBJECT_ALIGN_UP // status(play|final)
224    [
225        ExecMethod = Execute ;
226        StateMethod = GetState ;
227        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
228    ]
229
230    SID_OBJECT_ALIGN_MIDDLE  // status(play|final)
231    [
232        ExecMethod = Execute ;
233        StateMethod = GetState ;
234        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
235    ]
236
237    SID_OBJECT_ALIGN_DOWN   // status(play|final)
238    [
239        ExecMethod = Execute ;
240        StateMethod = GetState ;
241        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
242    ]
243
244    FN_FORMAT_FOOTNOTE_DLG // status()
245	[
246		ExecMethod = Execute;
247	]
248
249    SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
250    [
251        ExecMethod = Execute ;
252    ]
253
254    FN_WORDCOUNT_DIALOG
255    [
256        ExecMethod = Execute;
257    ]
258
259   	FN_NUMBERING_OUTLINE_DLG   // status(final|play)
260	[
261		ExecMethod = Execute ;
262	]
263        // --> OD 2009-07-08 #i73249#
264        FN_TITLE_DESCRIPTION_SHAPE
265        [
266                ExecMethod = Execute ;
267                StateMethod = GetState ;
268                DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
269        ]
270        // <--
271
272
273    /*****************************************************
274
275 Abfragefunktionen fuer ImageMaps
276
277 ****************************************************/
278
279//
280// Slots ohne Export
281
282	FN_INSERT_FRAME
283	[
284		ExecMethod = Execute ;
285		StateMethod = StateInsert ;
286		Export = False;
287		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
288	]
289
290	SID_ATTR_BORDER // status()
291	[
292		ExecMethod = ExecFrameStyle ;
293		StateMethod = GetLineStyleState ;
294		GroupId = GID_FRAME;
295		Export = False;
296		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
297	]
298
299	SID_HYPERLINK_SETLINK  // status()
300	[
301		ExecMethod = Execute ;
302		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
303	]
304
305	SID_HYPERLINK_GETLINK  // status()
306	[
307		StateMethod = GetState ;
308	]
309
310	FN_FRAME_MIRROR_ON_EVEN_PAGES // status(final|play|rec)
311	[
312		ExecMethod = Execute ;
313		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
314	]
315}
316
317
318