xref: /trunk/main/sw/sdi/_frmsh.sdi (revision 64b14621)
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{
29*64b14621SArmin Le Grand    SID_ATTR_FILL_STYLE
30*64b14621SArmin Le Grand    [
31*64b14621SArmin Le Grand        Export = FALSE;
32*64b14621SArmin Le Grand        ExecMethod = ExecDrawAttrArgsTextFrame;
33*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
34*64b14621SArmin Le Grand        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
35*64b14621SArmin Le Grand    ]
36*64b14621SArmin Le Grand
37*64b14621SArmin Le Grand    SID_ATTR_FILL_COLOR
38*64b14621SArmin Le Grand    [
39*64b14621SArmin Le Grand        Export = FALSE;
40*64b14621SArmin Le Grand        ExecMethod = ExecDrawAttrArgsTextFrame;
41*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
42*64b14621SArmin Le Grand        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
43*64b14621SArmin Le Grand    ]
44*64b14621SArmin Le Grand
45*64b14621SArmin Le Grand    SID_ATTR_FILL_GRADIENT
46*64b14621SArmin Le Grand    [
47*64b14621SArmin Le Grand        Export = FALSE;
48*64b14621SArmin Le Grand        ExecMethod = ExecDrawAttrArgsTextFrame;
49*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
50*64b14621SArmin Le Grand        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
51*64b14621SArmin Le Grand    ]
52*64b14621SArmin Le Grand
53*64b14621SArmin Le Grand    SID_ATTR_FILL_HATCH
54*64b14621SArmin Le Grand    [
55*64b14621SArmin Le Grand        Export = FALSE;
56*64b14621SArmin Le Grand        ExecMethod = ExecDrawAttrArgsTextFrame;
57*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
58*64b14621SArmin Le Grand        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
59*64b14621SArmin Le Grand    ]
60*64b14621SArmin Le Grand
61*64b14621SArmin Le Grand    SID_ATTR_FILL_BITMAP
62*64b14621SArmin Le Grand    [
63*64b14621SArmin Le Grand        Export = FALSE;
64*64b14621SArmin Le Grand        ExecMethod = ExecDrawAttrArgsTextFrame;
65*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
66*64b14621SArmin Le Grand        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
67*64b14621SArmin Le Grand    ]
68*64b14621SArmin Le Grand
69*64b14621SArmin Le Grand    SID_ATTR_FILL_TRANSPARENCE
70*64b14621SArmin Le Grand    [
71*64b14621SArmin Le Grand        Export = FALSE;
72*64b14621SArmin Le Grand        ExecMethod = ExecDrawAttrArgsTextFrame;
73*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
74*64b14621SArmin Le Grand        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
75*64b14621SArmin Le Grand    ]
76*64b14621SArmin Le Grand
77*64b14621SArmin Le Grand    SID_ATTR_FILL_FLOATTRANSPARENCE
78*64b14621SArmin Le Grand    [
79*64b14621SArmin Le Grand        Export = FALSE;
80*64b14621SArmin Le Grand        ExecMethod = ExecDrawAttrArgsTextFrame;
81*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
82*64b14621SArmin Le Grand        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
83*64b14621SArmin Le Grand    ]
84*64b14621SArmin Le Grand
85*64b14621SArmin Le Grand    SID_COLOR_TABLE
86*64b14621SArmin Le Grand    [
87*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
88*64b14621SArmin Le Grand    ]
89*64b14621SArmin Le Grand
90*64b14621SArmin Le Grand    SID_GRADIENT_LIST
91*64b14621SArmin Le Grand    [
92*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
93*64b14621SArmin Le Grand    ]
94*64b14621SArmin Le Grand
95*64b14621SArmin Le Grand    SID_HATCH_LIST
96*64b14621SArmin Le Grand    [
97*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
98*64b14621SArmin Le Grand    ]
99*64b14621SArmin Le Grand
100*64b14621SArmin Le Grand    SID_BITMAP_LIST
101*64b14621SArmin Le Grand    [
102*64b14621SArmin Le Grand        StateMethod = GetDrawAttrStateTextFrame;
103*64b14621SArmin Le Grand    ]
104*64b14621SArmin Le Grand
105*64b14621SArmin Le Grand    SID_ATTRIBUTES_AREA
106*64b14621SArmin Le Grand    [
107*64b14621SArmin Le Grand        ExecMethod = ExecDrawDlgTextFrame;
108*64b14621SArmin Le Grand        StateMethod = DisableStateTextFrame;
109*64b14621SArmin Le Grand    ]
110*64b14621SArmin Le Grand
111*64b14621SArmin Le Grand
112cdf0e10cSrcweir	FN_FRAME_TO_ANCHOR  // status()
113cdf0e10cSrcweir	[
114cdf0e10cSrcweir		/*OS: Datentypen unvertraeglich ?? */
115cdf0e10cSrcweir		ExecMethod = Execute ;
116cdf0e10cSrcweir		StateMethod = NoState ;
117cdf0e10cSrcweir	]
118cdf0e10cSrcweir
119cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_CENTER // status(play|final)
120cdf0e10cSrcweir	[
121cdf0e10cSrcweir		ExecMethod = Execute ;
122cdf0e10cSrcweir		StateMethod = GetState ;
123cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
124cdf0e10cSrcweir	]
125cdf0e10cSrcweir
126cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_BOTTOM  // status(play|final)
127cdf0e10cSrcweir	[
128cdf0e10cSrcweir		ExecMethod = Execute ;
129cdf0e10cSrcweir		StateMethod = GetState ;
130cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
131cdf0e10cSrcweir	]
132cdf0e10cSrcweir
133cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_TOP   // status(play|final)
134cdf0e10cSrcweir	[
135cdf0e10cSrcweir		ExecMethod = Execute ;
136cdf0e10cSrcweir		StateMethod = GetState ;
137cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
138cdf0e10cSrcweir	]
139cdf0e10cSrcweir
140cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_ROW_CENTER  // status(play|final)
141cdf0e10cSrcweir	[
142cdf0e10cSrcweir		ExecMethod = Execute ;
143cdf0e10cSrcweir		StateMethod = GetState ;
144cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
145cdf0e10cSrcweir	]
146cdf0e10cSrcweir
147cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_ROW_BOTTOM // status(play|final)
148cdf0e10cSrcweir	[
149cdf0e10cSrcweir		ExecMethod = Execute ;
150cdf0e10cSrcweir		StateMethod = GetState ;
151cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
152cdf0e10cSrcweir	]
153cdf0e10cSrcweir
154cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_ROW_TOP  // status(play|final)
155cdf0e10cSrcweir	[
156cdf0e10cSrcweir		ExecMethod = Execute ;
157cdf0e10cSrcweir		StateMethod = GetState ;
158cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
159cdf0e10cSrcweir	]
160cdf0e10cSrcweir
161cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_CHAR_CENTER // status(play|final)
162cdf0e10cSrcweir	[
163cdf0e10cSrcweir		ExecMethod = Execute ;
164cdf0e10cSrcweir		StateMethod = GetState ;
165cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
166cdf0e10cSrcweir	]
167cdf0e10cSrcweir
168cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_CHAR_BOTTOM  // status(play|final)
169cdf0e10cSrcweir	[
170cdf0e10cSrcweir		ExecMethod = Execute ;
171cdf0e10cSrcweir		StateMethod = GetState ;
172cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
173cdf0e10cSrcweir	]
174cdf0e10cSrcweir
175cdf0e10cSrcweir	FN_FRAME_ALIGN_VERT_CHAR_TOP  // status(play|final)
176cdf0e10cSrcweir	[
177cdf0e10cSrcweir		ExecMethod = Execute ;
178cdf0e10cSrcweir		StateMethod = GetState ;
179cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
180cdf0e10cSrcweir	]
181cdf0e10cSrcweir
182cdf0e10cSrcweir	FN_FRAME_ALIGN_HORZ_CENTER  // status(play|final)
183cdf0e10cSrcweir	[
184cdf0e10cSrcweir		ExecMethod = Execute ;
185cdf0e10cSrcweir		StateMethod = GetState ;
186cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
187cdf0e10cSrcweir	]
188cdf0e10cSrcweir
189cdf0e10cSrcweir	FN_FRAME_ALIGN_HORZ_RIGHT // status(play|final)
190cdf0e10cSrcweir	[
191cdf0e10cSrcweir		ExecMethod = Execute ;
192cdf0e10cSrcweir		StateMethod = GetState ;
193cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
194cdf0e10cSrcweir	]
195cdf0e10cSrcweir
196cdf0e10cSrcweir	FN_FRAME_ALIGN_HORZ_LEFT // status(play|final)
197cdf0e10cSrcweir	[
198cdf0e10cSrcweir		ExecMethod = Execute ;
199cdf0e10cSrcweir		StateMethod = GetState ;
200cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
201cdf0e10cSrcweir	]
202cdf0e10cSrcweir
203cdf0e10cSrcweir
204cdf0e10cSrcweir	SID_FRAME_TO_TOP // status(final|play)
205cdf0e10cSrcweir	[
206cdf0e10cSrcweir		ExecMethod = Execute ;
207cdf0e10cSrcweir		StateMethod = GetState ;
208cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
209cdf0e10cSrcweir	]
210cdf0e10cSrcweir
211cdf0e10cSrcweir	SID_FRAME_TO_BOTTOM  // status(final|play)
212cdf0e10cSrcweir	[
213cdf0e10cSrcweir		ExecMethod = Execute ;
214cdf0e10cSrcweir		StateMethod = GetState ;
215cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
216cdf0e10cSrcweir	]
217cdf0e10cSrcweir
218cdf0e10cSrcweir
219cdf0e10cSrcweir	FN_FRAME_UP  // status(final|play)
220cdf0e10cSrcweir	[
221cdf0e10cSrcweir		ExecMethod = Execute ;
222cdf0e10cSrcweir		StateMethod = GetState ;
223cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
224cdf0e10cSrcweir	]
225cdf0e10cSrcweir
226cdf0e10cSrcweir	FN_FRAME_DOWN // status(final|play)
227cdf0e10cSrcweir	[
228cdf0e10cSrcweir		ExecMethod = Execute ;
229cdf0e10cSrcweir		StateMethod = GetState ;
230cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
231cdf0e10cSrcweir	]
232cdf0e10cSrcweir
233ee093554SAndre Fischer	SID_ATTR_TRANSFORM
234ee093554SAndre Fischer	[
235ee093554SAndre Fischer		ExecMethod = Execute ;
236ee093554SAndre Fischer		StateMethod = GetState ;
237ee093554SAndre Fischer	]
238ee093554SAndre Fischer	SID_ATTR_TRANSFORM_WIDTH
239ee093554SAndre Fischer	[
240ee093554SAndre Fischer		StateMethod = GetState ;
241ee093554SAndre Fischer		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
242ee093554SAndre Fischer	]
243ee093554SAndre Fischer	SID_ATTR_TRANSFORM_HEIGHT
244ee093554SAndre Fischer	[
245ee093554SAndre Fischer		StateMethod = GetState ;
246ee093554SAndre Fischer		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
247ee093554SAndre Fischer	]
2480c259c9fSOliver-Rainer Wittmann	SID_ATTR_TRANSFORM_PROTECT_SIZE
2490c259c9fSOliver-Rainer Wittmann	[
2500c259c9fSOliver-Rainer Wittmann		StateMethod = GetState ;
2510c259c9fSOliver-Rainer Wittmann		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
2520c259c9fSOliver-Rainer Wittmann	]
253ee093554SAndre Fischer
254cdf0e10cSrcweir	SID_ATTR_ULSPACE // status(final|play)
255cdf0e10cSrcweir	[
256cdf0e10cSrcweir		ExecMethod = Execute ;
257cdf0e10cSrcweir		StateMethod = GetState ;
258cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
259cdf0e10cSrcweir	]
260cdf0e10cSrcweir
261cdf0e10cSrcweir	SID_ATTR_LRSPACE // status(final|play)
262cdf0e10cSrcweir	[
263cdf0e10cSrcweir		ExecMethod = Execute ;
264cdf0e10cSrcweir		StateMethod = GetState ;
265cdf0e10cSrcweir		GroupId = GID_FRAME;
266cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
267cdf0e10cSrcweir	]
268cdf0e10cSrcweir
269cdf0e10cSrcweir	FN_FORMAT_FRAME_DLG   // status(final|play)
270cdf0e10cSrcweir	[
271cdf0e10cSrcweir		ExecMethod = Execute ;
272cdf0e10cSrcweir		StateMethod = GetState ;
273cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
274cdf0e10cSrcweir	]
275395b75f9SOliver-Rainer Wittmann	FN_DRAW_WRAP_DLG // status(final|play)
276721f296aSOliver-Rainer Wittmann	[
277721f296aSOliver-Rainer Wittmann		ExecMethod = Execute ;
278721f296aSOliver-Rainer Wittmann		StateMethod = GetState ;
279721f296aSOliver-Rainer Wittmann		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
280721f296aSOliver-Rainer Wittmann	]
281cdf0e10cSrcweir
282cdf0e10cSrcweir	SID_FRAME_LINESTYLE // status()
283cdf0e10cSrcweir	[
284cdf0e10cSrcweir		ExecMethod = ExecFrameStyle ;
285cdf0e10cSrcweir		StateMethod = GetLineStyleState ;
286cdf0e10cSrcweir		Export = FALSE; //#44439#
287cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
288cdf0e10cSrcweir	]
289cdf0e10cSrcweir
290cdf0e10cSrcweir	SID_FRAME_LINECOLOR // status(final|play)
291cdf0e10cSrcweir	[
292cdf0e10cSrcweir		ExecMethod = ExecFrameStyle ;
293cdf0e10cSrcweir		StateMethod = GetLineStyleState ;
294cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
295cdf0e10cSrcweir	]
296cdf0e10cSrcweir    SID_OBJECT_ALIGN_CENTER  // status(play|final)
297cdf0e10cSrcweir    [
298cdf0e10cSrcweir        ExecMethod = Execute ;
299cdf0e10cSrcweir        StateMethod = GetState ;
300cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
301cdf0e10cSrcweir    ]
302cdf0e10cSrcweir
303cdf0e10cSrcweir    SID_OBJECT_ALIGN_RIGHT // status(play|final)
304cdf0e10cSrcweir    [
305cdf0e10cSrcweir        ExecMethod = Execute ;
306cdf0e10cSrcweir        StateMethod = GetState ;
307cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
308cdf0e10cSrcweir    ]
309cdf0e10cSrcweir
310cdf0e10cSrcweir    SID_OBJECT_ALIGN_LEFT // status(play|final)
311cdf0e10cSrcweir    [
312cdf0e10cSrcweir        ExecMethod = Execute ;
313cdf0e10cSrcweir        StateMethod = GetState ;
314cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
315cdf0e10cSrcweir    ]
316cdf0e10cSrcweir
317cdf0e10cSrcweir    SID_OBJECT_ALIGN_UP // status(play|final)
318cdf0e10cSrcweir    [
319cdf0e10cSrcweir        ExecMethod = Execute ;
320cdf0e10cSrcweir        StateMethod = GetState ;
321cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
322cdf0e10cSrcweir    ]
323cdf0e10cSrcweir
324cdf0e10cSrcweir    SID_OBJECT_ALIGN_MIDDLE  // status(play|final)
325cdf0e10cSrcweir    [
326cdf0e10cSrcweir        ExecMethod = Execute ;
327cdf0e10cSrcweir        StateMethod = GetState ;
328cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
329cdf0e10cSrcweir    ]
330cdf0e10cSrcweir
331cdf0e10cSrcweir    SID_OBJECT_ALIGN_DOWN   // status(play|final)
332cdf0e10cSrcweir    [
333cdf0e10cSrcweir        ExecMethod = Execute ;
334cdf0e10cSrcweir        StateMethod = GetState ;
335cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
336cdf0e10cSrcweir    ]
337cdf0e10cSrcweir
338cdf0e10cSrcweir    FN_FORMAT_FOOTNOTE_DLG // status()
339cdf0e10cSrcweir	[
340cdf0e10cSrcweir		ExecMethod = Execute;
341cdf0e10cSrcweir	]
342cdf0e10cSrcweir
343cdf0e10cSrcweir    SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
344cdf0e10cSrcweir    [
345cdf0e10cSrcweir        ExecMethod = Execute ;
346cdf0e10cSrcweir    ]
347cdf0e10cSrcweir
348cdf0e10cSrcweir    FN_WORDCOUNT_DIALOG
349cdf0e10cSrcweir    [
350cdf0e10cSrcweir        ExecMethod = Execute;
351cdf0e10cSrcweir    ]
352cdf0e10cSrcweir
353cdf0e10cSrcweir   	FN_NUMBERING_OUTLINE_DLG   // status(final|play)
354cdf0e10cSrcweir	[
355cdf0e10cSrcweir		ExecMethod = Execute ;
356cdf0e10cSrcweir	]
357cdf0e10cSrcweir        // --> OD 2009-07-08 #i73249#
358cdf0e10cSrcweir        FN_TITLE_DESCRIPTION_SHAPE
359cdf0e10cSrcweir        [
360cdf0e10cSrcweir                ExecMethod = Execute ;
361cdf0e10cSrcweir                StateMethod = GetState ;
362cdf0e10cSrcweir                DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
363cdf0e10cSrcweir        ]
364cdf0e10cSrcweir        // <--
365cdf0e10cSrcweir
366cdf0e10cSrcweir
367cdf0e10cSrcweir    /*****************************************************
368cdf0e10cSrcweir
369cdf0e10cSrcweir Abfragefunktionen fuer ImageMaps
370cdf0e10cSrcweir
371cdf0e10cSrcweir ****************************************************/
372cdf0e10cSrcweir
373cdf0e10cSrcweir//
374cdf0e10cSrcweir// Slots ohne Export
375cdf0e10cSrcweir
376cdf0e10cSrcweir	FN_INSERT_FRAME
377cdf0e10cSrcweir	[
378cdf0e10cSrcweir		ExecMethod = Execute ;
379cdf0e10cSrcweir		StateMethod = StateInsert ;
380cdf0e10cSrcweir		Export = False;
381cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
382cdf0e10cSrcweir	]
383cdf0e10cSrcweir
384cdf0e10cSrcweir	SID_ATTR_BORDER // status()
385cdf0e10cSrcweir	[
386cdf0e10cSrcweir		ExecMethod = ExecFrameStyle ;
387cdf0e10cSrcweir		StateMethod = GetLineStyleState ;
388cdf0e10cSrcweir		GroupId = GID_FRAME;
389cdf0e10cSrcweir		Export = False;
390cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
391cdf0e10cSrcweir	]
392cdf0e10cSrcweir
393cdf0e10cSrcweir	SID_HYPERLINK_SETLINK  // status()
394cdf0e10cSrcweir	[
395cdf0e10cSrcweir		ExecMethod = Execute ;
396cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
397cdf0e10cSrcweir	]
398cdf0e10cSrcweir
399cdf0e10cSrcweir	SID_HYPERLINK_GETLINK  // status()
400cdf0e10cSrcweir	[
401cdf0e10cSrcweir		StateMethod = GetState ;
402cdf0e10cSrcweir	]
403cdf0e10cSrcweir
404cdf0e10cSrcweir	FN_FRAME_MIRROR_ON_EVEN_PAGES // status(final|play|rec)
405cdf0e10cSrcweir	[
406cdf0e10cSrcweir		ExecMethod = Execute ;
407cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
408cdf0e10cSrcweir	]
409cdf0e10cSrcweir}
410cdf0e10cSrcweir
411cdf0e10cSrcweir
412