xref: /trunk/main/sw/sdi/_tabsh.sdi (revision 512ec161)
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 BaseTextTable
25cdf0e10cSrcweir[
26cdf0e10cSrcweir	Automation = FALSE;
27cdf0e10cSrcweir]
28cdf0e10cSrcweir{
29cdf0e10cSrcweir
30cdf0e10cSrcweir	FN_FORMAT_TABLE_DLG   // status(final|play)
31cdf0e10cSrcweir	[
32cdf0e10cSrcweir		ExecMethod = Execute ;
33cdf0e10cSrcweir		StateMethod = NoState ;
34cdf0e10cSrcweir	]
35cdf0e10cSrcweir    SID_ATTR_BRUSH
36cdf0e10cSrcweir    [
37cdf0e10cSrcweir        ExecMethod = Execute ;
38cdf0e10cSrcweir    ]
39cdf0e10cSrcweir    SID_ATTR_BRUSH_ROW
40cdf0e10cSrcweir    [
41cdf0e10cSrcweir        ExecMethod = Execute ;
42cdf0e10cSrcweir    ]
43cdf0e10cSrcweir    SID_ATTR_BRUSH_TABLE
44cdf0e10cSrcweir    [
45cdf0e10cSrcweir        ExecMethod = Execute ;
46cdf0e10cSrcweir    ]
47cdf0e10cSrcweir    FN_NUM_FORMAT_TABLE_DLG   // status(final|play)
48cdf0e10cSrcweir	[
49cdf0e10cSrcweir		ExecMethod = Execute ;
50cdf0e10cSrcweir		StateMethod = NoState ;
51cdf0e10cSrcweir	]
52cdf0e10cSrcweir
53cdf0e10cSrcweir	FN_CALC_TABLE // status(final|play)
54cdf0e10cSrcweir	[
55cdf0e10cSrcweir		ExecMethod = Execute ;
56cdf0e10cSrcweir		StateMethod = NoState ;
57cdf0e10cSrcweir	]
58cdf0e10cSrcweir
59cdf0e10cSrcweir	FN_TABLE_AUTOSUM // status()
60cdf0e10cSrcweir	[
61cdf0e10cSrcweir		ExecMethod = Execute ;
62cdf0e10cSrcweir		StateMethod = NoState ;
63cdf0e10cSrcweir	]
64cdf0e10cSrcweir
65cdf0e10cSrcweir
66cdf0e10cSrcweir	FN_TABLE_VERT_NONE
67cdf0e10cSrcweir	[
68cdf0e10cSrcweir		ExecMethod = Execute ;
69cdf0e10cSrcweir		StateMethod = GetState ;
70cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
71cdf0e10cSrcweir	]
72cdf0e10cSrcweir
73cdf0e10cSrcweir	FN_TABLE_VERT_CENTER
74cdf0e10cSrcweir	[
75cdf0e10cSrcweir		ExecMethod = Execute ;
76cdf0e10cSrcweir		StateMethod = GetState ;
77cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
78cdf0e10cSrcweir	]
79cdf0e10cSrcweir
80cdf0e10cSrcweir	FN_TABLE_VERT_BOTTOM
81cdf0e10cSrcweir	[
82cdf0e10cSrcweir		ExecMethod = Execute ;
83cdf0e10cSrcweir		StateMethod = GetState ;
84cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
85cdf0e10cSrcweir	]
86*512ec161SZheng Fan	SID_TABLE_VERT_NONE
87*512ec161SZheng Fan	[
88*512ec161SZheng Fan		ExecMethod = Execute ;
89*512ec161SZheng Fan		StateMethod = GetState ;
90*512ec161SZheng Fan		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
91*512ec161SZheng Fan	]
92*512ec161SZheng Fan
93*512ec161SZheng Fan	SID_TABLE_VERT_CENTER
94*512ec161SZheng Fan	[
95*512ec161SZheng Fan		ExecMethod = Execute ;
96*512ec161SZheng Fan		StateMethod = GetState ;
97*512ec161SZheng Fan		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
98*512ec161SZheng Fan	]
99*512ec161SZheng Fan
100*512ec161SZheng Fan	SID_TABLE_VERT_BOTTOM
101*512ec161SZheng Fan	[
102*512ec161SZheng Fan		ExecMethod = Execute ;
103*512ec161SZheng Fan		StateMethod = GetState ;
104*512ec161SZheng Fan		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
105*512ec161SZheng Fan	]
106cdf0e10cSrcweir	FN_TABLE_SET_COL_WIDTH // status( final|play )
107cdf0e10cSrcweir	[
108cdf0e10cSrcweir		ExecMethod = Execute ;
109cdf0e10cSrcweir		StateMethod = NoState ;
110cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
111cdf0e10cSrcweir	]
112cdf0e10cSrcweir	SID_ATTR_ULSPACE // status(final|play)
113cdf0e10cSrcweir	[
114cdf0e10cSrcweir		ExecMethod = Execute ;
115cdf0e10cSrcweir		StateMethod = GetState ;
116cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
117cdf0e10cSrcweir	]
118cdf0e10cSrcweir
119cdf0e10cSrcweir	SID_ATTR_LRSPACE // status(final|play)
120cdf0e10cSrcweir	[
121cdf0e10cSrcweir		ExecMethod = Execute ;
122cdf0e10cSrcweir		StateMethod = GetState ;
123cdf0e10cSrcweir		GroupId = GID_TABLE;
124cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
125cdf0e10cSrcweir	]
126cdf0e10cSrcweir
127cdf0e10cSrcweir	FN_TABLE_DELETE_COL  // status(final|play)
128cdf0e10cSrcweir	[
129cdf0e10cSrcweir		ExecMethod = Execute ;
130cdf0e10cSrcweir		StateMethod = GetState ;
131cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
132cdf0e10cSrcweir	]
133cdf0e10cSrcweir
134cdf0e10cSrcweir	FN_TABLE_DELETE_ROW  // status(final|play)
135cdf0e10cSrcweir	[
136cdf0e10cSrcweir		ExecMethod = Execute ;
137cdf0e10cSrcweir		StateMethod = GetState ;
138cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
139cdf0e10cSrcweir	]
140cdf0e10cSrcweir    FN_TABLE_DELETE_TABLE
141cdf0e10cSrcweir    [
142cdf0e10cSrcweir        ExecMethod = Execute ;
143cdf0e10cSrcweir        StateMethod = GetState ;
144cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
145cdf0e10cSrcweir    ]
146cdf0e10cSrcweir    FN_GOTO_NEXT_CELL // status(final|play)
147cdf0e10cSrcweir    [
148cdf0e10cSrcweir        ExecMethod = Execute ;
149cdf0e10cSrcweir        StateMethod = NoState ;
150cdf0e10cSrcweir    ]
151cdf0e10cSrcweir
152cdf0e10cSrcweir    FN_GOTO_PREV_CELL // status(final|play)
153cdf0e10cSrcweir    [
154cdf0e10cSrcweir        ExecMethod = Execute ;
155cdf0e10cSrcweir        StateMethod = NoState ;
156cdf0e10cSrcweir    ]
157cdf0e10cSrcweir    FN_END_TABLE  // status(final|play)
158cdf0e10cSrcweir	[
159cdf0e10cSrcweir		ExecMethod = Execute ;
160cdf0e10cSrcweir		StateMethod = NoState ;
161cdf0e10cSrcweir	]
162cdf0e10cSrcweir
163cdf0e10cSrcweir	FN_START_TABLE	// status(final|play)
164cdf0e10cSrcweir	[
165cdf0e10cSrcweir		ExecMethod = Execute ;
166cdf0e10cSrcweir		StateMethod = NoState ;
167cdf0e10cSrcweir	]
168cdf0e10cSrcweir
169cdf0e10cSrcweir	FN_TABLE_INSERT_COL // status(final|play)
170cdf0e10cSrcweir	[
171cdf0e10cSrcweir		ExecMethod = Execute ;
172cdf0e10cSrcweir		StateMethod = NoState ;
173cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
174cdf0e10cSrcweir	]
175cdf0e10cSrcweir
176cdf0e10cSrcweir	FN_TABLE_INSERT_COL_DLG  // status(final|play)
177cdf0e10cSrcweir	[
178cdf0e10cSrcweir		Export = FALSE ;
179cdf0e10cSrcweir		ExecMethod = Execute ;
180cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
181cdf0e10cSrcweir	]
182cdf0e10cSrcweir
183cdf0e10cSrcweir	FN_TABLE_INSERT_ROW // status(final|play)
184cdf0e10cSrcweir	[
185cdf0e10cSrcweir		ExecMethod = Execute ;
186cdf0e10cSrcweir		StateMethod = GetState ;
187cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
188cdf0e10cSrcweir	]
189cdf0e10cSrcweir
190cdf0e10cSrcweir	FN_TABLE_INSERT_ROW_DLG  // status(final|play)
191cdf0e10cSrcweir	[
192cdf0e10cSrcweir		Export = FALSE ;
193cdf0e10cSrcweir		ExecMethod = Execute ;
194cdf0e10cSrcweir		StateMethod = GetState ;
195cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
196cdf0e10cSrcweir	]
197cdf0e10cSrcweir
198cdf0e10cSrcweir	FN_TABLE_MERGE_CELLS  // status(final|play)
199cdf0e10cSrcweir	[
200cdf0e10cSrcweir		ExecMethod = Execute ;
201cdf0e10cSrcweir		StateMethod = GetState ;
202cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
203cdf0e10cSrcweir	]
204cdf0e10cSrcweir
205cdf0e10cSrcweir	FN_OPTIMIZE_TABLE
206cdf0e10cSrcweir	[
207cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
208cdf0e10cSrcweir        StateMethod = GetState ;
209cdf0e10cSrcweir    ]
210cdf0e10cSrcweir
211cdf0e10cSrcweir	FN_TABLE_ADJUST_CELLS  // status(final|play)
212cdf0e10cSrcweir	[
213cdf0e10cSrcweir		ExecMethod = Execute ;
214cdf0e10cSrcweir		StateMethod = GetState ;
215cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
216cdf0e10cSrcweir	]
217cdf0e10cSrcweir
218cdf0e10cSrcweir	FN_TABLE_BALANCE_CELLS	// status()
219cdf0e10cSrcweir	[
220cdf0e10cSrcweir		ExecMethod = Execute ;
221cdf0e10cSrcweir		StateMethod = GetState ;
222cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
223cdf0e10cSrcweir	]
224cdf0e10cSrcweir
225cdf0e10cSrcweir	FN_TABLE_BALANCE_ROWS  // status()
226cdf0e10cSrcweir	[
227cdf0e10cSrcweir		ExecMethod = Execute ;
228cdf0e10cSrcweir		StateMethod = GetState ;
229cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
230cdf0e10cSrcweir	]
231cdf0e10cSrcweir
232cdf0e10cSrcweir	FN_TABLE_SELECT_ALL // status(final|play)
233cdf0e10cSrcweir	[
234cdf0e10cSrcweir		ExecMethod = Execute ;
235cdf0e10cSrcweir		StateMethod = NoState ;
236cdf0e10cSrcweir	]
237cdf0e10cSrcweir
238cdf0e10cSrcweir	FN_TABLE_SELECT_COL   // status(final|play)
239cdf0e10cSrcweir	[
240cdf0e10cSrcweir		ExecMethod = Execute ;
241cdf0e10cSrcweir		StateMethod = NoState ;
242cdf0e10cSrcweir	]
243cdf0e10cSrcweir
244cdf0e10cSrcweir	FN_TABLE_SELECT_ROW  // status(final|play)
245cdf0e10cSrcweir	[
246cdf0e10cSrcweir		ExecMethod = Execute ;
247cdf0e10cSrcweir		StateMethod = NoState ;
248cdf0e10cSrcweir	]
249cdf0e10cSrcweir    FN_TABLE_SELECT_CELL
250cdf0e10cSrcweir    [
251cdf0e10cSrcweir        ExecMethod = Execute ;
252cdf0e10cSrcweir        StateMethod = NoState ;
253cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
254cdf0e10cSrcweir    ]
255cdf0e10cSrcweir	FN_TABLE_SET_ROW_HEIGHT // status(final|play)
256cdf0e10cSrcweir	[
257cdf0e10cSrcweir		ExecMethod = Execute ;
258cdf0e10cSrcweir		StateMethod = NoState ;
259cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
260cdf0e10cSrcweir	]
261cdf0e10cSrcweir        FN_TABLE_ROW_SPLIT
262cdf0e10cSrcweir        [
263cdf0e10cSrcweir                ExecMethod = Execute ;
264cdf0e10cSrcweir                StateMethod = GetState ;
265cdf0e10cSrcweir                DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
266cdf0e10cSrcweir        ]
267cdf0e10cSrcweir        FN_TABLE_OPTIMAL_HEIGHT // status(final|play)
268cdf0e10cSrcweir	[
269cdf0e10cSrcweir		ExecMethod = Execute ;
270cdf0e10cSrcweir		StateMethod = GetState ;
271cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
272cdf0e10cSrcweir	]
273cdf0e10cSrcweir
274cdf0e10cSrcweir	FN_TABLE_SPLIT_CELLS // status(final|play)
275cdf0e10cSrcweir	[
276cdf0e10cSrcweir		ExecMethod = Execute ;
277cdf0e10cSrcweir		StateMethod = NoState ;
278cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
279cdf0e10cSrcweir	]
280cdf0e10cSrcweir
281cdf0e10cSrcweir	FN_TABLE_SPLIT_TABLE // status(final|play)
282cdf0e10cSrcweir	[
283cdf0e10cSrcweir		ExecMethod = Execute ;
284cdf0e10cSrcweir		StateMethod = GetState ;
285cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
286cdf0e10cSrcweir	]
287cdf0e10cSrcweir
288cdf0e10cSrcweir	FN_TABLE_MERGE_TABLE // status(final|play)
289cdf0e10cSrcweir	[
290cdf0e10cSrcweir		ExecMethod = Execute ;
291cdf0e10cSrcweir		StateMethod = GetState ;
292cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
293cdf0e10cSrcweir	]
294cdf0e10cSrcweir
295cdf0e10cSrcweir	FN_TABLE_UNSET_READ_ONLY_CELLS // status()
296cdf0e10cSrcweir	[
297cdf0e10cSrcweir		ExecMethod = Execute ;
298cdf0e10cSrcweir		StateMethod = GetState ;
299cdf0e10cSrcweir	]
300cdf0e10cSrcweir
301cdf0e10cSrcweir	SID_AUTOFORMAT // status(final|play)
302cdf0e10cSrcweir	[
303cdf0e10cSrcweir		ExecMethod = Execute ;
304cdf0e10cSrcweir		StateMethod = NoState ;
305cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
306cdf0e10cSrcweir	]
307cdf0e10cSrcweir
308cdf0e10cSrcweir	SID_ATTR_BORDER // status()
309cdf0e10cSrcweir	[
310cdf0e10cSrcweir		ExecMethod = Execute ;
311cdf0e10cSrcweir		StateMethod = GetFrmBorderState ;
312cdf0e10cSrcweir		GroupId = GID_TABLE;
313cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
314cdf0e10cSrcweir	]
315cdf0e10cSrcweir
316cdf0e10cSrcweir	SID_FRAME_LINESTYLE // status()
317cdf0e10cSrcweir	[
318cdf0e10cSrcweir		ExecMethod = ExecTableStyle ;
319cdf0e10cSrcweir		StateMethod = GetLineStyleState ;
320cdf0e10cSrcweir		Export = FALSE; //#44439#
321cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
322cdf0e10cSrcweir	]
323cdf0e10cSrcweir
324cdf0e10cSrcweir	SID_FRAME_LINECOLOR // status(play)
325cdf0e10cSrcweir	[
326cdf0e10cSrcweir		ExecMethod = ExecTableStyle ;
327cdf0e10cSrcweir		StateMethod = GetLineStyleState ;
328cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
329cdf0e10cSrcweir	]
330cdf0e10cSrcweir
331cdf0e10cSrcweir	FN_TABLE_MODE_FIX
332cdf0e10cSrcweir	[
333cdf0e10cSrcweir		ExecMethod = Execute;
334cdf0e10cSrcweir		StateMethod = GetState;
335cdf0e10cSrcweir	]
336cdf0e10cSrcweir
337cdf0e10cSrcweir	FN_TABLE_MODE_FIX_PROP
338cdf0e10cSrcweir	[
339cdf0e10cSrcweir		ExecMethod = Execute;
340cdf0e10cSrcweir		StateMethod = GetState;
341cdf0e10cSrcweir	]
342cdf0e10cSrcweir
343cdf0e10cSrcweir	FN_TABLE_MODE_VARIABLE
344cdf0e10cSrcweir	[
345cdf0e10cSrcweir		ExecMethod = Execute;
346cdf0e10cSrcweir		StateMethod = GetState;
347cdf0e10cSrcweir	]
348cdf0e10cSrcweir
349cdf0e10cSrcweir	FN_NUMBER_FORMAT
350cdf0e10cSrcweir	[
351cdf0e10cSrcweir		ExecMethod = ExecNumberFormat;
352cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
353cdf0e10cSrcweir	]
354cdf0e10cSrcweir
355cdf0e10cSrcweir	FN_NUMBER_STANDARD
356cdf0e10cSrcweir	[
357cdf0e10cSrcweir		ExecMethod = ExecNumberFormat;
358cdf0e10cSrcweir		StateMethod = NoState ;
359cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
360cdf0e10cSrcweir	]
361cdf0e10cSrcweir	FN_NUMBER_TWODEC
362cdf0e10cSrcweir	[
363cdf0e10cSrcweir		ExecMethod = ExecNumberFormat;
364cdf0e10cSrcweir		StateMethod = NoState ;
365cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
366cdf0e10cSrcweir	]
367cdf0e10cSrcweir	FN_NUMBER_SCIENTIFIC
368cdf0e10cSrcweir	[
369cdf0e10cSrcweir		ExecMethod = ExecNumberFormat;
370cdf0e10cSrcweir		StateMethod = NoState ;
371cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
372cdf0e10cSrcweir	]
373cdf0e10cSrcweir	FN_NUMBER_DATE
374cdf0e10cSrcweir	[
375cdf0e10cSrcweir		ExecMethod = ExecNumberFormat;
376cdf0e10cSrcweir		StateMethod = NoState ;
377cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
378cdf0e10cSrcweir	]
379cdf0e10cSrcweir	FN_NUMBER_TIME
380cdf0e10cSrcweir	[
381cdf0e10cSrcweir		ExecMethod = ExecNumberFormat;
382cdf0e10cSrcweir		StateMethod = NoState ;
383cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
384cdf0e10cSrcweir	]
385cdf0e10cSrcweir	FN_NUMBER_CURRENCY
386cdf0e10cSrcweir	[
387cdf0e10cSrcweir		ExecMethod = ExecNumberFormat;
388cdf0e10cSrcweir		StateMethod = NoState ;
389cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
390cdf0e10cSrcweir	]
391cdf0e10cSrcweir	FN_NUMBER_PERCENT
392cdf0e10cSrcweir	[
393cdf0e10cSrcweir		ExecMethod = ExecNumberFormat;
394cdf0e10cSrcweir		StateMethod = NoState ;
395cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
396cdf0e10cSrcweir	]
397cdf0e10cSrcweir// Slots ohne Export
398cdf0e10cSrcweir
399cdf0e10cSrcweir	FN_INSERT_TABLE
400cdf0e10cSrcweir	[
401cdf0e10cSrcweir		Export = FALSE ;
402cdf0e10cSrcweir		ExecMethod = Execute ;
403cdf0e10cSrcweir		StateMethod = GetState ;
404cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
405cdf0e10cSrcweir	]
406cdf0e10cSrcweir    FN_TABLE_HEADLINE_REPEAT
407cdf0e10cSrcweir    [
408cdf0e10cSrcweir        ExecMethod = Execute ;
409cdf0e10cSrcweir        StateMethod = GetState ;
410cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
411cdf0e10cSrcweir    ]
412cdf0e10cSrcweir    FN_TABLE_SELECT_CELL
413cdf0e10cSrcweir    [
414cdf0e10cSrcweir        ExecMethod = Execute ;
415cdf0e10cSrcweir        StateMethod = GetState ;
416cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
417cdf0e10cSrcweir    ]
418cdf0e10cSrcweir    FN_TABLE_DELETE_TABLE
419cdf0e10cSrcweir    [
420cdf0e10cSrcweir        ExecMethod = Execute ;
421cdf0e10cSrcweir        StateMethod = GetState ;
422cdf0e10cSrcweir        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
423cdf0e10cSrcweir    ]
424cdf0e10cSrcweir}
425cdf0e10cSrcweir
426