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