xref: /aoo41x/main/sc/sdi/scalc.sdi (revision bb605c80)
1e07c0dceSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3e07c0dceSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4e07c0dceSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5e07c0dceSAndrew Rist * distributed with this work for additional information
6e07c0dceSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7e07c0dceSAndrew Rist * to you under the Apache License, Version 2.0 (the
8e07c0dceSAndrew Rist * "License"); you may not use this file except in compliance
9e07c0dceSAndrew Rist * with the License.  You may obtain a copy of the License at
10e07c0dceSAndrew Rist *
11e07c0dceSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12e07c0dceSAndrew Rist *
13e07c0dceSAndrew Rist * Unless required by applicable law or agreed to in writing,
14e07c0dceSAndrew Rist * software distributed under the License is distributed on an
15e07c0dceSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16e07c0dceSAndrew Rist * KIND, either express or implied.  See the License for the
17e07c0dceSAndrew Rist * specific language governing permissions and limitations
18e07c0dceSAndrew Rist * under the License.
19e07c0dceSAndrew Rist *
20e07c0dceSAndrew Rist *************************************************************/
21e07c0dceSAndrew Rist
22e07c0dceSAndrew Rist
23cdf0e10cSrcweir//--------------------------------------------------------------------------
24cdf0e10cSrcweirSfxVoidItem AcceptChanges FID_CHG_ACCEPT
25cdf0e10cSrcweir()
26cdf0e10cSrcweir[
27cdf0e10cSrcweir	/* flags: */
28cdf0e10cSrcweir	AutoUpdate = FALSE,
29cdf0e10cSrcweir	Cachable = Cachable,
30cdf0e10cSrcweir	FastCall = FALSE,
31cdf0e10cSrcweir	HasCoreId = FALSE,
32cdf0e10cSrcweir	HasDialog = FALSE,
33cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
34cdf0e10cSrcweir	Toggle = FALSE,
35cdf0e10cSrcweir	Container = FALSE,
36cdf0e10cSrcweir	RecordAbsolute = FALSE,
37cdf0e10cSrcweir	RecordPerSet;
38cdf0e10cSrcweir	Synchron;
39cdf0e10cSrcweir
40cdf0e10cSrcweir	/* config: */
41cdf0e10cSrcweir	AccelConfig = TRUE,
42cdf0e10cSrcweir	MenuConfig = TRUE,
43cdf0e10cSrcweir	StatusBarConfig = FALSE,
44cdf0e10cSrcweir	ToolBoxConfig = TRUE,
45cdf0e10cSrcweir	GroupId = GID_EDIT;
46cdf0e10cSrcweir]
47cdf0e10cSrcweir
48cdf0e10cSrcweir//--------------------------------------------------------------------------
49cdf0e10cSrcweirSfxVoidItem ActivateOLE SID_OLE_ACTIVATE
50cdf0e10cSrcweir()
51cdf0e10cSrcweir[
52cdf0e10cSrcweir	/* flags: */
53cdf0e10cSrcweir	AutoUpdate = FALSE,
54cdf0e10cSrcweir	Cachable = Cachable,
55cdf0e10cSrcweir	FastCall = FALSE,
56cdf0e10cSrcweir	HasCoreId = FALSE,
57cdf0e10cSrcweir	HasDialog = FALSE,
58cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
59cdf0e10cSrcweir	Toggle = FALSE,
60cdf0e10cSrcweir	Container = FALSE,
61cdf0e10cSrcweir	RecordAbsolute = FALSE,
62cdf0e10cSrcweir	RecordPerSet;
63cdf0e10cSrcweir	Synchron;
64cdf0e10cSrcweir
65cdf0e10cSrcweir	/* config: */
66cdf0e10cSrcweir	AccelConfig = FALSE,
67cdf0e10cSrcweir	MenuConfig = FALSE,
68cdf0e10cSrcweir	StatusBarConfig = FALSE,
69cdf0e10cSrcweir	ToolBoxConfig = FALSE,
70cdf0e10cSrcweir	GroupId = GID_SPECIAL;
71cdf0e10cSrcweir]
72cdf0e10cSrcweir
73cdf0e10cSrcweir//--------------------------------------------------------------------------
74cdf0e10cSrcweirSfxVoidItem ActivateTable SID_TABLE_ACTIVATE
75cdf0e10cSrcweir()
76cdf0e10cSrcweir[
77cdf0e10cSrcweir	/* flags: */
78cdf0e10cSrcweir	AutoUpdate = FALSE,
79cdf0e10cSrcweir	Cachable = Cachable,
80cdf0e10cSrcweir	FastCall = FALSE,
81cdf0e10cSrcweir	HasCoreId = FALSE,
82cdf0e10cSrcweir	HasDialog = FALSE,
83cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
84cdf0e10cSrcweir	Toggle = FALSE,
85cdf0e10cSrcweir	Container = FALSE,
86cdf0e10cSrcweir	RecordAbsolute = FALSE,
87cdf0e10cSrcweir	RecordPerSet;
88cdf0e10cSrcweir	Synchron;
89cdf0e10cSrcweir
90cdf0e10cSrcweir	/* config: */
91cdf0e10cSrcweir	AccelConfig = FALSE,
92cdf0e10cSrcweir	MenuConfig = FALSE,
93cdf0e10cSrcweir	StatusBarConfig = FALSE,
94cdf0e10cSrcweir	ToolBoxConfig = FALSE,
95cdf0e10cSrcweir	GroupId = GID_VIEW;
96cdf0e10cSrcweir]
97cdf0e10cSrcweir
98cdf0e10cSrcweir//--------------------------------------------------------------------------
99cdf0e10cSrcweirSfxObjectItem ActiveCell SID_SC_ACTIVECELL
100cdf0e10cSrcweir
101cdf0e10cSrcweir[
102cdf0e10cSrcweir	/* flags: */
103cdf0e10cSrcweir	AutoUpdate = FALSE,
104cdf0e10cSrcweir	Cachable = Cachable,
105cdf0e10cSrcweir	FastCall = FALSE,
106cdf0e10cSrcweir	HasCoreId = FALSE,
107cdf0e10cSrcweir	HasDialog = FALSE,
108cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
109cdf0e10cSrcweir	Toggle = FALSE,
110cdf0e10cSrcweir	Container = FALSE,
111cdf0e10cSrcweir	RecordAbsolute = FALSE,
112cdf0e10cSrcweir	RecordPerSet;
113cdf0e10cSrcweir	Synchron;
114cdf0e10cSrcweir
115cdf0e10cSrcweir	Readonly = TRUE,
116cdf0e10cSrcweir
117cdf0e10cSrcweir	/* config: */
118cdf0e10cSrcweir	AccelConfig = FALSE,
119cdf0e10cSrcweir	MenuConfig = FALSE,
120cdf0e10cSrcweir	StatusBarConfig = FALSE,
121cdf0e10cSrcweir	ToolBoxConfig = FALSE,
122cdf0e10cSrcweir	GroupId = GID_INTERN;
123cdf0e10cSrcweir]
124cdf0e10cSrcweir
125cdf0e10cSrcweir//--------------------------------------------------------------------------
126cdf0e10cSrcweirSfxObjectItem ActiveTable SID_SC_ACTIVETAB
127cdf0e10cSrcweir
128cdf0e10cSrcweir[
129cdf0e10cSrcweir	/* flags: */
130cdf0e10cSrcweir	AutoUpdate = FALSE,
131cdf0e10cSrcweir	Cachable = Cachable,
132cdf0e10cSrcweir	FastCall = FALSE,
133cdf0e10cSrcweir	HasCoreId = FALSE,
134cdf0e10cSrcweir	HasDialog = FALSE,
135cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
136cdf0e10cSrcweir	Toggle = FALSE,
137cdf0e10cSrcweir	Container = FALSE,
138cdf0e10cSrcweir	RecordAbsolute = FALSE,
139cdf0e10cSrcweir	RecordPerSet;
140cdf0e10cSrcweir	Synchron;
141cdf0e10cSrcweir
142cdf0e10cSrcweir	Readonly = TRUE,
143cdf0e10cSrcweir
144cdf0e10cSrcweir	/* config: */
145cdf0e10cSrcweir	AccelConfig = FALSE,
146cdf0e10cSrcweir	MenuConfig = FALSE,
147cdf0e10cSrcweir	StatusBarConfig = FALSE,
148cdf0e10cSrcweir	ToolBoxConfig = FALSE,
149cdf0e10cSrcweir	GroupId = GID_INTERN;
150cdf0e10cSrcweir]
151cdf0e10cSrcweir
152cdf0e10cSrcweir//--------------------------------------------------------------------------
153cdf0e10cSrcweirSfxVoidItem Add FID_TAB_APPEND
154cdf0e10cSrcweir(SfxStringItem Name FID_TAB_APPEND)
155cdf0e10cSrcweir[
156cdf0e10cSrcweir	/* flags: */
157cdf0e10cSrcweir	AutoUpdate = FALSE,
158cdf0e10cSrcweir	Cachable = Cachable,
159cdf0e10cSrcweir	FastCall = FALSE,
160cdf0e10cSrcweir	HasCoreId = FALSE,
161cdf0e10cSrcweir	HasDialog = TRUE,
162cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
163cdf0e10cSrcweir	Toggle = FALSE,
164cdf0e10cSrcweir	Container = FALSE,
165cdf0e10cSrcweir	RecordAbsolute = FALSE,
166cdf0e10cSrcweir	RecordPerSet;
167cdf0e10cSrcweir	Synchron;
168cdf0e10cSrcweir
169cdf0e10cSrcweir	/* config: */
170cdf0e10cSrcweir	AccelConfig = TRUE,
171cdf0e10cSrcweir	MenuConfig = TRUE,
172cdf0e10cSrcweir	StatusBarConfig = FALSE,
173cdf0e10cSrcweir	ToolBoxConfig = FALSE,
174cdf0e10cSrcweir	GroupId = GID_INSERT;
175cdf0e10cSrcweir]
176cdf0e10cSrcweir
177cdf0e10cSrcweir//--------------------------------------------------------------------------
178cdf0e10cSrcweirSfxVoidItem AddChartData SID_CHART_ADDSOURCE
179cdf0e10cSrcweir(SfxStringItem Name SID_CHART_NAME,SfxStringItem Range SID_CHART_SOURCE)
180cdf0e10cSrcweir[
181cdf0e10cSrcweir	/* flags: */
182cdf0e10cSrcweir	AutoUpdate = FALSE,
183cdf0e10cSrcweir	Cachable = Cachable,
184cdf0e10cSrcweir	FastCall = FALSE,
185cdf0e10cSrcweir	HasCoreId = FALSE,
186cdf0e10cSrcweir	HasDialog = FALSE,
187cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
188cdf0e10cSrcweir	Toggle = FALSE,
189cdf0e10cSrcweir	Container = FALSE,
190cdf0e10cSrcweir	RecordAbsolute = FALSE,
191cdf0e10cSrcweir	RecordPerSet;
192cdf0e10cSrcweir	Synchron;
193cdf0e10cSrcweir
194cdf0e10cSrcweir	/* config: */
195cdf0e10cSrcweir	AccelConfig = FALSE,
196cdf0e10cSrcweir	MenuConfig = FALSE,
197cdf0e10cSrcweir	StatusBarConfig = FALSE,
198cdf0e10cSrcweir	ToolBoxConfig = FALSE,
199cdf0e10cSrcweir	GroupId = GID_INTERN;
200cdf0e10cSrcweir]
201cdf0e10cSrcweir
202cdf0e10cSrcweir//--------------------------------------------------------------------------
203cdf0e10cSrcweirSfxVoidItem AddInManager SID_ADD_IN_MANAGER
204cdf0e10cSrcweir()
205cdf0e10cSrcweir[
206cdf0e10cSrcweir	/* flags: */
207cdf0e10cSrcweir	AutoUpdate = FALSE,
208cdf0e10cSrcweir	Cachable = Cachable,
209cdf0e10cSrcweir	FastCall = FALSE,
210cdf0e10cSrcweir	HasCoreId = FALSE,
211cdf0e10cSrcweir	HasDialog = FALSE,
212cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
213cdf0e10cSrcweir	Toggle = FALSE,
214cdf0e10cSrcweir	Container = FALSE,
215cdf0e10cSrcweir	RecordAbsolute = FALSE,
216cdf0e10cSrcweir	RecordPerSet;
217cdf0e10cSrcweir	Synchron;
218cdf0e10cSrcweir
219cdf0e10cSrcweir	/* config: */
220cdf0e10cSrcweir	AccelConfig = FALSE,
221cdf0e10cSrcweir	MenuConfig = FALSE,
222cdf0e10cSrcweir	StatusBarConfig = FALSE,
223cdf0e10cSrcweir	ToolBoxConfig = FALSE,
224cdf0e10cSrcweir	GroupId = GID_INTERN;
225cdf0e10cSrcweir]
226cdf0e10cSrcweir
227cdf0e10cSrcweir//--------------------------------------------------------------------------
228cdf0e10cSrcweirSfxVoidItem AddPrintArea SID_ADD_PRINTAREA
229cdf0e10cSrcweir()
230cdf0e10cSrcweir[
231cdf0e10cSrcweir	/* flags: */
232cdf0e10cSrcweir	AutoUpdate = FALSE,
233cdf0e10cSrcweir	Cachable = Cachable,
234cdf0e10cSrcweir	FastCall = FALSE,
235cdf0e10cSrcweir	HasCoreId = FALSE,
236cdf0e10cSrcweir	HasDialog = FALSE,
237cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
238cdf0e10cSrcweir	Toggle = FALSE,
239cdf0e10cSrcweir	Container = FALSE,
240cdf0e10cSrcweir	RecordAbsolute = FALSE,
241cdf0e10cSrcweir	RecordPerSet;
242cdf0e10cSrcweir	Synchron;
243cdf0e10cSrcweir
244cdf0e10cSrcweir	/* config: */
245cdf0e10cSrcweir	AccelConfig = TRUE,
246cdf0e10cSrcweir	MenuConfig = TRUE,
247cdf0e10cSrcweir	StatusBarConfig = FALSE,
248cdf0e10cSrcweir	ToolBoxConfig = TRUE,
249cdf0e10cSrcweir	GroupId = GID_FORMAT;
250cdf0e10cSrcweir]
251cdf0e10cSrcweir
252cdf0e10cSrcweir//--------------------------------------------------------------------------
253cdf0e10cSrcweirSfxStringItem Address SID_RANGE_ADDRESS
254cdf0e10cSrcweir
255cdf0e10cSrcweir[
256cdf0e10cSrcweir	/* flags: */
257cdf0e10cSrcweir	AutoUpdate = FALSE,
258cdf0e10cSrcweir	Cachable = Cachable,
259cdf0e10cSrcweir	FastCall = FALSE,
260cdf0e10cSrcweir	HasCoreId = FALSE,
261cdf0e10cSrcweir	HasDialog = FALSE,
262cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
263cdf0e10cSrcweir	Toggle = FALSE,
264cdf0e10cSrcweir	Container = FALSE,
265cdf0e10cSrcweir	RecordAbsolute = FALSE,
266cdf0e10cSrcweir	RecordPerSet;
267cdf0e10cSrcweir	Synchron;
268cdf0e10cSrcweir
269cdf0e10cSrcweir	Readonly = TRUE,
270cdf0e10cSrcweir
271cdf0e10cSrcweir	/* config: */
272cdf0e10cSrcweir	AccelConfig = FALSE,
273cdf0e10cSrcweir	MenuConfig = FALSE,
274cdf0e10cSrcweir	StatusBarConfig = FALSE,
275cdf0e10cSrcweir	ToolBoxConfig = FALSE,
276cdf0e10cSrcweir	GroupId = ;
277cdf0e10cSrcweir]
278cdf0e10cSrcweir
279cdf0e10cSrcweir//--------------------------------------------------------------------------
280cdf0e10cSrcweirSfxVoidItem AdjustPrintZoom FID_ADJUST_PRINTZOOM
281cdf0e10cSrcweir()
282cdf0e10cSrcweir[
283cdf0e10cSrcweir	/* flags: */
284cdf0e10cSrcweir	AutoUpdate = FALSE,
285cdf0e10cSrcweir	Cachable = Cachable,
286cdf0e10cSrcweir	FastCall = FALSE,
287cdf0e10cSrcweir	HasCoreId = FALSE,
288cdf0e10cSrcweir	HasDialog = FALSE,
289cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
290cdf0e10cSrcweir	Toggle = FALSE,
291cdf0e10cSrcweir	Container = FALSE,
292cdf0e10cSrcweir	RecordAbsolute = FALSE,
293cdf0e10cSrcweir	RecordPerSet;
294cdf0e10cSrcweir	Synchron;
295cdf0e10cSrcweir
296cdf0e10cSrcweir	/* config: */
297cdf0e10cSrcweir	AccelConfig = TRUE,
298cdf0e10cSrcweir	MenuConfig = TRUE,
299cdf0e10cSrcweir	StatusBarConfig = FALSE,
300cdf0e10cSrcweir	ToolBoxConfig = TRUE,
301cdf0e10cSrcweir	GroupId = GID_FORMAT;
302cdf0e10cSrcweir]
303cdf0e10cSrcweir
304cdf0e10cSrcweir//--------------------------------------------------------------------------
305cdf0e10cSrcweirSfxVoidItem AlignBlock SID_ALIGNBLOCK
306cdf0e10cSrcweir()
307cdf0e10cSrcweir[
308cdf0e10cSrcweir	/* flags: */
309cdf0e10cSrcweir	AutoUpdate = FALSE,
310cdf0e10cSrcweir	Cachable = Cachable,
311cdf0e10cSrcweir	FastCall = FALSE,
312cdf0e10cSrcweir	HasCoreId = FALSE,
313cdf0e10cSrcweir	HasDialog = FALSE,
314cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
315cdf0e10cSrcweir	Toggle = FALSE,
316cdf0e10cSrcweir	Container = FALSE,
317cdf0e10cSrcweir	RecordAbsolute = FALSE,
318cdf0e10cSrcweir	RecordPerSet;
319cdf0e10cSrcweir	Synchron;
320cdf0e10cSrcweir
321cdf0e10cSrcweir	/* config: */
322cdf0e10cSrcweir	AccelConfig = TRUE,
323cdf0e10cSrcweir	MenuConfig = TRUE,
324cdf0e10cSrcweir	StatusBarConfig = FALSE,
325cdf0e10cSrcweir	ToolBoxConfig = TRUE,
326cdf0e10cSrcweir	GroupId = GID_FORMAT;
327cdf0e10cSrcweir]
328cdf0e10cSrcweir
329cdf0e10cSrcweir//--------------------------------------------------------------------------
330cdf0e10cSrcweirSfxVoidItem AlignBottom SID_ALIGNBOTTOM
331cdf0e10cSrcweir()
332cdf0e10cSrcweir[
333cdf0e10cSrcweir	/* flags: */
334cdf0e10cSrcweir	AutoUpdate = FALSE,
335cdf0e10cSrcweir	Cachable = Cachable,
336cdf0e10cSrcweir	FastCall = FALSE,
337cdf0e10cSrcweir	HasCoreId = FALSE,
338cdf0e10cSrcweir	HasDialog = FALSE,
339cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
340cdf0e10cSrcweir	Toggle = FALSE,
341cdf0e10cSrcweir	Container = FALSE,
342cdf0e10cSrcweir	RecordAbsolute = FALSE,
343cdf0e10cSrcweir	RecordPerSet;
344cdf0e10cSrcweir	Synchron;
345cdf0e10cSrcweir
346cdf0e10cSrcweir	/* config: */
347cdf0e10cSrcweir	AccelConfig = TRUE,
348cdf0e10cSrcweir	MenuConfig = TRUE,
349cdf0e10cSrcweir	StatusBarConfig = FALSE,
350cdf0e10cSrcweir	ToolBoxConfig = TRUE,
351cdf0e10cSrcweir	GroupId = GID_FORMAT;
352cdf0e10cSrcweir]
353cdf0e10cSrcweir
354cdf0e10cSrcweir//--------------------------------------------------------------------------
355cdf0e10cSrcweirSfxVoidItem AlignHorizontalCenter SID_ALIGNCENTERHOR
356cdf0e10cSrcweir()
357cdf0e10cSrcweir[
358cdf0e10cSrcweir	/* flags: */
359cdf0e10cSrcweir	AutoUpdate = FALSE,
360cdf0e10cSrcweir	Cachable = Cachable,
361cdf0e10cSrcweir	FastCall = FALSE,
362cdf0e10cSrcweir	HasCoreId = FALSE,
363cdf0e10cSrcweir	HasDialog = FALSE,
364cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
365cdf0e10cSrcweir	Toggle = FALSE,
366cdf0e10cSrcweir	Container = FALSE,
367cdf0e10cSrcweir	RecordAbsolute = FALSE,
368cdf0e10cSrcweir	RecordPerSet;
369cdf0e10cSrcweir	Synchron;
370cdf0e10cSrcweir
371cdf0e10cSrcweir	/* status: */
372cdf0e10cSrcweir	SlotType = SfxStringItem
373cdf0e10cSrcweir
374cdf0e10cSrcweir	/* config: */
375cdf0e10cSrcweir	AccelConfig = TRUE,
376cdf0e10cSrcweir	MenuConfig = TRUE,
377cdf0e10cSrcweir	StatusBarConfig = FALSE,
378cdf0e10cSrcweir	ToolBoxConfig = TRUE,
379cdf0e10cSrcweir	GroupId = GID_FORMAT;
380cdf0e10cSrcweir]
381cdf0e10cSrcweir
382cdf0e10cSrcweir//--------------------------------------------------------------------------
383cdf0e10cSrcweirSfxVoidItem AlignLeft SID_ALIGNLEFT
384cdf0e10cSrcweir()
385cdf0e10cSrcweir[
386cdf0e10cSrcweir	/* flags: */
387cdf0e10cSrcweir	AutoUpdate = FALSE,
388cdf0e10cSrcweir	Cachable = Cachable,
389cdf0e10cSrcweir	FastCall = FALSE,
390cdf0e10cSrcweir	HasCoreId = FALSE,
391cdf0e10cSrcweir	HasDialog = FALSE,
392cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
393cdf0e10cSrcweir	Toggle = FALSE,
394cdf0e10cSrcweir	Container = FALSE,
395cdf0e10cSrcweir	RecordAbsolute = FALSE,
396cdf0e10cSrcweir	RecordPerSet;
397cdf0e10cSrcweir	Synchron;
398cdf0e10cSrcweir
399cdf0e10cSrcweir	/* config: */
400cdf0e10cSrcweir	AccelConfig = TRUE,
401cdf0e10cSrcweir	MenuConfig = TRUE,
402cdf0e10cSrcweir	StatusBarConfig = FALSE,
403cdf0e10cSrcweir	ToolBoxConfig = TRUE,
404cdf0e10cSrcweir	GroupId = GID_FORMAT;
405cdf0e10cSrcweir]
406cdf0e10cSrcweir
407cdf0e10cSrcweir//--------------------------------------------------------------------------
408cdf0e10cSrcweirSfxVoidItem AlignRight SID_ALIGNRIGHT
409cdf0e10cSrcweir()
410cdf0e10cSrcweir[
411cdf0e10cSrcweir	/* flags: */
412cdf0e10cSrcweir	AutoUpdate = FALSE,
413cdf0e10cSrcweir	Cachable = Cachable,
414cdf0e10cSrcweir	FastCall = FALSE,
415cdf0e10cSrcweir	HasCoreId = FALSE,
416cdf0e10cSrcweir	HasDialog = FALSE,
417cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
418cdf0e10cSrcweir	Toggle = FALSE,
419cdf0e10cSrcweir	Container = FALSE,
420cdf0e10cSrcweir	RecordAbsolute = FALSE,
421cdf0e10cSrcweir	RecordPerSet;
422cdf0e10cSrcweir	Synchron;
423cdf0e10cSrcweir
424cdf0e10cSrcweir	/* config: */
425cdf0e10cSrcweir	AccelConfig = TRUE,
426cdf0e10cSrcweir	MenuConfig = TRUE,
427cdf0e10cSrcweir	StatusBarConfig = FALSE,
428cdf0e10cSrcweir	ToolBoxConfig = TRUE,
429cdf0e10cSrcweir	GroupId = GID_FORMAT;
430cdf0e10cSrcweir]
431cdf0e10cSrcweir
432cdf0e10cSrcweir//--------------------------------------------------------------------------
433cdf0e10cSrcweirSfxVoidItem AlignTop SID_ALIGNTOP
434cdf0e10cSrcweir()
435cdf0e10cSrcweir[
436cdf0e10cSrcweir	/* flags: */
437cdf0e10cSrcweir	AutoUpdate = FALSE,
438cdf0e10cSrcweir	Cachable = Cachable,
439cdf0e10cSrcweir	FastCall = FALSE,
440cdf0e10cSrcweir	HasCoreId = FALSE,
441cdf0e10cSrcweir	HasDialog = FALSE,
442cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
443cdf0e10cSrcweir	Toggle = FALSE,
444cdf0e10cSrcweir	Container = FALSE,
445cdf0e10cSrcweir	RecordAbsolute = FALSE,
446cdf0e10cSrcweir	RecordPerSet;
447cdf0e10cSrcweir	Synchron;
448cdf0e10cSrcweir
449cdf0e10cSrcweir	/* config: */
450cdf0e10cSrcweir	AccelConfig = TRUE,
451cdf0e10cSrcweir	MenuConfig = TRUE,
452cdf0e10cSrcweir	StatusBarConfig = FALSE,
453cdf0e10cSrcweir	ToolBoxConfig = TRUE,
454cdf0e10cSrcweir	GroupId = GID_FORMAT;
455cdf0e10cSrcweir]
456cdf0e10cSrcweir
457cdf0e10cSrcweir//--------------------------------------------------------------------------
458cdf0e10cSrcweirSfxVoidItem AlignVCenter SID_ALIGNCENTERVER
459cdf0e10cSrcweir()
460cdf0e10cSrcweir[
461cdf0e10cSrcweir	/* flags: */
462cdf0e10cSrcweir	AutoUpdate = FALSE,
463cdf0e10cSrcweir	Cachable = Cachable,
464cdf0e10cSrcweir	FastCall = FALSE,
465cdf0e10cSrcweir	HasCoreId = FALSE,
466cdf0e10cSrcweir	HasDialog = FALSE,
467cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
468cdf0e10cSrcweir	Toggle = FALSE,
469cdf0e10cSrcweir	Container = FALSE,
470cdf0e10cSrcweir	RecordAbsolute = FALSE,
471cdf0e10cSrcweir	RecordPerSet;
472cdf0e10cSrcweir	Synchron;
473cdf0e10cSrcweir
474cdf0e10cSrcweir	/* config: */
475cdf0e10cSrcweir	AccelConfig = TRUE,
476cdf0e10cSrcweir	MenuConfig = TRUE,
477cdf0e10cSrcweir	StatusBarConfig = FALSE,
478cdf0e10cSrcweir	ToolBoxConfig = TRUE,
479cdf0e10cSrcweir	GroupId = GID_FORMAT;
480cdf0e10cSrcweir]
481cdf0e10cSrcweir
482cdf0e10cSrcweir//--------------------------------------------------------------------------
483cdf0e10cSrcweirSfxVoidItem ApplyNames FID_APPLY_NAME
484cdf0e10cSrcweir()
485cdf0e10cSrcweir[
486cdf0e10cSrcweir	/* flags: */
487cdf0e10cSrcweir	AutoUpdate = FALSE,
488cdf0e10cSrcweir	Cachable = Cachable,
489cdf0e10cSrcweir	FastCall = FALSE,
490cdf0e10cSrcweir	HasCoreId = FALSE,
491cdf0e10cSrcweir	HasDialog = FALSE,
492cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
493cdf0e10cSrcweir	Toggle = FALSE,
494cdf0e10cSrcweir	Container = FALSE,
495cdf0e10cSrcweir	RecordAbsolute = FALSE,
496cdf0e10cSrcweir	RecordPerSet;
497cdf0e10cSrcweir	Synchron;
498cdf0e10cSrcweir
499cdf0e10cSrcweir	/* config: */
500cdf0e10cSrcweir	AccelConfig = TRUE,
501cdf0e10cSrcweir	MenuConfig = TRUE,
502cdf0e10cSrcweir	StatusBarConfig = FALSE,
503cdf0e10cSrcweir	ToolBoxConfig = FALSE,
504cdf0e10cSrcweir	GroupId = GID_INSERT;
505cdf0e10cSrcweir]
506cdf0e10cSrcweir
507cdf0e10cSrcweir//--------------------------------------------------------------------------
508cdf0e10cSrcweirSfxVoidItem AuditingFillMode SID_DETECTIVE_FILLMODE
509cdf0e10cSrcweir()
510cdf0e10cSrcweir[
511cdf0e10cSrcweir	/* flags: */
512cdf0e10cSrcweir	AutoUpdate = TRUE,
513cdf0e10cSrcweir	Cachable = Cachable,
514cdf0e10cSrcweir	FastCall = FALSE,
515cdf0e10cSrcweir	HasCoreId = FALSE,
516cdf0e10cSrcweir	HasDialog = FALSE,
517cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
518cdf0e10cSrcweir	Toggle = FALSE,
519cdf0e10cSrcweir	Container = FALSE,
520cdf0e10cSrcweir	RecordAbsolute = FALSE,
521cdf0e10cSrcweir	NoRecord;
522cdf0e10cSrcweir	Synchron;
523cdf0e10cSrcweir
524cdf0e10cSrcweir	/* config: */
525cdf0e10cSrcweir	AccelConfig = TRUE,
526cdf0e10cSrcweir	MenuConfig = TRUE,
527cdf0e10cSrcweir	StatusBarConfig = FALSE,
528cdf0e10cSrcweir	ToolBoxConfig = TRUE,
529cdf0e10cSrcweir	GroupId = GID_OPTIONS;
530cdf0e10cSrcweir]
531cdf0e10cSrcweir
532cdf0e10cSrcweir//--------------------------------------------------------------------------
533cdf0e10cSrcweirSfxBoolItem AutoComplete FID_AUTOCOMPLETE
534cdf0e10cSrcweir
535cdf0e10cSrcweir[
536cdf0e10cSrcweir	/* flags: */
537cdf0e10cSrcweir	AutoUpdate = FALSE,
538cdf0e10cSrcweir	Cachable = Cachable,
539cdf0e10cSrcweir	FastCall = FALSE,
540cdf0e10cSrcweir	HasCoreId = FALSE,
541cdf0e10cSrcweir	HasDialog = FALSE,
542cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
543cdf0e10cSrcweir	Toggle = FALSE,
544cdf0e10cSrcweir	Container = FALSE,
545cdf0e10cSrcweir	RecordAbsolute = FALSE,
546cdf0e10cSrcweir	RecordPerSet;
547cdf0e10cSrcweir	Synchron;
548cdf0e10cSrcweir
549cdf0e10cSrcweir	Readonly = FALSE,
550cdf0e10cSrcweir
551cdf0e10cSrcweir	/* config: */
552cdf0e10cSrcweir	AccelConfig = TRUE,
553cdf0e10cSrcweir	MenuConfig = TRUE,
554cdf0e10cSrcweir	StatusBarConfig = FALSE,
555cdf0e10cSrcweir	ToolBoxConfig = FALSE,
556cdf0e10cSrcweir	GroupId = GID_OPTIONS;
557cdf0e10cSrcweir]
558cdf0e10cSrcweir
559cdf0e10cSrcweir//--------------------------------------------------------------------------
560cdf0e10cSrcweirSfxVoidItem AutoFill FID_FILL_AUTO
561cdf0e10cSrcweir(SfxStringItem EndCell FID_FILL_AUTO)
562cdf0e10cSrcweir[
563cdf0e10cSrcweir	/* flags: */
564cdf0e10cSrcweir	AutoUpdate = FALSE,
565cdf0e10cSrcweir	Cachable = Cachable,
566cdf0e10cSrcweir	FastCall = FALSE,
567cdf0e10cSrcweir	HasCoreId = FALSE,
568cdf0e10cSrcweir	HasDialog = FALSE,
569cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
570cdf0e10cSrcweir	Toggle = FALSE,
571cdf0e10cSrcweir	Container = FALSE,
572cdf0e10cSrcweir	RecordAbsolute = FALSE,
573cdf0e10cSrcweir	RecordPerSet;
574cdf0e10cSrcweir	Synchron;
575cdf0e10cSrcweir
576cdf0e10cSrcweir	/* config: */
577cdf0e10cSrcweir	AccelConfig = TRUE,
578cdf0e10cSrcweir	MenuConfig = TRUE,
579cdf0e10cSrcweir	StatusBarConfig = FALSE,
580cdf0e10cSrcweir	ToolBoxConfig = FALSE,
581cdf0e10cSrcweir	GroupId = GID_EDIT;
582cdf0e10cSrcweir]
583cdf0e10cSrcweir
584cdf0e10cSrcweir//--------------------------------------------------------------------------
585cdf0e10cSrcweirSfxBoolItem AutomaticCalculation FID_AUTO_CALC
586cdf0e10cSrcweir
587cdf0e10cSrcweir[
588cdf0e10cSrcweir	/* flags: */
589cdf0e10cSrcweir	AutoUpdate = FALSE,
590cdf0e10cSrcweir	Cachable = Cachable,
591cdf0e10cSrcweir	FastCall = FALSE,
592cdf0e10cSrcweir	HasCoreId = FALSE,
593cdf0e10cSrcweir	HasDialog = FALSE,
594cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
595cdf0e10cSrcweir	Toggle = FALSE,
596cdf0e10cSrcweir	Container = FALSE,
597cdf0e10cSrcweir	RecordAbsolute = FALSE,
598cdf0e10cSrcweir	RecordPerSet;
599cdf0e10cSrcweir	Synchron;
600cdf0e10cSrcweir
601cdf0e10cSrcweir	Readonly = FALSE,
602cdf0e10cSrcweir
603cdf0e10cSrcweir	/* config: */
604cdf0e10cSrcweir	AccelConfig = TRUE,
605cdf0e10cSrcweir	MenuConfig = TRUE,
606cdf0e10cSrcweir	StatusBarConfig = FALSE,
607cdf0e10cSrcweir	ToolBoxConfig = FALSE,
608cdf0e10cSrcweir	GroupId = GID_OPTIONS;
609cdf0e10cSrcweir]
610cdf0e10cSrcweir
611cdf0e10cSrcweir//--------------------------------------------------------------------------
612cdf0e10cSrcweirSfxVoidItem AutoOutline SID_AUTO_OUTLINE
613cdf0e10cSrcweir()
614cdf0e10cSrcweir[
615cdf0e10cSrcweir	/* flags: */
616cdf0e10cSrcweir	AutoUpdate = FALSE,
617cdf0e10cSrcweir	Cachable = Cachable,
618cdf0e10cSrcweir	FastCall = FALSE,
619cdf0e10cSrcweir	HasCoreId = FALSE,
620cdf0e10cSrcweir	HasDialog = FALSE,
621cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
622cdf0e10cSrcweir	Toggle = FALSE,
623cdf0e10cSrcweir	Container = FALSE,
624cdf0e10cSrcweir	RecordAbsolute = FALSE,
625cdf0e10cSrcweir	RecordPerSet;
626cdf0e10cSrcweir	Synchron;
627cdf0e10cSrcweir
628cdf0e10cSrcweir	/* config: */
629cdf0e10cSrcweir	AccelConfig = TRUE,
630cdf0e10cSrcweir	MenuConfig = TRUE,
631cdf0e10cSrcweir	StatusBarConfig = FALSE,
632cdf0e10cSrcweir	ToolBoxConfig = FALSE,
633cdf0e10cSrcweir	GroupId = GID_DATA;
634cdf0e10cSrcweir]
635cdf0e10cSrcweir
636cdf0e10cSrcweir//--------------------------------------------------------------------------
637cdf0e10cSrcweirSfxBoolItem AutoRefreshArrows SID_DETECTIVE_AUTO
638cdf0e10cSrcweir
639cdf0e10cSrcweir[
640cdf0e10cSrcweir	/* flags: */
641cdf0e10cSrcweir	AutoUpdate = FALSE,
642cdf0e10cSrcweir	Cachable = Cachable,
643cdf0e10cSrcweir	FastCall = FALSE,
644cdf0e10cSrcweir	HasCoreId = FALSE,
645cdf0e10cSrcweir	HasDialog = FALSE,
646cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
647cdf0e10cSrcweir	Toggle = FALSE,
648cdf0e10cSrcweir	Container = FALSE,
649cdf0e10cSrcweir	RecordAbsolute = FALSE,
650cdf0e10cSrcweir	RecordPerSet;
651cdf0e10cSrcweir	Synchron;
652cdf0e10cSrcweir
653cdf0e10cSrcweir	Readonly = FALSE,
654cdf0e10cSrcweir
655cdf0e10cSrcweir	/* config: */
656cdf0e10cSrcweir	AccelConfig = TRUE,
657cdf0e10cSrcweir	MenuConfig = TRUE,
658cdf0e10cSrcweir	StatusBarConfig = FALSE,
659cdf0e10cSrcweir	ToolBoxConfig = TRUE,
660cdf0e10cSrcweir	GroupId = GID_OPTIONS;
661cdf0e10cSrcweir]
662cdf0e10cSrcweir
663cdf0e10cSrcweir//--------------------------------------------------------------------------
664cdf0e10cSrcweirSfxVoidItem AutoStyle SID_AUTO_STYLE
665cdf0e10cSrcweir()
666cdf0e10cSrcweir[
667cdf0e10cSrcweir	/* flags: */
668cdf0e10cSrcweir	AutoUpdate = FALSE,
669cdf0e10cSrcweir	Cachable = Cachable,
670cdf0e10cSrcweir	FastCall = FALSE,
671cdf0e10cSrcweir	HasCoreId = FALSE,
672cdf0e10cSrcweir	HasDialog = FALSE,
673cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
674cdf0e10cSrcweir	Toggle = FALSE,
675cdf0e10cSrcweir	Container = FALSE,
676cdf0e10cSrcweir	RecordAbsolute = FALSE,
677cdf0e10cSrcweir	RecordPerSet;
678cdf0e10cSrcweir	Synchron;
679cdf0e10cSrcweir
680cdf0e10cSrcweir	/* config: */
681cdf0e10cSrcweir	AccelConfig = FALSE,
682cdf0e10cSrcweir	MenuConfig = FALSE,
683cdf0e10cSrcweir	StatusBarConfig = FALSE,
684cdf0e10cSrcweir	ToolBoxConfig = FALSE,
685cdf0e10cSrcweir	GroupId = GID_INTERN;
686cdf0e10cSrcweir]
687cdf0e10cSrcweir
688cdf0e10cSrcweir//--------------------------------------------------------------------------
689cdf0e10cSrcweirSfxVoidItem Calculate FID_RECALC
690cdf0e10cSrcweir()
691cdf0e10cSrcweir[
692cdf0e10cSrcweir	/* flags: */
693cdf0e10cSrcweir	AutoUpdate = FALSE,
694cdf0e10cSrcweir	Cachable = Cachable,
695cdf0e10cSrcweir	FastCall = FALSE,
696cdf0e10cSrcweir	HasCoreId = FALSE,
697cdf0e10cSrcweir	HasDialog = FALSE,
698cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
699cdf0e10cSrcweir	Toggle = FALSE,
700cdf0e10cSrcweir	Container = FALSE,
701cdf0e10cSrcweir	RecordAbsolute = FALSE,
702cdf0e10cSrcweir	RecordPerSet;
703cdf0e10cSrcweir	Synchron;
704cdf0e10cSrcweir
705cdf0e10cSrcweir	/* config: */
706cdf0e10cSrcweir	AccelConfig = TRUE,
707cdf0e10cSrcweir	MenuConfig = TRUE,
708cdf0e10cSrcweir	StatusBarConfig = FALSE,
709cdf0e10cSrcweir	ToolBoxConfig = FALSE,
710cdf0e10cSrcweir	GroupId = GID_OPTIONS;
711cdf0e10cSrcweir]
712cdf0e10cSrcweir
713cdf0e10cSrcweir//--------------------------------------------------------------------------
714cdf0e10cSrcweirSfxVoidItem CalculateHard FID_HARD_RECALC
715cdf0e10cSrcweir()
716cdf0e10cSrcweir[
717cdf0e10cSrcweir	/* flags: */
718cdf0e10cSrcweir	AutoUpdate = FALSE,
719cdf0e10cSrcweir	Cachable = Cachable,
720cdf0e10cSrcweir	FastCall = FALSE,
721cdf0e10cSrcweir	HasCoreId = FALSE,
722cdf0e10cSrcweir	HasDialog = FALSE,
723cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
724cdf0e10cSrcweir	Toggle = FALSE,
725cdf0e10cSrcweir	Container = FALSE,
726cdf0e10cSrcweir	RecordAbsolute = FALSE,
727cdf0e10cSrcweir	RecordPerSet;
728cdf0e10cSrcweir	Synchron;
729cdf0e10cSrcweir
730cdf0e10cSrcweir	/* config: */
731cdf0e10cSrcweir	AccelConfig = TRUE,
732cdf0e10cSrcweir	MenuConfig = TRUE,
733cdf0e10cSrcweir	StatusBarConfig = FALSE,
734cdf0e10cSrcweir	ToolBoxConfig = FALSE,
735cdf0e10cSrcweir	GroupId = GID_OPTIONS;
736cdf0e10cSrcweir]
737cdf0e10cSrcweir
738cdf0e10cSrcweir//--------------------------------------------------------------------------
739cdf0e10cSrcweirSfxVoidItem Cancel SID_CANCEL
740cdf0e10cSrcweir()
741cdf0e10cSrcweir[
742cdf0e10cSrcweir	/* flags: */
743cdf0e10cSrcweir	AutoUpdate = FALSE,
744cdf0e10cSrcweir	Cachable = Cachable,
745cdf0e10cSrcweir	FastCall = FALSE,
746cdf0e10cSrcweir	HasCoreId = FALSE,
747cdf0e10cSrcweir	HasDialog = FALSE,
748cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
749cdf0e10cSrcweir	Toggle = FALSE,
750cdf0e10cSrcweir	Container = FALSE,
751cdf0e10cSrcweir	RecordAbsolute = FALSE,
752cdf0e10cSrcweir	RecordPerSet;
753cdf0e10cSrcweir	Asynchron;
754cdf0e10cSrcweir
755cdf0e10cSrcweir	/* config: */
756cdf0e10cSrcweir	AccelConfig = TRUE,
757cdf0e10cSrcweir	MenuConfig = FALSE,
758cdf0e10cSrcweir	StatusBarConfig = FALSE,
759cdf0e10cSrcweir	ToolBoxConfig = TRUE,
760cdf0e10cSrcweir	GroupId = GID_EDIT;
761cdf0e10cSrcweir]
762cdf0e10cSrcweir
763cdf0e10cSrcweir//--------------------------------------------------------------------------
764cdf0e10cSrcweirSfxObjectItem Cells SID_SC_CELLS
765cdf0e10cSrcweir(SfxInt16Item Column SID_SC_CELLS,SfxInt32Item Row FN_PARAM_1,SfxInt16Item Table FN_PARAM_2)
766cdf0e10cSrcweir[
767cdf0e10cSrcweir	/* flags: */
768cdf0e10cSrcweir	AutoUpdate = FALSE,
769cdf0e10cSrcweir	Cachable = Cachable,
770cdf0e10cSrcweir	FastCall = FALSE,
771cdf0e10cSrcweir	HasCoreId = FALSE,
772cdf0e10cSrcweir	HasDialog = FALSE,
773cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
774cdf0e10cSrcweir	Toggle = FALSE,
775cdf0e10cSrcweir	Container = FALSE,
776cdf0e10cSrcweir	RecordAbsolute = FALSE,
777cdf0e10cSrcweir	RecordPerSet;
778cdf0e10cSrcweir	Synchron;
779cdf0e10cSrcweir
780cdf0e10cSrcweir	/* config: */
781cdf0e10cSrcweir	AccelConfig = FALSE,
782cdf0e10cSrcweir	MenuConfig = FALSE,
783cdf0e10cSrcweir	StatusBarConfig = FALSE,
784cdf0e10cSrcweir	ToolBoxConfig = FALSE,
785cdf0e10cSrcweir	GroupId = GID_INTERN;
786cdf0e10cSrcweir]
787cdf0e10cSrcweir
788cdf0e10cSrcweir//--------------------------------------------------------------------------
789cdf0e10cSrcweirSfxStringItem CellText SID_SC_CELLTEXT
790cdf0e10cSrcweir(SfxInt16Item Column SID_SC_CELLTEXT,SfxInt32Item Row FN_PARAM_1,SfxInt16Item Table FN_PARAM_2)
791cdf0e10cSrcweir[
792cdf0e10cSrcweir	/* flags: */
793cdf0e10cSrcweir	AutoUpdate = FALSE,
794cdf0e10cSrcweir	Cachable = Cachable,
795cdf0e10cSrcweir	FastCall = FALSE,
796cdf0e10cSrcweir	HasCoreId = FALSE,
797cdf0e10cSrcweir	HasDialog = FALSE,
798cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
799cdf0e10cSrcweir	Toggle = FALSE,
800cdf0e10cSrcweir	Container = FALSE,
801cdf0e10cSrcweir	RecordAbsolute = FALSE,
802cdf0e10cSrcweir	RecordPerSet;
803cdf0e10cSrcweir	Synchron;
804cdf0e10cSrcweir
805cdf0e10cSrcweir	/* config: */
806cdf0e10cSrcweir	AccelConfig = FALSE,
807cdf0e10cSrcweir	MenuConfig = FALSE,
808cdf0e10cSrcweir	StatusBarConfig = FALSE,
809cdf0e10cSrcweir	ToolBoxConfig = FALSE,
810cdf0e10cSrcweir	GroupId = GID_INTERN;
811cdf0e10cSrcweir]
812cdf0e10cSrcweir
813cdf0e10cSrcweir//--------------------------------------------------------------------------
814cdf0e10cSrcweirSfxVoidItem ChangeChartData SID_CHART_SOURCE
815cdf0e10cSrcweir(SfxStringItem Name SID_CHART_NAME,SfxStringItem Range SID_CHART_SOURCE,SfxBoolItem ColHeaders FN_PARAM_1,SfxBoolItem RowHeaders FN_PARAM_2)
816cdf0e10cSrcweir[
817cdf0e10cSrcweir	/* flags: */
818cdf0e10cSrcweir	AutoUpdate = FALSE,
819cdf0e10cSrcweir	Cachable = Cachable,
820cdf0e10cSrcweir	FastCall = FALSE,
821cdf0e10cSrcweir	HasCoreId = FALSE,
822cdf0e10cSrcweir	HasDialog = FALSE,
823cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
824cdf0e10cSrcweir	Toggle = FALSE,
825cdf0e10cSrcweir	Container = FALSE,
826cdf0e10cSrcweir	RecordAbsolute = FALSE,
827cdf0e10cSrcweir	RecordPerSet;
828cdf0e10cSrcweir	Synchron;
829cdf0e10cSrcweir
830cdf0e10cSrcweir	/* config: */
831cdf0e10cSrcweir	AccelConfig = FALSE,
832cdf0e10cSrcweir	MenuConfig = FALSE,
833cdf0e10cSrcweir	StatusBarConfig = FALSE,
834cdf0e10cSrcweir	ToolBoxConfig = FALSE,
835cdf0e10cSrcweir	GroupId = GID_INTERN;
836cdf0e10cSrcweir]
837cdf0e10cSrcweir
838cdf0e10cSrcweir//--------------------------------------------------------------------------
839cdf0e10cSrcweirSfxVoidItem ChangePrintArea SID_CHANGE_PRINTAREA
840cdf0e10cSrcweir(SfxStringItem PrintArea SID_CHANGE_PRINTAREA,SfxStringItem PrintRepeatRow FN_PARAM_2,SfxStringItem PrintRepeatCol FN_PARAM_3)
841cdf0e10cSrcweir[
842cdf0e10cSrcweir	/* flags: */
843cdf0e10cSrcweir	AutoUpdate = FALSE,
844cdf0e10cSrcweir	Cachable = Cachable,
845cdf0e10cSrcweir	FastCall = FALSE,
846cdf0e10cSrcweir	HasCoreId = FALSE,
847cdf0e10cSrcweir	HasDialog = FALSE,
848cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
849cdf0e10cSrcweir	Toggle = FALSE,
850cdf0e10cSrcweir	Container = FALSE,
851cdf0e10cSrcweir	RecordAbsolute = FALSE,
852cdf0e10cSrcweir	RecordPerSet;
853cdf0e10cSrcweir	Synchron;
854cdf0e10cSrcweir
855cdf0e10cSrcweir	/* config: */
856cdf0e10cSrcweir	AccelConfig = FALSE,
857cdf0e10cSrcweir	MenuConfig = FALSE,
858cdf0e10cSrcweir	StatusBarConfig = FALSE,
859cdf0e10cSrcweir	ToolBoxConfig = FALSE,
860cdf0e10cSrcweir	GroupId = GID_DRAWING;
861cdf0e10cSrcweir]
862cdf0e10cSrcweir
863cdf0e10cSrcweir//--------------------------------------------------------------------------
864cdf0e10cSrcweirSfxVoidItem ChooseDesign SID_CHOOSE_DESIGN
865cdf0e10cSrcweir()
866cdf0e10cSrcweir[
867cdf0e10cSrcweir	/* flags: */
868cdf0e10cSrcweir	AutoUpdate = FALSE,
869cdf0e10cSrcweir	Cachable = Cachable,
870cdf0e10cSrcweir	FastCall = FALSE,
871cdf0e10cSrcweir	HasCoreId = FALSE,
872cdf0e10cSrcweir	HasDialog = TRUE,
873cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
874cdf0e10cSrcweir	Toggle = FALSE,
875cdf0e10cSrcweir	Container = FALSE,
876cdf0e10cSrcweir	RecordAbsolute = FALSE,
877cdf0e10cSrcweir	RecordPerSet;
878cdf0e10cSrcweir	Asynchron;
879cdf0e10cSrcweir
880cdf0e10cSrcweir	/* config: */
881cdf0e10cSrcweir	AccelConfig = TRUE,
882cdf0e10cSrcweir	MenuConfig = TRUE,
883cdf0e10cSrcweir	StatusBarConfig = FALSE,
884cdf0e10cSrcweir	ToolBoxConfig = TRUE,
885cdf0e10cSrcweir	GroupId = GID_FORMAT;
886cdf0e10cSrcweir]
887cdf0e10cSrcweir
888cdf0e10cSrcweir//--------------------------------------------------------------------------
889cdf0e10cSrcweirSfxVoidItem ClearArrowDependents SID_DETECTIVE_DEL_SUCC
890cdf0e10cSrcweir()
891cdf0e10cSrcweir[
892cdf0e10cSrcweir	/* flags: */
893cdf0e10cSrcweir	AutoUpdate = FALSE,
894cdf0e10cSrcweir	Cachable = Cachable,
895cdf0e10cSrcweir	FastCall = FALSE,
896cdf0e10cSrcweir	HasCoreId = FALSE,
897cdf0e10cSrcweir	HasDialog = FALSE,
898cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
899cdf0e10cSrcweir	Toggle = FALSE,
900cdf0e10cSrcweir	Container = FALSE,
901cdf0e10cSrcweir	RecordAbsolute = FALSE,
902cdf0e10cSrcweir	RecordPerSet;
903cdf0e10cSrcweir	Synchron;
904cdf0e10cSrcweir
905cdf0e10cSrcweir	/* config: */
906cdf0e10cSrcweir	AccelConfig = TRUE,
907cdf0e10cSrcweir	MenuConfig = TRUE,
908cdf0e10cSrcweir	StatusBarConfig = FALSE,
909cdf0e10cSrcweir	ToolBoxConfig = FALSE,
910cdf0e10cSrcweir	GroupId = GID_OPTIONS;
911cdf0e10cSrcweir]
912cdf0e10cSrcweir
913cdf0e10cSrcweir//--------------------------------------------------------------------------
914cdf0e10cSrcweirSfxVoidItem ClearArrowPrecedents SID_DETECTIVE_DEL_PRED
915cdf0e10cSrcweir()
916cdf0e10cSrcweir[
917cdf0e10cSrcweir	/* flags: */
918cdf0e10cSrcweir	AutoUpdate = FALSE,
919cdf0e10cSrcweir	Cachable = Cachable,
920cdf0e10cSrcweir	FastCall = FALSE,
921cdf0e10cSrcweir	HasCoreId = FALSE,
922cdf0e10cSrcweir	HasDialog = FALSE,
923cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
924cdf0e10cSrcweir	Toggle = FALSE,
925cdf0e10cSrcweir	Container = FALSE,
926cdf0e10cSrcweir	RecordAbsolute = FALSE,
927cdf0e10cSrcweir	RecordPerSet;
928cdf0e10cSrcweir	Synchron;
929cdf0e10cSrcweir
930cdf0e10cSrcweir	/* config: */
931cdf0e10cSrcweir	AccelConfig = TRUE,
932cdf0e10cSrcweir	MenuConfig = TRUE,
933cdf0e10cSrcweir	StatusBarConfig = FALSE,
934cdf0e10cSrcweir	ToolBoxConfig = FALSE,
935cdf0e10cSrcweir	GroupId = GID_OPTIONS;
936cdf0e10cSrcweir]
937cdf0e10cSrcweir
938cdf0e10cSrcweir//--------------------------------------------------------------------------
939cdf0e10cSrcweirSfxVoidItem ClearArrows SID_DETECTIVE_DEL_ALL
940cdf0e10cSrcweir()
941cdf0e10cSrcweir[
942cdf0e10cSrcweir	/* flags: */
943cdf0e10cSrcweir	AutoUpdate = FALSE,
944cdf0e10cSrcweir	Cachable = Cachable,
945cdf0e10cSrcweir	FastCall = FALSE,
946cdf0e10cSrcweir	HasCoreId = FALSE,
947cdf0e10cSrcweir	HasDialog = FALSE,
948cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
949cdf0e10cSrcweir	Toggle = FALSE,
950cdf0e10cSrcweir	Container = FALSE,
951cdf0e10cSrcweir	RecordAbsolute = FALSE,
952cdf0e10cSrcweir	RecordPerSet;
953cdf0e10cSrcweir	Synchron;
954cdf0e10cSrcweir
955cdf0e10cSrcweir	/* config: */
956cdf0e10cSrcweir	AccelConfig = TRUE,
957cdf0e10cSrcweir	MenuConfig = TRUE,
958cdf0e10cSrcweir	StatusBarConfig = FALSE,
959cdf0e10cSrcweir	ToolBoxConfig = FALSE,
960cdf0e10cSrcweir	GroupId = GID_OPTIONS;
961cdf0e10cSrcweir]
962cdf0e10cSrcweir
963cdf0e10cSrcweir//--------------------------------------------------------------------------
964cdf0e10cSrcweirSfxVoidItem ClearContents SID_DELETE_CONTENTS
965cdf0e10cSrcweir()
966cdf0e10cSrcweir[
967cdf0e10cSrcweir	/* flags: */
968cdf0e10cSrcweir	AutoUpdate = FALSE,
969cdf0e10cSrcweir	Cachable = Cachable,
970cdf0e10cSrcweir	FastCall = FALSE,
971cdf0e10cSrcweir	HasCoreId = FALSE,
972cdf0e10cSrcweir	HasDialog = TRUE,
973cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
974cdf0e10cSrcweir	Toggle = FALSE,
975cdf0e10cSrcweir	Container = FALSE,
976cdf0e10cSrcweir	RecordAbsolute = FALSE,
977cdf0e10cSrcweir	RecordPerSet;
978cdf0e10cSrcweir	Synchron;
979cdf0e10cSrcweir
980cdf0e10cSrcweir	/* config: */
981cdf0e10cSrcweir	AccelConfig = TRUE,
982cdf0e10cSrcweir	MenuConfig = TRUE,
983cdf0e10cSrcweir	StatusBarConfig = FALSE,
984cdf0e10cSrcweir	ToolBoxConfig = FALSE,
985cdf0e10cSrcweir	GroupId = GID_EDIT;
986cdf0e10cSrcweir]
987cdf0e10cSrcweir
988cdf0e10cSrcweir//--------------------------------------------------------------------------
989cdf0e10cSrcweirSfxInt16Item Column SID_RANGE_COL
990cdf0e10cSrcweir
991cdf0e10cSrcweir[
992cdf0e10cSrcweir	/* flags: */
993cdf0e10cSrcweir	AutoUpdate = FALSE,
994cdf0e10cSrcweir	Cachable = Cachable,
995cdf0e10cSrcweir	FastCall = FALSE,
996cdf0e10cSrcweir	HasCoreId = FALSE,
997cdf0e10cSrcweir	HasDialog = FALSE,
998cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
999cdf0e10cSrcweir	Toggle = FALSE,
1000cdf0e10cSrcweir	Container = FALSE,
1001cdf0e10cSrcweir	RecordAbsolute = FALSE,
1002cdf0e10cSrcweir	RecordPerSet;
1003cdf0e10cSrcweir	Synchron;
1004cdf0e10cSrcweir
1005cdf0e10cSrcweir	Readonly = TRUE,
1006cdf0e10cSrcweir
1007cdf0e10cSrcweir	/* config: */
1008cdf0e10cSrcweir	AccelConfig = FALSE,
1009cdf0e10cSrcweir	MenuConfig = FALSE,
1010cdf0e10cSrcweir	StatusBarConfig = FALSE,
1011cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1012cdf0e10cSrcweir	GroupId = GID_INTERN;
1013cdf0e10cSrcweir]
1014cdf0e10cSrcweir
1015cdf0e10cSrcweir//--------------------------------------------------------------------------
1016cdf0e10cSrcweirSfxUInt16Item ColumnWidth FID_COL_WIDTH
1017cdf0e10cSrcweir
1018cdf0e10cSrcweir[
1019cdf0e10cSrcweir	/* flags: */
1020cdf0e10cSrcweir	AutoUpdate = FALSE,
1021cdf0e10cSrcweir	Cachable = Cachable,
1022cdf0e10cSrcweir	FastCall = FALSE,
1023cdf0e10cSrcweir	HasCoreId = FALSE,
1024cdf0e10cSrcweir	HasDialog = TRUE,
1025cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1026cdf0e10cSrcweir	Toggle = FALSE,
1027cdf0e10cSrcweir	Container = FALSE,
1028cdf0e10cSrcweir	RecordAbsolute = FALSE,
1029cdf0e10cSrcweir	RecordPerSet;
1030cdf0e10cSrcweir	Synchron;
1031cdf0e10cSrcweir
1032cdf0e10cSrcweir	Readonly = FALSE,
1033cdf0e10cSrcweir
1034cdf0e10cSrcweir	/* config: */
1035cdf0e10cSrcweir	AccelConfig = TRUE,
1036cdf0e10cSrcweir	MenuConfig = TRUE,
1037cdf0e10cSrcweir	StatusBarConfig = FALSE,
1038cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1039cdf0e10cSrcweir	GroupId = GID_FORMAT;
1040cdf0e10cSrcweir]
1041cdf0e10cSrcweir
1042cdf0e10cSrcweir//--------------------------------------------------------------------------
1043cdf0e10cSrcweirSfxVoidItem CommentChange FID_CHG_COMMENT
1044cdf0e10cSrcweir(SfxStringItem Comment FID_CHG_COMMENT)
1045cdf0e10cSrcweir[
1046cdf0e10cSrcweir	/* flags: */
1047cdf0e10cSrcweir	AutoUpdate = FALSE,
1048cdf0e10cSrcweir	Cachable = Cachable,
1049cdf0e10cSrcweir	FastCall = FALSE,
1050cdf0e10cSrcweir	HasCoreId = FALSE,
1051cdf0e10cSrcweir	HasDialog = TRUE,
1052cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1053cdf0e10cSrcweir	Toggle = FALSE,
1054cdf0e10cSrcweir	Container = FALSE,
1055cdf0e10cSrcweir	RecordAbsolute = FALSE,
1056cdf0e10cSrcweir	RecordPerSet;
1057cdf0e10cSrcweir	Asynchron;
1058cdf0e10cSrcweir
1059cdf0e10cSrcweir	/* config: */
1060cdf0e10cSrcweir	AccelConfig = TRUE,
1061cdf0e10cSrcweir	MenuConfig = TRUE,
1062cdf0e10cSrcweir	StatusBarConfig = FALSE,
1063cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1064cdf0e10cSrcweir	GroupId = GID_INSERT;
1065cdf0e10cSrcweir]
1066cdf0e10cSrcweir
1067cdf0e10cSrcweir//--------------------------------------------------------------------------
1068cdf0e10cSrcweirSfxVoidItem ConditionalFormat FID_CONDITIONAL_FORMAT
1069cdf0e10cSrcweir()
1070cdf0e10cSrcweir[
1071cdf0e10cSrcweir	/* flags: */
1072cdf0e10cSrcweir	AutoUpdate = FALSE,
1073cdf0e10cSrcweir	Cachable = Cachable,
1074cdf0e10cSrcweir	FastCall = FALSE,
1075cdf0e10cSrcweir	HasCoreId = FALSE,
1076cdf0e10cSrcweir	HasDialog = FALSE,
1077cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1078cdf0e10cSrcweir	Toggle = FALSE,
1079cdf0e10cSrcweir	Container = FALSE,
1080cdf0e10cSrcweir	RecordAbsolute = FALSE,
1081cdf0e10cSrcweir	RecordPerSet;
1082cdf0e10cSrcweir	Synchron;
1083cdf0e10cSrcweir
1084cdf0e10cSrcweir	/* config: */
1085cdf0e10cSrcweir	AccelConfig = FALSE,
1086cdf0e10cSrcweir	MenuConfig = FALSE,
1087cdf0e10cSrcweir	StatusBarConfig = FALSE,
1088cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1089cdf0e10cSrcweir	GroupId = GID_INTERN;
1090cdf0e10cSrcweir]
1091cdf0e10cSrcweir
1092cdf0e10cSrcweir//--------------------------------------------------------------------------
1093cdf0e10cSrcweirSfxVoidItem ConditionalFormatDialog SID_OPENDLG_CONDFRMT
1094cdf0e10cSrcweir()
1095cdf0e10cSrcweir[
1096cdf0e10cSrcweir	/* flags: */
1097cdf0e10cSrcweir	AutoUpdate = FALSE,
1098cdf0e10cSrcweir	Cachable = Cachable,
1099cdf0e10cSrcweir	FastCall = FALSE,
1100cdf0e10cSrcweir	HasCoreId = FALSE,
1101cdf0e10cSrcweir	HasDialog = TRUE,
1102cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1103cdf0e10cSrcweir	Toggle = FALSE,
1104cdf0e10cSrcweir	Container = FALSE,
1105cdf0e10cSrcweir	RecordAbsolute = FALSE,
1106cdf0e10cSrcweir	RecordPerSet;
1107cdf0e10cSrcweir	Synchron;
1108cdf0e10cSrcweir
1109cdf0e10cSrcweir	/* config: */
1110cdf0e10cSrcweir	AccelConfig = TRUE,
1111cdf0e10cSrcweir	MenuConfig = TRUE,
1112cdf0e10cSrcweir	StatusBarConfig = FALSE,
1113cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1114cdf0e10cSrcweir	GroupId = GID_FORMAT;
1115cdf0e10cSrcweir]
1116cdf0e10cSrcweir
1117cdf0e10cSrcweir//--------------------------------------------------------------------------
1118cdf0e10cSrcweirSfxVoidItem ConsolidateExec SID_CONSOLIDATE
1119cdf0e10cSrcweir()
1120cdf0e10cSrcweir[
1121cdf0e10cSrcweir	/* flags: */
1122cdf0e10cSrcweir	AutoUpdate = FALSE,
1123cdf0e10cSrcweir	Cachable = Cachable,
1124cdf0e10cSrcweir	FastCall = FALSE,
1125cdf0e10cSrcweir	HasCoreId = FALSE,
1126cdf0e10cSrcweir	HasDialog = FALSE,
1127cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1128cdf0e10cSrcweir	Toggle = FALSE,
1129cdf0e10cSrcweir	Container = FALSE,
1130cdf0e10cSrcweir	RecordAbsolute = FALSE,
1131cdf0e10cSrcweir	RecordPerSet;
1132cdf0e10cSrcweir	Synchron;
1133cdf0e10cSrcweir
1134cdf0e10cSrcweir	/* config: */
1135cdf0e10cSrcweir	AccelConfig = FALSE,
1136cdf0e10cSrcweir	MenuConfig = FALSE,
1137cdf0e10cSrcweir	StatusBarConfig = FALSE,
1138cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1139cdf0e10cSrcweir	GroupId = GID_DATA;
1140cdf0e10cSrcweir]
1141cdf0e10cSrcweir
1142cdf0e10cSrcweir//--------------------------------------------------------------------------
1143cdf0e10cSrcweirSfxVoidItem CreateNames FID_USE_NAME
1144cdf0e10cSrcweir()
1145cdf0e10cSrcweir[
1146cdf0e10cSrcweir	/* flags: */
1147cdf0e10cSrcweir	AutoUpdate = FALSE,
1148cdf0e10cSrcweir	Cachable = Cachable,
1149cdf0e10cSrcweir	FastCall = FALSE,
1150cdf0e10cSrcweir	HasCoreId = FALSE,
1151cdf0e10cSrcweir	HasDialog = FALSE,
1152cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1153cdf0e10cSrcweir	Toggle = FALSE,
1154cdf0e10cSrcweir	Container = FALSE,
1155cdf0e10cSrcweir	RecordAbsolute = FALSE,
1156cdf0e10cSrcweir	RecordPerSet;
1157cdf0e10cSrcweir	Synchron;
1158cdf0e10cSrcweir
1159cdf0e10cSrcweir	/* config: */
1160cdf0e10cSrcweir	AccelConfig = TRUE,
1161cdf0e10cSrcweir	MenuConfig = TRUE,
1162cdf0e10cSrcweir	StatusBarConfig = FALSE,
1163cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1164cdf0e10cSrcweir	GroupId = GID_INSERT;
1165cdf0e10cSrcweir]
1166cdf0e10cSrcweir
1167cdf0e10cSrcweir//--------------------------------------------------------------------------
1168cdf0e10cSrcweirSfxVoidItem CreateSWDrawView SID_CREATE_SW_DRAWVIEW
1169cdf0e10cSrcweir()
1170cdf0e10cSrcweir[
1171cdf0e10cSrcweir	/* flags: */
1172cdf0e10cSrcweir	AutoUpdate = FALSE,
1173cdf0e10cSrcweir	Cachable = Cachable,
1174cdf0e10cSrcweir	FastCall = TRUE,
1175cdf0e10cSrcweir	HasCoreId = FALSE,
1176cdf0e10cSrcweir	HasDialog = FALSE,
1177cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1178cdf0e10cSrcweir	Toggle = FALSE,
1179cdf0e10cSrcweir	Container = FALSE,
1180cdf0e10cSrcweir	RecordAbsolute = FALSE,
1181cdf0e10cSrcweir	RecordPerSet;
1182cdf0e10cSrcweir	Synchron;
1183cdf0e10cSrcweir
1184cdf0e10cSrcweir	/* config: */
1185cdf0e10cSrcweir	AccelConfig = FALSE,
1186cdf0e10cSrcweir	MenuConfig = FALSE,
1187cdf0e10cSrcweir	StatusBarConfig = FALSE,
1188cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1189cdf0e10cSrcweir	GroupId = GID_INSERT;
1190cdf0e10cSrcweir]
1191cdf0e10cSrcweir
1192cdf0e10cSrcweir//--------------------------------------------------------------------------
1193cdf0e10cSrcweirSfxObjectItem CurrentRegion SID_RANGE_REGION
1194cdf0e10cSrcweir
1195cdf0e10cSrcweir[
1196cdf0e10cSrcweir	/* flags: */
1197cdf0e10cSrcweir	AutoUpdate = FALSE,
1198cdf0e10cSrcweir	Cachable = Cachable,
1199cdf0e10cSrcweir	FastCall = FALSE,
1200cdf0e10cSrcweir	HasCoreId = FALSE,
1201cdf0e10cSrcweir	HasDialog = FALSE,
1202cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1203cdf0e10cSrcweir	Toggle = FALSE,
1204cdf0e10cSrcweir	Container = FALSE,
1205cdf0e10cSrcweir	RecordAbsolute = FALSE,
1206cdf0e10cSrcweir	RecordPerSet;
1207cdf0e10cSrcweir	Synchron;
1208cdf0e10cSrcweir
1209cdf0e10cSrcweir	Readonly = TRUE,
1210cdf0e10cSrcweir
1211cdf0e10cSrcweir	/* config: */
1212cdf0e10cSrcweir	AccelConfig = FALSE,
1213cdf0e10cSrcweir	MenuConfig = FALSE,
1214cdf0e10cSrcweir	StatusBarConfig = FALSE,
1215cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1216cdf0e10cSrcweir	GroupId = ;
1217cdf0e10cSrcweir]
1218cdf0e10cSrcweir
1219cdf0e10cSrcweir//--------------------------------------------------------------------------
1220cdf0e10cSrcweirSfxVoidItem DataAreaRefresh SID_REFRESH_DBAREA
1221cdf0e10cSrcweir()
1222cdf0e10cSrcweir[
1223cdf0e10cSrcweir	/* flags: */
1224cdf0e10cSrcweir	AutoUpdate = FALSE,
1225cdf0e10cSrcweir	Cachable = Cachable,
1226cdf0e10cSrcweir	FastCall = FALSE,
1227cdf0e10cSrcweir	HasCoreId = FALSE,
1228cdf0e10cSrcweir	HasDialog = FALSE,
1229cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1230cdf0e10cSrcweir	Toggle = FALSE,
1231cdf0e10cSrcweir	Container = FALSE,
1232cdf0e10cSrcweir	RecordAbsolute = FALSE,
1233cdf0e10cSrcweir	RecordPerSet;
1234cdf0e10cSrcweir	Synchron;
1235cdf0e10cSrcweir
1236cdf0e10cSrcweir	/* config: */
1237cdf0e10cSrcweir	AccelConfig = TRUE,
1238cdf0e10cSrcweir	MenuConfig = TRUE,
1239cdf0e10cSrcweir	StatusBarConfig = FALSE,
1240cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1241cdf0e10cSrcweir	GroupId = GID_DATA;
1242cdf0e10cSrcweir]
1243cdf0e10cSrcweir
1244cdf0e10cSrcweir//--------------------------------------------------------------------------
1245cdf0e10cSrcweirSfxVoidItem DataConsolidate SID_OPENDLG_CONSOLIDATE
1246cdf0e10cSrcweir()
1247cdf0e10cSrcweir[
1248cdf0e10cSrcweir	/* flags: */
1249cdf0e10cSrcweir	AutoUpdate = FALSE,
1250cdf0e10cSrcweir	Cachable = Cachable,
1251cdf0e10cSrcweir	FastCall = FALSE,
1252cdf0e10cSrcweir	HasCoreId = FALSE,
1253cdf0e10cSrcweir	HasDialog = FALSE,
1254cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1255cdf0e10cSrcweir	Toggle = FALSE,
1256cdf0e10cSrcweir	Container = FALSE,
1257cdf0e10cSrcweir	RecordAbsolute = FALSE,
1258cdf0e10cSrcweir	RecordPerSet;
1259cdf0e10cSrcweir	Synchron;
1260cdf0e10cSrcweir
1261cdf0e10cSrcweir	/* config: */
1262cdf0e10cSrcweir	AccelConfig = TRUE,
1263cdf0e10cSrcweir	MenuConfig = TRUE,
1264cdf0e10cSrcweir	StatusBarConfig = FALSE,
1265cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1266cdf0e10cSrcweir	GroupId = GID_DATA;
1267cdf0e10cSrcweir]
1268cdf0e10cSrcweir
1269cdf0e10cSrcweir//--------------------------------------------------------------------------
1270cdf0e10cSrcweirSfxVoidItem DataDataPilotRun SID_OPENDLG_PIVOTTABLE
1271cdf0e10cSrcweir()
1272cdf0e10cSrcweir[
1273cdf0e10cSrcweir	/* flags: */
1274cdf0e10cSrcweir	AutoUpdate = FALSE,
1275cdf0e10cSrcweir	Cachable = Cachable,
1276cdf0e10cSrcweir	FastCall = FALSE,
1277cdf0e10cSrcweir	HasCoreId = FALSE,
1278cdf0e10cSrcweir	HasDialog = FALSE,
1279cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1280cdf0e10cSrcweir	Toggle = FALSE,
1281cdf0e10cSrcweir	Container = FALSE,
1282cdf0e10cSrcweir	RecordAbsolute = FALSE,
1283cdf0e10cSrcweir	RecordPerSet;
1284cdf0e10cSrcweir	Synchron;
1285cdf0e10cSrcweir
1286cdf0e10cSrcweir	/* config: */
1287cdf0e10cSrcweir	AccelConfig = TRUE,
1288cdf0e10cSrcweir	MenuConfig = TRUE,
1289cdf0e10cSrcweir	StatusBarConfig = FALSE,
1290cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1291cdf0e10cSrcweir	GroupId = GID_DATA;
1292cdf0e10cSrcweir]
1293cdf0e10cSrcweir
1294cdf0e10cSrcweir//--------------------------------------------------------------------------
1295cdf0e10cSrcweirSfxVoidItem DataFilterAutoFilter SID_AUTO_FILTER
1296cdf0e10cSrcweir()
1297cdf0e10cSrcweir[
1298cdf0e10cSrcweir	/* flags: */
1299cdf0e10cSrcweir	AutoUpdate = TRUE,
1300cdf0e10cSrcweir	Cachable = Cachable,
1301cdf0e10cSrcweir	FastCall = FALSE,
1302cdf0e10cSrcweir	HasCoreId = FALSE,
1303cdf0e10cSrcweir	HasDialog = FALSE,
1304cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1305cdf0e10cSrcweir	Toggle = FALSE,
1306cdf0e10cSrcweir	Container = FALSE,
1307cdf0e10cSrcweir	RecordAbsolute = FALSE,
1308cdf0e10cSrcweir	RecordPerSet;
1309cdf0e10cSrcweir	Synchron;
1310cdf0e10cSrcweir
1311cdf0e10cSrcweir	/* config: */
1312cdf0e10cSrcweir	AccelConfig = TRUE,
1313cdf0e10cSrcweir	MenuConfig = TRUE,
1314cdf0e10cSrcweir	StatusBarConfig = FALSE,
1315cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1316cdf0e10cSrcweir	GroupId = GID_DATA;
1317cdf0e10cSrcweir]
1318cdf0e10cSrcweir
1319cdf0e10cSrcweir//--------------------------------------------------------------------------
1320cdf0e10cSrcweirSfxVoidItem DataFilterHideAutoFilter SID_AUTOFILTER_HIDE
1321cdf0e10cSrcweir()
1322cdf0e10cSrcweir[
1323cdf0e10cSrcweir	/* flags: */
1324cdf0e10cSrcweir	AutoUpdate = FALSE,
1325cdf0e10cSrcweir	Cachable = Cachable,
1326cdf0e10cSrcweir	FastCall = FALSE,
1327cdf0e10cSrcweir	HasCoreId = FALSE,
1328cdf0e10cSrcweir	HasDialog = FALSE,
1329cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1330cdf0e10cSrcweir	Toggle = FALSE,
1331cdf0e10cSrcweir	Container = FALSE,
1332cdf0e10cSrcweir	RecordAbsolute = FALSE,
1333cdf0e10cSrcweir	RecordPerSet;
1334cdf0e10cSrcweir	Synchron;
1335cdf0e10cSrcweir
1336cdf0e10cSrcweir	/* config: */
1337cdf0e10cSrcweir	AccelConfig = TRUE,
1338cdf0e10cSrcweir	MenuConfig = TRUE,
1339cdf0e10cSrcweir	StatusBarConfig = FALSE,
1340cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1341cdf0e10cSrcweir	GroupId = GID_DATA;
1342cdf0e10cSrcweir]
1343cdf0e10cSrcweir
1344cdf0e10cSrcweir//--------------------------------------------------------------------------
1345cdf0e10cSrcweirSfxVoidItem DataFilterRemoveFilter SID_UNFILTER
1346cdf0e10cSrcweir()
1347cdf0e10cSrcweir[
1348cdf0e10cSrcweir	/* flags: */
1349cdf0e10cSrcweir	AutoUpdate = FALSE,
1350cdf0e10cSrcweir	Cachable = Cachable,
1351cdf0e10cSrcweir	FastCall = FALSE,
1352cdf0e10cSrcweir	HasCoreId = FALSE,
1353cdf0e10cSrcweir	HasDialog = FALSE,
1354cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1355cdf0e10cSrcweir	Toggle = FALSE,
1356cdf0e10cSrcweir	Container = FALSE,
1357cdf0e10cSrcweir	RecordAbsolute = FALSE,
1358cdf0e10cSrcweir	RecordPerSet;
1359cdf0e10cSrcweir	Synchron;
1360cdf0e10cSrcweir
1361cdf0e10cSrcweir	/* config: */
1362cdf0e10cSrcweir	AccelConfig = TRUE,
1363cdf0e10cSrcweir	MenuConfig = TRUE,
1364cdf0e10cSrcweir	StatusBarConfig = FALSE,
1365cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1366cdf0e10cSrcweir	GroupId = GID_DATA;
1367cdf0e10cSrcweir]
1368cdf0e10cSrcweir
1369cdf0e10cSrcweir//--------------------------------------------------------------------------
1370cdf0e10cSrcweirSfxVoidItem DataFilterSpecialFilter SID_SPECIAL_FILTER
1371cdf0e10cSrcweir()
1372cdf0e10cSrcweir[
1373cdf0e10cSrcweir	/* flags: */
1374cdf0e10cSrcweir	AutoUpdate = FALSE,
1375cdf0e10cSrcweir	Cachable = Cachable,
1376cdf0e10cSrcweir	FastCall = FALSE,
1377cdf0e10cSrcweir	HasCoreId = FALSE,
1378cdf0e10cSrcweir	HasDialog = TRUE,
1379cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1380cdf0e10cSrcweir	Toggle = FALSE,
1381cdf0e10cSrcweir	Container = FALSE,
1382cdf0e10cSrcweir	RecordAbsolute = FALSE,
1383cdf0e10cSrcweir	RecordPerSet;
1384cdf0e10cSrcweir	Synchron;
1385cdf0e10cSrcweir
1386cdf0e10cSrcweir	/* config: */
1387cdf0e10cSrcweir	AccelConfig = TRUE,
1388cdf0e10cSrcweir	MenuConfig = TRUE,
1389cdf0e10cSrcweir	StatusBarConfig = FALSE,
1390cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1391cdf0e10cSrcweir	GroupId = GID_DATA;
1392cdf0e10cSrcweir]
1393cdf0e10cSrcweir
1394cdf0e10cSrcweir//--------------------------------------------------------------------------
1395cdf0e10cSrcweirSfxVoidItem DataFilterStandardFilter SID_FILTER
1396cdf0e10cSrcweir()
1397cdf0e10cSrcweir[
1398cdf0e10cSrcweir	/* flags: */
1399cdf0e10cSrcweir	AutoUpdate = FALSE,
1400cdf0e10cSrcweir	Cachable = Cachable,
1401cdf0e10cSrcweir	FastCall = FALSE,
1402cdf0e10cSrcweir	HasCoreId = FALSE,
1403cdf0e10cSrcweir	HasDialog = TRUE,
1404cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1405cdf0e10cSrcweir	Toggle = FALSE,
1406cdf0e10cSrcweir	Container = FALSE,
1407cdf0e10cSrcweir	RecordAbsolute = FALSE,
1408cdf0e10cSrcweir	RecordPerSet;
1409cdf0e10cSrcweir	Synchron;
1410cdf0e10cSrcweir
1411cdf0e10cSrcweir	/* config: */
1412cdf0e10cSrcweir	AccelConfig = TRUE,
1413cdf0e10cSrcweir	MenuConfig = TRUE,
1414cdf0e10cSrcweir	StatusBarConfig = FALSE,
1415cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1416cdf0e10cSrcweir	GroupId = GID_DATA;
1417cdf0e10cSrcweir]
1418cdf0e10cSrcweir
1419cdf0e10cSrcweir//--------------------------------------------------------------------------
1420cdf0e10cSrcweirSfxVoidItem DataImport SID_IMPORT_DATA
1421cdf0e10cSrcweir(SfxStringItem DatabaseName SID_IMPORT_DATA,SfxStringItem SqlCommand FN_PARAM_1)
1422cdf0e10cSrcweir[
1423cdf0e10cSrcweir	/* flags: */
1424cdf0e10cSrcweir	AutoUpdate = FALSE,
1425cdf0e10cSrcweir	Cachable = Cachable,
1426cdf0e10cSrcweir	FastCall = FALSE,
1427cdf0e10cSrcweir	HasCoreId = FALSE,
1428cdf0e10cSrcweir	HasDialog = TRUE,
1429cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1430cdf0e10cSrcweir	Toggle = FALSE,
1431cdf0e10cSrcweir	Container = TRUE,
1432cdf0e10cSrcweir	RecordAbsolute = FALSE,
1433cdf0e10cSrcweir	RecordPerSet;
1434cdf0e10cSrcweir	Synchron;
1435cdf0e10cSrcweir
1436cdf0e10cSrcweir	/* config: */
1437cdf0e10cSrcweir	AccelConfig = TRUE,
1438cdf0e10cSrcweir	MenuConfig = TRUE,
1439cdf0e10cSrcweir	StatusBarConfig = FALSE,
1440cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1441cdf0e10cSrcweir	GroupId = GID_DATA;
1442cdf0e10cSrcweir]
1443cdf0e10cSrcweir
1444cdf0e10cSrcweir//--------------------------------------------------------------------------
1445cdf0e10cSrcweirSfxObjectItem DataPilotCreate SID_PIVOT_CREATE
1446cdf0e10cSrcweir(SfxStringItem Destination FN_PARAM_1,SfxStringItem Name FN_PARAM_2,SfxBoolItem TotalCol FN_PARAM_3,SfxBoolItem TotalRow FN_PARAM_4)
1447cdf0e10cSrcweir[
1448cdf0e10cSrcweir	/* flags: */
1449cdf0e10cSrcweir	AutoUpdate = FALSE,
1450cdf0e10cSrcweir	Cachable = Cachable,
1451cdf0e10cSrcweir	FastCall = FALSE,
1452cdf0e10cSrcweir	HasCoreId = FALSE,
1453cdf0e10cSrcweir	HasDialog = TRUE,
1454cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1455cdf0e10cSrcweir	Toggle = FALSE,
1456cdf0e10cSrcweir	Container = FALSE,
1457cdf0e10cSrcweir	RecordAbsolute = FALSE,
1458cdf0e10cSrcweir	RecordPerSet;
1459cdf0e10cSrcweir	Synchron;
1460cdf0e10cSrcweir
1461cdf0e10cSrcweir	/* config: */
1462cdf0e10cSrcweir	AccelConfig = FALSE,
1463cdf0e10cSrcweir	MenuConfig = FALSE,
1464cdf0e10cSrcweir	StatusBarConfig = FALSE,
1465cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1466cdf0e10cSrcweir	GroupId = GID_INTERN;
1467cdf0e10cSrcweir]
1468cdf0e10cSrcweir
1469cdf0e10cSrcweir//--------------------------------------------------------------------------
1470cdf0e10cSrcweirSfxVoidItem DataPilotExec SID_PIVOT_TABLE
1471cdf0e10cSrcweir()
1472cdf0e10cSrcweir[
1473cdf0e10cSrcweir	/* flags: */
1474cdf0e10cSrcweir	AutoUpdate = FALSE,
1475cdf0e10cSrcweir	Cachable = Cachable,
1476cdf0e10cSrcweir	FastCall = FALSE,
1477cdf0e10cSrcweir	HasCoreId = FALSE,
1478cdf0e10cSrcweir	HasDialog = FALSE,
1479cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1480cdf0e10cSrcweir	Toggle = FALSE,
1481cdf0e10cSrcweir	Container = FALSE,
1482cdf0e10cSrcweir	RecordAbsolute = FALSE,
1483cdf0e10cSrcweir	RecordPerSet;
1484cdf0e10cSrcweir	Synchron;
1485cdf0e10cSrcweir
1486cdf0e10cSrcweir	/* config: */
1487cdf0e10cSrcweir	AccelConfig = FALSE,
1488cdf0e10cSrcweir	MenuConfig = FALSE,
1489cdf0e10cSrcweir	StatusBarConfig = FALSE,
1490cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1491cdf0e10cSrcweir	GroupId = GID_DATA;
1492cdf0e10cSrcweir]
1493cdf0e10cSrcweir
1494cdf0e10cSrcweir//--------------------------------------------------------------------------
1495cdf0e10cSrcweirSfxObjectItem DataPilotTables SID_PIVOT_GET
1496cdf0e10cSrcweir
1497cdf0e10cSrcweir[
1498cdf0e10cSrcweir	/* flags: */
1499cdf0e10cSrcweir	AutoUpdate = FALSE,
1500cdf0e10cSrcweir	Cachable = Cachable,
1501cdf0e10cSrcweir	FastCall = FALSE,
1502cdf0e10cSrcweir	HasCoreId = FALSE,
1503cdf0e10cSrcweir	HasDialog = FALSE,
1504cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1505cdf0e10cSrcweir	Toggle = FALSE,
1506cdf0e10cSrcweir	Container = FALSE,
1507cdf0e10cSrcweir	RecordAbsolute = FALSE,
1508cdf0e10cSrcweir	RecordPerSet;
1509cdf0e10cSrcweir	Synchron;
1510cdf0e10cSrcweir
1511cdf0e10cSrcweir	Readonly = TRUE,
1512cdf0e10cSrcweir
1513cdf0e10cSrcweir	/* config: */
1514cdf0e10cSrcweir	AccelConfig = FALSE,
1515cdf0e10cSrcweir	MenuConfig = FALSE,
1516cdf0e10cSrcweir	StatusBarConfig = FALSE,
1517cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1518cdf0e10cSrcweir	GroupId = GID_INTERN;
1519cdf0e10cSrcweir]
1520cdf0e10cSrcweir
1521cdf0e10cSrcweir//--------------------------------------------------------------------------
1522cdf0e10cSrcweirSfxVoidItem DataReImport SID_REIMPORT_DATA
1523cdf0e10cSrcweir()
1524cdf0e10cSrcweir[
1525cdf0e10cSrcweir	/* flags: */
1526cdf0e10cSrcweir	AutoUpdate = FALSE,
1527cdf0e10cSrcweir	Cachable = Cachable,
1528cdf0e10cSrcweir	FastCall = FALSE,
1529cdf0e10cSrcweir	HasCoreId = FALSE,
1530cdf0e10cSrcweir	HasDialog = FALSE,
1531cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1532cdf0e10cSrcweir	Toggle = FALSE,
1533cdf0e10cSrcweir	Container = FALSE,
1534cdf0e10cSrcweir	RecordAbsolute = FALSE,
1535cdf0e10cSrcweir	RecordPerSet;
1536cdf0e10cSrcweir	Synchron;
1537cdf0e10cSrcweir
1538cdf0e10cSrcweir	/* config: */
1539cdf0e10cSrcweir	AccelConfig = FALSE,
1540cdf0e10cSrcweir	MenuConfig = TRUE,
1541cdf0e10cSrcweir	StatusBarConfig = FALSE,
1542cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1543cdf0e10cSrcweir	GroupId = GID_DATA;
1544cdf0e10cSrcweir]
1545cdf0e10cSrcweir
1546cdf0e10cSrcweir//--------------------------------------------------------------------------
1547cdf0e10cSrcweirSfxVoidItem DataSelect SID_DATA_SELECT
1548cdf0e10cSrcweir()
1549cdf0e10cSrcweir[
1550cdf0e10cSrcweir	/* flags: */
1551cdf0e10cSrcweir	AutoUpdate = FALSE,
1552cdf0e10cSrcweir	Cachable = Cachable,
1553cdf0e10cSrcweir	FastCall = FALSE,
1554cdf0e10cSrcweir	HasCoreId = FALSE,
1555cdf0e10cSrcweir	HasDialog = FALSE,
1556cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1557cdf0e10cSrcweir	Toggle = FALSE,
1558cdf0e10cSrcweir	Container = FALSE,
1559cdf0e10cSrcweir	RecordAbsolute = FALSE,
1560cdf0e10cSrcweir	RecordPerSet;
1561cdf0e10cSrcweir	Synchron;
1562cdf0e10cSrcweir
1563cdf0e10cSrcweir	/* config: */
1564cdf0e10cSrcweir	AccelConfig = TRUE,
1565cdf0e10cSrcweir	MenuConfig = TRUE,
1566cdf0e10cSrcweir	StatusBarConfig = FALSE,
1567cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1568cdf0e10cSrcweir	GroupId = GID_EDIT;
1569cdf0e10cSrcweir]
1570cdf0e10cSrcweir
1571cdf0e10cSrcweir//--------------------------------------------------------------------------
1572cdf0e10cSrcweirSfxVoidItem DataSort SID_SORT
1573cdf0e10cSrcweir(SfxBoolItem ByRows SID_SORT_BYROW,SfxBoolItem HasHeader SID_SORT_HASHEADER,SfxBoolItem CaseSensitive SID_SORT_CASESENS,SfxBoolItem IncludeAttribs SID_SORT_ATTRIBS,SfxUInt16Item UserDefIndex SID_SORT_USERDEF,SfxInt32Item Col1 FN_PARAM_1,SfxBoolItem Ascending1 FN_PARAM_2,SfxInt32Item Col2 FN_PARAM_3,SfxBoolItem Ascending2 FN_PARAM_4,SfxInt32Item Col3 FN_PARAM_5,SfxBoolItem Ascending3 FN_PARAM_6)
1574cdf0e10cSrcweir[
1575cdf0e10cSrcweir	/* flags: */
1576cdf0e10cSrcweir	AutoUpdate = FALSE,
1577cdf0e10cSrcweir	Cachable = Cachable,
1578cdf0e10cSrcweir	FastCall = FALSE,
1579cdf0e10cSrcweir	HasCoreId = FALSE,
1580cdf0e10cSrcweir	HasDialog = TRUE,
1581cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1582cdf0e10cSrcweir	Toggle = FALSE,
1583cdf0e10cSrcweir	Container = FALSE,
1584cdf0e10cSrcweir	RecordAbsolute = FALSE,
1585cdf0e10cSrcweir	RecordPerSet;
1586cdf0e10cSrcweir	Synchron;
1587cdf0e10cSrcweir
1588cdf0e10cSrcweir	/* config: */
1589cdf0e10cSrcweir	AccelConfig = TRUE,
1590cdf0e10cSrcweir	MenuConfig = TRUE,
1591cdf0e10cSrcweir	StatusBarConfig = FALSE,
1592cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1593cdf0e10cSrcweir	GroupId = GID_DATA;
1594cdf0e10cSrcweir]
1595cdf0e10cSrcweir
1596cdf0e10cSrcweir//--------------------------------------------------------------------------
1597cdf0e10cSrcweirSfxVoidItem DataSubTotals SID_SUBTOTALS
1598cdf0e10cSrcweir()
1599cdf0e10cSrcweir[
1600cdf0e10cSrcweir	/* flags: */
1601cdf0e10cSrcweir	AutoUpdate = FALSE,
1602cdf0e10cSrcweir	Cachable = Cachable,
1603cdf0e10cSrcweir	FastCall = FALSE,
1604cdf0e10cSrcweir	HasCoreId = FALSE,
1605cdf0e10cSrcweir	HasDialog = TRUE,
1606cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1607cdf0e10cSrcweir	Toggle = FALSE,
1608cdf0e10cSrcweir	Container = FALSE,
1609cdf0e10cSrcweir	RecordAbsolute = FALSE,
1610cdf0e10cSrcweir	RecordPerSet;
1611cdf0e10cSrcweir	Synchron;
1612cdf0e10cSrcweir
1613cdf0e10cSrcweir	/* config: */
1614cdf0e10cSrcweir	AccelConfig = TRUE,
1615cdf0e10cSrcweir	MenuConfig = TRUE,
1616cdf0e10cSrcweir	StatusBarConfig = FALSE,
1617cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1618cdf0e10cSrcweir	GroupId = GID_DATA;
1619cdf0e10cSrcweir]
1620cdf0e10cSrcweir
1621cdf0e10cSrcweir//--------------------------------------------------------------------------
1622cdf0e10cSrcweirSfxVoidItem Deactivate SID_OLE_DEACTIVATE
1623cdf0e10cSrcweir()
1624cdf0e10cSrcweir[
1625cdf0e10cSrcweir	/* flags: */
1626cdf0e10cSrcweir	AutoUpdate = FALSE,
1627cdf0e10cSrcweir	Cachable = Cachable,
1628cdf0e10cSrcweir	FastCall = FALSE,
1629cdf0e10cSrcweir	HasCoreId = FALSE,
1630cdf0e10cSrcweir	HasDialog = FALSE,
1631cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1632cdf0e10cSrcweir	Toggle = FALSE,
1633cdf0e10cSrcweir	Container = FALSE,
1634cdf0e10cSrcweir	RecordAbsolute = FALSE,
1635cdf0e10cSrcweir	RecordPerSet;
1636cdf0e10cSrcweir	Synchron;
1637cdf0e10cSrcweir
1638cdf0e10cSrcweir	/* config: */
1639cdf0e10cSrcweir	AccelConfig = FALSE,
1640cdf0e10cSrcweir	MenuConfig = FALSE,
1641cdf0e10cSrcweir	StatusBarConfig = FALSE,
1642cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1643cdf0e10cSrcweir	GroupId = GID_SPECIAL;
1644cdf0e10cSrcweir]
1645cdf0e10cSrcweir
1646cdf0e10cSrcweir//--------------------------------------------------------------------------
1647cdf0e10cSrcweirSfxVoidItem DefineDBName SID_DEFINE_DBNAME
1648cdf0e10cSrcweir()
1649cdf0e10cSrcweir[
1650cdf0e10cSrcweir	/* flags: */
1651cdf0e10cSrcweir	AutoUpdate = FALSE,
1652cdf0e10cSrcweir	Cachable = Cachable,
1653cdf0e10cSrcweir	FastCall = FALSE,
1654cdf0e10cSrcweir	HasCoreId = FALSE,
1655cdf0e10cSrcweir	HasDialog = TRUE,
1656cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1657cdf0e10cSrcweir	Toggle = FALSE,
1658cdf0e10cSrcweir	Container = FALSE,
1659cdf0e10cSrcweir	RecordAbsolute = FALSE,
1660cdf0e10cSrcweir	RecordPerSet;
1661cdf0e10cSrcweir	Synchron;
1662cdf0e10cSrcweir
1663cdf0e10cSrcweir	/* config: */
1664cdf0e10cSrcweir	AccelConfig = TRUE,
1665cdf0e10cSrcweir	MenuConfig = TRUE,
1666cdf0e10cSrcweir	StatusBarConfig = FALSE,
1667cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1668cdf0e10cSrcweir	GroupId = GID_DATA;
1669cdf0e10cSrcweir]
1670cdf0e10cSrcweir
1671cdf0e10cSrcweir//--------------------------------------------------------------------------
1672cdf0e10cSrcweirSfxVoidItem DefineLabelRange SID_DEFINE_COLROWNAMERANGES
1673cdf0e10cSrcweir()
1674cdf0e10cSrcweir[
1675cdf0e10cSrcweir	/* flags: */
1676cdf0e10cSrcweir	AutoUpdate = FALSE,
1677cdf0e10cSrcweir	Cachable = Cachable,
1678cdf0e10cSrcweir	FastCall = FALSE,
1679cdf0e10cSrcweir	HasCoreId = FALSE,
1680cdf0e10cSrcweir	HasDialog = TRUE,
1681cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1682cdf0e10cSrcweir	Toggle = FALSE,
1683cdf0e10cSrcweir	Container = FALSE,
1684cdf0e10cSrcweir	RecordAbsolute = FALSE,
1685cdf0e10cSrcweir	RecordPerSet;
1686cdf0e10cSrcweir	Synchron;
1687cdf0e10cSrcweir
1688cdf0e10cSrcweir	/* config: */
1689cdf0e10cSrcweir	AccelConfig = TRUE,
1690cdf0e10cSrcweir	MenuConfig = TRUE,
1691cdf0e10cSrcweir	StatusBarConfig = FALSE,
1692cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1693cdf0e10cSrcweir	GroupId = GID_INSERT;
1694cdf0e10cSrcweir]
1695cdf0e10cSrcweir
1696cdf0e10cSrcweir//--------------------------------------------------------------------------
1697cdf0e10cSrcweirSfxVoidItem DefineName FID_DEFINE_NAME
1698cdf0e10cSrcweir(SfxStringItem Name FID_DEFINE_NAME,SfxStringItem Symbol FN_PARAM_1,SfxStringItem Options FN_PARAM_2)
1699cdf0e10cSrcweir[
1700cdf0e10cSrcweir	/* flags: */
1701cdf0e10cSrcweir	AutoUpdate = FALSE,
1702cdf0e10cSrcweir	Cachable = Cachable,
1703cdf0e10cSrcweir	FastCall = FALSE,
1704cdf0e10cSrcweir	HasCoreId = FALSE,
1705cdf0e10cSrcweir	HasDialog = TRUE,
1706cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1707cdf0e10cSrcweir	Toggle = FALSE,
1708cdf0e10cSrcweir	Container = FALSE,
1709cdf0e10cSrcweir	RecordAbsolute = FALSE,
1710cdf0e10cSrcweir	RecordPerSet;
1711cdf0e10cSrcweir	Synchron;
1712cdf0e10cSrcweir
1713cdf0e10cSrcweir	/* config: */
1714cdf0e10cSrcweir	AccelConfig = TRUE,
1715cdf0e10cSrcweir	MenuConfig = TRUE,
1716cdf0e10cSrcweir	StatusBarConfig = FALSE,
1717cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1718cdf0e10cSrcweir	GroupId = GID_INSERT;
1719cdf0e10cSrcweir]
1720cdf0e10cSrcweir
1721cdf0e10cSrcweir//--------------------------------------------------------------------------
1722cdf0e10cSrcweirSfxVoidItem DefinePrintArea SID_DEFINE_PRINTAREA
1723cdf0e10cSrcweir()
1724cdf0e10cSrcweir[
1725cdf0e10cSrcweir	/* flags: */
1726cdf0e10cSrcweir	AutoUpdate = FALSE,
1727cdf0e10cSrcweir	Cachable = Cachable,
1728cdf0e10cSrcweir	FastCall = FALSE,
1729cdf0e10cSrcweir	HasCoreId = FALSE,
1730cdf0e10cSrcweir	HasDialog = FALSE,
1731cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1732cdf0e10cSrcweir	Toggle = FALSE,
1733cdf0e10cSrcweir	Container = FALSE,
1734cdf0e10cSrcweir	RecordAbsolute = FALSE,
1735cdf0e10cSrcweir	RecordPerSet;
1736cdf0e10cSrcweir	Synchron;
1737cdf0e10cSrcweir
1738cdf0e10cSrcweir	/* config: */
1739cdf0e10cSrcweir	AccelConfig = TRUE,
1740cdf0e10cSrcweir	MenuConfig = TRUE,
1741cdf0e10cSrcweir	StatusBarConfig = FALSE,
1742cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1743cdf0e10cSrcweir	GroupId = GID_FORMAT;
1744cdf0e10cSrcweir]
1745cdf0e10cSrcweir
1746cdf0e10cSrcweir//--------------------------------------------------------------------------
1747cdf0e10cSrcweirSfxVoidItem DeleteCell FID_DELETE_CELL
1748cdf0e10cSrcweir(SfxStringItem Flags FID_DELETE_CELL)
1749cdf0e10cSrcweir[
1750cdf0e10cSrcweir	/* flags: */
1751cdf0e10cSrcweir	AutoUpdate = FALSE,
1752cdf0e10cSrcweir	Cachable = Cachable,
1753cdf0e10cSrcweir	FastCall = FALSE,
1754cdf0e10cSrcweir	HasCoreId = FALSE,
1755cdf0e10cSrcweir	HasDialog = TRUE,
1756cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1757cdf0e10cSrcweir	Toggle = FALSE,
1758cdf0e10cSrcweir	Container = FALSE,
1759cdf0e10cSrcweir	RecordAbsolute = FALSE,
1760cdf0e10cSrcweir	RecordPerSet;
1761cdf0e10cSrcweir	Synchron;
1762cdf0e10cSrcweir
1763cdf0e10cSrcweir	/* config: */
1764cdf0e10cSrcweir	AccelConfig = TRUE,
1765cdf0e10cSrcweir	MenuConfig = TRUE,
1766cdf0e10cSrcweir	StatusBarConfig = FALSE,
1767cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1768cdf0e10cSrcweir	GroupId = GID_EDIT;
1769cdf0e10cSrcweir]
1770cdf0e10cSrcweir
1771cdf0e10cSrcweir//--------------------------------------------------------------------------
1772cdf0e10cSrcweirSfxVoidItem DeleteAllBreaks FID_DEL_MANUALBREAKS
1773cdf0e10cSrcweir()
1774cdf0e10cSrcweir[
1775cdf0e10cSrcweir	/* flags: */
1776cdf0e10cSrcweir	AutoUpdate = FALSE,
1777cdf0e10cSrcweir	Cachable = Cachable,
1778cdf0e10cSrcweir	FastCall = FALSE,
1779cdf0e10cSrcweir	HasCoreId = FALSE,
1780cdf0e10cSrcweir	HasDialog = FALSE,
1781cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1782cdf0e10cSrcweir	Toggle = FALSE,
1783cdf0e10cSrcweir	Container = FALSE,
1784cdf0e10cSrcweir	RecordAbsolute = FALSE,
1785cdf0e10cSrcweir	RecordPerSet;
1786cdf0e10cSrcweir	Synchron;
1787cdf0e10cSrcweir
1788cdf0e10cSrcweir	/* config: */
1789cdf0e10cSrcweir	AccelConfig = TRUE,
1790cdf0e10cSrcweir	MenuConfig = TRUE,
1791cdf0e10cSrcweir	StatusBarConfig = FALSE,
1792cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1793cdf0e10cSrcweir	GroupId = GID_EDIT;
1794cdf0e10cSrcweir]
1795cdf0e10cSrcweir
1796cdf0e10cSrcweir//--------------------------------------------------------------------------
1797cdf0e10cSrcweirSfxVoidItem DeleteColumnbreak FID_DEL_COLBRK
1798cdf0e10cSrcweir()
1799cdf0e10cSrcweir[
1800cdf0e10cSrcweir	/* flags: */
1801cdf0e10cSrcweir	AutoUpdate = FALSE,
1802cdf0e10cSrcweir	Cachable = Cachable,
1803cdf0e10cSrcweir	FastCall = FALSE,
1804cdf0e10cSrcweir	HasCoreId = FALSE,
1805cdf0e10cSrcweir	HasDialog = FALSE,
1806cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1807cdf0e10cSrcweir	Toggle = FALSE,
1808cdf0e10cSrcweir	Container = FALSE,
1809cdf0e10cSrcweir	RecordAbsolute = FALSE,
1810cdf0e10cSrcweir	RecordPerSet;
1811cdf0e10cSrcweir	Synchron;
1812cdf0e10cSrcweir
1813cdf0e10cSrcweir	/* config: */
1814cdf0e10cSrcweir	AccelConfig = TRUE,
1815cdf0e10cSrcweir	MenuConfig = TRUE,
1816cdf0e10cSrcweir	StatusBarConfig = FALSE,
1817cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1818cdf0e10cSrcweir	GroupId = GID_EDIT;
1819cdf0e10cSrcweir]
1820cdf0e10cSrcweir
1821cdf0e10cSrcweir//--------------------------------------------------------------------------
1822cdf0e10cSrcweirSfxVoidItem DeleteColumns SID_DEL_COLS
1823cdf0e10cSrcweir()
1824cdf0e10cSrcweir[
1825cdf0e10cSrcweir	/* flags: */
1826cdf0e10cSrcweir	AutoUpdate = FALSE,
1827cdf0e10cSrcweir	Cachable = Cachable,
1828cdf0e10cSrcweir	FastCall = FALSE,
1829cdf0e10cSrcweir	HasCoreId = FALSE,
1830cdf0e10cSrcweir	HasDialog = FALSE,
1831cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1832cdf0e10cSrcweir	Toggle = FALSE,
1833cdf0e10cSrcweir	Container = FALSE,
1834cdf0e10cSrcweir	RecordAbsolute = FALSE,
1835cdf0e10cSrcweir	RecordPerSet;
1836cdf0e10cSrcweir	Synchron;
1837cdf0e10cSrcweir
1838cdf0e10cSrcweir	/* config: */
1839cdf0e10cSrcweir	AccelConfig = TRUE,
1840cdf0e10cSrcweir	MenuConfig = TRUE,
1841cdf0e10cSrcweir	StatusBarConfig = FALSE,
1842cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1843cdf0e10cSrcweir	GroupId = GID_EDIT;
1844cdf0e10cSrcweir]
1845cdf0e10cSrcweir
1846cdf0e10cSrcweir//--------------------------------------------------------------------------
1847cdf0e10cSrcweirSfxVoidItem DeletePivotTable SID_PIVOT_KILL
1848cdf0e10cSrcweir()
1849cdf0e10cSrcweir[
1850cdf0e10cSrcweir	/* flags: */
1851cdf0e10cSrcweir	AutoUpdate = FALSE,
1852cdf0e10cSrcweir	Cachable = Cachable,
1853cdf0e10cSrcweir	FastCall = FALSE,
1854cdf0e10cSrcweir	HasCoreId = FALSE,
1855cdf0e10cSrcweir	HasDialog = FALSE,
1856cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1857cdf0e10cSrcweir	Toggle = FALSE,
1858cdf0e10cSrcweir	Container = FALSE,
1859cdf0e10cSrcweir	RecordAbsolute = FALSE,
1860cdf0e10cSrcweir	RecordPerSet;
1861cdf0e10cSrcweir	Synchron;
1862cdf0e10cSrcweir
1863cdf0e10cSrcweir	/* config: */
1864cdf0e10cSrcweir	AccelConfig = FALSE,
1865cdf0e10cSrcweir	MenuConfig = TRUE,
1866cdf0e10cSrcweir	StatusBarConfig = FALSE,
1867cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1868cdf0e10cSrcweir	GroupId = GID_DATA;
1869cdf0e10cSrcweir]
1870cdf0e10cSrcweir
1871cdf0e10cSrcweir//--------------------------------------------------------------------------
1872cdf0e10cSrcweirSfxVoidItem DeletePrintArea SID_DELETE_PRINTAREA
1873cdf0e10cSrcweir()
1874cdf0e10cSrcweir[
1875cdf0e10cSrcweir	/* flags: */
1876cdf0e10cSrcweir	AutoUpdate = FALSE,
1877cdf0e10cSrcweir	Cachable = Cachable,
1878cdf0e10cSrcweir	FastCall = FALSE,
1879cdf0e10cSrcweir	HasCoreId = FALSE,
1880cdf0e10cSrcweir	HasDialog = FALSE,
1881cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1882cdf0e10cSrcweir	Toggle = FALSE,
1883cdf0e10cSrcweir	Container = FALSE,
1884cdf0e10cSrcweir	RecordAbsolute = FALSE,
1885cdf0e10cSrcweir	RecordPerSet;
1886cdf0e10cSrcweir	Synchron;
1887cdf0e10cSrcweir
1888cdf0e10cSrcweir	/* config: */
1889cdf0e10cSrcweir	AccelConfig = TRUE,
1890cdf0e10cSrcweir	MenuConfig = TRUE,
1891cdf0e10cSrcweir	StatusBarConfig = FALSE,
1892cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1893cdf0e10cSrcweir	GroupId = GID_FORMAT;
1894cdf0e10cSrcweir]
1895cdf0e10cSrcweir
1896cdf0e10cSrcweir//--------------------------------------------------------------------------
1897cdf0e10cSrcweirSfxVoidItem DeleteRowbreak FID_DEL_ROWBRK
1898cdf0e10cSrcweir()
1899cdf0e10cSrcweir[
1900cdf0e10cSrcweir	/* flags: */
1901cdf0e10cSrcweir	AutoUpdate = FALSE,
1902cdf0e10cSrcweir	Cachable = Cachable,
1903cdf0e10cSrcweir	FastCall = FALSE,
1904cdf0e10cSrcweir	HasCoreId = FALSE,
1905cdf0e10cSrcweir	HasDialog = FALSE,
1906cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1907cdf0e10cSrcweir	Toggle = FALSE,
1908cdf0e10cSrcweir	Container = FALSE,
1909cdf0e10cSrcweir	RecordAbsolute = FALSE,
1910cdf0e10cSrcweir	RecordPerSet;
1911cdf0e10cSrcweir	Synchron;
1912cdf0e10cSrcweir
1913cdf0e10cSrcweir	/* config: */
1914cdf0e10cSrcweir	AccelConfig = TRUE,
1915cdf0e10cSrcweir	MenuConfig = TRUE,
1916cdf0e10cSrcweir	StatusBarConfig = FALSE,
1917cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1918cdf0e10cSrcweir	GroupId = GID_EDIT;
1919cdf0e10cSrcweir]
1920cdf0e10cSrcweir
1921cdf0e10cSrcweir//--------------------------------------------------------------------------
1922cdf0e10cSrcweirSfxVoidItem DeleteRows SID_DEL_ROWS
1923cdf0e10cSrcweir()
1924cdf0e10cSrcweir[
1925cdf0e10cSrcweir	/* flags: */
1926cdf0e10cSrcweir	AutoUpdate = FALSE,
1927cdf0e10cSrcweir	Cachable = Cachable,
1928cdf0e10cSrcweir	FastCall = FALSE,
1929cdf0e10cSrcweir	HasCoreId = FALSE,
1930cdf0e10cSrcweir	HasDialog = FALSE,
1931cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1932cdf0e10cSrcweir	Toggle = FALSE,
1933cdf0e10cSrcweir	Container = FALSE,
1934cdf0e10cSrcweir	RecordAbsolute = FALSE,
1935cdf0e10cSrcweir	RecordPerSet;
1936cdf0e10cSrcweir	Synchron;
1937cdf0e10cSrcweir
1938cdf0e10cSrcweir	/* config: */
1939cdf0e10cSrcweir	AccelConfig = TRUE,
1940cdf0e10cSrcweir	MenuConfig = TRUE,
1941cdf0e10cSrcweir	StatusBarConfig = FALSE,
1942cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1943cdf0e10cSrcweir	GroupId = GID_EDIT;
1944cdf0e10cSrcweir]
1945cdf0e10cSrcweir
1946cdf0e10cSrcweir//--------------------------------------------------------------------------
1947cdf0e10cSrcweirSfxVoidItem DeleteScenario SID_DELETE_SCENARIO
1948cdf0e10cSrcweir(SfxStringItem ScenarioName SID_DELETE_SCENARIO)
1949cdf0e10cSrcweir[
1950cdf0e10cSrcweir	/* flags: */
1951cdf0e10cSrcweir	AutoUpdate = FALSE,
1952cdf0e10cSrcweir	Cachable = Cachable,
1953cdf0e10cSrcweir	FastCall = FALSE,
1954cdf0e10cSrcweir	HasCoreId = FALSE,
1955cdf0e10cSrcweir	HasDialog = FALSE,
1956cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1957cdf0e10cSrcweir	Toggle = FALSE,
1958cdf0e10cSrcweir	Container = FALSE,
1959cdf0e10cSrcweir	RecordAbsolute = FALSE,
1960cdf0e10cSrcweir	RecordPerSet;
1961cdf0e10cSrcweir	Synchron;
1962cdf0e10cSrcweir
1963cdf0e10cSrcweir	/* config: */
1964cdf0e10cSrcweir	AccelConfig = FALSE,
1965cdf0e10cSrcweir	MenuConfig = FALSE,
1966cdf0e10cSrcweir	StatusBarConfig = FALSE,
1967cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1968cdf0e10cSrcweir	GroupId = GID_INTERN;
1969cdf0e10cSrcweir]
1970cdf0e10cSrcweir
1971cdf0e10cSrcweir//--------------------------------------------------------------------------
1972cdf0e10cSrcweirSfxVoidItem Deselect SID_SELECT_NONE
1973cdf0e10cSrcweir()
1974cdf0e10cSrcweir[
1975cdf0e10cSrcweir	/* flags: */
1976cdf0e10cSrcweir	AutoUpdate = FALSE,
1977cdf0e10cSrcweir	Cachable = Cachable,
1978cdf0e10cSrcweir	FastCall = FALSE,
1979cdf0e10cSrcweir	HasCoreId = FALSE,
1980cdf0e10cSrcweir	HasDialog = FALSE,
1981cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
1982cdf0e10cSrcweir	Toggle = FALSE,
1983cdf0e10cSrcweir	Container = FALSE,
1984cdf0e10cSrcweir	RecordAbsolute = FALSE,
1985cdf0e10cSrcweir	RecordPerSet;
1986cdf0e10cSrcweir	Synchron;
1987cdf0e10cSrcweir
1988cdf0e10cSrcweir	/* config: */
1989cdf0e10cSrcweir	AccelConfig = TRUE,
1990cdf0e10cSrcweir	MenuConfig = TRUE,
1991cdf0e10cSrcweir	StatusBarConfig = FALSE,
1992cdf0e10cSrcweir	ToolBoxConfig = FALSE,
1993cdf0e10cSrcweir	GroupId = GID_EDIT;
1994cdf0e10cSrcweir]
1995cdf0e10cSrcweir
1996cdf0e10cSrcweir//--------------------------------------------------------------------------
1997cdf0e10cSrcweirSfxVoidItem DrawChart SID_DRAW_CHART
1998cdf0e10cSrcweir()
1999cdf0e10cSrcweir[
2000cdf0e10cSrcweir	/* flags: */
2001cdf0e10cSrcweir	AutoUpdate = FALSE,
2002cdf0e10cSrcweir	Cachable = Cachable,
2003cdf0e10cSrcweir	FastCall = FALSE,
2004cdf0e10cSrcweir	HasCoreId = FALSE,
2005cdf0e10cSrcweir	HasDialog = FALSE,
2006cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2007cdf0e10cSrcweir	Toggle = FALSE,
2008cdf0e10cSrcweir	Container = FALSE,
2009cdf0e10cSrcweir	RecordAbsolute = FALSE,
2010cdf0e10cSrcweir	RecordPerSet;
2011cdf0e10cSrcweir	Synchron;
2012cdf0e10cSrcweir
2013cdf0e10cSrcweir	/* config: */
2014cdf0e10cSrcweir	AccelConfig = TRUE,
2015cdf0e10cSrcweir	MenuConfig = TRUE,
2016cdf0e10cSrcweir	StatusBarConfig = FALSE,
2017cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2018cdf0e10cSrcweir	GroupId = GID_INSERT;
2019cdf0e10cSrcweir]
2020cdf0e10cSrcweir
2021cdf0e10cSrcweir//--------------------------------------------------------------------------
2022cdf0e10cSrcweirSfxVoidItem DrawEditNote SID_DRAW_NOTEEDIT
2023cdf0e10cSrcweir()
2024cdf0e10cSrcweir[
2025cdf0e10cSrcweir	/* flags: */
2026cdf0e10cSrcweir	AutoUpdate = FALSE,
2027cdf0e10cSrcweir	Cachable = Cachable,
2028cdf0e10cSrcweir	FastCall = FALSE,
2029cdf0e10cSrcweir	HasCoreId = FALSE,
2030cdf0e10cSrcweir	HasDialog = FALSE,
2031cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2032cdf0e10cSrcweir	Toggle = FALSE,
2033cdf0e10cSrcweir	Container = FALSE,
2034cdf0e10cSrcweir	RecordAbsolute = FALSE,
2035cdf0e10cSrcweir	RecordPerSet;
2036cdf0e10cSrcweir	Synchron;
2037cdf0e10cSrcweir
2038cdf0e10cSrcweir	/* config: */
2039cdf0e10cSrcweir	AccelConfig = FALSE,
2040cdf0e10cSrcweir	MenuConfig = FALSE,
2041cdf0e10cSrcweir	StatusBarConfig = FALSE,
2042cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2043cdf0e10cSrcweir	GroupId = GID_INSERT;
2044cdf0e10cSrcweir]
2045cdf0e10cSrcweir
2046cdf0e10cSrcweir//--------------------------------------------------------------------------
2047cdf0e10cSrcweirSfxVoidItem EditHeaderAndFooter SID_HFEDIT
2048cdf0e10cSrcweir()
2049cdf0e10cSrcweir[
2050cdf0e10cSrcweir	/* flags: */
2051cdf0e10cSrcweir	AutoUpdate = FALSE,
2052cdf0e10cSrcweir	Cachable = Cachable,
2053cdf0e10cSrcweir	FastCall = FALSE,
2054cdf0e10cSrcweir	HasCoreId = FALSE,
2055cdf0e10cSrcweir	HasDialog = TRUE,
2056cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2057cdf0e10cSrcweir	Toggle = FALSE,
2058cdf0e10cSrcweir	Container = FALSE,
2059cdf0e10cSrcweir	RecordAbsolute = FALSE,
2060cdf0e10cSrcweir	RecordPerSet;
2061cdf0e10cSrcweir	Synchron;
2062cdf0e10cSrcweir
2063cdf0e10cSrcweir	/* config: */
2064cdf0e10cSrcweir	AccelConfig = TRUE,
2065cdf0e10cSrcweir	MenuConfig = TRUE,
2066cdf0e10cSrcweir	StatusBarConfig = FALSE,
2067cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2068cdf0e10cSrcweir	GroupId = GID_EDIT;
2069cdf0e10cSrcweir]
2070cdf0e10cSrcweir
2071cdf0e10cSrcweir//--------------------------------------------------------------------------
2072cdf0e10cSrcweirSfxVoidItem EditLinks SID_LINKS
2073cdf0e10cSrcweir()
2074cdf0e10cSrcweir[
2075cdf0e10cSrcweir	/* flags: */
2076cdf0e10cSrcweir	AutoUpdate = FALSE,
2077cdf0e10cSrcweir	Cachable = Cachable,
2078cdf0e10cSrcweir	FastCall = FALSE,
2079cdf0e10cSrcweir	HasCoreId = FALSE,
2080cdf0e10cSrcweir	HasDialog = TRUE,
2081cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2082cdf0e10cSrcweir	Toggle = FALSE,
2083cdf0e10cSrcweir	Container = FALSE,
2084cdf0e10cSrcweir	RecordAbsolute = FALSE,
2085cdf0e10cSrcweir	RecordPerSet;
2086cdf0e10cSrcweir	Synchron;
2087cdf0e10cSrcweir
2088cdf0e10cSrcweir	/* config: */
2089cdf0e10cSrcweir	AccelConfig = FALSE,
2090cdf0e10cSrcweir	MenuConfig = TRUE,
2091cdf0e10cSrcweir	StatusBarConfig = FALSE,
2092cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2093cdf0e10cSrcweir	GroupId = GID_EDIT;
2094cdf0e10cSrcweir]
2095cdf0e10cSrcweir
2096cdf0e10cSrcweir//--------------------------------------------------------------------------
2097cdf0e10cSrcweirSfxVoidItem EditObject SID_SC_EDIT_OBJECT
2098cdf0e10cSrcweir()
2099cdf0e10cSrcweir[
2100cdf0e10cSrcweir	/* flags: */
2101cdf0e10cSrcweir	AutoUpdate = FALSE,
2102cdf0e10cSrcweir	Cachable = Cachable,
2103cdf0e10cSrcweir	FastCall = FALSE,
2104cdf0e10cSrcweir	HasCoreId = FALSE,
2105cdf0e10cSrcweir	HasDialog = FALSE,
2106cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2107cdf0e10cSrcweir	Toggle = FALSE,
2108cdf0e10cSrcweir	Container = FALSE,
2109cdf0e10cSrcweir	RecordAbsolute = FALSE,
2110cdf0e10cSrcweir	RecordPerSet;
2111cdf0e10cSrcweir	Synchron;
2112cdf0e10cSrcweir
2113cdf0e10cSrcweir	/* config: */
2114cdf0e10cSrcweir	AccelConfig = FALSE,
2115cdf0e10cSrcweir	MenuConfig = FALSE,
2116cdf0e10cSrcweir	StatusBarConfig = FALSE,
2117cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2118cdf0e10cSrcweir	GroupId = GID_INTERN;
2119cdf0e10cSrcweir]
2120cdf0e10cSrcweir
2121cdf0e10cSrcweir//--------------------------------------------------------------------------
2122cdf0e10cSrcweirSfxVoidItem EditPrintArea SID_OPENDLG_EDIT_PRINTAREA
2123cdf0e10cSrcweir()
2124cdf0e10cSrcweir[
2125cdf0e10cSrcweir	/* flags: */
2126cdf0e10cSrcweir	AutoUpdate = FALSE,
2127cdf0e10cSrcweir	Cachable = Cachable,
2128cdf0e10cSrcweir	FastCall = FALSE,
2129cdf0e10cSrcweir	HasCoreId = FALSE,
2130cdf0e10cSrcweir	HasDialog = TRUE,
2131cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2132cdf0e10cSrcweir	Toggle = FALSE,
2133cdf0e10cSrcweir	Container = FALSE,
2134cdf0e10cSrcweir	RecordAbsolute = FALSE,
2135cdf0e10cSrcweir	RecordPerSet;
2136cdf0e10cSrcweir	Synchron;
2137cdf0e10cSrcweir
2138cdf0e10cSrcweir	/* config: */
2139cdf0e10cSrcweir	AccelConfig = TRUE,
2140cdf0e10cSrcweir	MenuConfig = TRUE,
2141cdf0e10cSrcweir	StatusBarConfig = FALSE,
2142cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2143cdf0e10cSrcweir	GroupId = GID_FORMAT;
2144cdf0e10cSrcweir]
2145cdf0e10cSrcweir
2146cdf0e10cSrcweir//--------------------------------------------------------------------------
2147cdf0e10cSrcweirSfxVoidItem EditScenario SID_EDIT_SCENARIO
2148cdf0e10cSrcweir(SfxStringItem ScenarioName SID_EDIT_SCENARIO)
2149cdf0e10cSrcweir[
2150cdf0e10cSrcweir	/* flags: */
2151cdf0e10cSrcweir	AutoUpdate = FALSE,
2152cdf0e10cSrcweir	Cachable = Cachable,
2153cdf0e10cSrcweir	FastCall = FALSE,
2154cdf0e10cSrcweir	HasCoreId = FALSE,
2155cdf0e10cSrcweir	HasDialog = TRUE,
2156cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2157cdf0e10cSrcweir	Toggle = FALSE,
2158cdf0e10cSrcweir	Container = FALSE,
2159cdf0e10cSrcweir	RecordAbsolute = FALSE,
2160cdf0e10cSrcweir	RecordPerSet;
2161cdf0e10cSrcweir	Synchron;
2162cdf0e10cSrcweir
2163cdf0e10cSrcweir	/* config: */
2164cdf0e10cSrcweir	AccelConfig = FALSE,
2165cdf0e10cSrcweir	MenuConfig = FALSE,
2166cdf0e10cSrcweir	StatusBarConfig = FALSE,
2167cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2168cdf0e10cSrcweir	GroupId = GID_INTERN;
2169cdf0e10cSrcweir]
2170cdf0e10cSrcweir
2171cdf0e10cSrcweir//--------------------------------------------------------------------------
2172cdf0e10cSrcweirSfxVoidItem EuroConverter SID_EURO_CONVERTER
2173cdf0e10cSrcweir()
2174cdf0e10cSrcweir[
2175cdf0e10cSrcweir	/* flags: */
2176cdf0e10cSrcweir	AutoUpdate = FALSE,
2177cdf0e10cSrcweir	Cachable = Cachable,
2178cdf0e10cSrcweir	FastCall = FALSE,
2179cdf0e10cSrcweir	HasCoreId = FALSE,
2180cdf0e10cSrcweir	HasDialog = TRUE,
2181cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2182cdf0e10cSrcweir	Toggle = FALSE,
2183cdf0e10cSrcweir	Container = FALSE,
2184cdf0e10cSrcweir	RecordAbsolute = FALSE,
2185cdf0e10cSrcweir	RecordPerSet;
2186cdf0e10cSrcweir	Asynchron;
2187cdf0e10cSrcweir
2188cdf0e10cSrcweir	/* config: */
2189cdf0e10cSrcweir	AccelConfig = TRUE,
2190cdf0e10cSrcweir	MenuConfig = TRUE,
2191cdf0e10cSrcweir	StatusBarConfig = FALSE,
2192cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2193cdf0e10cSrcweir	GroupId = GID_FORMAT;
2194cdf0e10cSrcweir]
2195cdf0e10cSrcweir
2196cdf0e10cSrcweir//--------------------------------------------------------------------------
2197cdf0e10cSrcweirSfxVoidItem FillDown FID_FILL_TO_BOTTOM
2198cdf0e10cSrcweir()
2199cdf0e10cSrcweir[
2200cdf0e10cSrcweir	/* flags: */
2201cdf0e10cSrcweir	AutoUpdate = FALSE,
2202cdf0e10cSrcweir	Cachable = Cachable,
2203cdf0e10cSrcweir	FastCall = FALSE,
2204cdf0e10cSrcweir	HasCoreId = FALSE,
2205cdf0e10cSrcweir	HasDialog = TRUE,
2206cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2207cdf0e10cSrcweir	Toggle = FALSE,
2208cdf0e10cSrcweir	Container = FALSE,
2209cdf0e10cSrcweir	RecordAbsolute = FALSE,
2210cdf0e10cSrcweir	RecordPerSet;
2211cdf0e10cSrcweir	Asynchron;
2212cdf0e10cSrcweir
2213cdf0e10cSrcweir	/* config: */
2214cdf0e10cSrcweir	AccelConfig = TRUE,
2215cdf0e10cSrcweir	MenuConfig = TRUE,
2216cdf0e10cSrcweir	StatusBarConfig = FALSE,
2217cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2218cdf0e10cSrcweir	GroupId = GID_EDIT;
2219cdf0e10cSrcweir]
2220cdf0e10cSrcweir
2221cdf0e10cSrcweir//--------------------------------------------------------------------------
2222cdf0e10cSrcweirSfxVoidItem FillLeft FID_FILL_TO_LEFT
2223cdf0e10cSrcweir()
2224cdf0e10cSrcweir[
2225cdf0e10cSrcweir	/* flags: */
2226cdf0e10cSrcweir	AutoUpdate = FALSE,
2227cdf0e10cSrcweir	Cachable = Cachable,
2228cdf0e10cSrcweir	FastCall = FALSE,
2229cdf0e10cSrcweir	HasCoreId = FALSE,
2230cdf0e10cSrcweir	HasDialog = TRUE,
2231cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2232cdf0e10cSrcweir	Toggle = FALSE,
2233cdf0e10cSrcweir	Container = FALSE,
2234cdf0e10cSrcweir	RecordAbsolute = FALSE,
2235cdf0e10cSrcweir	RecordPerSet;
2236cdf0e10cSrcweir	Asynchron;
2237cdf0e10cSrcweir
2238cdf0e10cSrcweir	/* config: */
2239cdf0e10cSrcweir	AccelConfig = TRUE,
2240cdf0e10cSrcweir	MenuConfig = TRUE,
2241cdf0e10cSrcweir	StatusBarConfig = FALSE,
2242cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2243cdf0e10cSrcweir	GroupId = GID_EDIT;
2244cdf0e10cSrcweir]
2245cdf0e10cSrcweir
2246cdf0e10cSrcweir//--------------------------------------------------------------------------
2247cdf0e10cSrcweirSfxVoidItem FillModeEnd SID_FILL_NONE
2248cdf0e10cSrcweir()
2249cdf0e10cSrcweir[
2250cdf0e10cSrcweir	/* flags: */
2251cdf0e10cSrcweir	AutoUpdate = FALSE,
2252cdf0e10cSrcweir	Cachable = Cachable,
2253cdf0e10cSrcweir	FastCall = FALSE,
2254cdf0e10cSrcweir	HasCoreId = FALSE,
2255cdf0e10cSrcweir	HasDialog = FALSE,
2256cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2257cdf0e10cSrcweir	Toggle = FALSE,
2258cdf0e10cSrcweir	Container = FALSE,
2259cdf0e10cSrcweir	RecordAbsolute = FALSE,
2260cdf0e10cSrcweir	RecordPerSet;
2261cdf0e10cSrcweir	Synchron;
2262cdf0e10cSrcweir
2263cdf0e10cSrcweir	/* config: */
2264cdf0e10cSrcweir	AccelConfig = FALSE,
2265cdf0e10cSrcweir	MenuConfig = FALSE,
2266cdf0e10cSrcweir	StatusBarConfig = FALSE,
2267cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2268cdf0e10cSrcweir	GroupId = GID_EDIT;
2269cdf0e10cSrcweir]
2270cdf0e10cSrcweir
2271cdf0e10cSrcweir//--------------------------------------------------------------------------
2272cdf0e10cSrcweirSfxVoidItem FillModeRemovePredescessor SID_FILL_DEL_PRED
2273cdf0e10cSrcweir()
2274cdf0e10cSrcweir[
2275cdf0e10cSrcweir	/* flags: */
2276cdf0e10cSrcweir	AutoUpdate = FALSE,
2277cdf0e10cSrcweir	Cachable = Cachable,
2278cdf0e10cSrcweir	FastCall = FALSE,
2279cdf0e10cSrcweir	HasCoreId = FALSE,
2280cdf0e10cSrcweir	HasDialog = FALSE,
2281cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2282cdf0e10cSrcweir	Toggle = FALSE,
2283cdf0e10cSrcweir	Container = FALSE,
2284cdf0e10cSrcweir	RecordAbsolute = FALSE,
2285cdf0e10cSrcweir	RecordPerSet;
2286cdf0e10cSrcweir	Synchron;
2287cdf0e10cSrcweir
2288cdf0e10cSrcweir	/* config: */
2289cdf0e10cSrcweir	AccelConfig = FALSE,
2290cdf0e10cSrcweir	MenuConfig = FALSE,
2291cdf0e10cSrcweir	StatusBarConfig = FALSE,
2292cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2293cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2294cdf0e10cSrcweir]
2295cdf0e10cSrcweir
2296cdf0e10cSrcweir//--------------------------------------------------------------------------
2297cdf0e10cSrcweirSfxVoidItem FillModeRemoveSuccessor SID_FILL_DEL_SUCC
2298cdf0e10cSrcweir()
2299cdf0e10cSrcweir[
2300cdf0e10cSrcweir	/* flags: */
2301cdf0e10cSrcweir	AutoUpdate = FALSE,
2302cdf0e10cSrcweir	Cachable = Cachable,
2303cdf0e10cSrcweir	FastCall = FALSE,
2304cdf0e10cSrcweir	HasCoreId = FALSE,
2305cdf0e10cSrcweir	HasDialog = FALSE,
2306cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2307cdf0e10cSrcweir	Toggle = FALSE,
2308cdf0e10cSrcweir	Container = FALSE,
2309cdf0e10cSrcweir	RecordAbsolute = FALSE,
2310cdf0e10cSrcweir	RecordPerSet;
2311cdf0e10cSrcweir	Synchron;
2312cdf0e10cSrcweir
2313cdf0e10cSrcweir	/* config: */
2314cdf0e10cSrcweir	AccelConfig = FALSE,
2315cdf0e10cSrcweir	MenuConfig = FALSE,
2316cdf0e10cSrcweir	StatusBarConfig = FALSE,
2317cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2318cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2319cdf0e10cSrcweir]
2320cdf0e10cSrcweir
2321cdf0e10cSrcweir//--------------------------------------------------------------------------
2322cdf0e10cSrcweirSfxVoidItem FillModeSelect SID_FILL_SELECT
2323cdf0e10cSrcweir(SfxInt16Item PosX SID_RANGE_COL,SfxInt32Item PosY SID_RANGE_ROW)
2324cdf0e10cSrcweir[
2325cdf0e10cSrcweir	/* flags: */
2326cdf0e10cSrcweir	AutoUpdate = FALSE,
2327cdf0e10cSrcweir	Cachable = Cachable,
2328cdf0e10cSrcweir	FastCall = FALSE,
2329cdf0e10cSrcweir	HasCoreId = FALSE,
2330cdf0e10cSrcweir	HasDialog = FALSE,
2331cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2332cdf0e10cSrcweir	Toggle = FALSE,
2333cdf0e10cSrcweir	Container = FALSE,
2334cdf0e10cSrcweir	RecordAbsolute = FALSE,
2335cdf0e10cSrcweir	RecordPerSet;
2336cdf0e10cSrcweir	Synchron;
2337cdf0e10cSrcweir
2338cdf0e10cSrcweir	/* config: */
2339cdf0e10cSrcweir	AccelConfig = FALSE,
2340cdf0e10cSrcweir	MenuConfig = FALSE,
2341cdf0e10cSrcweir	StatusBarConfig = FALSE,
2342cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2343cdf0e10cSrcweir	GroupId = GID_EDIT;
2344cdf0e10cSrcweir]
2345cdf0e10cSrcweir
2346cdf0e10cSrcweir//--------------------------------------------------------------------------
2347cdf0e10cSrcweirSfxVoidItem FillModeTracePredescessor SID_FILL_ADD_PRED
2348cdf0e10cSrcweir()
2349cdf0e10cSrcweir[
2350cdf0e10cSrcweir	/* flags: */
2351cdf0e10cSrcweir	AutoUpdate = FALSE,
2352cdf0e10cSrcweir	Cachable = Cachable,
2353cdf0e10cSrcweir	FastCall = FALSE,
2354cdf0e10cSrcweir	HasCoreId = FALSE,
2355cdf0e10cSrcweir	HasDialog = FALSE,
2356cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2357cdf0e10cSrcweir	Toggle = FALSE,
2358cdf0e10cSrcweir	Container = FALSE,
2359cdf0e10cSrcweir	RecordAbsolute = FALSE,
2360cdf0e10cSrcweir	RecordPerSet;
2361cdf0e10cSrcweir	Synchron;
2362cdf0e10cSrcweir
2363cdf0e10cSrcweir	/* config: */
2364cdf0e10cSrcweir	AccelConfig = FALSE,
2365cdf0e10cSrcweir	MenuConfig = FALSE,
2366cdf0e10cSrcweir	StatusBarConfig = FALSE,
2367cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2368cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2369cdf0e10cSrcweir]
2370cdf0e10cSrcweir
2371cdf0e10cSrcweir//--------------------------------------------------------------------------
2372cdf0e10cSrcweirSfxVoidItem FillModeTraceSuccessor SID_FILL_ADD_SUCC
2373cdf0e10cSrcweir()
2374cdf0e10cSrcweir[
2375cdf0e10cSrcweir	/* flags: */
2376cdf0e10cSrcweir	AutoUpdate = FALSE,
2377cdf0e10cSrcweir	Cachable = Cachable,
2378cdf0e10cSrcweir	FastCall = FALSE,
2379cdf0e10cSrcweir	HasCoreId = FALSE,
2380cdf0e10cSrcweir	HasDialog = FALSE,
2381cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2382cdf0e10cSrcweir	Toggle = FALSE,
2383cdf0e10cSrcweir	Container = FALSE,
2384cdf0e10cSrcweir	RecordAbsolute = FALSE,
2385cdf0e10cSrcweir	RecordPerSet;
2386cdf0e10cSrcweir	Synchron;
2387cdf0e10cSrcweir
2388cdf0e10cSrcweir	/* config: */
2389cdf0e10cSrcweir	AccelConfig = FALSE,
2390cdf0e10cSrcweir	MenuConfig = FALSE,
2391cdf0e10cSrcweir	StatusBarConfig = FALSE,
2392cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2393cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2394cdf0e10cSrcweir]
2395cdf0e10cSrcweir
2396cdf0e10cSrcweir//--------------------------------------------------------------------------
2397cdf0e10cSrcweirSfxVoidItem FillRight FID_FILL_TO_RIGHT
2398cdf0e10cSrcweir()
2399cdf0e10cSrcweir[
2400cdf0e10cSrcweir	/* flags: */
2401cdf0e10cSrcweir	AutoUpdate = FALSE,
2402cdf0e10cSrcweir	Cachable = Cachable,
2403cdf0e10cSrcweir	FastCall = FALSE,
2404cdf0e10cSrcweir	HasCoreId = FALSE,
2405cdf0e10cSrcweir	HasDialog = TRUE,
2406cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2407cdf0e10cSrcweir	Toggle = FALSE,
2408cdf0e10cSrcweir	Container = FALSE,
2409cdf0e10cSrcweir	RecordAbsolute = FALSE,
2410cdf0e10cSrcweir	RecordPerSet;
2411cdf0e10cSrcweir	Asynchron;
2412cdf0e10cSrcweir
2413cdf0e10cSrcweir	/* config: */
2414cdf0e10cSrcweir	AccelConfig = TRUE,
2415cdf0e10cSrcweir	MenuConfig = TRUE,
2416cdf0e10cSrcweir	StatusBarConfig = FALSE,
2417cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2418cdf0e10cSrcweir	GroupId = GID_EDIT;
2419cdf0e10cSrcweir]
2420cdf0e10cSrcweir
2421cdf0e10cSrcweir//--------------------------------------------------------------------------
2422cdf0e10cSrcweirSfxVoidItem FillSeries FID_FILL_SERIES
2423cdf0e10cSrcweir(SfxStringItem FillDir FID_FILL_SERIES,SfxStringItem FillCmd FN_PARAM_1,SfxStringItem FillStep FN_PARAM_3,SfxStringItem FillDateCmd FN_PARAM_2,SfxStringItem FillStart FN_PARAM_4,SfxStringItem FillMax FN_PARAM_5)
2424cdf0e10cSrcweir[
2425cdf0e10cSrcweir	/* flags: */
2426cdf0e10cSrcweir	AutoUpdate = FALSE,
2427cdf0e10cSrcweir	Cachable = Cachable,
2428cdf0e10cSrcweir	FastCall = FALSE,
2429cdf0e10cSrcweir	HasCoreId = FALSE,
2430cdf0e10cSrcweir	HasDialog = TRUE,
2431cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2432cdf0e10cSrcweir	Toggle = FALSE,
2433cdf0e10cSrcweir	Container = FALSE,
2434cdf0e10cSrcweir	RecordAbsolute = FALSE,
2435cdf0e10cSrcweir	RecordPerSet;
2436cdf0e10cSrcweir	Asynchron;
2437cdf0e10cSrcweir
2438cdf0e10cSrcweir	/* config: */
2439cdf0e10cSrcweir	AccelConfig = TRUE,
2440cdf0e10cSrcweir	MenuConfig = TRUE,
2441cdf0e10cSrcweir	StatusBarConfig = FALSE,
2442cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2443cdf0e10cSrcweir	GroupId = GID_EDIT;
2444cdf0e10cSrcweir]
2445cdf0e10cSrcweir
2446cdf0e10cSrcweir//--------------------------------------------------------------------------
2447cdf0e10cSrcweirSfxVoidItem FillTable FID_FILL_TAB
2448cdf0e10cSrcweir(SfxStringItem Flags FID_FILL_TAB)
2449cdf0e10cSrcweir[
2450cdf0e10cSrcweir	/* flags: */
2451cdf0e10cSrcweir	AutoUpdate = FALSE,
2452cdf0e10cSrcweir	Cachable = Cachable,
2453cdf0e10cSrcweir	FastCall = FALSE,
2454cdf0e10cSrcweir	HasCoreId = FALSE,
2455cdf0e10cSrcweir	HasDialog = TRUE,
2456cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2457cdf0e10cSrcweir	Toggle = FALSE,
2458cdf0e10cSrcweir	Container = FALSE,
2459cdf0e10cSrcweir	RecordAbsolute = FALSE,
2460cdf0e10cSrcweir	RecordPerSet;
2461cdf0e10cSrcweir	Asynchron;
2462cdf0e10cSrcweir
2463cdf0e10cSrcweir	/* config: */
2464cdf0e10cSrcweir	AccelConfig = TRUE,
2465cdf0e10cSrcweir	MenuConfig = TRUE,
2466cdf0e10cSrcweir	StatusBarConfig = FALSE,
2467cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2468cdf0e10cSrcweir	GroupId = GID_EDIT;
2469cdf0e10cSrcweir]
2470cdf0e10cSrcweir
2471cdf0e10cSrcweir//--------------------------------------------------------------------------
2472cdf0e10cSrcweirSfxVoidItem FillUp FID_FILL_TO_TOP
2473cdf0e10cSrcweir()
2474cdf0e10cSrcweir[
2475cdf0e10cSrcweir	/* flags: */
2476cdf0e10cSrcweir	AutoUpdate = FALSE,
2477cdf0e10cSrcweir	Cachable = Cachable,
2478cdf0e10cSrcweir	FastCall = FALSE,
2479cdf0e10cSrcweir	HasCoreId = FALSE,
2480cdf0e10cSrcweir	HasDialog = TRUE,
2481cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2482cdf0e10cSrcweir	Toggle = FALSE,
2483cdf0e10cSrcweir	Container = FALSE,
2484cdf0e10cSrcweir	RecordAbsolute = FALSE,
2485cdf0e10cSrcweir	RecordPerSet;
2486cdf0e10cSrcweir	Asynchron;
2487cdf0e10cSrcweir
2488cdf0e10cSrcweir	/* config: */
2489cdf0e10cSrcweir	AccelConfig = TRUE,
2490cdf0e10cSrcweir	MenuConfig = TRUE,
2491cdf0e10cSrcweir	StatusBarConfig = FALSE,
2492cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2493cdf0e10cSrcweir	GroupId = GID_EDIT;
2494cdf0e10cSrcweir]
2495cdf0e10cSrcweir
2496cdf0e10cSrcweir//--------------------------------------------------------------------------
2497cdf0e10cSrcweirSfxVoidItem FilterExecute FID_FILTER_OK
2498cdf0e10cSrcweir()
2499cdf0e10cSrcweir[
2500cdf0e10cSrcweir	/* flags: */
2501cdf0e10cSrcweir	AutoUpdate = FALSE,
2502cdf0e10cSrcweir	Cachable = Cachable,
2503cdf0e10cSrcweir	FastCall = FALSE,
2504cdf0e10cSrcweir	HasCoreId = FALSE,
2505cdf0e10cSrcweir	HasDialog = FALSE,
2506cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2507cdf0e10cSrcweir	Toggle = FALSE,
2508cdf0e10cSrcweir	Container = FALSE,
2509cdf0e10cSrcweir	RecordAbsolute = FALSE,
2510cdf0e10cSrcweir	RecordPerSet;
2511cdf0e10cSrcweir	Synchron;
2512cdf0e10cSrcweir
2513cdf0e10cSrcweir	/* config: */
2514cdf0e10cSrcweir	AccelConfig = FALSE,
2515cdf0e10cSrcweir	MenuConfig = FALSE,
2516cdf0e10cSrcweir	StatusBarConfig = FALSE,
2517cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2518cdf0e10cSrcweir	GroupId = GID_INTERN;
2519cdf0e10cSrcweir]
2520cdf0e10cSrcweir
2521cdf0e10cSrcweir//--------------------------------------------------------------------------
2522cdf0e10cSrcweirSfxVoidItem FirstPage SID_PREVIEW_FIRST
2523cdf0e10cSrcweir()
2524cdf0e10cSrcweir[
2525cdf0e10cSrcweir	/* flags: */
2526cdf0e10cSrcweir	AutoUpdate = FALSE,
2527cdf0e10cSrcweir	Cachable = Cachable,
2528cdf0e10cSrcweir	FastCall = FALSE,
2529cdf0e10cSrcweir	HasCoreId = FALSE,
2530cdf0e10cSrcweir	HasDialog = FALSE,
2531cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2532cdf0e10cSrcweir	Toggle = FALSE,
2533cdf0e10cSrcweir	Container = FALSE,
2534cdf0e10cSrcweir	RecordAbsolute = FALSE,
2535cdf0e10cSrcweir	RecordPerSet;
2536cdf0e10cSrcweir	Synchron;
2537cdf0e10cSrcweir
2538cdf0e10cSrcweir	/* config: */
2539cdf0e10cSrcweir	AccelConfig = TRUE,
2540cdf0e10cSrcweir	MenuConfig = FALSE,
2541cdf0e10cSrcweir	StatusBarConfig = FALSE,
2542cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2543cdf0e10cSrcweir	GroupId = GID_VIEW;
2544cdf0e10cSrcweir]
2545cdf0e10cSrcweir
2546cdf0e10cSrcweir//--------------------------------------------------------------------------
2547cdf0e10cSrcweirSfxVoidItem FocusCellAddress FID_FOCUS_POSWND
2548cdf0e10cSrcweir()
2549cdf0e10cSrcweir[
2550cdf0e10cSrcweir	/* flags: */
2551cdf0e10cSrcweir	AutoUpdate = FALSE,
2552cdf0e10cSrcweir	Cachable = Cachable,
2553cdf0e10cSrcweir	FastCall = FALSE,
2554cdf0e10cSrcweir	HasCoreId = FALSE,
2555cdf0e10cSrcweir	HasDialog = FALSE,
2556cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2557cdf0e10cSrcweir	Toggle = FALSE,
2558cdf0e10cSrcweir	Container = TRUE,
2559cdf0e10cSrcweir	RecordAbsolute = FALSE,
2560cdf0e10cSrcweir	RecordPerSet;
2561cdf0e10cSrcweir	Synchron;
2562cdf0e10cSrcweir
2563cdf0e10cSrcweir	/* config: */
2564cdf0e10cSrcweir	AccelConfig = TRUE,
2565cdf0e10cSrcweir	MenuConfig = FALSE,
2566cdf0e10cSrcweir	StatusBarConfig = FALSE,
2567cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2568cdf0e10cSrcweir	GroupId = GID_APPLICATION;
2569cdf0e10cSrcweir]
2570cdf0e10cSrcweir
2571cdf0e10cSrcweir//--------------------------------------------------------------------------
2572cdf0e10cSrcweirSfxVoidItem FormatCellDialog FID_CELL_FORMAT
2573cdf0e10cSrcweir()
2574cdf0e10cSrcweir[
2575cdf0e10cSrcweir	/* flags: */
2576cdf0e10cSrcweir	AutoUpdate = FALSE,
2577cdf0e10cSrcweir	Cachable = Cachable,
2578cdf0e10cSrcweir	FastCall = FALSE,
2579cdf0e10cSrcweir	HasCoreId = FALSE,
2580cdf0e10cSrcweir	HasDialog = TRUE,
2581cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2582cdf0e10cSrcweir	Toggle = FALSE,
2583cdf0e10cSrcweir	Container = FALSE,
2584cdf0e10cSrcweir	RecordAbsolute = FALSE,
2585cdf0e10cSrcweir	RecordPerItem;
2586cdf0e10cSrcweir	Synchron;
2587cdf0e10cSrcweir
2588cdf0e10cSrcweir	/* config: */
2589cdf0e10cSrcweir	AccelConfig = TRUE,
2590cdf0e10cSrcweir	MenuConfig = TRUE,
2591cdf0e10cSrcweir	StatusBarConfig = FALSE,
2592cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2593cdf0e10cSrcweir	GroupId = GID_FORMAT;
2594cdf0e10cSrcweir]
2595cdf0e10cSrcweir
2596cdf0e10cSrcweir//--------------------------------------------------------------------------
2597cdf0e10cSrcweirSfxStringItem Formula SID_RANGE_FORMULA
2598cdf0e10cSrcweir
2599cdf0e10cSrcweir[
2600cdf0e10cSrcweir	/* flags: */
2601cdf0e10cSrcweir	AutoUpdate = FALSE,
2602cdf0e10cSrcweir	Cachable = Cachable,
2603cdf0e10cSrcweir	FastCall = FALSE,
2604cdf0e10cSrcweir	HasCoreId = FALSE,
2605cdf0e10cSrcweir	HasDialog = FALSE,
2606cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2607cdf0e10cSrcweir	Toggle = FALSE,
2608cdf0e10cSrcweir	Container = FALSE,
2609cdf0e10cSrcweir	RecordAbsolute = FALSE,
2610cdf0e10cSrcweir	RecordPerSet;
2611cdf0e10cSrcweir	Synchron;
2612cdf0e10cSrcweir
2613cdf0e10cSrcweir	Readonly = TRUE,
2614cdf0e10cSrcweir
2615cdf0e10cSrcweir	/* config: */
2616cdf0e10cSrcweir	AccelConfig = FALSE,
2617cdf0e10cSrcweir	MenuConfig = FALSE,
2618cdf0e10cSrcweir	StatusBarConfig = FALSE,
2619cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2620cdf0e10cSrcweir	GroupId = GID_INTERN;
2621cdf0e10cSrcweir]
2622cdf0e10cSrcweir
2623cdf0e10cSrcweir//--------------------------------------------------------------------------
2624cdf0e10cSrcweirSfxVoidItem FreezePanes SID_WINDOW_FIX
2625cdf0e10cSrcweir()
2626cdf0e10cSrcweir[
2627cdf0e10cSrcweir	/* flags: */
2628cdf0e10cSrcweir	AutoUpdate = FALSE,
2629cdf0e10cSrcweir	Cachable = Cachable,
2630cdf0e10cSrcweir	FastCall = FALSE,
2631cdf0e10cSrcweir	HasCoreId = FALSE,
2632cdf0e10cSrcweir	HasDialog = FALSE,
2633cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2634cdf0e10cSrcweir	Toggle = FALSE,
2635cdf0e10cSrcweir	Container = FALSE,
2636cdf0e10cSrcweir	RecordAbsolute = FALSE,
2637cdf0e10cSrcweir	RecordPerSet;
2638cdf0e10cSrcweir	Synchron;
2639cdf0e10cSrcweir
2640cdf0e10cSrcweir	/* config: */
2641cdf0e10cSrcweir	AccelConfig = TRUE,
2642cdf0e10cSrcweir	MenuConfig = TRUE,
2643cdf0e10cSrcweir	StatusBarConfig = FALSE,
2644cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2645cdf0e10cSrcweir	GroupId = GID_VIEW;
2646cdf0e10cSrcweir]
2647cdf0e10cSrcweir
2648cdf0e10cSrcweir//--------------------------------------------------------------------------
2649cdf0e10cSrcweirSfxBoolItem FunctionBox FID_FUNCTION_BOX
2650cdf0e10cSrcweir
2651cdf0e10cSrcweir[
2652cdf0e10cSrcweir	/* flags: */
2653cdf0e10cSrcweir	AutoUpdate = FALSE,
2654cdf0e10cSrcweir	Cachable = Cachable,
2655cdf0e10cSrcweir	FastCall = FALSE,
2656cdf0e10cSrcweir	HasCoreId = FALSE,
2657cdf0e10cSrcweir	HasDialog = FALSE,
2658cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2659cdf0e10cSrcweir	Toggle = FALSE,
2660cdf0e10cSrcweir	Container = TRUE,
2661cdf0e10cSrcweir	RecordAbsolute = FALSE,
2662cdf0e10cSrcweir	RecordPerSet;
2663cdf0e10cSrcweir	Synchron;
2664cdf0e10cSrcweir
2665cdf0e10cSrcweir	Readonly = FALSE,
2666cdf0e10cSrcweir
2667cdf0e10cSrcweir	/* config: */
2668cdf0e10cSrcweir	AccelConfig = TRUE,
2669cdf0e10cSrcweir	MenuConfig = TRUE,
2670cdf0e10cSrcweir	StatusBarConfig = FALSE,
2671cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2672cdf0e10cSrcweir	GroupId = GID_VIEW;
2673cdf0e10cSrcweir]
2674cdf0e10cSrcweir
2675cdf0e10cSrcweir//--------------------------------------------------------------------------
2676cdf0e10cSrcweirSfxVoidItem FunctionDialog SID_OPENDLG_FUNCTION
2677cdf0e10cSrcweir()
2678cdf0e10cSrcweir[
2679cdf0e10cSrcweir	/* flags: */
2680cdf0e10cSrcweir	AutoUpdate = FALSE,
2681cdf0e10cSrcweir	Cachable = Cachable,
2682cdf0e10cSrcweir	FastCall = FALSE,
2683cdf0e10cSrcweir	HasCoreId = FALSE,
2684cdf0e10cSrcweir	HasDialog = FALSE,
2685cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2686cdf0e10cSrcweir	Toggle = FALSE,
2687cdf0e10cSrcweir	Container = FALSE,
2688cdf0e10cSrcweir	RecordAbsolute = FALSE,
2689cdf0e10cSrcweir	RecordPerSet;
2690cdf0e10cSrcweir	Synchron;
2691cdf0e10cSrcweir
2692cdf0e10cSrcweir	/* config: */
2693cdf0e10cSrcweir	AccelConfig = TRUE,
2694cdf0e10cSrcweir	MenuConfig = TRUE,
2695cdf0e10cSrcweir	StatusBarConfig = FALSE,
2696cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2697cdf0e10cSrcweir	GroupId = GID_INSERT;
2698cdf0e10cSrcweir]
2699cdf0e10cSrcweir
2700cdf0e10cSrcweir//--------------------------------------------------------------------------
2701cdf0e10cSrcweirSfxVoidItem GoalSeek SID_SOLVE
2702cdf0e10cSrcweir()
2703cdf0e10cSrcweir[
2704cdf0e10cSrcweir	/* flags: */
2705cdf0e10cSrcweir	AutoUpdate = FALSE,
2706cdf0e10cSrcweir	Cachable = Cachable,
2707cdf0e10cSrcweir	FastCall = FALSE,
2708cdf0e10cSrcweir	HasCoreId = FALSE,
2709cdf0e10cSrcweir	HasDialog = FALSE,
2710cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2711cdf0e10cSrcweir	Toggle = FALSE,
2712cdf0e10cSrcweir	Container = FALSE,
2713cdf0e10cSrcweir	RecordAbsolute = FALSE,
2714cdf0e10cSrcweir	RecordPerSet;
2715cdf0e10cSrcweir	Synchron;
2716cdf0e10cSrcweir
2717cdf0e10cSrcweir	/* config: */
2718cdf0e10cSrcweir	AccelConfig = FALSE,
2719cdf0e10cSrcweir	MenuConfig = FALSE,
2720cdf0e10cSrcweir	StatusBarConfig = FALSE,
2721cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2722cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2723cdf0e10cSrcweir]
2724cdf0e10cSrcweir
2725cdf0e10cSrcweir//--------------------------------------------------------------------------
2726cdf0e10cSrcweirSfxVoidItem GoalSeekDialog SID_OPENDLG_SOLVE
2727cdf0e10cSrcweir()
2728cdf0e10cSrcweir[
2729cdf0e10cSrcweir	/* flags: */
2730cdf0e10cSrcweir	AutoUpdate = FALSE,
2731cdf0e10cSrcweir	Cachable = Cachable,
2732cdf0e10cSrcweir	FastCall = FALSE,
2733cdf0e10cSrcweir	HasCoreId = FALSE,
2734cdf0e10cSrcweir	HasDialog = TRUE,
2735cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2736cdf0e10cSrcweir	Toggle = FALSE,
2737cdf0e10cSrcweir	Container = FALSE,
2738cdf0e10cSrcweir	RecordAbsolute = FALSE,
2739cdf0e10cSrcweir	RecordPerSet;
2740cdf0e10cSrcweir	Synchron;
2741cdf0e10cSrcweir
2742cdf0e10cSrcweir	/* config: */
2743cdf0e10cSrcweir	AccelConfig = TRUE,
2744cdf0e10cSrcweir	MenuConfig = TRUE,
2745cdf0e10cSrcweir	StatusBarConfig = FALSE,
2746cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2747cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2748cdf0e10cSrcweir]
2749cdf0e10cSrcweir
2750cdf0e10cSrcweir//--------------------------------------------------------------------------
2751cdf0e10cSrcweirSfxVoidItem SolverDialog SID_OPENDLG_OPTSOLVER
2752cdf0e10cSrcweir()
2753cdf0e10cSrcweir[
2754cdf0e10cSrcweir	/* flags: */
2755cdf0e10cSrcweir	AutoUpdate = FALSE,
2756cdf0e10cSrcweir	Cachable = Cachable,
2757cdf0e10cSrcweir	FastCall = FALSE,
2758cdf0e10cSrcweir	HasCoreId = FALSE,
2759cdf0e10cSrcweir	HasDialog = TRUE,
2760cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2761cdf0e10cSrcweir	Toggle = FALSE,
2762cdf0e10cSrcweir	Container = FALSE,
2763cdf0e10cSrcweir	RecordAbsolute = FALSE,
2764cdf0e10cSrcweir	RecordPerSet;
2765cdf0e10cSrcweir	Synchron;
2766cdf0e10cSrcweir
2767cdf0e10cSrcweir	/* config: */
2768cdf0e10cSrcweir	AccelConfig = TRUE,
2769cdf0e10cSrcweir	MenuConfig = TRUE,
2770cdf0e10cSrcweir	StatusBarConfig = FALSE,
2771cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2772cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2773cdf0e10cSrcweir]
2774cdf0e10cSrcweir
2775cdf0e10cSrcweir//--------------------------------------------------------------------------
2776cdf0e10cSrcweir//<!--Added by PengYunQuan for Validity Cell Range Picker
2777cdf0e10cSrcweirSfxVoidItem ValidityReference SID_VALIDITY_REFERENCE
2778cdf0e10cSrcweir()
2779cdf0e10cSrcweir[
2780cdf0e10cSrcweir	/* flags: */
2781cdf0e10cSrcweir	AutoUpdate = FALSE,
2782cdf0e10cSrcweir	Cachable = Cachable,
2783cdf0e10cSrcweir	FastCall = FALSE,
2784cdf0e10cSrcweir	HasCoreId = FALSE,
2785cdf0e10cSrcweir	HasDialog = TRUE,
2786cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2787cdf0e10cSrcweir	Toggle = FALSE,
2788cdf0e10cSrcweir	Container = FALSE,
2789cdf0e10cSrcweir	RecordAbsolute = FALSE,
2790cdf0e10cSrcweir	RecordPerSet;
2791cdf0e10cSrcweir	Synchron;
2792cdf0e10cSrcweir
2793cdf0e10cSrcweir	/* config: */
2794cdf0e10cSrcweir	AccelConfig = FALSE,
2795cdf0e10cSrcweir	MenuConfig = FALSE,
2796cdf0e10cSrcweir	StatusBarConfig = FALSE,
2797cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2798cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2799cdf0e10cSrcweir]
2800cdf0e10cSrcweir//-->Added by PengYunQuan for Validity Cell Range Picker
2801cdf0e10cSrcweir
2802cdf0e10cSrcweir//--------------------------------------------------------------------------
2803cdf0e10cSrcweirSfxVoidItem GoDownToEndOfData SID_CURSORBLKDOWN
2804cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2)
2805cdf0e10cSrcweir[
2806cdf0e10cSrcweir	/* flags: */
2807cdf0e10cSrcweir	AutoUpdate = FALSE,
2808cdf0e10cSrcweir	Cachable = Cachable,
2809cdf0e10cSrcweir	FastCall = FALSE,
2810cdf0e10cSrcweir	HasCoreId = FALSE,
2811cdf0e10cSrcweir	HasDialog = FALSE,
2812cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2813cdf0e10cSrcweir	Toggle = FALSE,
2814cdf0e10cSrcweir	Container = FALSE,
2815cdf0e10cSrcweir	RecordAbsolute = FALSE,
2816cdf0e10cSrcweir	RecordPerSet;
2817cdf0e10cSrcweir	Synchron;
2818cdf0e10cSrcweir
2819cdf0e10cSrcweir	/* config: */
2820cdf0e10cSrcweir	AccelConfig = TRUE,
2821cdf0e10cSrcweir	MenuConfig = FALSE,
2822cdf0e10cSrcweir	StatusBarConfig = FALSE,
2823cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2824cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
2825cdf0e10cSrcweir]
2826cdf0e10cSrcweir
2827cdf0e10cSrcweir//--------------------------------------------------------------------------
2828cdf0e10cSrcweirSfxVoidItem GoDownToEndOfDataSel SID_CURSORBLKDOWN_SEL
2829cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1)
2830cdf0e10cSrcweir[
2831cdf0e10cSrcweir	/* flags: */
2832cdf0e10cSrcweir	AutoUpdate = FALSE,
2833cdf0e10cSrcweir	Cachable = Cachable,
2834cdf0e10cSrcweir	FastCall = FALSE,
2835cdf0e10cSrcweir	HasCoreId = FALSE,
2836cdf0e10cSrcweir	HasDialog = FALSE,
2837cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2838cdf0e10cSrcweir	Toggle = FALSE,
2839cdf0e10cSrcweir	Container = FALSE,
2840cdf0e10cSrcweir	RecordAbsolute = FALSE,
2841cdf0e10cSrcweir	RecordPerSet;
2842cdf0e10cSrcweir	Synchron;
2843cdf0e10cSrcweir
2844cdf0e10cSrcweir	/* config: */
2845cdf0e10cSrcweir	AccelConfig = TRUE,
2846cdf0e10cSrcweir	MenuConfig = FALSE,
2847cdf0e10cSrcweir	StatusBarConfig = FALSE,
2848cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2849cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
2850cdf0e10cSrcweir]
2851cdf0e10cSrcweir
2852cdf0e10cSrcweir//--------------------------------------------------------------------------
2853cdf0e10cSrcweirSfxVoidItem GoLeftBlock SID_CURSORPAGELEFT_
2854cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2)
2855cdf0e10cSrcweir[
2856cdf0e10cSrcweir	/* flags: */
2857cdf0e10cSrcweir	AutoUpdate = FALSE,
2858cdf0e10cSrcweir	Cachable = Cachable,
2859cdf0e10cSrcweir	FastCall = FALSE,
2860cdf0e10cSrcweir	HasCoreId = FALSE,
2861cdf0e10cSrcweir	HasDialog = FALSE,
2862cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2863cdf0e10cSrcweir	Toggle = FALSE,
2864cdf0e10cSrcweir	Container = FALSE,
2865cdf0e10cSrcweir	RecordAbsolute = FALSE,
2866cdf0e10cSrcweir	RecordPerSet;
2867cdf0e10cSrcweir	Synchron;
2868cdf0e10cSrcweir
2869cdf0e10cSrcweir	/* config: */
2870cdf0e10cSrcweir	AccelConfig = TRUE,
2871cdf0e10cSrcweir	MenuConfig = FALSE,
2872cdf0e10cSrcweir	StatusBarConfig = FALSE,
2873cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2874cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
2875cdf0e10cSrcweir]
2876cdf0e10cSrcweir
2877cdf0e10cSrcweir//--------------------------------------------------------------------------
2878cdf0e10cSrcweirSfxVoidItem GoLeftToStartOfData SID_CURSORBLKLEFT
2879cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2)
2880cdf0e10cSrcweir[
2881cdf0e10cSrcweir	/* flags: */
2882cdf0e10cSrcweir	AutoUpdate = FALSE,
2883cdf0e10cSrcweir	Cachable = Cachable,
2884cdf0e10cSrcweir	FastCall = FALSE,
2885cdf0e10cSrcweir	HasCoreId = FALSE,
2886cdf0e10cSrcweir	HasDialog = FALSE,
2887cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2888cdf0e10cSrcweir	Toggle = FALSE,
2889cdf0e10cSrcweir	Container = FALSE,
2890cdf0e10cSrcweir	RecordAbsolute = FALSE,
2891cdf0e10cSrcweir	RecordPerSet;
2892cdf0e10cSrcweir	Synchron;
2893cdf0e10cSrcweir
2894cdf0e10cSrcweir	/* config: */
2895cdf0e10cSrcweir	AccelConfig = TRUE,
2896cdf0e10cSrcweir	MenuConfig = FALSE,
2897cdf0e10cSrcweir	StatusBarConfig = FALSE,
2898cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2899cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
2900cdf0e10cSrcweir]
2901cdf0e10cSrcweir
2902cdf0e10cSrcweir//--------------------------------------------------------------------------
2903cdf0e10cSrcweirSfxVoidItem GoLeftToStartOfDataSel SID_CURSORBLKLEFT_SEL
2904cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1)
2905cdf0e10cSrcweir[
2906cdf0e10cSrcweir	/* flags: */
2907cdf0e10cSrcweir	AutoUpdate = FALSE,
2908cdf0e10cSrcweir	Cachable = Cachable,
2909cdf0e10cSrcweir	FastCall = FALSE,
2910cdf0e10cSrcweir	HasCoreId = FALSE,
2911cdf0e10cSrcweir	HasDialog = FALSE,
2912cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2913cdf0e10cSrcweir	Toggle = FALSE,
2914cdf0e10cSrcweir	Container = FALSE,
2915cdf0e10cSrcweir	RecordAbsolute = FALSE,
2916cdf0e10cSrcweir	RecordPerSet;
2917cdf0e10cSrcweir	Synchron;
2918cdf0e10cSrcweir
2919cdf0e10cSrcweir	/* config: */
2920cdf0e10cSrcweir	AccelConfig = TRUE,
2921cdf0e10cSrcweir	MenuConfig = FALSE,
2922cdf0e10cSrcweir	StatusBarConfig = FALSE,
2923cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2924cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
2925cdf0e10cSrcweir]
2926cdf0e10cSrcweir
2927cdf0e10cSrcweir//--------------------------------------------------------------------------
2928cdf0e10cSrcweirSfxVoidItem GoRightBlock SID_CURSORPAGERIGHT_
2929cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2)
2930cdf0e10cSrcweir[
2931cdf0e10cSrcweir	/* flags: */
2932cdf0e10cSrcweir	AutoUpdate = FALSE,
2933cdf0e10cSrcweir	Cachable = Cachable,
2934cdf0e10cSrcweir	FastCall = FALSE,
2935cdf0e10cSrcweir	HasCoreId = FALSE,
2936cdf0e10cSrcweir	HasDialog = FALSE,
2937cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2938cdf0e10cSrcweir	Toggle = FALSE,
2939cdf0e10cSrcweir	Container = FALSE,
2940cdf0e10cSrcweir	RecordAbsolute = FALSE,
2941cdf0e10cSrcweir	RecordPerSet;
2942cdf0e10cSrcweir	Synchron;
2943cdf0e10cSrcweir
2944cdf0e10cSrcweir	/* config: */
2945cdf0e10cSrcweir	AccelConfig = TRUE,
2946cdf0e10cSrcweir	MenuConfig = FALSE,
2947cdf0e10cSrcweir	StatusBarConfig = FALSE,
2948cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2949cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
2950cdf0e10cSrcweir]
2951cdf0e10cSrcweir
2952cdf0e10cSrcweir//--------------------------------------------------------------------------
2953cdf0e10cSrcweirSfxVoidItem GoRightBlockSel SID_CURSORPAGERIGHT_SEL
2954cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1)
2955cdf0e10cSrcweir[
2956cdf0e10cSrcweir	/* flags: */
2957cdf0e10cSrcweir	AutoUpdate = FALSE,
2958cdf0e10cSrcweir	Cachable = Cachable,
2959cdf0e10cSrcweir	FastCall = FALSE,
2960cdf0e10cSrcweir	HasCoreId = FALSE,
2961cdf0e10cSrcweir	HasDialog = FALSE,
2962cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2963cdf0e10cSrcweir	Toggle = FALSE,
2964cdf0e10cSrcweir	Container = FALSE,
2965cdf0e10cSrcweir	RecordAbsolute = FALSE,
2966cdf0e10cSrcweir	RecordPerSet;
2967cdf0e10cSrcweir	Synchron;
2968cdf0e10cSrcweir
2969cdf0e10cSrcweir	/* config: */
2970cdf0e10cSrcweir	AccelConfig = TRUE,
2971cdf0e10cSrcweir	MenuConfig = FALSE,
2972cdf0e10cSrcweir	StatusBarConfig = FALSE,
2973cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2974cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
2975cdf0e10cSrcweir]
2976cdf0e10cSrcweir
2977cdf0e10cSrcweir//--------------------------------------------------------------------------
2978cdf0e10cSrcweirSfxVoidItem GoRightToEndOfData SID_CURSORBLKRIGHT
2979cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2)
2980cdf0e10cSrcweir[
2981cdf0e10cSrcweir	/* flags: */
2982cdf0e10cSrcweir	AutoUpdate = FALSE,
2983cdf0e10cSrcweir	Cachable = Cachable,
2984cdf0e10cSrcweir	FastCall = FALSE,
2985cdf0e10cSrcweir	HasCoreId = FALSE,
2986cdf0e10cSrcweir	HasDialog = FALSE,
2987cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2988cdf0e10cSrcweir	Toggle = FALSE,
2989cdf0e10cSrcweir	Container = FALSE,
2990cdf0e10cSrcweir	RecordAbsolute = FALSE,
2991cdf0e10cSrcweir	RecordPerSet;
2992cdf0e10cSrcweir	Synchron;
2993cdf0e10cSrcweir
2994cdf0e10cSrcweir	/* config: */
2995cdf0e10cSrcweir	AccelConfig = TRUE,
2996cdf0e10cSrcweir	MenuConfig = FALSE,
2997cdf0e10cSrcweir	StatusBarConfig = FALSE,
2998cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2999cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3000cdf0e10cSrcweir]
3001cdf0e10cSrcweir
3002cdf0e10cSrcweir//--------------------------------------------------------------------------
3003cdf0e10cSrcweirSfxVoidItem GoRightToEndOfDataSel SID_CURSORBLKRIGHT_SEL
3004cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1)
3005cdf0e10cSrcweir[
3006cdf0e10cSrcweir	/* flags: */
3007cdf0e10cSrcweir	AutoUpdate = FALSE,
3008cdf0e10cSrcweir	Cachable = Cachable,
3009cdf0e10cSrcweir	FastCall = FALSE,
3010cdf0e10cSrcweir	HasCoreId = FALSE,
3011cdf0e10cSrcweir	HasDialog = FALSE,
3012cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3013cdf0e10cSrcweir	Toggle = FALSE,
3014cdf0e10cSrcweir	Container = FALSE,
3015cdf0e10cSrcweir	RecordAbsolute = FALSE,
3016cdf0e10cSrcweir	RecordPerSet;
3017cdf0e10cSrcweir	Synchron;
3018cdf0e10cSrcweir
3019cdf0e10cSrcweir	/* config: */
3020cdf0e10cSrcweir	AccelConfig = TRUE,
3021cdf0e10cSrcweir	MenuConfig = FALSE,
3022cdf0e10cSrcweir	StatusBarConfig = FALSE,
3023cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3024cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3025cdf0e10cSrcweir]
3026cdf0e10cSrcweir
3027cdf0e10cSrcweir//--------------------------------------------------------------------------
3028cdf0e10cSrcweirSfxStringItem GoToCell SID_CURRENTCELL
3029cdf0e10cSrcweir(SfxStringItem ToPoint SID_CURRENTCELL)
3030cdf0e10cSrcweir[
3031cdf0e10cSrcweir	/* flags: */
3032cdf0e10cSrcweir	AutoUpdate = FALSE,
3033cdf0e10cSrcweir	Cachable = Cachable,
3034cdf0e10cSrcweir	FastCall = FALSE,
3035cdf0e10cSrcweir	HasCoreId = FALSE,
3036cdf0e10cSrcweir	HasDialog = FALSE,
3037cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3038cdf0e10cSrcweir	Toggle = FALSE,
3039cdf0e10cSrcweir	Container = FALSE,
3040cdf0e10cSrcweir	RecordAbsolute = FALSE,
3041cdf0e10cSrcweir	RecordPerSet;
3042cdf0e10cSrcweir	Synchron;
3043cdf0e10cSrcweir
3044cdf0e10cSrcweir	/* config: */
3045cdf0e10cSrcweir	AccelConfig = FALSE,
3046cdf0e10cSrcweir	MenuConfig = FALSE,
3047cdf0e10cSrcweir	StatusBarConfig = FALSE,
3048cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3049cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3050cdf0e10cSrcweir]
3051cdf0e10cSrcweir
3052cdf0e10cSrcweir//--------------------------------------------------------------------------
3053cdf0e10cSrcweirSfxVoidItem GoToCurrentCell SID_ALIGNCURSOR
3054cdf0e10cSrcweir()
3055cdf0e10cSrcweir[
3056cdf0e10cSrcweir	/* flags: */
3057cdf0e10cSrcweir	AutoUpdate = FALSE,
3058cdf0e10cSrcweir	Cachable = Cachable,
3059cdf0e10cSrcweir	FastCall = FALSE,
3060cdf0e10cSrcweir	HasCoreId = FALSE,
3061cdf0e10cSrcweir	HasDialog = FALSE,
3062cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3063cdf0e10cSrcweir	Toggle = FALSE,
3064cdf0e10cSrcweir	Container = FALSE,
3065cdf0e10cSrcweir	RecordAbsolute = FALSE,
3066cdf0e10cSrcweir	RecordPerSet;
3067cdf0e10cSrcweir	Synchron;
3068cdf0e10cSrcweir
3069cdf0e10cSrcweir	/* config: */
3070cdf0e10cSrcweir	AccelConfig = TRUE,
3071cdf0e10cSrcweir	MenuConfig = TRUE,
3072cdf0e10cSrcweir	StatusBarConfig = FALSE,
3073cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3074cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3075cdf0e10cSrcweir]
3076cdf0e10cSrcweir
3077cdf0e10cSrcweir//--------------------------------------------------------------------------
3078cdf0e10cSrcweirSfxVoidItem GotoDocument SID_CURRENTDOC
3079cdf0e10cSrcweir(SfxStringItem DocName SID_CURRENTDOC)
3080cdf0e10cSrcweir[
3081cdf0e10cSrcweir	/* flags: */
3082cdf0e10cSrcweir	AutoUpdate = FALSE,
3083cdf0e10cSrcweir	Cachable = Cachable,
3084cdf0e10cSrcweir	FastCall = FALSE,
3085cdf0e10cSrcweir	HasCoreId = FALSE,
3086cdf0e10cSrcweir	HasDialog = FALSE,
3087cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3088cdf0e10cSrcweir	Toggle = FALSE,
3089cdf0e10cSrcweir	Container = FALSE,
3090cdf0e10cSrcweir	RecordAbsolute = FALSE,
3091cdf0e10cSrcweir	RecordPerSet;
3092cdf0e10cSrcweir	Synchron;
3093cdf0e10cSrcweir
3094cdf0e10cSrcweir	/* config: */
3095cdf0e10cSrcweir	AccelConfig = FALSE,
3096cdf0e10cSrcweir	MenuConfig = FALSE,
3097cdf0e10cSrcweir	StatusBarConfig = FALSE,
3098cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3099cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3100cdf0e10cSrcweir]
3101cdf0e10cSrcweir
3102cdf0e10cSrcweir//--------------------------------------------------------------------------
3103cdf0e10cSrcweirSfxStringItem GoToObject SID_CURRENTOBJECT
3104cdf0e10cSrcweir(SfxStringItem ToObject SID_CURRENTOBJECT)
3105cdf0e10cSrcweir[
3106cdf0e10cSrcweir	/* flags: */
3107cdf0e10cSrcweir	AutoUpdate = FALSE,
3108cdf0e10cSrcweir	Cachable = Cachable,
3109cdf0e10cSrcweir	FastCall = FALSE,
3110cdf0e10cSrcweir	HasCoreId = FALSE,
3111cdf0e10cSrcweir	HasDialog = FALSE,
3112cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3113cdf0e10cSrcweir	Toggle = FALSE,
3114cdf0e10cSrcweir	Container = FALSE,
3115cdf0e10cSrcweir	RecordAbsolute = FALSE,
3116cdf0e10cSrcweir	RecordPerSet;
3117cdf0e10cSrcweir	Synchron;
3118cdf0e10cSrcweir
3119cdf0e10cSrcweir	/* config: */
3120cdf0e10cSrcweir	AccelConfig = FALSE,
3121cdf0e10cSrcweir	MenuConfig = FALSE,
3122cdf0e10cSrcweir	StatusBarConfig = FALSE,
3123cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3124cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3125cdf0e10cSrcweir]
3126cdf0e10cSrcweir
3127cdf0e10cSrcweir//--------------------------------------------------------------------------
3128cdf0e10cSrcweirSfxVoidItem GoUpToStartOfData SID_CURSORBLKUP
3129cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1,SfxBoolItem Sel FN_PARAM_2)
3130cdf0e10cSrcweir[
3131cdf0e10cSrcweir	/* flags: */
3132cdf0e10cSrcweir	AutoUpdate = FALSE,
3133cdf0e10cSrcweir	Cachable = Cachable,
3134cdf0e10cSrcweir	FastCall = FALSE,
3135cdf0e10cSrcweir	HasCoreId = FALSE,
3136cdf0e10cSrcweir	HasDialog = FALSE,
3137cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3138cdf0e10cSrcweir	Toggle = FALSE,
3139cdf0e10cSrcweir	Container = FALSE,
3140cdf0e10cSrcweir	RecordAbsolute = FALSE,
3141cdf0e10cSrcweir	RecordPerSet;
3142cdf0e10cSrcweir	Synchron;
3143cdf0e10cSrcweir
3144cdf0e10cSrcweir	/* config: */
3145cdf0e10cSrcweir	AccelConfig = TRUE,
3146cdf0e10cSrcweir	MenuConfig = FALSE,
3147cdf0e10cSrcweir	StatusBarConfig = FALSE,
3148cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3149cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3150cdf0e10cSrcweir]
3151cdf0e10cSrcweir
3152cdf0e10cSrcweir//--------------------------------------------------------------------------
3153cdf0e10cSrcweirSfxVoidItem GoUpToStartOfDataSel SID_CURSORBLKUP_SEL
3154cdf0e10cSrcweir(SfxInt16Item By FN_PARAM_1)
3155cdf0e10cSrcweir[
3156cdf0e10cSrcweir	/* flags: */
3157cdf0e10cSrcweir	AutoUpdate = FALSE,
3158cdf0e10cSrcweir	Cachable = Cachable,
3159cdf0e10cSrcweir	FastCall = FALSE,
3160cdf0e10cSrcweir	HasCoreId = FALSE,
3161cdf0e10cSrcweir	HasDialog = FALSE,
3162cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3163cdf0e10cSrcweir	Toggle = FALSE,
3164cdf0e10cSrcweir	Container = FALSE,
3165cdf0e10cSrcweir	RecordAbsolute = FALSE,
3166cdf0e10cSrcweir	RecordPerSet;
3167cdf0e10cSrcweir	Synchron;
3168cdf0e10cSrcweir
3169cdf0e10cSrcweir	/* config: */
3170cdf0e10cSrcweir	AccelConfig = TRUE,
3171cdf0e10cSrcweir	MenuConfig = FALSE,
3172cdf0e10cSrcweir	StatusBarConfig = FALSE,
3173cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3174cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3175cdf0e10cSrcweir]
3176cdf0e10cSrcweir
3177cdf0e10cSrcweir//--------------------------------------------------------------------------
3178cdf0e10cSrcweirSfxVoidItem Hide FID_TABLE_HIDE
3179cdf0e10cSrcweir(SfxStringItem aTableName FID_TABLE_HIDE)
3180cdf0e10cSrcweir[
3181cdf0e10cSrcweir	/* flags: */
3182cdf0e10cSrcweir	AutoUpdate = FALSE,
3183cdf0e10cSrcweir	Cachable = Cachable,
3184cdf0e10cSrcweir	FastCall = FALSE,
3185cdf0e10cSrcweir	HasCoreId = FALSE,
3186cdf0e10cSrcweir	HasDialog = FALSE,
3187cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3188cdf0e10cSrcweir	Toggle = FALSE,
3189cdf0e10cSrcweir	Container = FALSE,
3190cdf0e10cSrcweir	RecordAbsolute = FALSE,
3191cdf0e10cSrcweir	RecordPerSet;
3192cdf0e10cSrcweir	Synchron;
3193cdf0e10cSrcweir
3194cdf0e10cSrcweir	/* config: */
3195cdf0e10cSrcweir	AccelConfig = TRUE,
3196cdf0e10cSrcweir	MenuConfig = TRUE,
3197cdf0e10cSrcweir	StatusBarConfig = FALSE,
3198cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3199cdf0e10cSrcweir	GroupId = GID_FORMAT;
3200cdf0e10cSrcweir]
3201cdf0e10cSrcweir
3202cdf0e10cSrcweir//--------------------------------------------------------------------------
3203cdf0e10cSrcweirSfxVoidItem HideColumn FID_COL_HIDE
3204cdf0e10cSrcweir()
3205cdf0e10cSrcweir[
3206cdf0e10cSrcweir	/* flags: */
3207cdf0e10cSrcweir	AutoUpdate = FALSE,
3208cdf0e10cSrcweir	Cachable = Cachable,
3209cdf0e10cSrcweir	FastCall = FALSE,
3210cdf0e10cSrcweir	HasCoreId = FALSE,
3211cdf0e10cSrcweir	HasDialog = FALSE,
3212cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3213cdf0e10cSrcweir	Toggle = FALSE,
3214cdf0e10cSrcweir	Container = FALSE,
3215cdf0e10cSrcweir	RecordAbsolute = FALSE,
3216cdf0e10cSrcweir	RecordPerSet;
3217cdf0e10cSrcweir	Synchron;
3218cdf0e10cSrcweir
3219cdf0e10cSrcweir	/* config: */
3220cdf0e10cSrcweir	AccelConfig = TRUE,
3221cdf0e10cSrcweir	MenuConfig = TRUE,
3222cdf0e10cSrcweir	StatusBarConfig = FALSE,
3223cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3224cdf0e10cSrcweir	GroupId = GID_FORMAT;
3225cdf0e10cSrcweir]
3226cdf0e10cSrcweir
3227cdf0e10cSrcweir//--------------------------------------------------------------------------
3228cdf0e10cSrcweirSfxVoidItem HideRow FID_ROW_HIDE
3229cdf0e10cSrcweir()
3230cdf0e10cSrcweir[
3231cdf0e10cSrcweir	/* flags: */
3232cdf0e10cSrcweir	AutoUpdate = FALSE,
3233cdf0e10cSrcweir	Cachable = Cachable,
3234cdf0e10cSrcweir	FastCall = FALSE,
3235cdf0e10cSrcweir	HasCoreId = FALSE,
3236cdf0e10cSrcweir	HasDialog = FALSE,
3237cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3238cdf0e10cSrcweir	Toggle = FALSE,
3239cdf0e10cSrcweir	Container = FALSE,
3240cdf0e10cSrcweir	RecordAbsolute = FALSE,
3241cdf0e10cSrcweir	RecordPerSet;
3242cdf0e10cSrcweir	Synchron;
3243cdf0e10cSrcweir
3244cdf0e10cSrcweir	/* config: */
3245cdf0e10cSrcweir	AccelConfig = TRUE,
3246cdf0e10cSrcweir	MenuConfig = TRUE,
3247cdf0e10cSrcweir	StatusBarConfig = FALSE,
3248cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3249cdf0e10cSrcweir	GroupId = GID_FORMAT;
3250cdf0e10cSrcweir]
3251cdf0e10cSrcweir
3252cdf0e10cSrcweir//--------------------------------------------------------------------------
3253cdf0e10cSrcweirSvxHorJustifyItem HorizontalAlignment SID_H_ALIGNCELL
3254cdf0e10cSrcweir
3255cdf0e10cSrcweir[
3256cdf0e10cSrcweir	/* flags: */
3257cdf0e10cSrcweir	AutoUpdate = FALSE,
3258cdf0e10cSrcweir	Cachable = Cachable,
3259cdf0e10cSrcweir	FastCall = FALSE,
3260cdf0e10cSrcweir	HasCoreId = FALSE,
3261cdf0e10cSrcweir	HasDialog = FALSE,
3262cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3263cdf0e10cSrcweir	Toggle = FALSE,
3264cdf0e10cSrcweir	Container = FALSE,
3265cdf0e10cSrcweir	RecordAbsolute = FALSE,
3266cdf0e10cSrcweir	RecordPerSet;
3267cdf0e10cSrcweir	Synchron;
3268cdf0e10cSrcweir
3269cdf0e10cSrcweir	Readonly = FALSE,
3270cdf0e10cSrcweir
3271cdf0e10cSrcweir	/* config: */
3272cdf0e10cSrcweir	AccelConfig = FALSE,
3273cdf0e10cSrcweir	MenuConfig = FALSE,
3274cdf0e10cSrcweir	StatusBarConfig = FALSE,
3275cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3276cdf0e10cSrcweir	GroupId = GID_VIEW;
3277cdf0e10cSrcweir]
3278cdf0e10cSrcweir
3279cdf0e10cSrcweir//--------------------------------------------------------------------------
3280cdf0e10cSrcweirSfxVoidItem Hyphenate SID_ENABLE_HYPHENATION
3281cdf0e10cSrcweir()
3282cdf0e10cSrcweir[
3283cdf0e10cSrcweir	/* flags: */
3284cdf0e10cSrcweir	AutoUpdate = FALSE,
3285cdf0e10cSrcweir	Cachable = Cachable,
3286cdf0e10cSrcweir	FastCall = FALSE,
3287cdf0e10cSrcweir	HasCoreId = FALSE,
3288cdf0e10cSrcweir	HasDialog = TRUE,
3289cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3290cdf0e10cSrcweir	Toggle = TRUE,
3291cdf0e10cSrcweir	Container = FALSE,
3292cdf0e10cSrcweir	RecordAbsolute = FALSE,
3293cdf0e10cSrcweir	RecordPerSet;
3294cdf0e10cSrcweir	Asynchron;
3295cdf0e10cSrcweir
3296cdf0e10cSrcweir	/* config: */
3297cdf0e10cSrcweir	AccelConfig = TRUE,
3298cdf0e10cSrcweir	MenuConfig = TRUE,
3299cdf0e10cSrcweir	StatusBarConfig = FALSE,
3300cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3301cdf0e10cSrcweir	GroupId = GID_OPTIONS;
3302cdf0e10cSrcweir]
3303cdf0e10cSrcweir
3304*bb605c80SOliver-Rainer Wittmann//--------------------------------------------------------------------------
3305*bb605c80SOliver-Rainer Wittmann
3306*bb605c80SOliver-Rainer WittmannSfxVoidItem CellTextDlg SID_PROPERTY_PANEL_CELLTEXT_DLG
3307*bb605c80SOliver-Rainer Wittmann()
3308*bb605c80SOliver-Rainer Wittmann[
3309*bb605c80SOliver-Rainer Wittmann	/* flags: */
3310*bb605c80SOliver-Rainer Wittmann	AutoUpdate = FALSE,
3311*bb605c80SOliver-Rainer Wittmann	Cachable = Cachable,
3312*bb605c80SOliver-Rainer Wittmann	FastCall = FALSE,
3313*bb605c80SOliver-Rainer Wittmann	HasCoreId = FALSE,
3314*bb605c80SOliver-Rainer Wittmann	HasDialog = TRUE,
3315*bb605c80SOliver-Rainer Wittmann	ReadOnlyDoc = FALSE,
3316*bb605c80SOliver-Rainer Wittmann	Toggle = FALSE,
3317*bb605c80SOliver-Rainer Wittmann	Container = FALSE,
3318*bb605c80SOliver-Rainer Wittmann	RecordAbsolute = FALSE,
3319*bb605c80SOliver-Rainer Wittmann	RecordPerSet;
3320*bb605c80SOliver-Rainer Wittmann	Asynchron;
3321*bb605c80SOliver-Rainer Wittmann
3322*bb605c80SOliver-Rainer Wittmann	/* config: */
3323*bb605c80SOliver-Rainer Wittmann	AccelConfig = FALSE,
3324*bb605c80SOliver-Rainer Wittmann	MenuConfig = FALSE,
3325*bb605c80SOliver-Rainer Wittmann	StatusBarConfig = FALSE,
3326*bb605c80SOliver-Rainer Wittmann	ToolBoxConfig = FALSE,
3327*bb605c80SOliver-Rainer Wittmann	GroupId = GID_OPTIONS;
3328*bb605c80SOliver-Rainer Wittmann]
3329*bb605c80SOliver-Rainer Wittmann
3330cdf0e10cSrcweir//--------------------------------------------------------------------------
3331cdf0e10cSrcweirSfxVoidItem InputLineBlock FID_INPUTLINE_BLOCK
3332cdf0e10cSrcweir()
3333cdf0e10cSrcweir[
3334cdf0e10cSrcweir	/* flags: */
3335cdf0e10cSrcweir	AutoUpdate = FALSE,
3336cdf0e10cSrcweir	Cachable = Cachable,
3337cdf0e10cSrcweir	FastCall = FALSE,
3338cdf0e10cSrcweir	HasCoreId = FALSE,
3339cdf0e10cSrcweir	HasDialog = FALSE,
3340cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3341cdf0e10cSrcweir	Toggle = FALSE,
3342cdf0e10cSrcweir	Container = FALSE,
3343cdf0e10cSrcweir	RecordAbsolute = FALSE,
3344cdf0e10cSrcweir	RecordPerSet;
3345cdf0e10cSrcweir	Synchron;
3346cdf0e10cSrcweir
3347cdf0e10cSrcweir	/* config: */
3348cdf0e10cSrcweir	AccelConfig = FALSE,
3349cdf0e10cSrcweir	MenuConfig = FALSE,
3350cdf0e10cSrcweir	StatusBarConfig = FALSE,
3351cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3352cdf0e10cSrcweir	GroupId = GID_INTERN;
3353cdf0e10cSrcweir]
3354cdf0e10cSrcweir
3355cdf0e10cSrcweir//--------------------------------------------------------------------------
3356cdf0e10cSrcweirSfxVoidItem InputLineEnter FID_INPUTLINE_ENTER
3357cdf0e10cSrcweir()
3358cdf0e10cSrcweir[
3359cdf0e10cSrcweir	/* flags: */
3360cdf0e10cSrcweir	AutoUpdate = FALSE,
3361cdf0e10cSrcweir	Cachable = Cachable,
3362cdf0e10cSrcweir	FastCall = FALSE,
3363cdf0e10cSrcweir	HasCoreId = FALSE,
3364cdf0e10cSrcweir	HasDialog = FALSE,
3365cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3366cdf0e10cSrcweir	Toggle = FALSE,
3367cdf0e10cSrcweir	Container = FALSE,
3368cdf0e10cSrcweir	RecordAbsolute = FALSE,
3369cdf0e10cSrcweir	NoRecord;
3370cdf0e10cSrcweir	Synchron;
3371cdf0e10cSrcweir
3372cdf0e10cSrcweir	/* config: */
3373cdf0e10cSrcweir	AccelConfig = FALSE,
3374cdf0e10cSrcweir	MenuConfig = FALSE,
3375cdf0e10cSrcweir	StatusBarConfig = FALSE,
3376cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3377cdf0e10cSrcweir	GroupId = GID_INTERN;
3378cdf0e10cSrcweir]
3379cdf0e10cSrcweir
3380cdf0e10cSrcweir//--------------------------------------------------------------------------
3381cdf0e10cSrcweirSfxVoidItem InputLineMatrix FID_INPUTLINE_MATRIX
3382cdf0e10cSrcweir()
3383cdf0e10cSrcweir[
3384cdf0e10cSrcweir	/* flags: */
3385cdf0e10cSrcweir	AutoUpdate = FALSE,
3386cdf0e10cSrcweir	Cachable = Cachable,
3387cdf0e10cSrcweir	FastCall = FALSE,
3388cdf0e10cSrcweir	HasCoreId = FALSE,
3389cdf0e10cSrcweir	HasDialog = FALSE,
3390cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3391cdf0e10cSrcweir	Toggle = FALSE,
3392cdf0e10cSrcweir	Container = FALSE,
3393cdf0e10cSrcweir	RecordAbsolute = FALSE,
3394cdf0e10cSrcweir	RecordPerSet;
3395cdf0e10cSrcweir	Synchron;
3396cdf0e10cSrcweir
3397cdf0e10cSrcweir	/* config: */
3398cdf0e10cSrcweir	AccelConfig = FALSE,
3399cdf0e10cSrcweir	MenuConfig = FALSE,
3400cdf0e10cSrcweir	StatusBarConfig = FALSE,
3401cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3402cdf0e10cSrcweir	GroupId = GID_INTERN;
3403cdf0e10cSrcweir]
3404cdf0e10cSrcweir
3405cdf0e10cSrcweir//--------------------------------------------------------------------------
3406cdf0e10cSrcweirSfxUInt16Item InsCellsCtrl SID_TBXCTL_INSCELLS
3407cdf0e10cSrcweir
3408cdf0e10cSrcweir[
3409cdf0e10cSrcweir	/* flags: */
3410cdf0e10cSrcweir	AutoUpdate = FALSE,
3411cdf0e10cSrcweir	Cachable = Cachable,
3412cdf0e10cSrcweir	FastCall = FALSE,
3413cdf0e10cSrcweir	HasCoreId = FALSE,
3414cdf0e10cSrcweir	HasDialog = FALSE,
3415cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3416cdf0e10cSrcweir	Toggle = FALSE,
3417cdf0e10cSrcweir	Container = FALSE,
3418cdf0e10cSrcweir	RecordAbsolute = FALSE,
3419cdf0e10cSrcweir	RecordPerSet;
3420cdf0e10cSrcweir	Synchron;
3421cdf0e10cSrcweir
3422cdf0e10cSrcweir	Readonly = FALSE,
3423cdf0e10cSrcweir
3424cdf0e10cSrcweir	/* config: */
3425cdf0e10cSrcweir	AccelConfig = FALSE,
3426cdf0e10cSrcweir	MenuConfig = FALSE,
3427cdf0e10cSrcweir	StatusBarConfig = FALSE,
3428cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3429cdf0e10cSrcweir	GroupId = GID_INSERT;
3430cdf0e10cSrcweir]
3431cdf0e10cSrcweir
3432cdf0e10cSrcweir//--------------------------------------------------------------------------
3433cdf0e10cSrcweirSfxVoidItem Insert FID_INS_TABLE
3434cdf0e10cSrcweir(SfxStringItem Name FID_INS_TABLE,SfxUInt16Item Index FN_PARAM_1)
3435cdf0e10cSrcweir[
3436cdf0e10cSrcweir	/* flags: */
3437cdf0e10cSrcweir	AutoUpdate = FALSE,
3438cdf0e10cSrcweir	Cachable = Cachable,
3439cdf0e10cSrcweir	FastCall = FALSE,
3440cdf0e10cSrcweir	HasCoreId = FALSE,
3441cdf0e10cSrcweir	HasDialog = TRUE,
3442cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3443cdf0e10cSrcweir	Toggle = FALSE,
3444cdf0e10cSrcweir	Container = FALSE,
3445cdf0e10cSrcweir	RecordAbsolute = FALSE,
3446cdf0e10cSrcweir	RecordPerSet;
3447cdf0e10cSrcweir	Synchron;
3448cdf0e10cSrcweir
3449cdf0e10cSrcweir	/* config: */
3450cdf0e10cSrcweir	AccelConfig = TRUE,
3451cdf0e10cSrcweir	MenuConfig = TRUE,
3452cdf0e10cSrcweir	StatusBarConfig = FALSE,
3453cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3454cdf0e10cSrcweir	GroupId = GID_INSERT;
3455cdf0e10cSrcweir]
3456cdf0e10cSrcweir
3457cdf0e10cSrcweir//--------------------------------------------------------------------------
3458cdf0e10cSrcweirSfxVoidItem InsertSheetFromFile FID_INS_TABLE_EXT
3459cdf0e10cSrcweir(SfxStringItem Name FID_INS_TABLE,SfxUInt16Item Index FN_PARAM_1)
3460cdf0e10cSrcweir[
3461cdf0e10cSrcweir	/* flags: */
3462cdf0e10cSrcweir	AutoUpdate = FALSE,
3463cdf0e10cSrcweir	Cachable = Cachable,
3464cdf0e10cSrcweir	FastCall = FALSE,
3465cdf0e10cSrcweir	HasCoreId = FALSE,
3466cdf0e10cSrcweir	HasDialog = TRUE,
3467cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3468cdf0e10cSrcweir	Toggle = FALSE,
3469cdf0e10cSrcweir	Container = FALSE,
3470cdf0e10cSrcweir	RecordAbsolute = FALSE,
3471cdf0e10cSrcweir	RecordPerSet;
3472cdf0e10cSrcweir	Synchron;
3473cdf0e10cSrcweir
3474cdf0e10cSrcweir	/* config: */
3475cdf0e10cSrcweir	AccelConfig = TRUE,
3476cdf0e10cSrcweir	MenuConfig = TRUE,
3477cdf0e10cSrcweir	StatusBarConfig = FALSE,
3478cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3479cdf0e10cSrcweir	GroupId = GID_INSERT;
3480cdf0e10cSrcweir]
3481cdf0e10cSrcweir
3482cdf0e10cSrcweir//--------------------------------------------------------------------------
3483cdf0e10cSrcweirSfxVoidItem InsertCell FID_INS_CELL
3484cdf0e10cSrcweir(SfxStringItem Flags FID_INS_CELL)
3485cdf0e10cSrcweir[
3486cdf0e10cSrcweir	/* flags: */
3487cdf0e10cSrcweir	AutoUpdate = FALSE,
3488cdf0e10cSrcweir	Cachable = Cachable,
3489cdf0e10cSrcweir	FastCall = FALSE,
3490cdf0e10cSrcweir	HasCoreId = FALSE,
3491cdf0e10cSrcweir	HasDialog = TRUE,
3492cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3493cdf0e10cSrcweir	Toggle = FALSE,
3494cdf0e10cSrcweir	Container = FALSE,
3495cdf0e10cSrcweir	RecordAbsolute = FALSE,
3496cdf0e10cSrcweir	RecordPerSet;
3497cdf0e10cSrcweir	Synchron;
3498cdf0e10cSrcweir
3499cdf0e10cSrcweir	/* config: */
3500cdf0e10cSrcweir	AccelConfig = TRUE,
3501cdf0e10cSrcweir	MenuConfig = TRUE,
3502cdf0e10cSrcweir	StatusBarConfig = FALSE,
3503cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3504cdf0e10cSrcweir	GroupId = GID_INSERT;
3505cdf0e10cSrcweir]
3506cdf0e10cSrcweir
3507cdf0e10cSrcweir//--------------------------------------------------------------------------
3508cdf0e10cSrcweirSfxVoidItem InsertCellsDown FID_INS_CELLSDOWN
3509cdf0e10cSrcweir()
3510cdf0e10cSrcweir[
3511cdf0e10cSrcweir	/* flags: */
3512cdf0e10cSrcweir	AutoUpdate = FALSE,
3513cdf0e10cSrcweir	Cachable = Cachable,
3514cdf0e10cSrcweir	FastCall = FALSE,
3515cdf0e10cSrcweir	HasCoreId = FALSE,
3516cdf0e10cSrcweir	HasDialog = FALSE,
3517cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3518cdf0e10cSrcweir	Toggle = FALSE,
3519cdf0e10cSrcweir	Container = FALSE,
3520cdf0e10cSrcweir	RecordAbsolute = FALSE,
3521cdf0e10cSrcweir	RecordPerSet;
3522cdf0e10cSrcweir	Synchron;
3523cdf0e10cSrcweir
3524cdf0e10cSrcweir	/* config: */
3525cdf0e10cSrcweir	AccelConfig = TRUE,
3526cdf0e10cSrcweir	MenuConfig = TRUE,
3527cdf0e10cSrcweir	StatusBarConfig = FALSE,
3528cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3529cdf0e10cSrcweir	GroupId = GID_INSERT;
3530cdf0e10cSrcweir]
3531cdf0e10cSrcweir
3532cdf0e10cSrcweir//--------------------------------------------------------------------------
3533cdf0e10cSrcweirSfxVoidItem InsertCellsRight FID_INS_CELLSRIGHT
3534cdf0e10cSrcweir()
3535cdf0e10cSrcweir[
3536cdf0e10cSrcweir	/* flags: */
3537cdf0e10cSrcweir	AutoUpdate = FALSE,
3538cdf0e10cSrcweir	Cachable = Cachable,
3539cdf0e10cSrcweir	FastCall = FALSE,
3540cdf0e10cSrcweir	HasCoreId = FALSE,
3541cdf0e10cSrcweir	HasDialog = FALSE,
3542cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3543cdf0e10cSrcweir	Toggle = FALSE,
3544cdf0e10cSrcweir	Container = FALSE,
3545cdf0e10cSrcweir	RecordAbsolute = FALSE,
3546cdf0e10cSrcweir	RecordPerSet;
3547cdf0e10cSrcweir	Synchron;
3548cdf0e10cSrcweir
3549cdf0e10cSrcweir	/* config: */
3550cdf0e10cSrcweir	AccelConfig = TRUE,
3551cdf0e10cSrcweir	MenuConfig = TRUE,
3552cdf0e10cSrcweir	StatusBarConfig = FALSE,
3553cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3554cdf0e10cSrcweir	GroupId = GID_INSERT;
3555cdf0e10cSrcweir]
3556cdf0e10cSrcweir
3557cdf0e10cSrcweir//--------------------------------------------------------------------------
3558cdf0e10cSrcweirSfxVoidItem InsertColumnBreak FID_INS_COLBRK
3559cdf0e10cSrcweir()
3560cdf0e10cSrcweir[
3561cdf0e10cSrcweir	/* flags: */
3562cdf0e10cSrcweir	AutoUpdate = FALSE,
3563cdf0e10cSrcweir	Cachable = Cachable,
3564cdf0e10cSrcweir	FastCall = FALSE,
3565cdf0e10cSrcweir	HasCoreId = FALSE,
3566cdf0e10cSrcweir	HasDialog = FALSE,
3567cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3568cdf0e10cSrcweir	Toggle = FALSE,
3569cdf0e10cSrcweir	Container = FALSE,
3570cdf0e10cSrcweir	RecordAbsolute = FALSE,
3571cdf0e10cSrcweir	RecordPerSet;
3572cdf0e10cSrcweir	Synchron;
3573cdf0e10cSrcweir
3574cdf0e10cSrcweir	/* config: */
3575cdf0e10cSrcweir	AccelConfig = TRUE,
3576cdf0e10cSrcweir	MenuConfig = TRUE,
3577cdf0e10cSrcweir	StatusBarConfig = FALSE,
3578cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3579cdf0e10cSrcweir	GroupId = GID_INSERT;
3580cdf0e10cSrcweir]
3581cdf0e10cSrcweir
3582cdf0e10cSrcweir//--------------------------------------------------------------------------
3583cdf0e10cSrcweirSfxVoidItem InsertColumns FID_INS_COLUMN
3584cdf0e10cSrcweir()
3585cdf0e10cSrcweir[
3586cdf0e10cSrcweir	/* flags: */
3587cdf0e10cSrcweir	AutoUpdate = FALSE,
3588cdf0e10cSrcweir	Cachable = Cachable,
3589cdf0e10cSrcweir	FastCall = FALSE,
3590cdf0e10cSrcweir	HasCoreId = FALSE,
3591cdf0e10cSrcweir	HasDialog = FALSE,
3592cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3593cdf0e10cSrcweir	Toggle = FALSE,
3594cdf0e10cSrcweir	Container = FALSE,
3595cdf0e10cSrcweir	RecordAbsolute = FALSE,
3596cdf0e10cSrcweir	RecordPerSet;
3597cdf0e10cSrcweir	Synchron;
3598cdf0e10cSrcweir
3599cdf0e10cSrcweir	/* config: */
3600cdf0e10cSrcweir	AccelConfig = TRUE,
3601cdf0e10cSrcweir	MenuConfig = TRUE,
3602cdf0e10cSrcweir	StatusBarConfig = FALSE,
3603cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3604cdf0e10cSrcweir	GroupId = GID_INSERT;
3605cdf0e10cSrcweir]
3606cdf0e10cSrcweir
3607cdf0e10cSrcweir//--------------------------------------------------------------------------
3608cdf0e10cSrcweirSfxVoidItem InsertContents FID_INS_CELL_CONTENTS
3609cdf0e10cSrcweir(SfxStringItem Flags FID_INS_CELL_CONTENTS,SfxUInt16Item FormulaCommand FN_PARAM_1,SfxBoolItem SkipEmptyCells FN_PARAM_2,SfxBoolItem Transpose FN_PARAM_3,SfxBoolItem AsLink FN_PARAM_4,SfxInt16Item MoveMode FN_PARAM_5)
3610cdf0e10cSrcweir[
3611cdf0e10cSrcweir	/* flags: */
3612cdf0e10cSrcweir	AutoUpdate = FALSE,
3613cdf0e10cSrcweir	Cachable = Cachable,
3614cdf0e10cSrcweir	FastCall = FALSE,
3615cdf0e10cSrcweir	HasCoreId = FALSE,
3616cdf0e10cSrcweir	HasDialog = TRUE,
3617cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3618cdf0e10cSrcweir	Toggle = FALSE,
3619cdf0e10cSrcweir	Container = FALSE,
3620cdf0e10cSrcweir	RecordAbsolute = FALSE,
3621cdf0e10cSrcweir	RecordPerSet;
3622cdf0e10cSrcweir	Synchron;
3623cdf0e10cSrcweir
3624cdf0e10cSrcweir	/* config: */
3625cdf0e10cSrcweir	AccelConfig = TRUE,
3626cdf0e10cSrcweir	MenuConfig = TRUE,
3627cdf0e10cSrcweir	StatusBarConfig = FALSE,
3628cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3629cdf0e10cSrcweir	GroupId = GID_EDIT;
3630cdf0e10cSrcweir]
3631cdf0e10cSrcweir
3632cdf0e10cSrcweir//--------------------------------------------------------------------------
3633cdf0e10cSrcweirSfxUInt16Item InsertCtrl SID_TBXCTL_INSERT
3634cdf0e10cSrcweir
3635cdf0e10cSrcweir[
3636cdf0e10cSrcweir	/* flags: */
3637cdf0e10cSrcweir	AutoUpdate = FALSE,
3638cdf0e10cSrcweir	Cachable = Cachable,
3639cdf0e10cSrcweir	FastCall = FALSE,
3640cdf0e10cSrcweir	HasCoreId = FALSE,
3641cdf0e10cSrcweir	HasDialog = FALSE,
3642cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3643cdf0e10cSrcweir	Toggle = FALSE,
3644cdf0e10cSrcweir	Container = FALSE,
3645cdf0e10cSrcweir	RecordAbsolute = FALSE,
3646cdf0e10cSrcweir	RecordPerSet;
3647cdf0e10cSrcweir	Synchron;
3648cdf0e10cSrcweir
3649cdf0e10cSrcweir	Readonly = FALSE,
3650cdf0e10cSrcweir
3651cdf0e10cSrcweir	/* config: */
3652cdf0e10cSrcweir	AccelConfig = FALSE,
3653cdf0e10cSrcweir	MenuConfig = FALSE,
3654cdf0e10cSrcweir	StatusBarConfig = FALSE,
3655cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3656cdf0e10cSrcweir	GroupId = GID_INSERT;
3657cdf0e10cSrcweir]
3658cdf0e10cSrcweir
3659cdf0e10cSrcweir//--------------------------------------------------------------------------
3660cdf0e10cSrcweirSfxVoidItem InsertExternalDataSource SID_EXTERNAL_SOURCE
3661cdf0e10cSrcweir(SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem Options SID_FILE_FILTEROPTIONS,SfxStringItem Source FN_PARAM_1,SfxUInt32Item Refresh FN_PARAM_2)
3662cdf0e10cSrcweir[
3663cdf0e10cSrcweir	/* flags: */
3664cdf0e10cSrcweir	AutoUpdate = FALSE,
3665cdf0e10cSrcweir	Cachable = Cachable,
3666cdf0e10cSrcweir	FastCall = FALSE,
3667cdf0e10cSrcweir	HasCoreId = FALSE,
3668cdf0e10cSrcweir	HasDialog = TRUE,
3669cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3670cdf0e10cSrcweir	Toggle = FALSE,
3671cdf0e10cSrcweir	Container = FALSE,
3672cdf0e10cSrcweir	RecordAbsolute = FALSE,
3673cdf0e10cSrcweir	RecordPerSet;
3674cdf0e10cSrcweir	Synchron;
3675cdf0e10cSrcweir
3676cdf0e10cSrcweir	/* config: */
3677cdf0e10cSrcweir	AccelConfig = TRUE,
3678cdf0e10cSrcweir	MenuConfig = TRUE,
3679cdf0e10cSrcweir	StatusBarConfig = FALSE,
3680cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3681cdf0e10cSrcweir	GroupId = GID_INSERT;
3682cdf0e10cSrcweir]
3683cdf0e10cSrcweir
3684cdf0e10cSrcweir//--------------------------------------------------------------------------
3685cdf0e10cSrcweirSfxVoidItem InsertFile FID_INSERT_FILE
3686cdf0e10cSrcweir()
3687cdf0e10cSrcweir[
3688cdf0e10cSrcweir	/* flags: */
3689cdf0e10cSrcweir	AutoUpdate = FALSE,
3690cdf0e10cSrcweir	Cachable = Cachable,
3691cdf0e10cSrcweir	FastCall = FALSE,
3692cdf0e10cSrcweir	HasCoreId = FALSE,
3693cdf0e10cSrcweir	HasDialog = FALSE,
3694cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3695cdf0e10cSrcweir	Toggle = FALSE,
3696cdf0e10cSrcweir	Container = FALSE,
3697cdf0e10cSrcweir	RecordAbsolute = FALSE,
3698cdf0e10cSrcweir	RecordPerSet;
3699cdf0e10cSrcweir	Synchron;
3700cdf0e10cSrcweir
3701cdf0e10cSrcweir	/* config: */
3702cdf0e10cSrcweir	AccelConfig = FALSE,
3703cdf0e10cSrcweir	MenuConfig = FALSE,
3704cdf0e10cSrcweir	StatusBarConfig = FALSE,
3705cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3706cdf0e10cSrcweir	GroupId = GID_INTERN;
3707cdf0e10cSrcweir]
3708cdf0e10cSrcweir
3709cdf0e10cSrcweir//--------------------------------------------------------------------------
3710cdf0e10cSrcweirSfxVoidItem InsertFunction SID_INS_FUNCTION
3711cdf0e10cSrcweir()
3712cdf0e10cSrcweir[
3713cdf0e10cSrcweir	/* flags: */
3714cdf0e10cSrcweir	AutoUpdate = FALSE,
3715cdf0e10cSrcweir	Cachable = Cachable,
3716cdf0e10cSrcweir	FastCall = FALSE,
3717cdf0e10cSrcweir	HasCoreId = FALSE,
3718cdf0e10cSrcweir	HasDialog = FALSE,
3719cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3720cdf0e10cSrcweir	Toggle = FALSE,
3721cdf0e10cSrcweir	Container = FALSE,
3722cdf0e10cSrcweir	RecordAbsolute = FALSE,
3723cdf0e10cSrcweir	RecordPerSet;
3724cdf0e10cSrcweir	Synchron;
3725cdf0e10cSrcweir
3726cdf0e10cSrcweir	/* config: */
3727cdf0e10cSrcweir	AccelConfig = FALSE,
3728cdf0e10cSrcweir	MenuConfig = FALSE,
3729cdf0e10cSrcweir	StatusBarConfig = FALSE,
3730cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3731cdf0e10cSrcweir	GroupId = GID_VIEW;
3732cdf0e10cSrcweir]
3733cdf0e10cSrcweir
3734cdf0e10cSrcweir//--------------------------------------------------------------------------
3735cdf0e10cSrcweirSfxVoidItem InsertMatrix SID_INSERT_MATRIX
3736cdf0e10cSrcweir(SfxStringItem Formula SID_INSERT_MATRIX)
3737cdf0e10cSrcweir[
3738cdf0e10cSrcweir	/* flags: */
3739cdf0e10cSrcweir	AutoUpdate = FALSE,
3740cdf0e10cSrcweir	Cachable = Cachable,
3741cdf0e10cSrcweir	FastCall = FALSE,
3742cdf0e10cSrcweir	HasCoreId = FALSE,
3743cdf0e10cSrcweir	HasDialog = FALSE,
3744cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3745cdf0e10cSrcweir	Toggle = FALSE,
3746cdf0e10cSrcweir	Container = FALSE,
3747cdf0e10cSrcweir	RecordAbsolute = FALSE,
3748cdf0e10cSrcweir	RecordPerSet;
3749cdf0e10cSrcweir	Synchron;
3750cdf0e10cSrcweir
3751cdf0e10cSrcweir	/* config: */
3752cdf0e10cSrcweir	AccelConfig = FALSE,
3753cdf0e10cSrcweir	MenuConfig = FALSE,
3754cdf0e10cSrcweir	StatusBarConfig = FALSE,
3755cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3756cdf0e10cSrcweir	GroupId = GID_INTERN;
3757cdf0e10cSrcweir]
3758cdf0e10cSrcweir
3759cdf0e10cSrcweir//--------------------------------------------------------------------------
3760cdf0e10cSrcweirSfxVoidItem InsertName FID_INSERT_NAME
3761cdf0e10cSrcweir()
3762cdf0e10cSrcweir[
3763cdf0e10cSrcweir	/* flags: */
3764cdf0e10cSrcweir	AutoUpdate = FALSE,
3765cdf0e10cSrcweir	Cachable = Cachable,
3766cdf0e10cSrcweir	FastCall = FALSE,
3767cdf0e10cSrcweir	HasCoreId = FALSE,
3768cdf0e10cSrcweir	HasDialog = TRUE,
3769cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3770cdf0e10cSrcweir	Toggle = FALSE,
3771cdf0e10cSrcweir	Container = FALSE,
3772cdf0e10cSrcweir	RecordAbsolute = FALSE,
3773cdf0e10cSrcweir	RecordPerSet;
3774cdf0e10cSrcweir	Synchron;
3775cdf0e10cSrcweir
3776cdf0e10cSrcweir	/* config: */
3777cdf0e10cSrcweir	AccelConfig = TRUE,
3778cdf0e10cSrcweir	MenuConfig = TRUE,
3779cdf0e10cSrcweir	StatusBarConfig = FALSE,
3780cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3781cdf0e10cSrcweir	GroupId = GID_INSERT;
3782cdf0e10cSrcweir]
3783cdf0e10cSrcweir
3784cdf0e10cSrcweir//--------------------------------------------------------------------------
3785cdf0e10cSrcweirSfxVoidItem InsertObjectStarImage SID_INSERT_SIMAGE
3786cdf0e10cSrcweir()
3787cdf0e10cSrcweir[
3788cdf0e10cSrcweir	/* flags: */
3789cdf0e10cSrcweir	AutoUpdate = FALSE,
3790cdf0e10cSrcweir	Cachable = Cachable,
3791cdf0e10cSrcweir	FastCall = FALSE,
3792cdf0e10cSrcweir	HasCoreId = FALSE,
3793cdf0e10cSrcweir	HasDialog = FALSE,
3794cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3795cdf0e10cSrcweir	Toggle = FALSE,
3796cdf0e10cSrcweir	Container = FALSE,
3797cdf0e10cSrcweir	RecordAbsolute = FALSE,
3798cdf0e10cSrcweir	RecordPerSet;
3799cdf0e10cSrcweir	Asynchron;
3800cdf0e10cSrcweir
3801cdf0e10cSrcweir	/* config: */
3802cdf0e10cSrcweir	AccelConfig = TRUE,
3803cdf0e10cSrcweir	MenuConfig = TRUE,
3804cdf0e10cSrcweir	StatusBarConfig = FALSE,
3805cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3806cdf0e10cSrcweir	GroupId = GID_INSERT;
3807cdf0e10cSrcweir]
3808cdf0e10cSrcweir
3809cdf0e10cSrcweir//--------------------------------------------------------------------------
3810cdf0e10cSrcweirSfxVoidItem InsertObjectStarMath SID_INSERT_SMATH
3811cdf0e10cSrcweir()
3812cdf0e10cSrcweir[
3813cdf0e10cSrcweir	/* flags: */
3814cdf0e10cSrcweir	AutoUpdate = FALSE,
3815cdf0e10cSrcweir	Cachable = Cachable,
3816cdf0e10cSrcweir	FastCall = FALSE,
3817cdf0e10cSrcweir	HasCoreId = FALSE,
3818cdf0e10cSrcweir	HasDialog = FALSE,
3819cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3820cdf0e10cSrcweir	Toggle = FALSE,
3821cdf0e10cSrcweir	Container = FALSE,
3822cdf0e10cSrcweir	RecordAbsolute = FALSE,
3823cdf0e10cSrcweir	RecordPerSet;
3824cdf0e10cSrcweir	Asynchron;
3825cdf0e10cSrcweir
3826cdf0e10cSrcweir	/* config: */
3827cdf0e10cSrcweir	AccelConfig = TRUE,
3828cdf0e10cSrcweir	MenuConfig = TRUE,
3829cdf0e10cSrcweir	StatusBarConfig = FALSE,
3830cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3831cdf0e10cSrcweir	GroupId = GID_INSERT;
3832cdf0e10cSrcweir]
3833cdf0e10cSrcweir
3834cdf0e10cSrcweir//--------------------------------------------------------------------------
3835cdf0e10cSrcweirSfxVoidItem InsertRowBreak FID_INS_ROWBRK
3836cdf0e10cSrcweir()
3837cdf0e10cSrcweir[
3838cdf0e10cSrcweir	/* flags: */
3839cdf0e10cSrcweir	AutoUpdate = FALSE,
3840cdf0e10cSrcweir	Cachable = Cachable,
3841cdf0e10cSrcweir	FastCall = FALSE,
3842cdf0e10cSrcweir	HasCoreId = FALSE,
3843cdf0e10cSrcweir	HasDialog = FALSE,
3844cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3845cdf0e10cSrcweir	Toggle = FALSE,
3846cdf0e10cSrcweir	Container = FALSE,
3847cdf0e10cSrcweir	RecordAbsolute = FALSE,
3848cdf0e10cSrcweir	RecordPerSet;
3849cdf0e10cSrcweir	Synchron;
3850cdf0e10cSrcweir
3851cdf0e10cSrcweir	/* config: */
3852cdf0e10cSrcweir	AccelConfig = TRUE,
3853cdf0e10cSrcweir	MenuConfig = TRUE,
3854cdf0e10cSrcweir	StatusBarConfig = FALSE,
3855cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3856cdf0e10cSrcweir	GroupId = GID_INSERT;
3857cdf0e10cSrcweir]
3858cdf0e10cSrcweir
3859cdf0e10cSrcweir//--------------------------------------------------------------------------
3860cdf0e10cSrcweirSfxVoidItem InsertRows FID_INS_ROW
3861cdf0e10cSrcweir()
3862cdf0e10cSrcweir[
3863cdf0e10cSrcweir	/* flags: */
3864cdf0e10cSrcweir	AutoUpdate = FALSE,
3865cdf0e10cSrcweir	Cachable = Cachable,
3866cdf0e10cSrcweir	FastCall = FALSE,
3867cdf0e10cSrcweir	HasCoreId = FALSE,
3868cdf0e10cSrcweir	HasDialog = FALSE,
3869cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3870cdf0e10cSrcweir	Toggle = FALSE,
3871cdf0e10cSrcweir	Container = FALSE,
3872cdf0e10cSrcweir	RecordAbsolute = FALSE,
3873cdf0e10cSrcweir	RecordPerSet;
3874cdf0e10cSrcweir	Synchron;
3875cdf0e10cSrcweir
3876cdf0e10cSrcweir	/* config: */
3877cdf0e10cSrcweir	AccelConfig = TRUE,
3878cdf0e10cSrcweir	MenuConfig = TRUE,
3879cdf0e10cSrcweir	StatusBarConfig = FALSE,
3880cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3881cdf0e10cSrcweir	GroupId = GID_INSERT;
3882cdf0e10cSrcweir]
3883cdf0e10cSrcweir
3884cdf0e10cSrcweir//--------------------------------------------------------------------------
3885cdf0e10cSrcweirSfxUInt16Item InsObjCtrl SID_TBXCTL_INSOBJ
3886cdf0e10cSrcweir
3887cdf0e10cSrcweir[
3888cdf0e10cSrcweir	/* flags: */
3889cdf0e10cSrcweir	AutoUpdate = FALSE,
3890cdf0e10cSrcweir	Cachable = Cachable,
3891cdf0e10cSrcweir	FastCall = FALSE,
3892cdf0e10cSrcweir	HasCoreId = FALSE,
3893cdf0e10cSrcweir	HasDialog = FALSE,
3894cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3895cdf0e10cSrcweir	Toggle = FALSE,
3896cdf0e10cSrcweir	Container = FALSE,
3897cdf0e10cSrcweir	RecordAbsolute = FALSE,
3898cdf0e10cSrcweir	RecordPerSet;
3899cdf0e10cSrcweir	Synchron;
3900cdf0e10cSrcweir
3901cdf0e10cSrcweir	Readonly = FALSE,
3902cdf0e10cSrcweir
3903cdf0e10cSrcweir	/* config: */
3904cdf0e10cSrcweir	AccelConfig = FALSE,
3905cdf0e10cSrcweir	MenuConfig = FALSE,
3906cdf0e10cSrcweir	StatusBarConfig = FALSE,
3907cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3908cdf0e10cSrcweir	GroupId = GID_VIEW;
3909cdf0e10cSrcweir]
3910cdf0e10cSrcweir
3911cdf0e10cSrcweir//--------------------------------------------------------------------------
3912cdf0e10cSrcweirSfxVoidItem JumpToNextCell SID_CURSORENTERDOWN
3913cdf0e10cSrcweir()
3914cdf0e10cSrcweir[
3915cdf0e10cSrcweir	/* flags: */
3916cdf0e10cSrcweir	AutoUpdate = FALSE,
3917cdf0e10cSrcweir	Cachable = Cachable,
3918cdf0e10cSrcweir	FastCall = FALSE,
3919cdf0e10cSrcweir	HasCoreId = FALSE,
3920cdf0e10cSrcweir	HasDialog = FALSE,
3921cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3922cdf0e10cSrcweir	Toggle = FALSE,
3923cdf0e10cSrcweir	Container = FALSE,
3924cdf0e10cSrcweir	RecordAbsolute = FALSE,
3925cdf0e10cSrcweir	RecordPerSet;
3926cdf0e10cSrcweir	Synchron;
3927cdf0e10cSrcweir
3928cdf0e10cSrcweir	/* config: */
3929cdf0e10cSrcweir	AccelConfig = FALSE,
3930cdf0e10cSrcweir	MenuConfig = FALSE,
3931cdf0e10cSrcweir	StatusBarConfig = FALSE,
3932cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3933cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3934cdf0e10cSrcweir]
3935cdf0e10cSrcweir
3936cdf0e10cSrcweir//--------------------------------------------------------------------------
3937cdf0e10cSrcweirSfxVoidItem JumpToNextTable SID_NEXT_TABLE
3938cdf0e10cSrcweir()
3939cdf0e10cSrcweir[
3940cdf0e10cSrcweir	/* flags: */
3941cdf0e10cSrcweir	AutoUpdate = FALSE,
3942cdf0e10cSrcweir	Cachable = Cachable,
3943cdf0e10cSrcweir	FastCall = FALSE,
3944cdf0e10cSrcweir	HasCoreId = FALSE,
3945cdf0e10cSrcweir	HasDialog = FALSE,
3946cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3947cdf0e10cSrcweir	Toggle = FALSE,
3948cdf0e10cSrcweir	Container = FALSE,
3949cdf0e10cSrcweir	RecordAbsolute = FALSE,
3950cdf0e10cSrcweir	RecordPerSet;
3951cdf0e10cSrcweir	Synchron;
3952cdf0e10cSrcweir
3953cdf0e10cSrcweir	/* config: */
3954cdf0e10cSrcweir	AccelConfig = TRUE,
3955cdf0e10cSrcweir	MenuConfig = FALSE,
3956cdf0e10cSrcweir	StatusBarConfig = FALSE,
3957cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3958cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
3959cdf0e10cSrcweir]
3960cdf0e10cSrcweir
3961cdf0e10cSrcweir//--------------------------------------------------------------------------
3962cdf0e10cSrcweirSfxVoidItem JumpToNextTableSel SID_NEXT_TABLE_SEL
3963cdf0e10cSrcweir()
3964cdf0e10cSrcweir[
3965cdf0e10cSrcweir        /* flags: */
3966cdf0e10cSrcweir        AutoUpdate = FALSE,
3967cdf0e10cSrcweir        Cachable = Cachable,
3968cdf0e10cSrcweir        FastCall = FALSE,
3969cdf0e10cSrcweir        HasCoreId = FALSE,
3970cdf0e10cSrcweir        HasDialog = FALSE,
3971cdf0e10cSrcweir        ReadOnlyDoc = TRUE,
3972cdf0e10cSrcweir        Toggle = FALSE,
3973cdf0e10cSrcweir        Container = FALSE,
3974cdf0e10cSrcweir        RecordAbsolute = FALSE,
3975cdf0e10cSrcweir        RecordPerSet;
3976cdf0e10cSrcweir        Synchron;
3977cdf0e10cSrcweir
3978cdf0e10cSrcweir        /* config: */
3979cdf0e10cSrcweir        AccelConfig = TRUE,
3980cdf0e10cSrcweir        MenuConfig = FALSE,
3981cdf0e10cSrcweir        StatusBarConfig = FALSE,
3982cdf0e10cSrcweir        ToolBoxConfig = FALSE,
3983cdf0e10cSrcweir        GroupId = GID_NAVIGATOR;
3984cdf0e10cSrcweir]
3985cdf0e10cSrcweir
3986cdf0e10cSrcweir//--------------------------------------------------------------------------
3987cdf0e10cSrcweirSfxVoidItem JumpToNextUnprotected SID_NEXT_UNPROTECT
3988cdf0e10cSrcweir()
3989cdf0e10cSrcweir[
3990cdf0e10cSrcweir	/* flags: */
3991cdf0e10cSrcweir	AutoUpdate = FALSE,
3992cdf0e10cSrcweir	Cachable = Cachable,
3993cdf0e10cSrcweir	FastCall = FALSE,
3994cdf0e10cSrcweir	HasCoreId = FALSE,
3995cdf0e10cSrcweir	HasDialog = FALSE,
3996cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3997cdf0e10cSrcweir	Toggle = FALSE,
3998cdf0e10cSrcweir	Container = FALSE,
3999cdf0e10cSrcweir	RecordAbsolute = FALSE,
4000cdf0e10cSrcweir	RecordPerSet;
4001cdf0e10cSrcweir	Synchron;
4002cdf0e10cSrcweir
4003cdf0e10cSrcweir	/* config: */
4004cdf0e10cSrcweir	AccelConfig = TRUE,
4005cdf0e10cSrcweir	MenuConfig = FALSE,
4006cdf0e10cSrcweir	StatusBarConfig = FALSE,
4007cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4008cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
4009cdf0e10cSrcweir]
4010cdf0e10cSrcweir
4011cdf0e10cSrcweir//--------------------------------------------------------------------------
4012cdf0e10cSrcweirSfxVoidItem JumpToPreviousCell SID_CURSORENTERUP
4013cdf0e10cSrcweir()
4014cdf0e10cSrcweir[
4015cdf0e10cSrcweir	/* flags: */
4016cdf0e10cSrcweir	AutoUpdate = FALSE,
4017cdf0e10cSrcweir	Cachable = Cachable,
4018cdf0e10cSrcweir	FastCall = FALSE,
4019cdf0e10cSrcweir	HasCoreId = FALSE,
4020cdf0e10cSrcweir	HasDialog = FALSE,
4021cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4022cdf0e10cSrcweir	Toggle = FALSE,
4023cdf0e10cSrcweir	Container = FALSE,
4024cdf0e10cSrcweir	RecordAbsolute = FALSE,
4025cdf0e10cSrcweir	RecordPerSet;
4026cdf0e10cSrcweir	Synchron;
4027cdf0e10cSrcweir
4028cdf0e10cSrcweir	/* config: */
4029cdf0e10cSrcweir	AccelConfig = FALSE,
4030cdf0e10cSrcweir	MenuConfig = FALSE,
4031cdf0e10cSrcweir	StatusBarConfig = FALSE,
4032cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4033cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
4034cdf0e10cSrcweir]
4035cdf0e10cSrcweir
4036cdf0e10cSrcweir//--------------------------------------------------------------------------
4037cdf0e10cSrcweirSfxVoidItem JumpToPreviousUnprotected SID_PREV_UNPROTECT
4038cdf0e10cSrcweir()
4039cdf0e10cSrcweir[
4040cdf0e10cSrcweir	/* flags: */
4041cdf0e10cSrcweir	AutoUpdate = FALSE,
4042cdf0e10cSrcweir	Cachable = Cachable,
4043cdf0e10cSrcweir	FastCall = FALSE,
4044cdf0e10cSrcweir	HasCoreId = FALSE,
4045cdf0e10cSrcweir	HasDialog = FALSE,
4046cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4047cdf0e10cSrcweir	Toggle = FALSE,
4048cdf0e10cSrcweir	Container = FALSE,
4049cdf0e10cSrcweir	RecordAbsolute = FALSE,
4050cdf0e10cSrcweir	RecordPerSet;
4051cdf0e10cSrcweir	Synchron;
4052cdf0e10cSrcweir
4053cdf0e10cSrcweir	/* config: */
4054cdf0e10cSrcweir	AccelConfig = TRUE,
4055cdf0e10cSrcweir	MenuConfig = FALSE,
4056cdf0e10cSrcweir	StatusBarConfig = FALSE,
4057cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4058cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
4059cdf0e10cSrcweir]
4060cdf0e10cSrcweir
4061cdf0e10cSrcweir//--------------------------------------------------------------------------
4062cdf0e10cSrcweirSfxVoidItem JumpToPrevTable SID_PREV_TABLE
4063cdf0e10cSrcweir()
4064cdf0e10cSrcweir[
4065cdf0e10cSrcweir	/* flags: */
4066cdf0e10cSrcweir	AutoUpdate = FALSE,
4067cdf0e10cSrcweir	Cachable = Cachable,
4068cdf0e10cSrcweir	FastCall = FALSE,
4069cdf0e10cSrcweir	HasCoreId = FALSE,
4070cdf0e10cSrcweir	HasDialog = FALSE,
4071cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4072cdf0e10cSrcweir	Toggle = FALSE,
4073cdf0e10cSrcweir	Container = FALSE,
4074cdf0e10cSrcweir	RecordAbsolute = FALSE,
4075cdf0e10cSrcweir	RecordPerSet;
4076cdf0e10cSrcweir	Synchron;
4077cdf0e10cSrcweir
4078cdf0e10cSrcweir	/* config: */
4079cdf0e10cSrcweir	AccelConfig = TRUE,
4080cdf0e10cSrcweir	MenuConfig = FALSE,
4081cdf0e10cSrcweir	StatusBarConfig = FALSE,
4082cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4083cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
4084cdf0e10cSrcweir]
4085cdf0e10cSrcweir
4086cdf0e10cSrcweir//--------------------------------------------------------------------------
4087cdf0e10cSrcweirSfxVoidItem JumpToPrevTableSel SID_PREV_TABLE_SEL
4088cdf0e10cSrcweir()
4089cdf0e10cSrcweir[
4090cdf0e10cSrcweir        /* flags: */
4091cdf0e10cSrcweir        AutoUpdate = FALSE,
4092cdf0e10cSrcweir        Cachable = Cachable,
4093cdf0e10cSrcweir        FastCall = FALSE,
4094cdf0e10cSrcweir        HasCoreId = FALSE,
4095cdf0e10cSrcweir        HasDialog = FALSE,
4096cdf0e10cSrcweir        ReadOnlyDoc = TRUE,
4097cdf0e10cSrcweir        Toggle = FALSE,
4098cdf0e10cSrcweir        Container = FALSE,
4099cdf0e10cSrcweir        RecordAbsolute = FALSE,
4100cdf0e10cSrcweir        RecordPerSet;
4101cdf0e10cSrcweir        Synchron;
4102cdf0e10cSrcweir
4103cdf0e10cSrcweir        /* config: */
4104cdf0e10cSrcweir        AccelConfig = TRUE,
4105cdf0e10cSrcweir        MenuConfig = FALSE,
4106cdf0e10cSrcweir        StatusBarConfig = FALSE,
4107cdf0e10cSrcweir        ToolBoxConfig = FALSE,
4108cdf0e10cSrcweir        GroupId = GID_NAVIGATOR;
4109cdf0e10cSrcweir]
4110cdf0e10cSrcweir
4111cdf0e10cSrcweir//--------------------------------------------------------------------------
4112cdf0e10cSrcweirSfxVoidItem JumpToTable SID_CURRENTTAB
4113cdf0e10cSrcweir(SfxUInt16Item Nr SID_CURRENTTAB)
4114cdf0e10cSrcweir[
4115cdf0e10cSrcweir	/* flags: */
4116cdf0e10cSrcweir	AutoUpdate = FALSE,
4117cdf0e10cSrcweir	Cachable = Cachable,
4118cdf0e10cSrcweir	FastCall = FALSE,
4119cdf0e10cSrcweir	HasCoreId = FALSE,
4120cdf0e10cSrcweir	HasDialog = FALSE,
4121cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4122cdf0e10cSrcweir	Toggle = FALSE,
4123cdf0e10cSrcweir	Container = FALSE,
4124cdf0e10cSrcweir	RecordAbsolute = FALSE,
4125cdf0e10cSrcweir	RecordPerSet;
4126cdf0e10cSrcweir	Synchron;
4127cdf0e10cSrcweir
4128cdf0e10cSrcweir	/* config: */
4129cdf0e10cSrcweir	AccelConfig = FALSE,
4130cdf0e10cSrcweir	MenuConfig = FALSE,
4131cdf0e10cSrcweir	StatusBarConfig = FALSE,
4132cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4133cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
4134cdf0e10cSrcweir]
4135cdf0e10cSrcweir
4136cdf0e10cSrcweir//--------------------------------------------------------------------------
4137cdf0e10cSrcweirSfxVoidItem LastPage SID_PREVIEW_LAST
4138cdf0e10cSrcweir()
4139cdf0e10cSrcweir[
4140cdf0e10cSrcweir	/* flags: */
4141cdf0e10cSrcweir	AutoUpdate = FALSE,
4142cdf0e10cSrcweir	Cachable = Cachable,
4143cdf0e10cSrcweir	FastCall = FALSE,
4144cdf0e10cSrcweir	HasCoreId = FALSE,
4145cdf0e10cSrcweir	HasDialog = FALSE,
4146cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4147cdf0e10cSrcweir	Toggle = FALSE,
4148cdf0e10cSrcweir	Container = FALSE,
4149cdf0e10cSrcweir	RecordAbsolute = FALSE,
4150cdf0e10cSrcweir	RecordPerSet;
4151cdf0e10cSrcweir	Synchron;
4152cdf0e10cSrcweir
4153cdf0e10cSrcweir	/* config: */
4154cdf0e10cSrcweir	AccelConfig = TRUE,
4155cdf0e10cSrcweir	MenuConfig = FALSE,
4156cdf0e10cSrcweir	StatusBarConfig = FALSE,
4157cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4158cdf0e10cSrcweir	GroupId = GID_VIEW;
4159cdf0e10cSrcweir]
4160cdf0e10cSrcweir
4161cdf0e10cSrcweir//--------------------------------------------------------------------------
4162cdf0e10cSrcweirSfxVoidItem MergeCells FID_MERGE_ON
4163cdf0e10cSrcweir(SfxBoolItem MoveContents FID_MERGE_ON)
4164cdf0e10cSrcweir[
4165cdf0e10cSrcweir	/* flags: */
4166cdf0e10cSrcweir	AutoUpdate = FALSE,
4167cdf0e10cSrcweir	Cachable = Cachable,
4168cdf0e10cSrcweir	FastCall = FALSE,
4169cdf0e10cSrcweir	HasCoreId = FALSE,
4170cdf0e10cSrcweir	HasDialog = FALSE,
4171cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4172cdf0e10cSrcweir	Toggle = FALSE,
4173cdf0e10cSrcweir	Container = FALSE,
4174cdf0e10cSrcweir	RecordAbsolute = FALSE,
4175cdf0e10cSrcweir	RecordPerSet;
4176cdf0e10cSrcweir	Synchron;
4177cdf0e10cSrcweir
4178cdf0e10cSrcweir	/* config: */
4179cdf0e10cSrcweir	AccelConfig = TRUE,
4180cdf0e10cSrcweir	MenuConfig = TRUE,
4181cdf0e10cSrcweir	StatusBarConfig = FALSE,
4182cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4183cdf0e10cSrcweir	GroupId = GID_FORMAT;
4184cdf0e10cSrcweir]
4185cdf0e10cSrcweir
4186cdf0e10cSrcweir//--------------------------------------------------------------------------
4187cdf0e10cSrcweirSfxVoidItem ToggleMergeCells FID_MERGE_TOGGLE
4188cdf0e10cSrcweir(SfxBoolItem MoveContents FID_MERGE_TOGGLE)
4189cdf0e10cSrcweir[
4190cdf0e10cSrcweir	/* flags: */
4191cdf0e10cSrcweir	AutoUpdate = FALSE,
4192cdf0e10cSrcweir	Cachable = Cachable,
4193cdf0e10cSrcweir	FastCall = FALSE,
4194cdf0e10cSrcweir	HasCoreId = FALSE,
4195cdf0e10cSrcweir	HasDialog = FALSE,
4196cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4197cdf0e10cSrcweir	Toggle = FALSE,
4198cdf0e10cSrcweir	Container = FALSE,
4199cdf0e10cSrcweir	RecordAbsolute = FALSE,
4200cdf0e10cSrcweir	RecordPerSet;
4201cdf0e10cSrcweir	Synchron;
4202cdf0e10cSrcweir
4203cdf0e10cSrcweir	/* config: */
4204cdf0e10cSrcweir	AccelConfig = TRUE,
4205cdf0e10cSrcweir	MenuConfig = TRUE,
4206cdf0e10cSrcweir	StatusBarConfig = FALSE,
4207cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4208cdf0e10cSrcweir	GroupId = GID_FORMAT;
4209cdf0e10cSrcweir]
4210cdf0e10cSrcweir
4211cdf0e10cSrcweir//--------------------------------------------------------------------------
4212cdf0e10cSrcweirSfxBoolItem Mirror SID_OBJECT_MIRROR
4213cdf0e10cSrcweir()
4214cdf0e10cSrcweir[
4215cdf0e10cSrcweir	/* flags: */
4216cdf0e10cSrcweir	AutoUpdate = FALSE,
4217cdf0e10cSrcweir	Cachable = Cachable,
4218cdf0e10cSrcweir	FastCall = FALSE,
4219cdf0e10cSrcweir	HasCoreId = FALSE,
4220cdf0e10cSrcweir	HasDialog = FALSE,
4221cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4222cdf0e10cSrcweir	Toggle = FALSE,
4223cdf0e10cSrcweir	Container = FALSE,
4224cdf0e10cSrcweir	RecordAbsolute = FALSE,
4225cdf0e10cSrcweir	RecordPerSet;
4226cdf0e10cSrcweir	Synchron;
4227cdf0e10cSrcweir
4228cdf0e10cSrcweir	/* config: */
4229cdf0e10cSrcweir	AccelConfig = FALSE,
4230cdf0e10cSrcweir	MenuConfig = FALSE,
4231cdf0e10cSrcweir	StatusBarConfig = FALSE,
4232cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4233cdf0e10cSrcweir	GroupId = GID_SPECIAL;
4234cdf0e10cSrcweir]
4235cdf0e10cSrcweir
4236cdf0e10cSrcweir//--------------------------------------------------------------------------
4237cdf0e10cSrcweirSfxVoidItem Move FID_TAB_MOVE
4238cdf0e10cSrcweir(SfxStringItem DocName FID_TAB_MOVE,SfxUInt16Item Index FN_PARAM_1,SfxBoolItem Copy FN_PARAM_2)
4239cdf0e10cSrcweir[
4240cdf0e10cSrcweir	/* flags: */
4241cdf0e10cSrcweir	AutoUpdate = FALSE,
4242cdf0e10cSrcweir	Cachable = Cachable,
4243cdf0e10cSrcweir	FastCall = FALSE,
4244cdf0e10cSrcweir	HasCoreId = FALSE,
4245cdf0e10cSrcweir	HasDialog = TRUE,
4246cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4247cdf0e10cSrcweir	Toggle = FALSE,
4248cdf0e10cSrcweir	Container = FALSE,
4249cdf0e10cSrcweir	RecordAbsolute = FALSE,
4250cdf0e10cSrcweir	RecordPerSet;
4251cdf0e10cSrcweir	Synchron;
4252cdf0e10cSrcweir
4253cdf0e10cSrcweir	/* config: */
4254cdf0e10cSrcweir	AccelConfig = TRUE,
4255cdf0e10cSrcweir	MenuConfig = TRUE,
4256cdf0e10cSrcweir	StatusBarConfig = FALSE,
4257cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4258cdf0e10cSrcweir	GroupId = GID_EDIT;
4259cdf0e10cSrcweir]
4260cdf0e10cSrcweir
4261cdf0e10cSrcweir//--------------------------------------------------------------------------
4262cdf0e10cSrcweirSfxStringItem Name FID_TAB_RENAME
4263cdf0e10cSrcweir
4264cdf0e10cSrcweir[
4265cdf0e10cSrcweir	/* flags: */
4266cdf0e10cSrcweir	AutoUpdate = FALSE,
4267cdf0e10cSrcweir	Cachable = Cachable,
4268cdf0e10cSrcweir	FastCall = FALSE,
4269cdf0e10cSrcweir	HasCoreId = FALSE,
4270cdf0e10cSrcweir	HasDialog = TRUE,
4271cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4272cdf0e10cSrcweir	Toggle = FALSE,
4273cdf0e10cSrcweir	Container = FALSE,
4274cdf0e10cSrcweir	RecordAbsolute = FALSE,
4275cdf0e10cSrcweir	RecordPerSet;
4276cdf0e10cSrcweir	Synchron;
4277cdf0e10cSrcweir
4278cdf0e10cSrcweir	Readonly = FALSE,
4279cdf0e10cSrcweir
4280cdf0e10cSrcweir	/* config: */
4281cdf0e10cSrcweir	AccelConfig = TRUE,
4282cdf0e10cSrcweir	MenuConfig = TRUE,
4283cdf0e10cSrcweir	StatusBarConfig = FALSE,
4284cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4285cdf0e10cSrcweir	GroupId = GID_FORMAT;
4286cdf0e10cSrcweir]
4287cdf0e10cSrcweir
4288cdf0e10cSrcweir//--------------------------------------------------------------------------
4289cdf0e10cSrcweirSfxVoidItem NextPage SID_PREVIEW_NEXT
4290cdf0e10cSrcweir()
4291cdf0e10cSrcweir[
4292cdf0e10cSrcweir	/* flags: */
4293cdf0e10cSrcweir	AutoUpdate = FALSE,
4294cdf0e10cSrcweir	Cachable = Cachable,
4295cdf0e10cSrcweir	FastCall = FALSE,
4296cdf0e10cSrcweir	HasCoreId = FALSE,
4297cdf0e10cSrcweir	HasDialog = FALSE,
4298cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4299cdf0e10cSrcweir	Toggle = FALSE,
4300cdf0e10cSrcweir	Container = FALSE,
4301cdf0e10cSrcweir	RecordAbsolute = FALSE,
4302cdf0e10cSrcweir	RecordPerSet;
4303cdf0e10cSrcweir	Synchron;
4304cdf0e10cSrcweir
4305cdf0e10cSrcweir	/* config: */
4306cdf0e10cSrcweir	AccelConfig = TRUE,
4307cdf0e10cSrcweir	MenuConfig = FALSE,
4308cdf0e10cSrcweir	StatusBarConfig = FALSE,
4309cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4310cdf0e10cSrcweir	GroupId = GID_VIEW;
4311cdf0e10cSrcweir]
4312cdf0e10cSrcweir
4313cdf0e10cSrcweir//--------------------------------------------------------------------------
4314cdf0e10cSrcweirSfxStringItem NoteText SID_RANGE_NOTETEXT
4315cdf0e10cSrcweir
4316cdf0e10cSrcweir[
4317cdf0e10cSrcweir	/* flags: */
4318cdf0e10cSrcweir	AutoUpdate = FALSE,
4319cdf0e10cSrcweir	Cachable = Cachable,
4320cdf0e10cSrcweir	FastCall = FALSE,
4321cdf0e10cSrcweir	HasCoreId = FALSE,
4322cdf0e10cSrcweir	HasDialog = FALSE,
4323cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4324cdf0e10cSrcweir	Toggle = FALSE,
4325cdf0e10cSrcweir	Container = FALSE,
4326cdf0e10cSrcweir	RecordAbsolute = FALSE,
4327cdf0e10cSrcweir	RecordPerSet;
4328cdf0e10cSrcweir	Synchron;
4329cdf0e10cSrcweir
4330cdf0e10cSrcweir	Readonly = FALSE,
4331cdf0e10cSrcweir
4332cdf0e10cSrcweir	/* config: */
4333cdf0e10cSrcweir	AccelConfig = FALSE,
4334cdf0e10cSrcweir	MenuConfig = FALSE,
4335cdf0e10cSrcweir	StatusBarConfig = FALSE,
4336cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4337cdf0e10cSrcweir	GroupId = GID_INTERN;
4338cdf0e10cSrcweir]
4339cdf0e10cSrcweir
4340cdf0e10cSrcweir//--------------------------------------------------------------------------
4341cdf0e10cSrcweirSfxBoolItem NoteVisible FID_NOTE_VISIBLE
4342cdf0e10cSrcweir
4343cdf0e10cSrcweir[
4344cdf0e10cSrcweir	/* flags: */
4345cdf0e10cSrcweir	AutoUpdate = FALSE,
4346cdf0e10cSrcweir	Cachable = Cachable,
4347cdf0e10cSrcweir	FastCall = FALSE,
4348cdf0e10cSrcweir	HasCoreId = FALSE,
4349cdf0e10cSrcweir	HasDialog = FALSE,
4350cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4351cdf0e10cSrcweir	Toggle = FALSE,
4352cdf0e10cSrcweir	Container = FALSE,
4353cdf0e10cSrcweir	RecordAbsolute = FALSE,
4354cdf0e10cSrcweir	RecordPerSet;
4355cdf0e10cSrcweir	Synchron;
4356cdf0e10cSrcweir
4357cdf0e10cSrcweir	Readonly = FALSE,
4358cdf0e10cSrcweir
4359cdf0e10cSrcweir	/* config: */
4360cdf0e10cSrcweir	AccelConfig = TRUE,
4361cdf0e10cSrcweir	MenuConfig = TRUE,
4362cdf0e10cSrcweir	StatusBarConfig = FALSE,
4363cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4364cdf0e10cSrcweir	GroupId = GID_VIEW;
4365cdf0e10cSrcweir]
4366cdf0e10cSrcweir
4367cdf0e10cSrcweir//--------------------------------------------------------------------------
4368cdf0e10cSrcweirSfxVoidItem DeleteNote SID_DELETE_NOTE
4369cdf0e10cSrcweir()
4370cdf0e10cSrcweir[
4371cdf0e10cSrcweir	/* flags: */
4372cdf0e10cSrcweir	AutoUpdate = FALSE,
4373cdf0e10cSrcweir	Cachable = Cachable,
4374cdf0e10cSrcweir	FastCall = TRUE,
4375cdf0e10cSrcweir	HasCoreId = FALSE,
4376cdf0e10cSrcweir	HasDialog = FALSE,
4377cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4378cdf0e10cSrcweir	Toggle = FALSE,
4379cdf0e10cSrcweir	Container = FALSE,
4380cdf0e10cSrcweir	RecordAbsolute = FALSE,
4381cdf0e10cSrcweir	RecordPerSet;
4382cdf0e10cSrcweir	Synchron;
4383cdf0e10cSrcweir
4384cdf0e10cSrcweir	/* config: */
4385cdf0e10cSrcweir	AccelConfig = TRUE,
4386cdf0e10cSrcweir	MenuConfig = TRUE,
4387cdf0e10cSrcweir	StatusBarConfig = FALSE,
4388cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4389cdf0e10cSrcweir	GroupId = GID_EDIT;
4390cdf0e10cSrcweir]
4391cdf0e10cSrcweir
4392cdf0e10cSrcweir//--------------------------------------------------------------------------
4393cdf0e10cSrcweirSfxStringItem NumberFormat SID_NUMBER_FORMAT
4394cdf0e10cSrcweir
4395cdf0e10cSrcweir[
4396cdf0e10cSrcweir	/* flags: */
4397cdf0e10cSrcweir	AutoUpdate = FALSE,
4398cdf0e10cSrcweir	Cachable = Cachable,
4399cdf0e10cSrcweir	FastCall = FALSE,
4400cdf0e10cSrcweir	HasCoreId = FALSE,
4401cdf0e10cSrcweir	HasDialog = FALSE,
4402cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4403cdf0e10cSrcweir	Toggle = FALSE,
4404cdf0e10cSrcweir	Container = FALSE,
4405cdf0e10cSrcweir	RecordAbsolute = FALSE,
4406cdf0e10cSrcweir	RecordPerSet;
4407cdf0e10cSrcweir	Synchron;
4408cdf0e10cSrcweir
4409cdf0e10cSrcweir	Readonly = FALSE,
4410cdf0e10cSrcweir
4411cdf0e10cSrcweir	/* config: */
4412cdf0e10cSrcweir	AccelConfig = FALSE,
4413cdf0e10cSrcweir	MenuConfig = FALSE,
4414cdf0e10cSrcweir	StatusBarConfig = FALSE,
4415cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4416cdf0e10cSrcweir	GroupId = GID_FORMAT;
4417cdf0e10cSrcweir]
4418cdf0e10cSrcweir
4419cdf0e10cSrcweir//--------------------------------------------------------------------------
4420cdf0e10cSrcweirSfxVoidItem NumberFormatCurrency SID_NUMBER_CURRENCY
4421cdf0e10cSrcweir()
4422cdf0e10cSrcweir[
4423cdf0e10cSrcweir	/* flags: */
4424cdf0e10cSrcweir	AutoUpdate = FALSE,
4425cdf0e10cSrcweir	Cachable = Cachable,
4426cdf0e10cSrcweir	FastCall = FALSE,
4427cdf0e10cSrcweir	HasCoreId = FALSE,
4428cdf0e10cSrcweir	HasDialog = FALSE,
4429cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4430cdf0e10cSrcweir	Toggle = FALSE,
4431cdf0e10cSrcweir	Container = FALSE,
4432cdf0e10cSrcweir	RecordAbsolute = FALSE,
4433cdf0e10cSrcweir	RecordPerSet;
4434cdf0e10cSrcweir	Synchron;
4435cdf0e10cSrcweir
4436cdf0e10cSrcweir	/* config: */
4437cdf0e10cSrcweir	AccelConfig = TRUE,
4438cdf0e10cSrcweir	MenuConfig = TRUE,
4439cdf0e10cSrcweir	StatusBarConfig = FALSE,
4440cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4441cdf0e10cSrcweir	GroupId = GID_FORMAT;
4442cdf0e10cSrcweir]
4443cdf0e10cSrcweir
4444cdf0e10cSrcweir//--------------------------------------------------------------------------
4445cdf0e10cSrcweirSfxVoidItem NumberFormatDate SID_NUMBER_DATE
4446cdf0e10cSrcweir()
4447cdf0e10cSrcweir[
4448cdf0e10cSrcweir	/* flags: */
4449cdf0e10cSrcweir	AutoUpdate = FALSE,
4450cdf0e10cSrcweir	Cachable = Cachable,
4451cdf0e10cSrcweir	FastCall = FALSE,
4452cdf0e10cSrcweir	HasCoreId = FALSE,
4453cdf0e10cSrcweir	HasDialog = FALSE,
4454cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4455cdf0e10cSrcweir	Toggle = FALSE,
4456cdf0e10cSrcweir	Container = FALSE,
4457cdf0e10cSrcweir	RecordAbsolute = FALSE,
4458cdf0e10cSrcweir	RecordPerSet;
4459cdf0e10cSrcweir	Synchron;
4460cdf0e10cSrcweir
4461cdf0e10cSrcweir	/* config: */
4462cdf0e10cSrcweir	AccelConfig = TRUE,
4463cdf0e10cSrcweir	MenuConfig = TRUE,
4464cdf0e10cSrcweir	StatusBarConfig = FALSE,
4465cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4466cdf0e10cSrcweir	GroupId = GID_FORMAT;
4467cdf0e10cSrcweir]
4468cdf0e10cSrcweir
4469cdf0e10cSrcweir//--------------------------------------------------------------------------
4470cdf0e10cSrcweirSfxVoidItem NumberFormatDecDecimals SID_NUMBER_DECDEC
4471cdf0e10cSrcweir()
4472cdf0e10cSrcweir[
4473cdf0e10cSrcweir	/* flags: */
4474cdf0e10cSrcweir	AutoUpdate = FALSE,
4475cdf0e10cSrcweir	Cachable = Cachable,
4476cdf0e10cSrcweir	FastCall = FALSE,
4477cdf0e10cSrcweir	HasCoreId = FALSE,
4478cdf0e10cSrcweir	HasDialog = FALSE,
4479cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4480cdf0e10cSrcweir	Toggle = FALSE,
4481cdf0e10cSrcweir	Container = FALSE,
4482cdf0e10cSrcweir	RecordAbsolute = FALSE,
4483cdf0e10cSrcweir	RecordPerSet;
4484cdf0e10cSrcweir	Synchron;
4485cdf0e10cSrcweir
4486cdf0e10cSrcweir	/* config: */
4487cdf0e10cSrcweir	AccelConfig = TRUE,
4488cdf0e10cSrcweir	MenuConfig = TRUE,
4489cdf0e10cSrcweir	StatusBarConfig = FALSE,
4490cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4491cdf0e10cSrcweir	GroupId = GID_FORMAT;
4492cdf0e10cSrcweir]
4493cdf0e10cSrcweir
4494cdf0e10cSrcweir//--------------------------------------------------------------------------
4495cdf0e10cSrcweirSfxVoidItem NumberFormatDecimal SID_NUMBER_TWODEC
4496cdf0e10cSrcweir()
4497cdf0e10cSrcweir[
4498cdf0e10cSrcweir	/* flags: */
4499cdf0e10cSrcweir	AutoUpdate = FALSE,
4500cdf0e10cSrcweir	Cachable = Cachable,
4501cdf0e10cSrcweir	FastCall = FALSE,
4502cdf0e10cSrcweir	HasCoreId = FALSE,
4503cdf0e10cSrcweir	HasDialog = FALSE,
4504cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4505cdf0e10cSrcweir	Toggle = FALSE,
4506cdf0e10cSrcweir	Container = FALSE,
4507cdf0e10cSrcweir	RecordAbsolute = FALSE,
4508cdf0e10cSrcweir	RecordPerSet;
4509cdf0e10cSrcweir	Synchron;
4510cdf0e10cSrcweir
4511cdf0e10cSrcweir	/* config: */
4512cdf0e10cSrcweir	AccelConfig = TRUE,
4513cdf0e10cSrcweir	MenuConfig = TRUE,
4514cdf0e10cSrcweir	StatusBarConfig = FALSE,
4515cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4516cdf0e10cSrcweir	GroupId = GID_FORMAT;
4517cdf0e10cSrcweir]
4518cdf0e10cSrcweir
4519cdf0e10cSrcweir//--------------------------------------------------------------------------
4520cdf0e10cSrcweirSfxVoidItem NumberFormatIncDecimals SID_NUMBER_INCDEC
4521cdf0e10cSrcweir()
4522cdf0e10cSrcweir[
4523cdf0e10cSrcweir	/* flags: */
4524cdf0e10cSrcweir	AutoUpdate = FALSE,
4525cdf0e10cSrcweir	Cachable = Cachable,
4526cdf0e10cSrcweir	FastCall = FALSE,
4527cdf0e10cSrcweir	HasCoreId = FALSE,
4528cdf0e10cSrcweir	HasDialog = FALSE,
4529cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4530cdf0e10cSrcweir	Toggle = FALSE,
4531cdf0e10cSrcweir	Container = FALSE,
4532cdf0e10cSrcweir	RecordAbsolute = FALSE,
4533cdf0e10cSrcweir	RecordPerSet;
4534cdf0e10cSrcweir	Synchron;
4535cdf0e10cSrcweir
4536cdf0e10cSrcweir	/* config: */
4537cdf0e10cSrcweir	AccelConfig = TRUE,
4538cdf0e10cSrcweir	MenuConfig = TRUE,
4539cdf0e10cSrcweir	StatusBarConfig = FALSE,
4540cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4541cdf0e10cSrcweir	GroupId = GID_FORMAT;
4542cdf0e10cSrcweir]
4543cdf0e10cSrcweir
4544cdf0e10cSrcweir//--------------------------------------------------------------------------
4545cdf0e10cSrcweirSfxVoidItem NumberFormatPercent SID_NUMBER_PERCENT
4546cdf0e10cSrcweir()
4547cdf0e10cSrcweir[
4548cdf0e10cSrcweir	/* flags: */
4549cdf0e10cSrcweir	AutoUpdate = FALSE,
4550cdf0e10cSrcweir	Cachable = Cachable,
4551cdf0e10cSrcweir	FastCall = FALSE,
4552cdf0e10cSrcweir	HasCoreId = FALSE,
4553cdf0e10cSrcweir	HasDialog = FALSE,
4554cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4555cdf0e10cSrcweir	Toggle = FALSE,
4556cdf0e10cSrcweir	Container = FALSE,
4557cdf0e10cSrcweir	RecordAbsolute = FALSE,
4558cdf0e10cSrcweir	RecordPerSet;
4559cdf0e10cSrcweir	Synchron;
4560cdf0e10cSrcweir
4561cdf0e10cSrcweir	/* config: */
4562cdf0e10cSrcweir	AccelConfig = TRUE,
4563cdf0e10cSrcweir	MenuConfig = TRUE,
4564cdf0e10cSrcweir	StatusBarConfig = FALSE,
4565cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4566cdf0e10cSrcweir	GroupId = GID_FORMAT;
4567cdf0e10cSrcweir]
4568cdf0e10cSrcweir
4569cdf0e10cSrcweir//--------------------------------------------------------------------------
4570cdf0e10cSrcweirSfxVoidItem NumberFormatScientific SID_NUMBER_SCIENTIFIC
4571cdf0e10cSrcweir()
4572cdf0e10cSrcweir[
4573cdf0e10cSrcweir	/* flags: */
4574cdf0e10cSrcweir	AutoUpdate = FALSE,
4575cdf0e10cSrcweir	Cachable = Cachable,
4576cdf0e10cSrcweir	FastCall = FALSE,
4577cdf0e10cSrcweir	HasCoreId = FALSE,
4578cdf0e10cSrcweir	HasDialog = FALSE,
4579cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4580cdf0e10cSrcweir	Toggle = FALSE,
4581cdf0e10cSrcweir	Container = FALSE,
4582cdf0e10cSrcweir	RecordAbsolute = FALSE,
4583cdf0e10cSrcweir	RecordPerSet;
4584cdf0e10cSrcweir	Synchron;
4585cdf0e10cSrcweir
4586cdf0e10cSrcweir	/* config: */
4587cdf0e10cSrcweir	AccelConfig = TRUE,
4588cdf0e10cSrcweir	MenuConfig = TRUE,
4589cdf0e10cSrcweir	StatusBarConfig = FALSE,
4590cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4591cdf0e10cSrcweir	GroupId = GID_FORMAT;
4592cdf0e10cSrcweir]
4593cdf0e10cSrcweir
4594cdf0e10cSrcweir//--------------------------------------------------------------------------
4595cdf0e10cSrcweirSfxVoidItem NumberFormatStandard SID_NUMBER_STANDARD
4596cdf0e10cSrcweir()
4597cdf0e10cSrcweir[
4598cdf0e10cSrcweir	/* flags: */
4599cdf0e10cSrcweir	AutoUpdate = FALSE,
4600cdf0e10cSrcweir	Cachable = Cachable,
4601cdf0e10cSrcweir	FastCall = FALSE,
4602cdf0e10cSrcweir	HasCoreId = FALSE,
4603cdf0e10cSrcweir	HasDialog = FALSE,
4604cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4605cdf0e10cSrcweir	Toggle = FALSE,
4606cdf0e10cSrcweir	Container = FALSE,
4607cdf0e10cSrcweir	RecordAbsolute = FALSE,
4608cdf0e10cSrcweir	RecordPerSet;
4609cdf0e10cSrcweir	Synchron;
4610cdf0e10cSrcweir
4611cdf0e10cSrcweir	/* config: */
4612cdf0e10cSrcweir	AccelConfig = TRUE,
4613cdf0e10cSrcweir	MenuConfig = TRUE,
4614cdf0e10cSrcweir	StatusBarConfig = FALSE,
4615cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4616cdf0e10cSrcweir	GroupId = GID_FORMAT;
4617cdf0e10cSrcweir]
4618cdf0e10cSrcweir
4619cdf0e10cSrcweir//--------------------------------------------------------------------------
4620cdf0e10cSrcweirSfxVoidItem NumberFormatTime SID_NUMBER_TIME
4621cdf0e10cSrcweir()
4622cdf0e10cSrcweir[
4623cdf0e10cSrcweir	/* flags: */
4624cdf0e10cSrcweir	AutoUpdate = FALSE,
4625cdf0e10cSrcweir	Cachable = Cachable,
4626cdf0e10cSrcweir	FastCall = FALSE,
4627cdf0e10cSrcweir	HasCoreId = FALSE,
4628cdf0e10cSrcweir	HasDialog = FALSE,
4629cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4630cdf0e10cSrcweir	Toggle = FALSE,
4631cdf0e10cSrcweir	Container = FALSE,
4632cdf0e10cSrcweir	RecordAbsolute = FALSE,
4633cdf0e10cSrcweir	RecordPerSet;
4634cdf0e10cSrcweir	Synchron;
4635cdf0e10cSrcweir
4636cdf0e10cSrcweir	/* config: */
4637cdf0e10cSrcweir	AccelConfig = TRUE,
4638cdf0e10cSrcweir	MenuConfig = TRUE,
4639cdf0e10cSrcweir	StatusBarConfig = FALSE,
4640cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4641cdf0e10cSrcweir	GroupId = GID_FORMAT;
4642cdf0e10cSrcweir]
4643cdf0e10cSrcweir
4644cdf0e10cSrcweir//--------------------------------------------------------------------------
4645cdf0e10cSrcweirSfxInt32Item ObjectHeight SID_OBJECT_HEIGHT
4646cdf0e10cSrcweir
4647cdf0e10cSrcweir[
4648cdf0e10cSrcweir	/* flags: */
4649cdf0e10cSrcweir	AutoUpdate = FALSE,
4650cdf0e10cSrcweir	Cachable = Cachable,
4651cdf0e10cSrcweir	FastCall = FALSE,
4652cdf0e10cSrcweir	HasCoreId = FALSE,
4653cdf0e10cSrcweir	HasDialog = FALSE,
4654cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4655cdf0e10cSrcweir	Toggle = FALSE,
4656cdf0e10cSrcweir	Container = FALSE,
4657cdf0e10cSrcweir	RecordAbsolute = FALSE,
4658cdf0e10cSrcweir	RecordPerSet;
4659cdf0e10cSrcweir	Synchron;
4660cdf0e10cSrcweir
4661cdf0e10cSrcweir	Readonly = FALSE,
4662cdf0e10cSrcweir
4663cdf0e10cSrcweir	/* config: */
4664cdf0e10cSrcweir	AccelConfig = FALSE,
4665cdf0e10cSrcweir	MenuConfig = FALSE,
4666cdf0e10cSrcweir	StatusBarConfig = FALSE,
4667cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4668cdf0e10cSrcweir	GroupId = GID_INTERN;
4669cdf0e10cSrcweir]
4670cdf0e10cSrcweir
4671cdf0e10cSrcweir//--------------------------------------------------------------------------
4672cdf0e10cSrcweirSfxInt32Item ObjectLeft SID_OBJECT_LEFT
4673cdf0e10cSrcweir
4674cdf0e10cSrcweir[
4675cdf0e10cSrcweir	/* flags: */
4676cdf0e10cSrcweir	AutoUpdate = FALSE,
4677cdf0e10cSrcweir	Cachable = Cachable,
4678cdf0e10cSrcweir	FastCall = FALSE,
4679cdf0e10cSrcweir	HasCoreId = FALSE,
4680cdf0e10cSrcweir	HasDialog = FALSE,
4681cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4682cdf0e10cSrcweir	Toggle = FALSE,
4683cdf0e10cSrcweir	Container = FALSE,
4684cdf0e10cSrcweir	RecordAbsolute = FALSE,
4685cdf0e10cSrcweir	RecordPerSet;
4686cdf0e10cSrcweir	Synchron;
4687cdf0e10cSrcweir
4688cdf0e10cSrcweir	Readonly = FALSE,
4689cdf0e10cSrcweir
4690cdf0e10cSrcweir	/* config: */
4691cdf0e10cSrcweir	AccelConfig = FALSE,
4692cdf0e10cSrcweir	MenuConfig = FALSE,
4693cdf0e10cSrcweir	StatusBarConfig = FALSE,
4694cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4695cdf0e10cSrcweir	GroupId = GID_INTERN;
4696cdf0e10cSrcweir]
4697cdf0e10cSrcweir
4698cdf0e10cSrcweir//--------------------------------------------------------------------------
4699cdf0e10cSrcweirSfxVoidItem ObjectMirrorHorizontal SID_MIRROR_HORIZONTAL
4700cdf0e10cSrcweir()
4701cdf0e10cSrcweir[
4702cdf0e10cSrcweir	/* flags: */
4703cdf0e10cSrcweir	AutoUpdate = FALSE,
4704cdf0e10cSrcweir	Cachable = Cachable,
4705cdf0e10cSrcweir	FastCall = FALSE,
4706cdf0e10cSrcweir	HasCoreId = FALSE,
4707cdf0e10cSrcweir	HasDialog = FALSE,
4708cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4709cdf0e10cSrcweir	Toggle = FALSE,
4710cdf0e10cSrcweir	Container = FALSE,
4711cdf0e10cSrcweir	RecordAbsolute = FALSE,
4712cdf0e10cSrcweir	RecordPerSet;
4713cdf0e10cSrcweir	Synchron;
4714cdf0e10cSrcweir
4715cdf0e10cSrcweir	/* config: */
4716cdf0e10cSrcweir	AccelConfig = FALSE,
4717cdf0e10cSrcweir	MenuConfig = TRUE,
4718cdf0e10cSrcweir	StatusBarConfig = FALSE,
4719cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4720cdf0e10cSrcweir	GroupId = GID_FORMAT;
4721cdf0e10cSrcweir]
4722cdf0e10cSrcweir
4723cdf0e10cSrcweir//--------------------------------------------------------------------------
4724cdf0e10cSrcweirSfxVoidItem ObjectMirrorVertical SID_MIRROR_VERTICAL
4725cdf0e10cSrcweir()
4726cdf0e10cSrcweir[
4727cdf0e10cSrcweir	/* flags: */
4728cdf0e10cSrcweir	AutoUpdate = FALSE,
4729cdf0e10cSrcweir	Cachable = Cachable,
4730cdf0e10cSrcweir	FastCall = FALSE,
4731cdf0e10cSrcweir	HasCoreId = FALSE,
4732cdf0e10cSrcweir	HasDialog = FALSE,
4733cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4734cdf0e10cSrcweir	Toggle = FALSE,
4735cdf0e10cSrcweir	Container = FALSE,
4736cdf0e10cSrcweir	RecordAbsolute = FALSE,
4737cdf0e10cSrcweir	RecordPerSet;
4738cdf0e10cSrcweir	Synchron;
4739cdf0e10cSrcweir
4740cdf0e10cSrcweir	/* config: */
4741cdf0e10cSrcweir	AccelConfig = FALSE,
4742cdf0e10cSrcweir	MenuConfig = TRUE,
4743cdf0e10cSrcweir	StatusBarConfig = FALSE,
4744cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4745cdf0e10cSrcweir	GroupId = GID_FORMAT;
4746cdf0e10cSrcweir]
4747cdf0e10cSrcweir
4748cdf0e10cSrcweir//--------------------------------------------------------------------------
4749cdf0e10cSrcweirSfxInt32Item ObjectTop SID_OBJECT_TOP
4750cdf0e10cSrcweir
4751cdf0e10cSrcweir[
4752cdf0e10cSrcweir	/* flags: */
4753cdf0e10cSrcweir	AutoUpdate = FALSE,
4754cdf0e10cSrcweir	Cachable = Cachable,
4755cdf0e10cSrcweir	FastCall = FALSE,
4756cdf0e10cSrcweir	HasCoreId = FALSE,
4757cdf0e10cSrcweir	HasDialog = FALSE,
4758cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4759cdf0e10cSrcweir	Toggle = FALSE,
4760cdf0e10cSrcweir	Container = FALSE,
4761cdf0e10cSrcweir	RecordAbsolute = FALSE,
4762cdf0e10cSrcweir	RecordPerSet;
4763cdf0e10cSrcweir	Synchron;
4764cdf0e10cSrcweir
4765cdf0e10cSrcweir	Readonly = FALSE,
4766cdf0e10cSrcweir
4767cdf0e10cSrcweir	/* config: */
4768cdf0e10cSrcweir	AccelConfig = FALSE,
4769cdf0e10cSrcweir	MenuConfig = FALSE,
4770cdf0e10cSrcweir	StatusBarConfig = FALSE,
4771cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4772cdf0e10cSrcweir	GroupId = GID_INTERN;
4773cdf0e10cSrcweir]
4774cdf0e10cSrcweir
4775cdf0e10cSrcweir//--------------------------------------------------------------------------
4776cdf0e10cSrcweirSfxInt32Item ObjectWidth SID_OBJECT_WIDTH
4777cdf0e10cSrcweir
4778cdf0e10cSrcweir[
4779cdf0e10cSrcweir	/* flags: */
4780cdf0e10cSrcweir	AutoUpdate = FALSE,
4781cdf0e10cSrcweir	Cachable = Cachable,
4782cdf0e10cSrcweir	FastCall = FALSE,
4783cdf0e10cSrcweir	HasCoreId = FALSE,
4784cdf0e10cSrcweir	HasDialog = FALSE,
4785cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4786cdf0e10cSrcweir	Toggle = FALSE,
4787cdf0e10cSrcweir	Container = FALSE,
4788cdf0e10cSrcweir	RecordAbsolute = FALSE,
4789cdf0e10cSrcweir	RecordPerSet;
4790cdf0e10cSrcweir	Synchron;
4791cdf0e10cSrcweir
4792cdf0e10cSrcweir	Readonly = FALSE,
4793cdf0e10cSrcweir
4794cdf0e10cSrcweir	/* config: */
4795cdf0e10cSrcweir	AccelConfig = FALSE,
4796cdf0e10cSrcweir	MenuConfig = FALSE,
4797cdf0e10cSrcweir	StatusBarConfig = FALSE,
4798cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4799cdf0e10cSrcweir	GroupId = GID_INTERN;
4800cdf0e10cSrcweir]
4801cdf0e10cSrcweir
4802cdf0e10cSrcweir//--------------------------------------------------------------------------
4803cdf0e10cSrcweirSfxObjectItem Offset SID_RANGE_OFFSET
4804cdf0e10cSrcweir(SfxInt16Item Column FN_PARAM_1,SfxInt32Item Row FN_PARAM_2,SfxInt16Item Table FN_PARAM_3)
4805cdf0e10cSrcweir[
4806cdf0e10cSrcweir	/* flags: */
4807cdf0e10cSrcweir	AutoUpdate = FALSE,
4808cdf0e10cSrcweir	Cachable = Cachable,
4809cdf0e10cSrcweir	FastCall = FALSE,
4810cdf0e10cSrcweir	HasCoreId = FALSE,
4811cdf0e10cSrcweir	HasDialog = FALSE,
4812cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4813cdf0e10cSrcweir	Toggle = FALSE,
4814cdf0e10cSrcweir	Container = FALSE,
4815cdf0e10cSrcweir	RecordAbsolute = FALSE,
4816cdf0e10cSrcweir	RecordPerSet;
4817cdf0e10cSrcweir	Synchron;
4818cdf0e10cSrcweir
4819cdf0e10cSrcweir	/* config: */
4820cdf0e10cSrcweir	AccelConfig = FALSE,
4821cdf0e10cSrcweir	MenuConfig = FALSE,
4822cdf0e10cSrcweir	StatusBarConfig = FALSE,
4823cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4824cdf0e10cSrcweir	GroupId = GID_INTERN;
4825cdf0e10cSrcweir]
4826cdf0e10cSrcweir
4827cdf0e10cSrcweir//--------------------------------------------------------------------------
4828cdf0e10cSrcweirSfxObjectItem OleObject SID_OLE_OBJECT
4829cdf0e10cSrcweir
4830cdf0e10cSrcweir[
4831cdf0e10cSrcweir	/* flags: */
4832cdf0e10cSrcweir	AutoUpdate = FALSE,
4833cdf0e10cSrcweir	Cachable = Cachable,
4834cdf0e10cSrcweir	FastCall = TRUE,
4835cdf0e10cSrcweir	HasCoreId = FALSE,
4836cdf0e10cSrcweir	HasDialog = FALSE,
4837cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4838cdf0e10cSrcweir	Toggle = FALSE,
4839cdf0e10cSrcweir	Container = FALSE,
4840cdf0e10cSrcweir	RecordAbsolute = FALSE,
4841cdf0e10cSrcweir	RecordPerSet;
4842cdf0e10cSrcweir	Synchron;
4843cdf0e10cSrcweir
4844cdf0e10cSrcweir	Readonly = TRUE,
4845cdf0e10cSrcweir
4846cdf0e10cSrcweir	/* config: */
4847cdf0e10cSrcweir	AccelConfig = FALSE,
4848cdf0e10cSrcweir	MenuConfig = FALSE,
4849cdf0e10cSrcweir	StatusBarConfig = FALSE,
4850cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4851cdf0e10cSrcweir	GroupId = GID_EDIT;
4852cdf0e10cSrcweir]
4853cdf0e10cSrcweir
4854cdf0e10cSrcweir//--------------------------------------------------------------------------
4855cdf0e10cSrcweirSfxVoidItem OriginalSize SID_ORIGINALSIZE
4856cdf0e10cSrcweir()
4857cdf0e10cSrcweir[
4858cdf0e10cSrcweir	/* flags: */
4859cdf0e10cSrcweir	AutoUpdate = FALSE,
4860cdf0e10cSrcweir	Cachable = Cachable,
4861cdf0e10cSrcweir	FastCall = FALSE,
4862cdf0e10cSrcweir	HasCoreId = FALSE,
4863cdf0e10cSrcweir	HasDialog = FALSE,
4864cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4865cdf0e10cSrcweir	Toggle = FALSE,
4866cdf0e10cSrcweir	Container = FALSE,
4867cdf0e10cSrcweir	RecordAbsolute = FALSE,
4868cdf0e10cSrcweir	RecordPerSet;
4869cdf0e10cSrcweir	Synchron;
4870cdf0e10cSrcweir
4871cdf0e10cSrcweir	/* config: */
4872cdf0e10cSrcweir	AccelConfig = FALSE,
4873cdf0e10cSrcweir	MenuConfig = FALSE,
4874cdf0e10cSrcweir	StatusBarConfig = FALSE,
4875cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4876cdf0e10cSrcweir	GroupId = GID_EDIT;
4877cdf0e10cSrcweir]
4878cdf0e10cSrcweir
4879cdf0e10cSrcweir//--------------------------------------------------------------------------
4880cdf0e10cSrcweirSfxBoolItem NormalViewMode FID_NORMALVIEWMODE
4881cdf0e10cSrcweir
4882cdf0e10cSrcweir[
4883cdf0e10cSrcweir	/* flags: */
4884cdf0e10cSrcweir	AutoUpdate = FALSE,
4885cdf0e10cSrcweir	Cachable = Cachable,
4886cdf0e10cSrcweir	FastCall = FALSE,
4887cdf0e10cSrcweir	HasCoreId = FALSE,
4888cdf0e10cSrcweir	HasDialog = FALSE,
4889cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4890cdf0e10cSrcweir	Toggle = FALSE,
4891cdf0e10cSrcweir	Container = FALSE,
4892cdf0e10cSrcweir	RecordAbsolute = FALSE,
4893cdf0e10cSrcweir	RecordPerSet;
4894cdf0e10cSrcweir	Synchron;
4895cdf0e10cSrcweir
4896cdf0e10cSrcweir	Readonly = FALSE,
4897cdf0e10cSrcweir
4898cdf0e10cSrcweir	/* config: */
4899cdf0e10cSrcweir	AccelConfig = TRUE,
4900cdf0e10cSrcweir	MenuConfig = TRUE,
4901cdf0e10cSrcweir	StatusBarConfig = FALSE,
4902cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4903cdf0e10cSrcweir	GroupId = GID_VIEW;
4904cdf0e10cSrcweir]
4905cdf0e10cSrcweir
4906cdf0e10cSrcweir//--------------------------------------------------------------------------
4907cdf0e10cSrcweirSfxBoolItem PagebreakMode FID_PAGEBREAKMODE
4908cdf0e10cSrcweir
4909cdf0e10cSrcweir[
4910cdf0e10cSrcweir	/* flags: */
4911cdf0e10cSrcweir	AutoUpdate = FALSE,
4912cdf0e10cSrcweir	Cachable = Cachable,
4913cdf0e10cSrcweir	FastCall = FALSE,
4914cdf0e10cSrcweir	HasCoreId = FALSE,
4915cdf0e10cSrcweir	HasDialog = FALSE,
4916cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4917cdf0e10cSrcweir	Toggle = FALSE,
4918cdf0e10cSrcweir	Container = FALSE,
4919cdf0e10cSrcweir	RecordAbsolute = FALSE,
4920cdf0e10cSrcweir	RecordPerSet;
4921cdf0e10cSrcweir	Synchron;
4922cdf0e10cSrcweir
4923cdf0e10cSrcweir	Readonly = FALSE,
4924cdf0e10cSrcweir
4925cdf0e10cSrcweir	/* config: */
4926cdf0e10cSrcweir	AccelConfig = TRUE,
4927cdf0e10cSrcweir	MenuConfig = TRUE,
4928cdf0e10cSrcweir	StatusBarConfig = FALSE,
4929cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4930cdf0e10cSrcweir	GroupId = GID_VIEW;
4931cdf0e10cSrcweir]
4932cdf0e10cSrcweir
4933cdf0e10cSrcweir//--------------------------------------------------------------------------
4934cdf0e10cSrcweirSfxVoidItem PageFormatDialog SID_FORMATPAGE
4935cdf0e10cSrcweir()
4936cdf0e10cSrcweir[
4937cdf0e10cSrcweir	/* flags: */
4938cdf0e10cSrcweir	AutoUpdate = FALSE,
4939cdf0e10cSrcweir	Cachable = Cachable,
4940cdf0e10cSrcweir	FastCall = FALSE,
4941cdf0e10cSrcweir	HasCoreId = FALSE,
4942cdf0e10cSrcweir	HasDialog = TRUE,
4943cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4944cdf0e10cSrcweir	Toggle = FALSE,
4945cdf0e10cSrcweir	Container = FALSE,
4946cdf0e10cSrcweir	RecordAbsolute = FALSE,
4947cdf0e10cSrcweir	RecordPerSet;
4948cdf0e10cSrcweir	Synchron;
4949cdf0e10cSrcweir
4950cdf0e10cSrcweir	/* config: */
4951cdf0e10cSrcweir	AccelConfig = TRUE,
4952cdf0e10cSrcweir	MenuConfig = TRUE,
4953cdf0e10cSrcweir	StatusBarConfig = FALSE,
4954cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4955cdf0e10cSrcweir	GroupId = GID_FORMAT;
4956cdf0e10cSrcweir]
4957cdf0e10cSrcweir
4958cdf0e10cSrcweir//--------------------------------------------------------------------------
4959cdf0e10cSrcweirSfxVoidItem PreviousPage SID_PREVIEW_PREVIOUS
4960cdf0e10cSrcweir()
4961cdf0e10cSrcweir[
4962cdf0e10cSrcweir	/* flags: */
4963cdf0e10cSrcweir	AutoUpdate = FALSE,
4964cdf0e10cSrcweir	Cachable = Cachable,
4965cdf0e10cSrcweir	FastCall = FALSE,
4966cdf0e10cSrcweir	HasCoreId = FALSE,
4967cdf0e10cSrcweir	HasDialog = FALSE,
4968cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4969cdf0e10cSrcweir	Toggle = FALSE,
4970cdf0e10cSrcweir	Container = FALSE,
4971cdf0e10cSrcweir	RecordAbsolute = FALSE,
4972cdf0e10cSrcweir	RecordPerSet;
4973cdf0e10cSrcweir	Synchron;
4974cdf0e10cSrcweir
4975cdf0e10cSrcweir	/* config: */
4976cdf0e10cSrcweir	AccelConfig = TRUE,
4977cdf0e10cSrcweir	MenuConfig = FALSE,
4978cdf0e10cSrcweir	StatusBarConfig = FALSE,
4979cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4980cdf0e10cSrcweir	GroupId = GID_VIEW;
4981cdf0e10cSrcweir]
4982cdf0e10cSrcweir
4983cdf0e10cSrcweir//--------------------------------------------------------------------------
4984cdf0e10cSrcweirSfxVoidItem Protect FID_PROTECT_TABLE
4985cdf0e10cSrcweir(SfxBoolItem Protect FID_PROTECT_TABLE)
4986cdf0e10cSrcweir[
4987cdf0e10cSrcweir	/* flags: */
4988cdf0e10cSrcweir	AutoUpdate = FALSE,
4989cdf0e10cSrcweir	Cachable = Cachable,
4990cdf0e10cSrcweir	FastCall = FALSE,
4991cdf0e10cSrcweir	HasCoreId = FALSE,
4992cdf0e10cSrcweir	HasDialog = FALSE,
4993cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4994cdf0e10cSrcweir	Toggle = FALSE,
4995cdf0e10cSrcweir	Container = FALSE,
4996cdf0e10cSrcweir	RecordAbsolute = FALSE,
4997cdf0e10cSrcweir	RecordPerSet;
4998cdf0e10cSrcweir	Synchron;
4999cdf0e10cSrcweir
5000cdf0e10cSrcweir	/* config: */
5001cdf0e10cSrcweir	AccelConfig = TRUE,
5002cdf0e10cSrcweir	MenuConfig = TRUE,
5003cdf0e10cSrcweir	StatusBarConfig = FALSE,
5004cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5005cdf0e10cSrcweir	GroupId = GID_OPTIONS;
5006cdf0e10cSrcweir]
5007cdf0e10cSrcweir
5008cdf0e10cSrcweir//--------------------------------------------------------------------------
5009cdf0e10cSrcweirSfxVoidItem ProtectTraceChangeMode SID_CHG_PROTECT
5010cdf0e10cSrcweir()
5011cdf0e10cSrcweir[
5012cdf0e10cSrcweir	/* flags: */
5013cdf0e10cSrcweir	AutoUpdate = FALSE,
5014cdf0e10cSrcweir	Cachable = Cachable,
5015cdf0e10cSrcweir	FastCall = FALSE,
5016cdf0e10cSrcweir	HasCoreId = FALSE,
5017cdf0e10cSrcweir	HasDialog = FALSE,
5018cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5019cdf0e10cSrcweir	Toggle = FALSE,
5020cdf0e10cSrcweir	Container = FALSE,
5021cdf0e10cSrcweir	RecordAbsolute = FALSE,
5022cdf0e10cSrcweir	RecordPerSet;
5023cdf0e10cSrcweir	Synchron;
5024cdf0e10cSrcweir
5025cdf0e10cSrcweir	/* config: */
5026cdf0e10cSrcweir	AccelConfig = TRUE,
5027cdf0e10cSrcweir	MenuConfig = TRUE,
5028cdf0e10cSrcweir	StatusBarConfig = FALSE,
5029cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5030cdf0e10cSrcweir	GroupId = GID_EDIT;
5031cdf0e10cSrcweir]
5032cdf0e10cSrcweir
5033cdf0e10cSrcweir//--------------------------------------------------------------------------
5034cdf0e10cSrcweirSfxVoidItem PutCell SID_SC_SETTEXT
5035cdf0e10cSrcweir(SfxInt16Item Column FN_PARAM_1,SfxInt32Item Row FN_PARAM_2,SfxInt16Item Table FN_PARAM_3,SfxStringItem Text SID_SC_SETTEXT)
5036cdf0e10cSrcweir[
5037cdf0e10cSrcweir	/* flags: */
5038cdf0e10cSrcweir	AutoUpdate = FALSE,
5039cdf0e10cSrcweir	Cachable = Cachable,
5040cdf0e10cSrcweir	FastCall = FALSE,
5041cdf0e10cSrcweir	HasCoreId = FALSE,
5042cdf0e10cSrcweir	HasDialog = FALSE,
5043cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5044cdf0e10cSrcweir	Toggle = FALSE,
5045cdf0e10cSrcweir	Container = FALSE,
5046cdf0e10cSrcweir	RecordAbsolute = FALSE,
5047cdf0e10cSrcweir	RecordPerSet;
5048cdf0e10cSrcweir	Synchron;
5049cdf0e10cSrcweir
5050cdf0e10cSrcweir	/* config: */
5051cdf0e10cSrcweir	AccelConfig = FALSE,
5052cdf0e10cSrcweir	MenuConfig = FALSE,
5053cdf0e10cSrcweir	StatusBarConfig = FALSE,
5054cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5055cdf0e10cSrcweir	GroupId = GID_INTERN;
5056cdf0e10cSrcweir]
5057cdf0e10cSrcweir
5058cdf0e10cSrcweir//--------------------------------------------------------------------------
5059cdf0e10cSrcweirSfxObjectItem Range SID_SC_RANGE
5060cdf0e10cSrcweir(SfxStringItem Range SID_SC_RANGE,SfxBoolItem KeepSelect FN_PARAM_1)
5061cdf0e10cSrcweir[
5062cdf0e10cSrcweir	/* flags: */
5063cdf0e10cSrcweir	AutoUpdate = FALSE,
5064cdf0e10cSrcweir	Cachable = Cachable,
5065cdf0e10cSrcweir	FastCall = FALSE,
5066cdf0e10cSrcweir	HasCoreId = FALSE,
5067cdf0e10cSrcweir	HasDialog = FALSE,
5068cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5069cdf0e10cSrcweir	Toggle = FALSE,
5070cdf0e10cSrcweir	Container = FALSE,
5071cdf0e10cSrcweir	RecordAbsolute = FALSE,
5072cdf0e10cSrcweir	RecordPerSet;
5073cdf0e10cSrcweir	Synchron;
5074cdf0e10cSrcweir
5075cdf0e10cSrcweir	/* config: */
5076cdf0e10cSrcweir	AccelConfig = FALSE,
5077cdf0e10cSrcweir	MenuConfig = FALSE,
5078cdf0e10cSrcweir	StatusBarConfig = FALSE,
5079cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5080cdf0e10cSrcweir	GroupId = GID_INTERN;
5081cdf0e10cSrcweir]
5082cdf0e10cSrcweir
5083cdf0e10cSrcweir//--------------------------------------------------------------------------
5084cdf0e10cSrcweirSfxVoidItem RecalcPivotTable SID_PIVOT_RECALC
5085cdf0e10cSrcweir()
5086cdf0e10cSrcweir[
5087cdf0e10cSrcweir	/* flags: */
5088cdf0e10cSrcweir	AutoUpdate = FALSE,
5089cdf0e10cSrcweir	Cachable = Cachable,
5090cdf0e10cSrcweir	FastCall = FALSE,
5091cdf0e10cSrcweir	HasCoreId = FALSE,
5092cdf0e10cSrcweir	HasDialog = FALSE,
5093cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5094cdf0e10cSrcweir	Toggle = FALSE,
5095cdf0e10cSrcweir	Container = FALSE,
5096cdf0e10cSrcweir	RecordAbsolute = FALSE,
5097cdf0e10cSrcweir	RecordPerSet;
5098cdf0e10cSrcweir	Synchron;
5099cdf0e10cSrcweir
5100cdf0e10cSrcweir	/* config: */
5101cdf0e10cSrcweir	AccelConfig = FALSE,
5102cdf0e10cSrcweir	MenuConfig = TRUE,
5103cdf0e10cSrcweir	StatusBarConfig = FALSE,
5104cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5105cdf0e10cSrcweir	GroupId = GID_DATA;
5106cdf0e10cSrcweir]
5107cdf0e10cSrcweir
5108cdf0e10cSrcweir//--------------------------------------------------------------------------
5109cdf0e10cSrcweirSfxVoidItem RefreshArrows SID_DETECTIVE_REFRESH
5110cdf0e10cSrcweir()
5111cdf0e10cSrcweir[
5112cdf0e10cSrcweir	/* flags: */
5113cdf0e10cSrcweir	AutoUpdate = FALSE,
5114cdf0e10cSrcweir	Cachable = Cachable,
5115cdf0e10cSrcweir	FastCall = FALSE,
5116cdf0e10cSrcweir	HasCoreId = FALSE,
5117cdf0e10cSrcweir	HasDialog = FALSE,
5118cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5119cdf0e10cSrcweir	Toggle = FALSE,
5120cdf0e10cSrcweir	Container = FALSE,
5121cdf0e10cSrcweir	RecordAbsolute = FALSE,
5122cdf0e10cSrcweir	RecordPerSet;
5123cdf0e10cSrcweir	Synchron;
5124cdf0e10cSrcweir
5125cdf0e10cSrcweir	/* config: */
5126cdf0e10cSrcweir	AccelConfig = TRUE,
5127cdf0e10cSrcweir	MenuConfig = TRUE,
5128cdf0e10cSrcweir	StatusBarConfig = FALSE,
5129cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5130cdf0e10cSrcweir	GroupId = GID_OPTIONS;
5131cdf0e10cSrcweir]
5132cdf0e10cSrcweir
5133cdf0e10cSrcweir//--------------------------------------------------------------------------
5134cdf0e10cSrcweirSfxVoidItem ReImportAfterLoad SID_REIMPORT_AFTER_LOAD
5135cdf0e10cSrcweir()
5136cdf0e10cSrcweir[
5137cdf0e10cSrcweir	/* flags: */
5138cdf0e10cSrcweir	AutoUpdate = FALSE,
5139cdf0e10cSrcweir	Cachable = Cachable,
5140cdf0e10cSrcweir	FastCall = FALSE,
5141cdf0e10cSrcweir	HasCoreId = FALSE,
5142cdf0e10cSrcweir	HasDialog = FALSE,
5143cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5144cdf0e10cSrcweir	Toggle = FALSE,
5145cdf0e10cSrcweir	Container = FALSE,
5146cdf0e10cSrcweir	RecordAbsolute = FALSE,
5147cdf0e10cSrcweir	RecordPerSet;
5148cdf0e10cSrcweir	Synchron;
5149cdf0e10cSrcweir
5150cdf0e10cSrcweir	/* config: */
5151cdf0e10cSrcweir	AccelConfig = FALSE,
5152cdf0e10cSrcweir	MenuConfig = FALSE,
5153cdf0e10cSrcweir	StatusBarConfig = FALSE,
5154cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5155cdf0e10cSrcweir	GroupId = GID_INTERN;
5156cdf0e10cSrcweir]
5157cdf0e10cSrcweir
5158cdf0e10cSrcweir//--------------------------------------------------------------------------
5159cdf0e10cSrcweirSfxVoidItem Remove FID_DELETE_TABLE
5160cdf0e10cSrcweir(SfxUInt16Item Index FID_DELETE_TABLE)
5161cdf0e10cSrcweir[
5162cdf0e10cSrcweir	/* flags: */
5163cdf0e10cSrcweir	AutoUpdate = FALSE,
5164cdf0e10cSrcweir	Cachable = Cachable,
5165cdf0e10cSrcweir	FastCall = FALSE,
5166cdf0e10cSrcweir	HasCoreId = FALSE,
5167cdf0e10cSrcweir	HasDialog = FALSE,
5168cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5169cdf0e10cSrcweir	Toggle = FALSE,
5170cdf0e10cSrcweir	Container = FALSE,
5171cdf0e10cSrcweir	RecordAbsolute = FALSE,
5172cdf0e10cSrcweir	RecordPerSet;
5173cdf0e10cSrcweir	Synchron;
5174cdf0e10cSrcweir
5175cdf0e10cSrcweir	/* config: */
5176cdf0e10cSrcweir	AccelConfig = FALSE,
5177cdf0e10cSrcweir	MenuConfig = TRUE,
5178cdf0e10cSrcweir	StatusBarConfig = FALSE,
5179cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5180cdf0e10cSrcweir	GroupId = GID_EDIT;
5181cdf0e10cSrcweir]
5182cdf0e10cSrcweir
5183cdf0e10cSrcweir//--------------------------------------------------------------------------
5184cdf0e10cSrcweir// #i68101#
5185cdf0e10cSrcweirSfxVoidItem ObjectTitleDescription SID_TITLE_DESCRIPTION_OBJECT
5186cdf0e10cSrcweir()
5187cdf0e10cSrcweir[
5188cdf0e10cSrcweir	/* flags: */
5189cdf0e10cSrcweir	AutoUpdate = FALSE,
5190cdf0e10cSrcweir	Cachable = Cachable,
5191cdf0e10cSrcweir	FastCall = FALSE,
5192cdf0e10cSrcweir	HasCoreId = FALSE,
5193cdf0e10cSrcweir	HasDialog = TRUE,
5194cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5195cdf0e10cSrcweir	Toggle = FALSE,
5196cdf0e10cSrcweir	Container = FALSE,
5197cdf0e10cSrcweir	RecordAbsolute = FALSE,
5198cdf0e10cSrcweir	RecordPerSet;
5199cdf0e10cSrcweir	Synchron;
5200cdf0e10cSrcweir
5201cdf0e10cSrcweir	/* config: */
5202cdf0e10cSrcweir	AccelConfig = TRUE,
5203cdf0e10cSrcweir	MenuConfig = TRUE,
5204cdf0e10cSrcweir	StatusBarConfig = FALSE,
5205cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5206cdf0e10cSrcweir	GroupId = GID_EDIT;
5207cdf0e10cSrcweir]
5208cdf0e10cSrcweir
5209cdf0e10cSrcweir//--------------------------------------------------------------------------
5210cdf0e10cSrcweirSfxVoidItem RenameObject SID_RENAME_OBJECT
5211cdf0e10cSrcweir()
5212cdf0e10cSrcweir[
5213cdf0e10cSrcweir	/* flags: */
5214cdf0e10cSrcweir	AutoUpdate = FALSE,
5215cdf0e10cSrcweir	Cachable = Cachable,
5216cdf0e10cSrcweir	FastCall = FALSE,
5217cdf0e10cSrcweir	HasCoreId = FALSE,
5218cdf0e10cSrcweir	HasDialog = TRUE,
5219cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5220cdf0e10cSrcweir	Toggle = FALSE,
5221cdf0e10cSrcweir	Container = FALSE,
5222cdf0e10cSrcweir	RecordAbsolute = FALSE,
5223cdf0e10cSrcweir	RecordPerSet;
5224cdf0e10cSrcweir	Synchron;
5225cdf0e10cSrcweir
5226cdf0e10cSrcweir	/* config: */
5227cdf0e10cSrcweir	AccelConfig = TRUE,
5228cdf0e10cSrcweir	MenuConfig = TRUE,
5229cdf0e10cSrcweir	StatusBarConfig = FALSE,
5230cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5231cdf0e10cSrcweir	GroupId = GID_EDIT;
5232cdf0e10cSrcweir]
5233cdf0e10cSrcweir
5234cdf0e10cSrcweir//--------------------------------------------------------------------------
5235cdf0e10cSrcweirSfxVoidItem RepeatSearch FID_REPEAT_SEARCH
5236cdf0e10cSrcweir()
5237cdf0e10cSrcweir[
5238cdf0e10cSrcweir	/* flags: */
5239cdf0e10cSrcweir	AutoUpdate = FALSE,
5240cdf0e10cSrcweir	Cachable = Cachable,
5241cdf0e10cSrcweir	FastCall = TRUE,
5242cdf0e10cSrcweir	HasCoreId = FALSE,
5243cdf0e10cSrcweir	HasDialog = FALSE,
5244cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5245cdf0e10cSrcweir	Toggle = FALSE,
5246cdf0e10cSrcweir	Container = FALSE,
5247cdf0e10cSrcweir	RecordAbsolute = FALSE,
5248cdf0e10cSrcweir	RecordPerSet;
5249cdf0e10cSrcweir	Asynchron;
5250cdf0e10cSrcweir
5251cdf0e10cSrcweir	/* config: */
5252cdf0e10cSrcweir	AccelConfig = TRUE,
5253cdf0e10cSrcweir	MenuConfig = TRUE,
5254cdf0e10cSrcweir	StatusBarConfig = FALSE,
5255cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5256cdf0e10cSrcweir	GroupId = GID_EDIT;
5257cdf0e10cSrcweir]
5258cdf0e10cSrcweir
5259cdf0e10cSrcweir//--------------------------------------------------------------------------
5260cdf0e10cSrcweirSfxVoidItem Replace FID_REPLACE
5261cdf0e10cSrcweir(SfxStringItem SearchString FID_REPLACE,SfxStringItem ReplaceString FN_PARAM_1)
5262cdf0e10cSrcweir[
5263cdf0e10cSrcweir	/* flags: */
5264cdf0e10cSrcweir	AutoUpdate = FALSE,
5265cdf0e10cSrcweir	Cachable = Cachable,
5266cdf0e10cSrcweir	FastCall = TRUE,
5267cdf0e10cSrcweir	HasCoreId = FALSE,
5268cdf0e10cSrcweir	HasDialog = TRUE,
5269cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5270cdf0e10cSrcweir	Toggle = FALSE,
5271cdf0e10cSrcweir	Container = FALSE,
5272cdf0e10cSrcweir	RecordAbsolute = FALSE,
5273cdf0e10cSrcweir	RecordPerSet;
5274cdf0e10cSrcweir	Asynchron;
5275cdf0e10cSrcweir
5276cdf0e10cSrcweir	/* config: */
5277cdf0e10cSrcweir	AccelConfig = FALSE,
5278cdf0e10cSrcweir	MenuConfig = FALSE,
5279cdf0e10cSrcweir	StatusBarConfig = FALSE,
5280cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5281cdf0e10cSrcweir	GroupId = GID_EDIT;
5282cdf0e10cSrcweir]
5283cdf0e10cSrcweir
5284cdf0e10cSrcweir//--------------------------------------------------------------------------
5285cdf0e10cSrcweirSfxVoidItem ReplaceAll FID_REPLACE_ALL
5286cdf0e10cSrcweir(SfxStringItem SearchString FID_REPLACE_ALL,SfxStringItem ReplaceString FN_PARAM_1)
5287cdf0e10cSrcweir[
5288cdf0e10cSrcweir	/* flags: */
5289cdf0e10cSrcweir	AutoUpdate = FALSE,
5290cdf0e10cSrcweir	Cachable = Cachable,
5291cdf0e10cSrcweir	FastCall = TRUE,
5292cdf0e10cSrcweir	HasCoreId = FALSE,
5293cdf0e10cSrcweir	HasDialog = FALSE,
5294cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5295cdf0e10cSrcweir	Toggle = FALSE,
5296cdf0e10cSrcweir	Container = FALSE,
5297cdf0e10cSrcweir	RecordAbsolute = FALSE,
5298cdf0e10cSrcweir	RecordPerSet;
5299cdf0e10cSrcweir	Asynchron;
5300cdf0e10cSrcweir
5301cdf0e10cSrcweir	/* config: */
5302cdf0e10cSrcweir	AccelConfig = FALSE,
5303cdf0e10cSrcweir	MenuConfig = FALSE,
5304cdf0e10cSrcweir	StatusBarConfig = FALSE,
5305cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5306cdf0e10cSrcweir	GroupId = GID_EDIT;
5307cdf0e10cSrcweir]
5308cdf0e10cSrcweir
5309cdf0e10cSrcweir//--------------------------------------------------------------------------
5310cdf0e10cSrcweirSfxVoidItem ResetAttributes SID_CELL_FORMAT_RESET
5311cdf0e10cSrcweir()
5312cdf0e10cSrcweir[
5313cdf0e10cSrcweir	/* flags: */
5314cdf0e10cSrcweir	AutoUpdate = FALSE,
5315cdf0e10cSrcweir	Cachable = Cachable,
5316cdf0e10cSrcweir	FastCall = FALSE,
5317cdf0e10cSrcweir	HasCoreId = FALSE,
5318cdf0e10cSrcweir	HasDialog = FALSE,
5319cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5320cdf0e10cSrcweir	Toggle = FALSE,
5321cdf0e10cSrcweir	Container = FALSE,
5322cdf0e10cSrcweir	RecordAbsolute = FALSE,
5323cdf0e10cSrcweir	RecordPerSet;
5324cdf0e10cSrcweir	Synchron;
5325cdf0e10cSrcweir
5326cdf0e10cSrcweir	/* config: */
5327cdf0e10cSrcweir	AccelConfig = TRUE,
5328cdf0e10cSrcweir	MenuConfig = TRUE,
5329cdf0e10cSrcweir	StatusBarConfig = FALSE,
5330cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5331cdf0e10cSrcweir	GroupId = GID_FORMAT;
5332cdf0e10cSrcweir]
5333cdf0e10cSrcweir
5334cdf0e10cSrcweir//--------------------------------------------------------------------------
5335cdf0e10cSrcweirSfxVoidItem ResetPrintZoom FID_RESET_PRINTZOOM
5336cdf0e10cSrcweir()
5337cdf0e10cSrcweir[
5338cdf0e10cSrcweir	/* flags: */
5339cdf0e10cSrcweir	AutoUpdate = FALSE,
5340cdf0e10cSrcweir	Cachable = Cachable,
5341cdf0e10cSrcweir	FastCall = FALSE,
5342cdf0e10cSrcweir	HasCoreId = FALSE,
5343cdf0e10cSrcweir	HasDialog = FALSE,
5344cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5345cdf0e10cSrcweir	Toggle = FALSE,
5346cdf0e10cSrcweir	Container = FALSE,
5347cdf0e10cSrcweir	RecordAbsolute = FALSE,
5348cdf0e10cSrcweir	RecordPerSet;
5349cdf0e10cSrcweir	Synchron;
5350cdf0e10cSrcweir
5351cdf0e10cSrcweir	/* config: */
5352cdf0e10cSrcweir	AccelConfig = TRUE,
5353cdf0e10cSrcweir	MenuConfig = TRUE,
5354cdf0e10cSrcweir	StatusBarConfig = FALSE,
5355cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5356cdf0e10cSrcweir	GroupId = GID_FORMAT;
5357cdf0e10cSrcweir]
5358cdf0e10cSrcweir
5359cdf0e10cSrcweir//--------------------------------------------------------------------------
5360cdf0e10cSrcweirSfxInt32Item Row SID_RANGE_ROW
5361cdf0e10cSrcweir
5362cdf0e10cSrcweir[
5363cdf0e10cSrcweir	/* flags: */
5364cdf0e10cSrcweir	AutoUpdate = FALSE,
5365cdf0e10cSrcweir	Cachable = Cachable,
5366cdf0e10cSrcweir	FastCall = FALSE,
5367cdf0e10cSrcweir	HasCoreId = FALSE,
5368cdf0e10cSrcweir	HasDialog = FALSE,
5369cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5370cdf0e10cSrcweir	Toggle = FALSE,
5371cdf0e10cSrcweir	Container = FALSE,
5372cdf0e10cSrcweir	RecordAbsolute = FALSE,
5373cdf0e10cSrcweir	RecordPerSet;
5374cdf0e10cSrcweir	Synchron;
5375cdf0e10cSrcweir
5376cdf0e10cSrcweir	Readonly = TRUE,
5377cdf0e10cSrcweir
5378cdf0e10cSrcweir	/* config: */
5379cdf0e10cSrcweir	AccelConfig = FALSE,
5380cdf0e10cSrcweir	MenuConfig = FALSE,
5381cdf0e10cSrcweir	StatusBarConfig = FALSE,
5382cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5383cdf0e10cSrcweir	GroupId = GID_INTERN;
5384cdf0e10cSrcweir]
5385cdf0e10cSrcweir
5386cdf0e10cSrcweir//--------------------------------------------------------------------------
5387cdf0e10cSrcweirSfxUInt16Item RowHeight FID_ROW_HEIGHT
5388cdf0e10cSrcweir
5389cdf0e10cSrcweir[
5390cdf0e10cSrcweir	/* flags: */
5391cdf0e10cSrcweir	AutoUpdate = FALSE,
5392cdf0e10cSrcweir	Cachable = Cachable,
5393cdf0e10cSrcweir	FastCall = FALSE,
5394cdf0e10cSrcweir	HasCoreId = FALSE,
5395cdf0e10cSrcweir	HasDialog = TRUE,
5396cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5397cdf0e10cSrcweir	Toggle = FALSE,
5398cdf0e10cSrcweir	Container = FALSE,
5399cdf0e10cSrcweir	RecordAbsolute = FALSE,
5400cdf0e10cSrcweir	RecordPerSet;
5401cdf0e10cSrcweir	Synchron;
5402cdf0e10cSrcweir
5403cdf0e10cSrcweir	Readonly = FALSE,
5404cdf0e10cSrcweir
5405cdf0e10cSrcweir	/* config: */
5406cdf0e10cSrcweir	AccelConfig = TRUE,
5407cdf0e10cSrcweir	MenuConfig = TRUE,
5408cdf0e10cSrcweir	StatusBarConfig = FALSE,
5409cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5410cdf0e10cSrcweir	GroupId = GID_FORMAT;
5411cdf0e10cSrcweir]
5412cdf0e10cSrcweir
5413cdf0e10cSrcweir//--------------------------------------------------------------------------
5414cdf0e10cSrcweirSfxVoidItem SbaImport SID_SBA_IMPORT
5415cdf0e10cSrcweir(SfxUsrAnyItem Query SID_SBA_IMPORT,SfxStringItem Target FN_PARAM_1)
5416cdf0e10cSrcweir[
5417cdf0e10cSrcweir	/* flags: */
5418cdf0e10cSrcweir	AutoUpdate = FALSE,
5419cdf0e10cSrcweir	Cachable = Cachable,
5420cdf0e10cSrcweir	FastCall = FALSE,
5421cdf0e10cSrcweir	HasCoreId = FALSE,
5422cdf0e10cSrcweir	HasDialog = FALSE,
5423cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5424cdf0e10cSrcweir	Toggle = FALSE,
5425cdf0e10cSrcweir	Container = FALSE,
5426cdf0e10cSrcweir	RecordAbsolute = FALSE,
5427cdf0e10cSrcweir	RecordPerSet;
5428cdf0e10cSrcweir	Synchron;
5429cdf0e10cSrcweir
5430cdf0e10cSrcweir	/* config: */
5431cdf0e10cSrcweir	AccelConfig = FALSE,
5432cdf0e10cSrcweir	MenuConfig = FALSE,
5433cdf0e10cSrcweir	StatusBarConfig = FALSE,
5434cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5435cdf0e10cSrcweir	GroupId = GID_INTERN;
5436cdf0e10cSrcweir]
5437cdf0e10cSrcweir
5438cdf0e10cSrcweir//--------------------------------------------------------------------------
5439cdf0e10cSrcweirSfxVoidItem Scale FID_SCALE
5440cdf0e10cSrcweir()
5441cdf0e10cSrcweir[
5442cdf0e10cSrcweir	/* flags: */
5443cdf0e10cSrcweir	AutoUpdate = FALSE,
5444cdf0e10cSrcweir	Cachable = Cachable,
5445cdf0e10cSrcweir	FastCall = FALSE,
5446cdf0e10cSrcweir	HasCoreId = FALSE,
5447cdf0e10cSrcweir	HasDialog = TRUE,
5448cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5449cdf0e10cSrcweir	Toggle = FALSE,
5450cdf0e10cSrcweir	Container = FALSE,
5451cdf0e10cSrcweir	RecordAbsolute = FALSE,
5452cdf0e10cSrcweir	RecordPerSet;
5453cdf0e10cSrcweir	Synchron;
5454cdf0e10cSrcweir
5455cdf0e10cSrcweir	/* config: */
5456cdf0e10cSrcweir	AccelConfig = TRUE,
5457cdf0e10cSrcweir	MenuConfig = TRUE,
5458cdf0e10cSrcweir	StatusBarConfig = FALSE,
5459cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5460cdf0e10cSrcweir	GroupId = GID_VIEW;
5461cdf0e10cSrcweir]
5462cdf0e10cSrcweir
5463cdf0e10cSrcweir//--------------------------------------------------------------------------
5464cdf0e10cSrcweirSfxVoidItem ScenarioManager SID_SCENARIOS
5465cdf0e10cSrcweir(SfxStringItem Name SID_SCENARIOS,SfxStringItem Comment SID_NEW_TABLENAME)
5466cdf0e10cSrcweir[
5467cdf0e10cSrcweir	/* flags: */
5468cdf0e10cSrcweir	AutoUpdate = FALSE,
5469cdf0e10cSrcweir	Cachable = Cachable,
5470cdf0e10cSrcweir	FastCall = FALSE,
5471cdf0e10cSrcweir	HasCoreId = FALSE,
5472cdf0e10cSrcweir	HasDialog = FALSE,
5473cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5474cdf0e10cSrcweir	Toggle = FALSE,
5475cdf0e10cSrcweir	Container = FALSE,
5476cdf0e10cSrcweir	RecordAbsolute = FALSE,
5477cdf0e10cSrcweir	RecordPerSet;
5478cdf0e10cSrcweir	Synchron;
5479cdf0e10cSrcweir
5480cdf0e10cSrcweir	/* config: */
5481cdf0e10cSrcweir	AccelConfig = TRUE,
5482cdf0e10cSrcweir	MenuConfig = TRUE,
5483cdf0e10cSrcweir	StatusBarConfig = FALSE,
5484cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5485cdf0e10cSrcweir	GroupId = GID_OPTIONS;
5486cdf0e10cSrcweir]
5487cdf0e10cSrcweir
5488cdf0e10cSrcweir//--------------------------------------------------------------------------
5489cdf0e10cSrcweirSfxVoidItem Search FID_SEARCH
5490cdf0e10cSrcweir(SfxStringItem SearchString FID_SEARCH)
5491cdf0e10cSrcweir[
5492cdf0e10cSrcweir	/* flags: */
5493cdf0e10cSrcweir	AutoUpdate = FALSE,
5494cdf0e10cSrcweir	Cachable = Cachable,
5495cdf0e10cSrcweir	FastCall = TRUE,
5496cdf0e10cSrcweir	HasCoreId = FALSE,
5497cdf0e10cSrcweir	HasDialog = TRUE,
5498cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5499cdf0e10cSrcweir	Toggle = FALSE,
5500cdf0e10cSrcweir	Container = FALSE,
5501cdf0e10cSrcweir	RecordAbsolute = FALSE,
5502cdf0e10cSrcweir	RecordPerSet;
5503cdf0e10cSrcweir	Asynchron;
5504cdf0e10cSrcweir
5505cdf0e10cSrcweir	/* config: */
5506cdf0e10cSrcweir	AccelConfig = FALSE,
5507cdf0e10cSrcweir	MenuConfig = FALSE,
5508cdf0e10cSrcweir	StatusBarConfig = FALSE,
5509cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5510cdf0e10cSrcweir	GroupId = GID_EDIT;
5511cdf0e10cSrcweir]
5512cdf0e10cSrcweir
5513cdf0e10cSrcweir//--------------------------------------------------------------------------
5514cdf0e10cSrcweirSfxVoidItem SearchAll FID_SEARCH_ALL
5515cdf0e10cSrcweir(SfxStringItem SearchString FID_SEARCH_ALL)
5516cdf0e10cSrcweir[
5517cdf0e10cSrcweir	/* flags: */
5518cdf0e10cSrcweir	AutoUpdate = FALSE,
5519cdf0e10cSrcweir	Cachable = Cachable,
5520cdf0e10cSrcweir	FastCall = TRUE,
5521cdf0e10cSrcweir	HasCoreId = FALSE,
5522cdf0e10cSrcweir	HasDialog = FALSE,
5523cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5524cdf0e10cSrcweir	Toggle = FALSE,
5525cdf0e10cSrcweir	Container = FALSE,
5526cdf0e10cSrcweir	RecordAbsolute = FALSE,
5527cdf0e10cSrcweir	RecordPerSet;
5528cdf0e10cSrcweir	Asynchron;
5529cdf0e10cSrcweir
5530cdf0e10cSrcweir	/* config: */
5531cdf0e10cSrcweir	AccelConfig = FALSE,
5532cdf0e10cSrcweir	MenuConfig = FALSE,
5533cdf0e10cSrcweir	StatusBarConfig = FALSE,
5534cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5535cdf0e10cSrcweir	GroupId = GID_EDIT;
5536cdf0e10cSrcweir]
5537cdf0e10cSrcweir
5538cdf0e10cSrcweir//--------------------------------------------------------------------------
5539cdf0e10cSrcweirSfxVoidItem SelectArea SID_MARKAREA
5540cdf0e10cSrcweir()
5541cdf0e10cSrcweir[
5542cdf0e10cSrcweir	/* flags: */
5543cdf0e10cSrcweir	AutoUpdate = FALSE,
5544cdf0e10cSrcweir	Cachable = Cachable,
5545cdf0e10cSrcweir	FastCall = FALSE,
5546cdf0e10cSrcweir	HasCoreId = FALSE,
5547cdf0e10cSrcweir	HasDialog = FALSE,
5548cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5549cdf0e10cSrcweir	Toggle = FALSE,
5550cdf0e10cSrcweir	Container = FALSE,
5551cdf0e10cSrcweir	RecordAbsolute = FALSE,
5552cdf0e10cSrcweir	RecordPerSet;
5553cdf0e10cSrcweir	Synchron;
5554cdf0e10cSrcweir
5555cdf0e10cSrcweir	/* config: */
5556cdf0e10cSrcweir	AccelConfig = FALSE,
5557cdf0e10cSrcweir	MenuConfig = FALSE,
5558cdf0e10cSrcweir	StatusBarConfig = FALSE,
5559cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5560cdf0e10cSrcweir	GroupId = GID_INTERN;
5561cdf0e10cSrcweir]
5562cdf0e10cSrcweir
5563cdf0e10cSrcweir//--------------------------------------------------------------------------
5564cdf0e10cSrcweirSfxVoidItem SelectOLE SID_OLE_SELECT
5565cdf0e10cSrcweir()
5566cdf0e10cSrcweir[
5567cdf0e10cSrcweir	/* flags: */
5568cdf0e10cSrcweir	AutoUpdate = FALSE,
5569cdf0e10cSrcweir	Cachable = Cachable,
5570cdf0e10cSrcweir	FastCall = FALSE,
5571cdf0e10cSrcweir	HasCoreId = FALSE,
5572cdf0e10cSrcweir	HasDialog = FALSE,
5573cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5574cdf0e10cSrcweir	Toggle = FALSE,
5575cdf0e10cSrcweir	Container = FALSE,
5576cdf0e10cSrcweir	RecordAbsolute = FALSE,
5577cdf0e10cSrcweir	RecordPerSet;
5578cdf0e10cSrcweir	Synchron;
5579cdf0e10cSrcweir
5580cdf0e10cSrcweir	/* config: */
5581cdf0e10cSrcweir	AccelConfig = FALSE,
5582cdf0e10cSrcweir	MenuConfig = FALSE,
5583cdf0e10cSrcweir	StatusBarConfig = FALSE,
5584cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5585cdf0e10cSrcweir	GroupId = GID_SPECIAL;
5586cdf0e10cSrcweir]
5587cdf0e10cSrcweir
5588cdf0e10cSrcweir//--------------------------------------------------------------------------
5589cdf0e10cSrcweirSfxVoidItem SelectColumn SID_SELECT_COL
5590cdf0e10cSrcweir()
5591cdf0e10cSrcweir[
5592cdf0e10cSrcweir	/* flags: */
5593cdf0e10cSrcweir	AutoUpdate = FALSE,
5594cdf0e10cSrcweir	Cachable = Cachable,
5595cdf0e10cSrcweir	FastCall = FALSE,
5596cdf0e10cSrcweir	HasCoreId = FALSE,
5597cdf0e10cSrcweir	HasDialog = FALSE,
5598cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5599cdf0e10cSrcweir	Toggle = FALSE,
5600cdf0e10cSrcweir	Container = FALSE,
5601cdf0e10cSrcweir	RecordAbsolute = FALSE,
5602cdf0e10cSrcweir	RecordPerSet;
5603cdf0e10cSrcweir	Synchron;
5604cdf0e10cSrcweir
5605cdf0e10cSrcweir	/* config: */
5606cdf0e10cSrcweir	AccelConfig = TRUE,
5607cdf0e10cSrcweir	MenuConfig = TRUE,
5608cdf0e10cSrcweir	StatusBarConfig = FALSE,
5609cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5610cdf0e10cSrcweir	GroupId = GID_EDIT;
5611cdf0e10cSrcweir]
5612cdf0e10cSrcweir
5613cdf0e10cSrcweir//--------------------------------------------------------------------------
5614cdf0e10cSrcweirSfxVoidItem SelectData SID_MARKDATAAREA
5615cdf0e10cSrcweir()
5616cdf0e10cSrcweir[
5617cdf0e10cSrcweir	/* flags: */
5618cdf0e10cSrcweir	AutoUpdate = FALSE,
5619cdf0e10cSrcweir	Cachable = Cachable,
5620cdf0e10cSrcweir	FastCall = FALSE,
5621cdf0e10cSrcweir	HasCoreId = FALSE,
5622cdf0e10cSrcweir	HasDialog = FALSE,
5623cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5624cdf0e10cSrcweir	Toggle = FALSE,
5625cdf0e10cSrcweir	Container = FALSE,
5626cdf0e10cSrcweir	RecordAbsolute = FALSE,
5627cdf0e10cSrcweir	RecordPerSet;
5628cdf0e10cSrcweir	Synchron;
5629cdf0e10cSrcweir
5630cdf0e10cSrcweir	/* config: */
5631cdf0e10cSrcweir	AccelConfig = TRUE,
5632cdf0e10cSrcweir	MenuConfig = TRUE,
5633cdf0e10cSrcweir	StatusBarConfig = FALSE,
5634cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5635cdf0e10cSrcweir	GroupId = GID_EDIT;
5636cdf0e10cSrcweir]
5637cdf0e10cSrcweir
5638cdf0e10cSrcweir//--------------------------------------------------------------------------
5639cdf0e10cSrcweirSfxVoidItem SelectDB SID_SELECT_DB
5640cdf0e10cSrcweir(SfxStringItem DbName SID_SELECT_DB)
5641cdf0e10cSrcweir[
5642cdf0e10cSrcweir	/* flags: */
5643cdf0e10cSrcweir	AutoUpdate = FALSE,
5644cdf0e10cSrcweir	Cachable = Cachable,
5645cdf0e10cSrcweir	FastCall = FALSE,
5646cdf0e10cSrcweir	HasCoreId = FALSE,
5647cdf0e10cSrcweir	HasDialog = TRUE,
5648cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5649cdf0e10cSrcweir	Toggle = FALSE,
5650cdf0e10cSrcweir	Container = FALSE,
5651cdf0e10cSrcweir	RecordAbsolute = FALSE,
5652cdf0e10cSrcweir	RecordPerSet;
5653cdf0e10cSrcweir	Synchron;
5654cdf0e10cSrcweir
5655cdf0e10cSrcweir	/* config: */
5656cdf0e10cSrcweir	AccelConfig = TRUE,
5657cdf0e10cSrcweir	MenuConfig = TRUE,
5658cdf0e10cSrcweir	StatusBarConfig = FALSE,
5659cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5660cdf0e10cSrcweir	GroupId = GID_DATA;
5661cdf0e10cSrcweir]
5662cdf0e10cSrcweir
5663cdf0e10cSrcweir//--------------------------------------------------------------------------
5664cdf0e10cSrcweirSfxObjectItem SelectedObject SID_SC_ACTIVEOBJECT
5665cdf0e10cSrcweir
5666cdf0e10cSrcweir[
5667cdf0e10cSrcweir	/* flags: */
5668cdf0e10cSrcweir	AutoUpdate = FALSE,
5669cdf0e10cSrcweir	Cachable = Cachable,
5670cdf0e10cSrcweir	FastCall = FALSE,
5671cdf0e10cSrcweir	HasCoreId = FALSE,
5672cdf0e10cSrcweir	HasDialog = FALSE,
5673cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5674cdf0e10cSrcweir	Toggle = FALSE,
5675cdf0e10cSrcweir	Container = FALSE,
5676cdf0e10cSrcweir	RecordAbsolute = FALSE,
5677cdf0e10cSrcweir	RecordPerSet;
5678cdf0e10cSrcweir	Synchron;
5679cdf0e10cSrcweir
5680cdf0e10cSrcweir	Readonly = TRUE,
5681cdf0e10cSrcweir
5682cdf0e10cSrcweir	/* config: */
5683cdf0e10cSrcweir	AccelConfig = FALSE,
5684cdf0e10cSrcweir	MenuConfig = FALSE,
5685cdf0e10cSrcweir	StatusBarConfig = FALSE,
5686cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5687cdf0e10cSrcweir	GroupId = GID_INTERN;
5688cdf0e10cSrcweir]
5689cdf0e10cSrcweir
5690cdf0e10cSrcweir//--------------------------------------------------------------------------
5691cdf0e10cSrcweirSfxStringItem SelectedObjectName SID_ACTIVE_OBJ_NAME
5692cdf0e10cSrcweir
5693cdf0e10cSrcweir[
5694cdf0e10cSrcweir	/* flags: */
5695cdf0e10cSrcweir	AutoUpdate = FALSE,
5696cdf0e10cSrcweir	Cachable = Cachable,
5697cdf0e10cSrcweir	FastCall = FALSE,
5698cdf0e10cSrcweir	HasCoreId = FALSE,
5699cdf0e10cSrcweir	HasDialog = FALSE,
5700cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5701cdf0e10cSrcweir	Toggle = FALSE,
5702cdf0e10cSrcweir	Container = FALSE,
5703cdf0e10cSrcweir	RecordAbsolute = FALSE,
5704cdf0e10cSrcweir	RecordPerSet;
5705cdf0e10cSrcweir	Synchron;
5706cdf0e10cSrcweir
5707cdf0e10cSrcweir	Readonly = FALSE,
5708cdf0e10cSrcweir
5709cdf0e10cSrcweir	/* config: */
5710cdf0e10cSrcweir	AccelConfig = FALSE,
5711cdf0e10cSrcweir	MenuConfig = FALSE,
5712cdf0e10cSrcweir	StatusBarConfig = FALSE,
5713cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5714cdf0e10cSrcweir	GroupId = GID_INTERN;
5715cdf0e10cSrcweir]
5716cdf0e10cSrcweir
5717cdf0e10cSrcweir//--------------------------------------------------------------------------
5718cdf0e10cSrcweirSfxObjectItem Selection SID_SC_SELECTION
5719cdf0e10cSrcweir
5720cdf0e10cSrcweir[
5721cdf0e10cSrcweir	/* flags: */
5722cdf0e10cSrcweir	AutoUpdate = FALSE,
5723cdf0e10cSrcweir	Cachable = Cachable,
5724cdf0e10cSrcweir	FastCall = FALSE,
5725cdf0e10cSrcweir	HasCoreId = FALSE,
5726cdf0e10cSrcweir	HasDialog = FALSE,
5727cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5728cdf0e10cSrcweir	Toggle = FALSE,
5729cdf0e10cSrcweir	Container = FALSE,
5730cdf0e10cSrcweir	RecordAbsolute = FALSE,
5731cdf0e10cSrcweir	RecordPerSet;
5732cdf0e10cSrcweir	Synchron;
5733cdf0e10cSrcweir
5734cdf0e10cSrcweir	Readonly = TRUE,
5735cdf0e10cSrcweir
5736cdf0e10cSrcweir	/* config: */
5737cdf0e10cSrcweir	AccelConfig = FALSE,
5738cdf0e10cSrcweir	MenuConfig = FALSE,
5739cdf0e10cSrcweir	StatusBarConfig = FALSE,
5740cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5741cdf0e10cSrcweir	GroupId = GID_INTERN;
5742cdf0e10cSrcweir]
5743cdf0e10cSrcweir
5744cdf0e10cSrcweir//--------------------------------------------------------------------------
5745cdf0e10cSrcweirSfxVoidItem SelectRow SID_SELECT_ROW
5746cdf0e10cSrcweir()
5747cdf0e10cSrcweir[
5748cdf0e10cSrcweir	/* flags: */
5749cdf0e10cSrcweir	AutoUpdate = FALSE,
5750cdf0e10cSrcweir	Cachable = Cachable,
5751cdf0e10cSrcweir	FastCall = FALSE,
5752cdf0e10cSrcweir	HasCoreId = FALSE,
5753cdf0e10cSrcweir	HasDialog = FALSE,
5754cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5755cdf0e10cSrcweir	Toggle = FALSE,
5756cdf0e10cSrcweir	Container = FALSE,
5757cdf0e10cSrcweir	RecordAbsolute = FALSE,
5758cdf0e10cSrcweir	RecordPerSet;
5759cdf0e10cSrcweir	Synchron;
5760cdf0e10cSrcweir
5761cdf0e10cSrcweir	/* config: */
5762cdf0e10cSrcweir	AccelConfig = TRUE,
5763cdf0e10cSrcweir	MenuConfig = TRUE,
5764cdf0e10cSrcweir	StatusBarConfig = FALSE,
5765cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5766cdf0e10cSrcweir	GroupId = GID_EDIT;
5767cdf0e10cSrcweir]
5768cdf0e10cSrcweir
5769cdf0e10cSrcweir//--------------------------------------------------------------------------
5770cdf0e10cSrcweirSfxStringItem SelectScenario SID_SELECT_SCENARIO
5771cdf0e10cSrcweir(SfxStringItem Name SID_SELECT_SCENARIO)
5772cdf0e10cSrcweir[
5773cdf0e10cSrcweir	/* flags: */
5774cdf0e10cSrcweir	AutoUpdate = FALSE,
5775cdf0e10cSrcweir	Cachable = Cachable,
5776cdf0e10cSrcweir	FastCall = FALSE,
5777cdf0e10cSrcweir	HasCoreId = FALSE,
5778cdf0e10cSrcweir	HasDialog = FALSE,
5779cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5780cdf0e10cSrcweir	Toggle = FALSE,
5781cdf0e10cSrcweir	Container = FALSE,
5782cdf0e10cSrcweir	RecordAbsolute = FALSE,
5783cdf0e10cSrcweir	RecordPerSet;
5784cdf0e10cSrcweir	Synchron;
5785cdf0e10cSrcweir
5786cdf0e10cSrcweir	/* config: */
5787cdf0e10cSrcweir	AccelConfig = TRUE,
5788cdf0e10cSrcweir	MenuConfig = TRUE,
5789cdf0e10cSrcweir	StatusBarConfig = FALSE,
5790cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5791cdf0e10cSrcweir	GroupId = GID_OPTIONS;
5792cdf0e10cSrcweir]
5793cdf0e10cSrcweir
5794cdf0e10cSrcweir//--------------------------------------------------------------------------
5795cdf0e10cSrcweirSfxBoolItem SetAnchorToCell SID_ANCHOR_CELL
5796cdf0e10cSrcweir()
5797cdf0e10cSrcweir[
5798cdf0e10cSrcweir	/* flags: */
5799cdf0e10cSrcweir	AutoUpdate = FALSE,
5800cdf0e10cSrcweir	Cachable = Cachable,
5801cdf0e10cSrcweir	FastCall = FALSE,
5802cdf0e10cSrcweir	HasCoreId = FALSE,
5803cdf0e10cSrcweir	HasDialog = FALSE,
5804cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5805cdf0e10cSrcweir	Toggle = FALSE,
5806cdf0e10cSrcweir	Container = FALSE,
5807cdf0e10cSrcweir	RecordAbsolute = FALSE,
5808cdf0e10cSrcweir	RecordPerSet;
5809cdf0e10cSrcweir	Synchron;
5810cdf0e10cSrcweir
5811cdf0e10cSrcweir	/* config: */
5812cdf0e10cSrcweir	AccelConfig = FALSE,
5813cdf0e10cSrcweir	MenuConfig = FALSE,
5814cdf0e10cSrcweir	StatusBarConfig = FALSE,
5815cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5816cdf0e10cSrcweir	GroupId = GID_FORMAT;
5817cdf0e10cSrcweir]
5818cdf0e10cSrcweir
5819cdf0e10cSrcweir//--------------------------------------------------------------------------
5820cdf0e10cSrcweirSfxBoolItem SetAnchorToPage SID_ANCHOR_PAGE
5821cdf0e10cSrcweir()
5822cdf0e10cSrcweir[
5823cdf0e10cSrcweir	/* flags: */
5824cdf0e10cSrcweir	AutoUpdate = FALSE,
5825cdf0e10cSrcweir	Cachable = Cachable,
5826cdf0e10cSrcweir	FastCall = FALSE,
5827cdf0e10cSrcweir	HasCoreId = FALSE,
5828cdf0e10cSrcweir	HasDialog = FALSE,
5829cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5830cdf0e10cSrcweir	Toggle = FALSE,
5831cdf0e10cSrcweir	Container = FALSE,
5832cdf0e10cSrcweir	RecordAbsolute = FALSE,
5833cdf0e10cSrcweir	RecordPerSet;
5834cdf0e10cSrcweir	Synchron;
5835cdf0e10cSrcweir
5836cdf0e10cSrcweir	/* config: */
5837cdf0e10cSrcweir	AccelConfig = FALSE,
5838cdf0e10cSrcweir	MenuConfig = FALSE,
5839cdf0e10cSrcweir	StatusBarConfig = FALSE,
5840cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5841cdf0e10cSrcweir	GroupId = GID_FORMAT;
5842cdf0e10cSrcweir]
5843cdf0e10cSrcweir
5844cdf0e10cSrcweir//--------------------------------------------------------------------------
5845cdf0e10cSrcweirSfxVoidItem SetInputMode SID_SETINPUTMODE
5846cdf0e10cSrcweir()
5847cdf0e10cSrcweir[
5848cdf0e10cSrcweir	/* flags: */
5849cdf0e10cSrcweir	AutoUpdate = FALSE,
5850cdf0e10cSrcweir	Cachable = Cachable,
5851cdf0e10cSrcweir	FastCall = FALSE,
5852cdf0e10cSrcweir	HasCoreId = FALSE,
5853cdf0e10cSrcweir	HasDialog = FALSE,
5854cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5855cdf0e10cSrcweir	Toggle = FALSE,
5856cdf0e10cSrcweir	Container = FALSE,
5857cdf0e10cSrcweir	RecordAbsolute = FALSE,
5858cdf0e10cSrcweir	RecordPerSet;
5859cdf0e10cSrcweir	Synchron;
5860cdf0e10cSrcweir
5861cdf0e10cSrcweir	/* config: */
5862cdf0e10cSrcweir	AccelConfig = TRUE,
5863cdf0e10cSrcweir	MenuConfig = FALSE,
5864cdf0e10cSrcweir	StatusBarConfig = FALSE,
5865cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5866cdf0e10cSrcweir	GroupId = GID_INTERN;
5867cdf0e10cSrcweir]
5868cdf0e10cSrcweir
5869cdf0e10cSrcweir//--------------------------------------------------------------------------
5870cdf0e10cSrcweirSfxVoidItem SetOptimalColumnWidth FID_COL_OPT_WIDTH
5871cdf0e10cSrcweir(SfxUInt16Item aExtraWidth FID_COL_OPT_WIDTH)
5872cdf0e10cSrcweir[
5873cdf0e10cSrcweir	/* flags: */
5874cdf0e10cSrcweir	AutoUpdate = FALSE,
5875cdf0e10cSrcweir	Cachable = Cachable,
5876cdf0e10cSrcweir	FastCall = FALSE,
5877cdf0e10cSrcweir	HasCoreId = FALSE,
5878cdf0e10cSrcweir	HasDialog = TRUE,
5879cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5880cdf0e10cSrcweir	Toggle = FALSE,
5881cdf0e10cSrcweir	Container = FALSE,
5882cdf0e10cSrcweir	RecordAbsolute = FALSE,
5883cdf0e10cSrcweir	RecordPerSet;
5884cdf0e10cSrcweir	Synchron;
5885cdf0e10cSrcweir
5886cdf0e10cSrcweir	/* config: */
5887cdf0e10cSrcweir	AccelConfig = TRUE,
5888cdf0e10cSrcweir	MenuConfig = TRUE,
5889cdf0e10cSrcweir	StatusBarConfig = FALSE,
5890cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5891cdf0e10cSrcweir	GroupId = GID_FORMAT;
5892cdf0e10cSrcweir]
5893cdf0e10cSrcweir
5894cdf0e10cSrcweir//--------------------------------------------------------------------------
5895cdf0e10cSrcweirSfxVoidItem SetOptimalColumnWidthDirect FID_COL_OPT_DIRECT
5896cdf0e10cSrcweir()
5897cdf0e10cSrcweir[
5898cdf0e10cSrcweir	/* flags: */
5899cdf0e10cSrcweir	AutoUpdate = FALSE,
5900cdf0e10cSrcweir	Cachable = Cachable,
5901cdf0e10cSrcweir	FastCall = FALSE,
5902cdf0e10cSrcweir	HasCoreId = FALSE,
5903cdf0e10cSrcweir	HasDialog = FALSE,
5904cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5905cdf0e10cSrcweir	Toggle = FALSE,
5906cdf0e10cSrcweir	Container = FALSE,
5907cdf0e10cSrcweir	RecordAbsolute = FALSE,
5908cdf0e10cSrcweir	RecordPerSet;
5909cdf0e10cSrcweir	Synchron;
5910cdf0e10cSrcweir
5911cdf0e10cSrcweir	/* config: */
5912cdf0e10cSrcweir	AccelConfig = TRUE,
5913cdf0e10cSrcweir	MenuConfig = TRUE,
5914cdf0e10cSrcweir	StatusBarConfig = FALSE,
5915cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5916cdf0e10cSrcweir	GroupId = GID_FORMAT;
5917cdf0e10cSrcweir]
5918cdf0e10cSrcweir
5919cdf0e10cSrcweir//--------------------------------------------------------------------------
5920cdf0e10cSrcweirSfxVoidItem SetOptimalRowHeight FID_ROW_OPT_HEIGHT
5921cdf0e10cSrcweir(SfxUInt16Item aExtraHeight FID_ROW_OPT_HEIGHT)
5922cdf0e10cSrcweir[
5923cdf0e10cSrcweir	/* flags: */
5924cdf0e10cSrcweir	AutoUpdate = FALSE,
5925cdf0e10cSrcweir	Cachable = Cachable,
5926cdf0e10cSrcweir	FastCall = FALSE,
5927cdf0e10cSrcweir	HasCoreId = FALSE,
5928cdf0e10cSrcweir	HasDialog = TRUE,
5929cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5930cdf0e10cSrcweir	Toggle = FALSE,
5931cdf0e10cSrcweir	Container = FALSE,
5932cdf0e10cSrcweir	RecordAbsolute = FALSE,
5933cdf0e10cSrcweir	RecordPerSet;
5934cdf0e10cSrcweir	Synchron;
5935cdf0e10cSrcweir
5936cdf0e10cSrcweir	/* config: */
5937cdf0e10cSrcweir	AccelConfig = TRUE,
5938cdf0e10cSrcweir	MenuConfig = TRUE,
5939cdf0e10cSrcweir	StatusBarConfig = FALSE,
5940cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5941cdf0e10cSrcweir	GroupId = GID_FORMAT;
5942cdf0e10cSrcweir]
5943cdf0e10cSrcweir
5944cdf0e10cSrcweir//--------------------------------------------------------------------------
5945cdf0e10cSrcweirSfxVoidItem Show FID_TABLE_SHOW
5946cdf0e10cSrcweir(SfxStringItem aTableName FID_TABLE_SHOW)
5947cdf0e10cSrcweir[
5948cdf0e10cSrcweir	/* flags: */
5949cdf0e10cSrcweir	AutoUpdate = FALSE,
5950cdf0e10cSrcweir	Cachable = Cachable,
5951cdf0e10cSrcweir	FastCall = FALSE,
5952cdf0e10cSrcweir	HasCoreId = FALSE,
5953cdf0e10cSrcweir	HasDialog = TRUE,
5954cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5955cdf0e10cSrcweir	Toggle = FALSE,
5956cdf0e10cSrcweir	Container = FALSE,
5957cdf0e10cSrcweir	RecordAbsolute = FALSE,
5958cdf0e10cSrcweir	RecordPerSet;
5959cdf0e10cSrcweir	Synchron;
5960cdf0e10cSrcweir
5961cdf0e10cSrcweir	/* config: */
5962cdf0e10cSrcweir	AccelConfig = TRUE,
5963cdf0e10cSrcweir	MenuConfig = TRUE,
5964cdf0e10cSrcweir	StatusBarConfig = FALSE,
5965cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5966cdf0e10cSrcweir	GroupId = GID_FORMAT;
5967cdf0e10cSrcweir]
5968cdf0e10cSrcweir
5969cdf0e10cSrcweir//--------------------------------------------------------------------------
5970cdf0e10cSrcweirSfxVoidItem ShowChanges FID_CHG_SHOW
5971cdf0e10cSrcweir()
5972cdf0e10cSrcweir[
5973cdf0e10cSrcweir	/* flags: */
5974cdf0e10cSrcweir	AutoUpdate = FALSE,
5975cdf0e10cSrcweir	Cachable = Cachable,
5976cdf0e10cSrcweir	FastCall = FALSE,
5977cdf0e10cSrcweir	HasCoreId = FALSE,
5978cdf0e10cSrcweir	HasDialog = FALSE,
5979cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5980cdf0e10cSrcweir	Toggle = FALSE,
5981cdf0e10cSrcweir	Container = FALSE,
5982cdf0e10cSrcweir	RecordAbsolute = FALSE,
5983cdf0e10cSrcweir	RecordPerSet;
5984cdf0e10cSrcweir	Synchron;
5985cdf0e10cSrcweir
5986cdf0e10cSrcweir	/* config: */
5987cdf0e10cSrcweir	AccelConfig = TRUE,
5988cdf0e10cSrcweir	MenuConfig = TRUE,
5989cdf0e10cSrcweir	StatusBarConfig = FALSE,
5990cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5991cdf0e10cSrcweir	GroupId = GID_EDIT;
5992cdf0e10cSrcweir]
5993cdf0e10cSrcweir
5994cdf0e10cSrcweir//--------------------------------------------------------------------------
5995cdf0e10cSrcweirSfxVoidItem ShowColumn FID_COL_SHOW
5996cdf0e10cSrcweir()
5997cdf0e10cSrcweir[
5998cdf0e10cSrcweir	/* flags: */
5999cdf0e10cSrcweir	AutoUpdate = FALSE,
6000cdf0e10cSrcweir	Cachable = Cachable,
6001cdf0e10cSrcweir	FastCall = FALSE,
6002cdf0e10cSrcweir	HasCoreId = FALSE,
6003cdf0e10cSrcweir	HasDialog = FALSE,
6004cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6005cdf0e10cSrcweir	Toggle = FALSE,
6006cdf0e10cSrcweir	Container = FALSE,
6007cdf0e10cSrcweir	RecordAbsolute = FALSE,
6008cdf0e10cSrcweir	RecordPerSet;
6009cdf0e10cSrcweir	Synchron;
6010cdf0e10cSrcweir
6011cdf0e10cSrcweir	/* config: */
6012cdf0e10cSrcweir	AccelConfig = TRUE,
6013cdf0e10cSrcweir	MenuConfig = TRUE,
6014cdf0e10cSrcweir	StatusBarConfig = FALSE,
6015cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6016cdf0e10cSrcweir	GroupId = GID_FORMAT;
6017cdf0e10cSrcweir]
6018cdf0e10cSrcweir
6019cdf0e10cSrcweir//--------------------------------------------------------------------------
6020cdf0e10cSrcweirSfxVoidItem ShowDependents SID_DETECTIVE_ADD_SUCC
6021cdf0e10cSrcweir()
6022cdf0e10cSrcweir[
6023cdf0e10cSrcweir	/* flags: */
6024cdf0e10cSrcweir	AutoUpdate = FALSE,
6025cdf0e10cSrcweir	Cachable = Cachable,
6026cdf0e10cSrcweir	FastCall = FALSE,
6027cdf0e10cSrcweir	HasCoreId = FALSE,
6028cdf0e10cSrcweir	HasDialog = FALSE,
6029cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6030cdf0e10cSrcweir	Toggle = FALSE,
6031cdf0e10cSrcweir	Container = FALSE,
6032cdf0e10cSrcweir	RecordAbsolute = FALSE,
6033cdf0e10cSrcweir	RecordPerSet;
6034cdf0e10cSrcweir	Synchron;
6035cdf0e10cSrcweir
6036cdf0e10cSrcweir	/* config: */
6037cdf0e10cSrcweir	AccelConfig = TRUE,
6038cdf0e10cSrcweir	MenuConfig = TRUE,
6039cdf0e10cSrcweir	StatusBarConfig = FALSE,
6040cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6041cdf0e10cSrcweir	GroupId = GID_OPTIONS;
6042cdf0e10cSrcweir]
6043cdf0e10cSrcweir
6044cdf0e10cSrcweir//--------------------------------------------------------------------------
6045cdf0e10cSrcweirSfxVoidItem ShowErrors SID_DETECTIVE_ADD_ERR
6046cdf0e10cSrcweir()
6047cdf0e10cSrcweir[
6048cdf0e10cSrcweir	/* flags: */
6049cdf0e10cSrcweir	AutoUpdate = FALSE,
6050cdf0e10cSrcweir	Cachable = Cachable,
6051cdf0e10cSrcweir	FastCall = FALSE,
6052cdf0e10cSrcweir	HasCoreId = FALSE,
6053cdf0e10cSrcweir	HasDialog = FALSE,
6054cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6055cdf0e10cSrcweir	Toggle = FALSE,
6056cdf0e10cSrcweir	Container = FALSE,
6057cdf0e10cSrcweir	RecordAbsolute = FALSE,
6058cdf0e10cSrcweir	RecordPerSet;
6059cdf0e10cSrcweir	Synchron;
6060cdf0e10cSrcweir
6061cdf0e10cSrcweir	/* config: */
6062cdf0e10cSrcweir	AccelConfig = TRUE,
6063cdf0e10cSrcweir	MenuConfig = TRUE,
6064cdf0e10cSrcweir	StatusBarConfig = FALSE,
6065cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6066cdf0e10cSrcweir	GroupId = GID_OPTIONS;
6067cdf0e10cSrcweir]
6068cdf0e10cSrcweir
6069cdf0e10cSrcweir//--------------------------------------------------------------------------
6070cdf0e10cSrcweirSfxVoidItem ShowInvalid SID_DETECTIVE_INVALID
6071cdf0e10cSrcweir()
6072cdf0e10cSrcweir[
6073cdf0e10cSrcweir	/* flags: */
6074cdf0e10cSrcweir	AutoUpdate = FALSE,
6075cdf0e10cSrcweir	Cachable = Cachable,
6076cdf0e10cSrcweir	FastCall = FALSE,
6077cdf0e10cSrcweir	HasCoreId = FALSE,
6078cdf0e10cSrcweir	HasDialog = FALSE,
6079cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6080cdf0e10cSrcweir	Toggle = FALSE,
6081cdf0e10cSrcweir	Container = FALSE,
6082cdf0e10cSrcweir	RecordAbsolute = FALSE,
6083cdf0e10cSrcweir	RecordPerSet;
6084cdf0e10cSrcweir	Synchron;
6085cdf0e10cSrcweir
6086cdf0e10cSrcweir	/* config: */
6087cdf0e10cSrcweir	AccelConfig = TRUE,
6088cdf0e10cSrcweir	MenuConfig = TRUE,
6089cdf0e10cSrcweir	StatusBarConfig = FALSE,
6090cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6091cdf0e10cSrcweir	GroupId = GID_DATA;
6092cdf0e10cSrcweir]
6093cdf0e10cSrcweir
6094cdf0e10cSrcweir//--------------------------------------------------------------------------
6095cdf0e10cSrcweirSfxVoidItem ShowPrecedents SID_DETECTIVE_ADD_PRED
6096cdf0e10cSrcweir()
6097cdf0e10cSrcweir[
6098cdf0e10cSrcweir	/* flags: */
6099cdf0e10cSrcweir	AutoUpdate = FALSE,
6100cdf0e10cSrcweir	Cachable = Cachable,
6101cdf0e10cSrcweir	FastCall = FALSE,
6102cdf0e10cSrcweir	HasCoreId = FALSE,
6103cdf0e10cSrcweir	HasDialog = FALSE,
6104cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6105cdf0e10cSrcweir	Toggle = FALSE,
6106cdf0e10cSrcweir	Container = FALSE,
6107cdf0e10cSrcweir	RecordAbsolute = FALSE,
6108cdf0e10cSrcweir	RecordPerSet;
6109cdf0e10cSrcweir	Synchron;
6110cdf0e10cSrcweir
6111cdf0e10cSrcweir	/* config: */
6112cdf0e10cSrcweir	AccelConfig = TRUE,
6113cdf0e10cSrcweir	MenuConfig = TRUE,
6114cdf0e10cSrcweir	StatusBarConfig = FALSE,
6115cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6116cdf0e10cSrcweir	GroupId = GID_OPTIONS;
6117cdf0e10cSrcweir]
6118cdf0e10cSrcweir
6119cdf0e10cSrcweir//--------------------------------------------------------------------------
6120cdf0e10cSrcweirSfxVoidItem ShowRow FID_ROW_SHOW
6121cdf0e10cSrcweir()
6122cdf0e10cSrcweir[
6123cdf0e10cSrcweir	/* flags: */
6124cdf0e10cSrcweir	AutoUpdate = FALSE,
6125cdf0e10cSrcweir	Cachable = Cachable,
6126cdf0e10cSrcweir	FastCall = FALSE,
6127cdf0e10cSrcweir	HasCoreId = FALSE,
6128cdf0e10cSrcweir	HasDialog = FALSE,
6129cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6130cdf0e10cSrcweir	Toggle = FALSE,
6131cdf0e10cSrcweir	Container = FALSE,
6132cdf0e10cSrcweir	RecordAbsolute = FALSE,
6133cdf0e10cSrcweir	RecordPerSet;
6134cdf0e10cSrcweir	Synchron;
6135cdf0e10cSrcweir
6136cdf0e10cSrcweir	/* config: */
6137cdf0e10cSrcweir	AccelConfig = TRUE,
6138cdf0e10cSrcweir	MenuConfig = TRUE,
6139cdf0e10cSrcweir	StatusBarConfig = FALSE,
6140cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6141cdf0e10cSrcweir	GroupId = GID_FORMAT;
6142cdf0e10cSrcweir]
6143cdf0e10cSrcweir
6144cdf0e10cSrcweir//--------------------------------------------------------------------------
6145cdf0e10cSrcweirSfxVoidItem SimpleReferenz WID_SIMPLE_REF
6146cdf0e10cSrcweir()
6147cdf0e10cSrcweir[
6148cdf0e10cSrcweir	/* flags: */
6149cdf0e10cSrcweir	AutoUpdate = FALSE,
6150cdf0e10cSrcweir	Cachable = Cachable,
6151cdf0e10cSrcweir	FastCall = FALSE,
6152cdf0e10cSrcweir	HasCoreId = FALSE,
6153cdf0e10cSrcweir	HasDialog = FALSE,
6154cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6155cdf0e10cSrcweir	Toggle = FALSE,
6156cdf0e10cSrcweir	Container = FALSE,
6157cdf0e10cSrcweir	RecordAbsolute = FALSE,
6158cdf0e10cSrcweir	RecordPerSet;
6159cdf0e10cSrcweir	Synchron;
6160cdf0e10cSrcweir
6161cdf0e10cSrcweir	/* config: */
6162cdf0e10cSrcweir	AccelConfig = TRUE,
6163cdf0e10cSrcweir	MenuConfig = TRUE,
6164cdf0e10cSrcweir	StatusBarConfig = FALSE,
6165cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6166cdf0e10cSrcweir	GroupId = GID_EDIT;
6167cdf0e10cSrcweir]
6168cdf0e10cSrcweir
6169cdf0e10cSrcweir//--------------------------------------------------------------------------
6170cdf0e10cSrcweirSfxVoidItem SortAscending SID_SORT_ASCENDING
6171cdf0e10cSrcweir()
6172cdf0e10cSrcweir[
6173cdf0e10cSrcweir	/* flags: */
6174cdf0e10cSrcweir	AutoUpdate = FALSE,
6175cdf0e10cSrcweir	Cachable = Cachable,
6176cdf0e10cSrcweir	FastCall = FALSE,
6177cdf0e10cSrcweir	HasCoreId = FALSE,
6178cdf0e10cSrcweir	HasDialog = FALSE,
6179cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6180cdf0e10cSrcweir	Toggle = FALSE,
6181cdf0e10cSrcweir	Container = FALSE,
6182cdf0e10cSrcweir	RecordAbsolute = FALSE,
6183cdf0e10cSrcweir	RecordPerSet;
6184cdf0e10cSrcweir	Synchron;
6185cdf0e10cSrcweir
6186cdf0e10cSrcweir	/* config: */
6187cdf0e10cSrcweir	AccelConfig = TRUE,
6188cdf0e10cSrcweir	MenuConfig = FALSE,
6189cdf0e10cSrcweir	StatusBarConfig = FALSE,
6190cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6191cdf0e10cSrcweir	GroupId = GID_DATA;
6192cdf0e10cSrcweir]
6193cdf0e10cSrcweir
6194cdf0e10cSrcweir//--------------------------------------------------------------------------
6195cdf0e10cSrcweirSfxVoidItem SortDescending SID_SORT_DESCENDING
6196cdf0e10cSrcweir()
6197cdf0e10cSrcweir[
6198cdf0e10cSrcweir	/* flags: */
6199cdf0e10cSrcweir	AutoUpdate = FALSE,
6200cdf0e10cSrcweir	Cachable = Cachable,
6201cdf0e10cSrcweir	FastCall = FALSE,
6202cdf0e10cSrcweir	HasCoreId = FALSE,
6203cdf0e10cSrcweir	HasDialog = FALSE,
6204cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6205cdf0e10cSrcweir	Toggle = FALSE,
6206cdf0e10cSrcweir	Container = FALSE,
6207cdf0e10cSrcweir	RecordAbsolute = FALSE,
6208cdf0e10cSrcweir	RecordPerSet;
6209cdf0e10cSrcweir	Synchron;
6210cdf0e10cSrcweir
6211cdf0e10cSrcweir	/* config: */
6212cdf0e10cSrcweir	AccelConfig = TRUE,
6213cdf0e10cSrcweir	MenuConfig = FALSE,
6214cdf0e10cSrcweir	StatusBarConfig = FALSE,
6215cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6216cdf0e10cSrcweir	GroupId = GID_DATA;
6217cdf0e10cSrcweir]
6218cdf0e10cSrcweir
6219cdf0e10cSrcweir//--------------------------------------------------------------------------
6220cdf0e10cSrcweirSfxVoidItem SplitCell FID_MERGE_OFF
6221cdf0e10cSrcweir()
6222cdf0e10cSrcweir[
6223cdf0e10cSrcweir	/* flags: */
6224cdf0e10cSrcweir	AutoUpdate = FALSE,
6225cdf0e10cSrcweir	Cachable = Cachable,
6226cdf0e10cSrcweir	FastCall = FALSE,
6227cdf0e10cSrcweir	HasCoreId = FALSE,
6228cdf0e10cSrcweir	HasDialog = FALSE,
6229cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6230cdf0e10cSrcweir	Toggle = FALSE,
6231cdf0e10cSrcweir	Container = FALSE,
6232cdf0e10cSrcweir	RecordAbsolute = FALSE,
6233cdf0e10cSrcweir	RecordPerSet;
6234cdf0e10cSrcweir	Synchron;
6235cdf0e10cSrcweir
6236cdf0e10cSrcweir	/* config: */
6237cdf0e10cSrcweir	AccelConfig = TRUE,
6238cdf0e10cSrcweir	MenuConfig = TRUE,
6239cdf0e10cSrcweir	StatusBarConfig = FALSE,
6240cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6241cdf0e10cSrcweir	GroupId = GID_FORMAT;
6242cdf0e10cSrcweir]
6243cdf0e10cSrcweir
6244cdf0e10cSrcweir//--------------------------------------------------------------------------
6245cdf0e10cSrcweirSfxVoidItem SplitWindow SID_WINDOW_SPLIT
6246cdf0e10cSrcweir()
6247cdf0e10cSrcweir[
6248cdf0e10cSrcweir	/* flags: */
6249cdf0e10cSrcweir	AutoUpdate = FALSE,
6250cdf0e10cSrcweir	Cachable = Cachable,
6251cdf0e10cSrcweir	FastCall = FALSE,
6252cdf0e10cSrcweir	HasCoreId = FALSE,
6253cdf0e10cSrcweir	HasDialog = FALSE,
6254cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6255cdf0e10cSrcweir	Toggle = FALSE,
6256cdf0e10cSrcweir	Container = FALSE,
6257cdf0e10cSrcweir	RecordAbsolute = FALSE,
6258cdf0e10cSrcweir	RecordPerSet;
6259cdf0e10cSrcweir	Synchron;
6260cdf0e10cSrcweir
6261cdf0e10cSrcweir	/* config: */
6262cdf0e10cSrcweir	AccelConfig = TRUE,
6263cdf0e10cSrcweir	MenuConfig = TRUE,
6264cdf0e10cSrcweir	StatusBarConfig = FALSE,
6265cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6266cdf0e10cSrcweir	GroupId = GID_VIEW;
6267cdf0e10cSrcweir]
6268cdf0e10cSrcweir
6269cdf0e10cSrcweir//--------------------------------------------------------------------------
6270cdf0e10cSrcweirSfxVoidItem StandardFonts SID_STANDARD_FONTS
6271cdf0e10cSrcweir()
6272cdf0e10cSrcweir[
6273cdf0e10cSrcweir	/* flags: */
6274cdf0e10cSrcweir	AutoUpdate = FALSE,
6275cdf0e10cSrcweir	Cachable = Cachable,
6276cdf0e10cSrcweir	FastCall = FALSE,
6277cdf0e10cSrcweir	HasCoreId = FALSE,
6278cdf0e10cSrcweir	HasDialog = FALSE,
6279cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6280cdf0e10cSrcweir	Toggle = FALSE,
6281cdf0e10cSrcweir	Container = FALSE,
6282cdf0e10cSrcweir	RecordAbsolute = FALSE,
6283cdf0e10cSrcweir	RecordPerSet;
6284cdf0e10cSrcweir	Synchron;
6285cdf0e10cSrcweir
6286cdf0e10cSrcweir	/* config: */
6287cdf0e10cSrcweir	AccelConfig = FALSE,
6288cdf0e10cSrcweir	MenuConfig = FALSE,
6289cdf0e10cSrcweir	StatusBarConfig = FALSE,
6290cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6291cdf0e10cSrcweir	GroupId = GID_INTERN;
6292cdf0e10cSrcweir]
6293cdf0e10cSrcweir
6294cdf0e10cSrcweir//--------------------------------------------------------------------------
6295cdf0e10cSrcweir// ISSUE66550_HLINK_FOR_SHAPES
6296cdf0e10cSrcweir//SfxVoidItem EditShapeHyperlink SID_DRAW_HLINK_EDIT
6297cdf0e10cSrcweir//()
6298cdf0e10cSrcweir//[
6299cdf0e10cSrcweir//   /* flags: */
6300cdf0e10cSrcweir//   AutoUpdate = FALSE,
6301cdf0e10cSrcweir//   Cachable = Cachable,
6302cdf0e10cSrcweir//   FastCall = TRUE,
6303cdf0e10cSrcweir//   HasCoreId = FALSE,
6304cdf0e10cSrcweir//   HasDialog = TRUE,
6305cdf0e10cSrcweir//   ReadOnlyDoc = TRUE,
6306cdf0e10cSrcweir//   Toggle = FALSE,
6307cdf0e10cSrcweir//   Container = FALSE,
6308cdf0e10cSrcweir//   RecordAbsolute = FALSE,
6309cdf0e10cSrcweir//   RecordPerSet;
6310cdf0e10cSrcweir//   Synchron;
6311cdf0e10cSrcweir//
6312cdf0e10cSrcweir//   /* config: */
6313cdf0e10cSrcweir//   AccelConfig = TRUE,
6314cdf0e10cSrcweir//   MenuConfig = FALSE,
6315cdf0e10cSrcweir//   StatusBarConfig = FALSE,
6316cdf0e10cSrcweir//   ToolBoxConfig = FALSE,
6317cdf0e10cSrcweir//   GroupId = GID_DRAWING;
6318cdf0e10cSrcweir//]
6319cdf0e10cSrcweir
6320cdf0e10cSrcweir//--------------------------------------------------------------------------
6321cdf0e10cSrcweir// ISSUE66550_HLINK_FOR_SHAPES
6322cdf0e10cSrcweir//SfxVoidItem DeleteShapeHyperlink SID_DRAW_HLINK_DELETE
6323cdf0e10cSrcweir//()
6324cdf0e10cSrcweir//[
6325cdf0e10cSrcweir//   /* flags: */
6326cdf0e10cSrcweir//   AutoUpdate = TRUE,
6327cdf0e10cSrcweir//   Cachable = Cachable,
6328cdf0e10cSrcweir//   FastCall = TRUE,
6329cdf0e10cSrcweir//   HasCoreId = FALSE,
6330cdf0e10cSrcweir//   HasDialog = FALSE,
6331cdf0e10cSrcweir//   ReadOnlyDoc = TRUE,
6332cdf0e10cSrcweir//   Toggle = FALSE,
6333cdf0e10cSrcweir//   Container = FALSE,
6334cdf0e10cSrcweir//   RecordAbsolute = FALSE,
6335cdf0e10cSrcweir//   RecordPerSet;
6336cdf0e10cSrcweir//   Synchron;
6337cdf0e10cSrcweir//
6338cdf0e10cSrcweir//   /* config: */
6339cdf0e10cSrcweir//   AccelConfig = TRUE,
6340cdf0e10cSrcweir//   MenuConfig = FALSE,
6341cdf0e10cSrcweir//   StatusBarConfig = FALSE,
6342cdf0e10cSrcweir//   ToolBoxConfig = FALSE,
6343cdf0e10cSrcweir//   GroupId = GID_DRAWING;
6344cdf0e10cSrcweir//]
6345cdf0e10cSrcweir
6346cdf0e10cSrcweir//--------------------------------------------------------------------------
6347cdf0e10cSrcweirSfxVoidItem StandardTextAttributes SID_TEXT_STANDARD
6348cdf0e10cSrcweir()
6349cdf0e10cSrcweir[
6350cdf0e10cSrcweir	/* flags: */
6351cdf0e10cSrcweir	AutoUpdate = FALSE,
6352cdf0e10cSrcweir	Cachable = Cachable,
6353cdf0e10cSrcweir	FastCall = TRUE,
6354cdf0e10cSrcweir	HasCoreId = FALSE,
6355cdf0e10cSrcweir	HasDialog = TRUE,
6356cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6357cdf0e10cSrcweir	Toggle = FALSE,
6358cdf0e10cSrcweir	Container = FALSE,
6359cdf0e10cSrcweir	RecordAbsolute = FALSE,
6360cdf0e10cSrcweir	RecordPerSet;
6361cdf0e10cSrcweir	Synchron;
6362cdf0e10cSrcweir
6363cdf0e10cSrcweir	/* config: */
6364cdf0e10cSrcweir	AccelConfig = TRUE,
6365cdf0e10cSrcweir	MenuConfig = TRUE,
6366cdf0e10cSrcweir	StatusBarConfig = FALSE,
6367cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6368cdf0e10cSrcweir	GroupId = GID_FORMAT;
6369cdf0e10cSrcweir]
6370cdf0e10cSrcweir
6371cdf0e10cSrcweir//--------------------------------------------------------------------------
6372cdf0e10cSrcweirSfxUInt16Item StatusBarFunc SID_PSZ_FUNCTION
6373cdf0e10cSrcweir
6374cdf0e10cSrcweir[
6375cdf0e10cSrcweir	/* flags: */
6376cdf0e10cSrcweir	AutoUpdate = FALSE,
6377cdf0e10cSrcweir	Cachable = Cachable,
6378cdf0e10cSrcweir	FastCall = FALSE,
6379cdf0e10cSrcweir	HasCoreId = FALSE,
6380cdf0e10cSrcweir	HasDialog = FALSE,
6381cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6382cdf0e10cSrcweir	Toggle = FALSE,
6383cdf0e10cSrcweir	Container = FALSE,
6384cdf0e10cSrcweir	RecordAbsolute = FALSE,
6385cdf0e10cSrcweir	RecordPerSet;
6386cdf0e10cSrcweir	Synchron;
6387cdf0e10cSrcweir
6388cdf0e10cSrcweir	Readonly = FALSE,
6389cdf0e10cSrcweir
6390cdf0e10cSrcweir	/* config: */
6391cdf0e10cSrcweir	AccelConfig = FALSE,
6392cdf0e10cSrcweir	MenuConfig = FALSE,
6393cdf0e10cSrcweir	StatusBarConfig = FALSE,
6394cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6395cdf0e10cSrcweir	GroupId = GID_INTERN;
6396cdf0e10cSrcweir]
6397cdf0e10cSrcweir
6398cdf0e10cSrcweir//--------------------------------------------------------------------------
6399cdf0e10cSrcweirSfxStringItem StatusDocPos SID_STATUS_DOCPOS
6400cdf0e10cSrcweir
6401cdf0e10cSrcweir[
6402cdf0e10cSrcweir	/* flags: */
6403cdf0e10cSrcweir	AutoUpdate = FALSE,
6404cdf0e10cSrcweir	Cachable = Cachable,
6405cdf0e10cSrcweir	FastCall = FALSE,
6406cdf0e10cSrcweir	HasCoreId = FALSE,
6407cdf0e10cSrcweir	HasDialog = FALSE,
6408cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6409cdf0e10cSrcweir	Toggle = FALSE,
6410cdf0e10cSrcweir	Container = FALSE,
6411cdf0e10cSrcweir	RecordAbsolute = FALSE,
6412cdf0e10cSrcweir	RecordPerSet;
6413cdf0e10cSrcweir	Synchron;
6414cdf0e10cSrcweir
6415cdf0e10cSrcweir	Readonly = TRUE,
6416cdf0e10cSrcweir
6417cdf0e10cSrcweir	/* config: */
6418cdf0e10cSrcweir	AccelConfig = FALSE,
6419cdf0e10cSrcweir	MenuConfig = FALSE,
6420cdf0e10cSrcweir	StatusBarConfig = TRUE,
6421cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6422cdf0e10cSrcweir	GroupId = GID_VIEW;
6423cdf0e10cSrcweir]
6424cdf0e10cSrcweir
6425cdf0e10cSrcweir//--------------------------------------------------------------------------
6426cdf0e10cSrcweirSfxStringItem StatusFunction SID_STATUS_SUM
6427cdf0e10cSrcweir
6428cdf0e10cSrcweir[
6429cdf0e10cSrcweir	/* flags: */
6430cdf0e10cSrcweir	AutoUpdate = FALSE,
6431cdf0e10cSrcweir	Cachable = Cachable,
6432cdf0e10cSrcweir	FastCall = FALSE,
6433cdf0e10cSrcweir	HasCoreId = FALSE,
6434cdf0e10cSrcweir	HasDialog = FALSE,
6435cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6436cdf0e10cSrcweir	Toggle = FALSE,
6437cdf0e10cSrcweir	Container = FALSE,
6438cdf0e10cSrcweir	RecordAbsolute = FALSE,
6439cdf0e10cSrcweir	RecordPerSet;
6440cdf0e10cSrcweir	Synchron;
6441cdf0e10cSrcweir
6442cdf0e10cSrcweir	Readonly = TRUE,
6443cdf0e10cSrcweir
6444cdf0e10cSrcweir	/* config: */
6445cdf0e10cSrcweir	AccelConfig = FALSE,
6446cdf0e10cSrcweir	MenuConfig = FALSE,
6447cdf0e10cSrcweir	StatusBarConfig = FALSE,
6448cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6449cdf0e10cSrcweir	GroupId = GID_VIEW;
6450cdf0e10cSrcweir]
6451cdf0e10cSrcweir
6452cdf0e10cSrcweir//--------------------------------------------------------------------------
6453cdf0e10cSrcweirSfxVoidItem StatusInputLine FID_INPUTLINE_STATUS
6454cdf0e10cSrcweir()
6455cdf0e10cSrcweir[
6456cdf0e10cSrcweir	/* flags: */
6457cdf0e10cSrcweir	AutoUpdate = FALSE,
6458cdf0e10cSrcweir	Cachable = Cachable,
6459cdf0e10cSrcweir	FastCall = FALSE,
6460cdf0e10cSrcweir	HasCoreId = FALSE,
6461cdf0e10cSrcweir	HasDialog = FALSE,
6462cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6463cdf0e10cSrcweir	Toggle = FALSE,
6464cdf0e10cSrcweir	Container = FALSE,
6465cdf0e10cSrcweir	RecordAbsolute = FALSE,
6466cdf0e10cSrcweir	RecordPerSet;
6467cdf0e10cSrcweir	Synchron;
6468cdf0e10cSrcweir
6469cdf0e10cSrcweir	/* config: */
6470cdf0e10cSrcweir	AccelConfig = FALSE,
6471cdf0e10cSrcweir	MenuConfig = FALSE,
6472cdf0e10cSrcweir	StatusBarConfig = FALSE,
6473cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6474cdf0e10cSrcweir	GroupId = GID_INTERN;
6475cdf0e10cSrcweir]
6476cdf0e10cSrcweir
6477cdf0e10cSrcweir//--------------------------------------------------------------------------
6478cdf0e10cSrcweirSfxStringItem StatusPageStyle SID_STATUS_PAGESTYLE
6479cdf0e10cSrcweir
6480cdf0e10cSrcweir[
6481cdf0e10cSrcweir	/* flags: */
6482cdf0e10cSrcweir	AutoUpdate = FALSE,
6483cdf0e10cSrcweir	Cachable = Cachable,
6484cdf0e10cSrcweir	FastCall = FALSE,
6485cdf0e10cSrcweir	HasCoreId = FALSE,
6486cdf0e10cSrcweir	HasDialog = FALSE,
6487cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6488cdf0e10cSrcweir	Toggle = FALSE,
6489cdf0e10cSrcweir	Container = FALSE,
6490cdf0e10cSrcweir	RecordAbsolute = FALSE,
6491cdf0e10cSrcweir	RecordPerSet;
6492cdf0e10cSrcweir	Synchron;
6493cdf0e10cSrcweir
6494cdf0e10cSrcweir	Readonly = TRUE,
6495cdf0e10cSrcweir
6496cdf0e10cSrcweir	/* config: */
6497cdf0e10cSrcweir	AccelConfig = FALSE,
6498cdf0e10cSrcweir	MenuConfig = FALSE,
6499cdf0e10cSrcweir	StatusBarConfig = TRUE,
6500cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6501cdf0e10cSrcweir	GroupId = GID_VIEW;
6502cdf0e10cSrcweir]
6503cdf0e10cSrcweir
6504cdf0e10cSrcweir//--------------------------------------------------------------------------
6505cdf0e10cSrcweirSfxVoidItem StatusScale FID_SCALESTATUS
6506cdf0e10cSrcweir()
6507cdf0e10cSrcweir[
6508cdf0e10cSrcweir	/* flags: */
6509cdf0e10cSrcweir	AutoUpdate = FALSE,
6510cdf0e10cSrcweir	Cachable = Cachable,
6511cdf0e10cSrcweir	FastCall = FALSE,
6512cdf0e10cSrcweir	HasCoreId = FALSE,
6513cdf0e10cSrcweir	HasDialog = FALSE,
6514cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6515cdf0e10cSrcweir	Toggle = FALSE,
6516cdf0e10cSrcweir	Container = FALSE,
6517cdf0e10cSrcweir	RecordAbsolute = FALSE,
6518cdf0e10cSrcweir	RecordPerSet;
6519cdf0e10cSrcweir	Synchron;
6520cdf0e10cSrcweir
6521cdf0e10cSrcweir	/* config: */
6522cdf0e10cSrcweir	AccelConfig = FALSE,
6523cdf0e10cSrcweir	MenuConfig = FALSE,
6524cdf0e10cSrcweir	StatusBarConfig = FALSE,
6525cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6526cdf0e10cSrcweir	GroupId = GID_INTERN;
6527cdf0e10cSrcweir]
6528cdf0e10cSrcweir
6529cdf0e10cSrcweir//--------------------------------------------------------------------------
6530cdf0e10cSrcweirSfxUInt16Item StatusSelectionMode SID_STATUS_SELMODE
6531cdf0e10cSrcweir
6532cdf0e10cSrcweir[
6533cdf0e10cSrcweir	/* flags: */
6534cdf0e10cSrcweir	AutoUpdate = FALSE,
6535cdf0e10cSrcweir	Cachable = Cachable,
6536cdf0e10cSrcweir	FastCall = FALSE,
6537cdf0e10cSrcweir	HasCoreId = FALSE,
6538cdf0e10cSrcweir	HasDialog = FALSE,
6539cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6540cdf0e10cSrcweir	Toggle = FALSE,
6541cdf0e10cSrcweir	Container = FALSE,
6542cdf0e10cSrcweir	RecordAbsolute = FALSE,
6543cdf0e10cSrcweir	RecordPerSet;
6544cdf0e10cSrcweir	Synchron;
6545cdf0e10cSrcweir
6546cdf0e10cSrcweir	Readonly = TRUE,
6547cdf0e10cSrcweir
6548cdf0e10cSrcweir	/* config: */
6549cdf0e10cSrcweir	AccelConfig = FALSE,
6550cdf0e10cSrcweir	MenuConfig = FALSE,
6551cdf0e10cSrcweir	StatusBarConfig = TRUE,
6552cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6553cdf0e10cSrcweir	GroupId = GID_VIEW;
6554cdf0e10cSrcweir]
6555cdf0e10cSrcweir
6556cdf0e10cSrcweir//--------------------------------------------------------------------------
6557cdf0e10cSrcweirSfxUInt16Item StatusSelectionModeExp SID_STATUS_SELMODE_ERG
6558cdf0e10cSrcweir
6559cdf0e10cSrcweir[
6560cdf0e10cSrcweir	/* flags: */
6561cdf0e10cSrcweir	AutoUpdate = FALSE,
6562cdf0e10cSrcweir	Cachable = Cachable,
6563cdf0e10cSrcweir	FastCall = FALSE,
6564cdf0e10cSrcweir	HasCoreId = FALSE,
6565cdf0e10cSrcweir	HasDialog = FALSE,
6566cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6567cdf0e10cSrcweir	Toggle = FALSE,
6568cdf0e10cSrcweir	Container = FALSE,
6569cdf0e10cSrcweir	RecordAbsolute = FALSE,
6570cdf0e10cSrcweir	RecordPerSet;
6571cdf0e10cSrcweir	Synchron;
6572cdf0e10cSrcweir
6573cdf0e10cSrcweir	Readonly = TRUE,
6574cdf0e10cSrcweir
6575cdf0e10cSrcweir	/* config: */
6576cdf0e10cSrcweir	AccelConfig = TRUE,
6577cdf0e10cSrcweir	MenuConfig = FALSE,
6578cdf0e10cSrcweir	StatusBarConfig = FALSE,
6579cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6580cdf0e10cSrcweir	GroupId = GID_INTERN;
6581cdf0e10cSrcweir]
6582cdf0e10cSrcweir
6583cdf0e10cSrcweir//--------------------------------------------------------------------------
6584cdf0e10cSrcweirSfxUInt16Item StatusSelectionModeExt SID_STATUS_SELMODE_ERW
6585cdf0e10cSrcweir
6586cdf0e10cSrcweir[
6587cdf0e10cSrcweir	/* flags: */
6588cdf0e10cSrcweir	AutoUpdate = FALSE,
6589cdf0e10cSrcweir	Cachable = Cachable,
6590cdf0e10cSrcweir	FastCall = FALSE,
6591cdf0e10cSrcweir	HasCoreId = FALSE,
6592cdf0e10cSrcweir	HasDialog = FALSE,
6593cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6594cdf0e10cSrcweir	Toggle = FALSE,
6595cdf0e10cSrcweir	Container = FALSE,
6596cdf0e10cSrcweir	RecordAbsolute = FALSE,
6597cdf0e10cSrcweir	RecordPerSet;
6598cdf0e10cSrcweir	Synchron;
6599cdf0e10cSrcweir
6600cdf0e10cSrcweir	Readonly = TRUE,
6601cdf0e10cSrcweir
6602cdf0e10cSrcweir	/* config: */
6603cdf0e10cSrcweir	AccelConfig = TRUE,
6604cdf0e10cSrcweir	MenuConfig = FALSE,
6605cdf0e10cSrcweir	StatusBarConfig = FALSE,
6606cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6607cdf0e10cSrcweir	GroupId = GID_INTERN;
6608cdf0e10cSrcweir]
6609cdf0e10cSrcweir
6610cdf0e10cSrcweir//--------------------------------------------------------------------------
6611cdf0e10cSrcweirSfxUInt16Item StatusSelectionModeNorm SID_STATUS_SELMODE_NORM
6612cdf0e10cSrcweir
6613cdf0e10cSrcweir[
6614cdf0e10cSrcweir	/* flags: */
6615cdf0e10cSrcweir	AutoUpdate = FALSE,
6616cdf0e10cSrcweir	Cachable = Cachable,
6617cdf0e10cSrcweir	FastCall = FALSE,
6618cdf0e10cSrcweir	HasCoreId = FALSE,
6619cdf0e10cSrcweir	HasDialog = FALSE,
6620cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6621cdf0e10cSrcweir	Toggle = FALSE,
6622cdf0e10cSrcweir	Container = FALSE,
6623cdf0e10cSrcweir	RecordAbsolute = FALSE,
6624cdf0e10cSrcweir	RecordPerSet;
6625cdf0e10cSrcweir	Synchron;
6626cdf0e10cSrcweir
6627cdf0e10cSrcweir	Readonly = TRUE,
6628cdf0e10cSrcweir
6629cdf0e10cSrcweir	/* config: */
6630cdf0e10cSrcweir	AccelConfig = FALSE,
6631cdf0e10cSrcweir	MenuConfig = FALSE,
6632cdf0e10cSrcweir	StatusBarConfig = FALSE,
6633cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6634cdf0e10cSrcweir	GroupId = GID_INTERN;
6635cdf0e10cSrcweir]
6636cdf0e10cSrcweir
6637cdf0e10cSrcweir//--------------------------------------------------------------------------
6638cdf0e10cSrcweirSfxInt16Item Table SID_RANGE_TABLE
6639cdf0e10cSrcweir
6640cdf0e10cSrcweir[
6641cdf0e10cSrcweir	/* flags: */
6642cdf0e10cSrcweir	AutoUpdate = FALSE,
6643cdf0e10cSrcweir	Cachable = Cachable,
6644cdf0e10cSrcweir	FastCall = FALSE,
6645cdf0e10cSrcweir	HasCoreId = FALSE,
6646cdf0e10cSrcweir	HasDialog = FALSE,
6647cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6648cdf0e10cSrcweir	Toggle = FALSE,
6649cdf0e10cSrcweir	Container = FALSE,
6650cdf0e10cSrcweir	RecordAbsolute = FALSE,
6651cdf0e10cSrcweir	RecordPerSet;
6652cdf0e10cSrcweir	Synchron;
6653cdf0e10cSrcweir
6654cdf0e10cSrcweir	Readonly = TRUE,
6655cdf0e10cSrcweir
6656cdf0e10cSrcweir	/* config: */
6657cdf0e10cSrcweir	AccelConfig = FALSE,
6658cdf0e10cSrcweir	MenuConfig = FALSE,
6659cdf0e10cSrcweir	StatusBarConfig = FALSE,
6660cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6661cdf0e10cSrcweir	GroupId = GID_INTERN;
6662cdf0e10cSrcweir]
6663cdf0e10cSrcweir
6664cdf0e10cSrcweir//--------------------------------------------------------------------------
6665cdf0e10cSrcweirSfxInt16Item TableCount SID_TABLES_COUNT
6666cdf0e10cSrcweir
6667cdf0e10cSrcweir[
6668cdf0e10cSrcweir	/* flags: */
6669cdf0e10cSrcweir	AutoUpdate = FALSE,
6670cdf0e10cSrcweir	Cachable = Cachable,
6671cdf0e10cSrcweir	FastCall = FALSE,
6672cdf0e10cSrcweir	HasCoreId = FALSE,
6673cdf0e10cSrcweir	HasDialog = FALSE,
6674cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6675cdf0e10cSrcweir	Toggle = FALSE,
6676cdf0e10cSrcweir	Container = FALSE,
6677cdf0e10cSrcweir	RecordAbsolute = FALSE,
6678cdf0e10cSrcweir	RecordPerSet;
6679cdf0e10cSrcweir	Synchron;
6680cdf0e10cSrcweir
6681cdf0e10cSrcweir	Readonly = TRUE,
6682cdf0e10cSrcweir
6683cdf0e10cSrcweir	/* config: */
6684cdf0e10cSrcweir	AccelConfig = FALSE,
6685cdf0e10cSrcweir	MenuConfig = FALSE,
6686cdf0e10cSrcweir	StatusBarConfig = FALSE,
6687cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6688cdf0e10cSrcweir	GroupId = GID_DOCUMENT;
6689cdf0e10cSrcweir]
6690cdf0e10cSrcweir
6691cdf0e10cSrcweir//--------------------------------------------------------------------------
6692cdf0e10cSrcweirSfxVoidItem TableOperation SID_TABOP
6693cdf0e10cSrcweir()
6694cdf0e10cSrcweir[
6695cdf0e10cSrcweir	/* flags: */
6696cdf0e10cSrcweir	AutoUpdate = FALSE,
6697cdf0e10cSrcweir	Cachable = Cachable,
6698cdf0e10cSrcweir	FastCall = FALSE,
6699cdf0e10cSrcweir	HasCoreId = FALSE,
6700cdf0e10cSrcweir	HasDialog = FALSE,
6701cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6702cdf0e10cSrcweir	Toggle = FALSE,
6703cdf0e10cSrcweir	Container = FALSE,
6704cdf0e10cSrcweir	RecordAbsolute = FALSE,
6705cdf0e10cSrcweir	RecordPerSet;
6706cdf0e10cSrcweir	Synchron;
6707cdf0e10cSrcweir
6708cdf0e10cSrcweir	/* config: */
6709cdf0e10cSrcweir	AccelConfig = FALSE,
6710cdf0e10cSrcweir	MenuConfig = FALSE,
6711cdf0e10cSrcweir	StatusBarConfig = FALSE,
6712cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6713cdf0e10cSrcweir	GroupId = GID_VIEW;
6714cdf0e10cSrcweir]
6715cdf0e10cSrcweir
6716cdf0e10cSrcweir//--------------------------------------------------------------------------
6717cdf0e10cSrcweirSfxVoidItem TableOperationDialog SID_OPENDLG_TABOP
6718cdf0e10cSrcweir()
6719cdf0e10cSrcweir[
6720cdf0e10cSrcweir	/* flags: */
6721cdf0e10cSrcweir	AutoUpdate = FALSE,
6722cdf0e10cSrcweir	Cachable = Cachable,
6723cdf0e10cSrcweir	FastCall = FALSE,
6724cdf0e10cSrcweir	HasCoreId = FALSE,
6725cdf0e10cSrcweir	HasDialog = TRUE,
6726cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6727cdf0e10cSrcweir	Toggle = FALSE,
6728cdf0e10cSrcweir	Container = FALSE,
6729cdf0e10cSrcweir	RecordAbsolute = FALSE,
6730cdf0e10cSrcweir	RecordPerSet;
6731cdf0e10cSrcweir	Synchron;
6732cdf0e10cSrcweir
6733cdf0e10cSrcweir	/* config: */
6734cdf0e10cSrcweir	AccelConfig = TRUE,
6735cdf0e10cSrcweir	MenuConfig = TRUE,
6736cdf0e10cSrcweir	StatusBarConfig = FALSE,
6737cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6738cdf0e10cSrcweir	GroupId = GID_DATA;
6739cdf0e10cSrcweir]
6740cdf0e10cSrcweir
6741cdf0e10cSrcweir//--------------------------------------------------------------------------
6742cdf0e10cSrcweirSfxVoidItem RenameTable FID_TAB_MENU_RENAME
6743cdf0e10cSrcweir(SfxStringItem Name FID_TAB_RENAME)
6744cdf0e10cSrcweir[
6745cdf0e10cSrcweir	/* flags: */
6746cdf0e10cSrcweir	AutoUpdate = FALSE,
6747cdf0e10cSrcweir	Cachable = Cachable,
6748cdf0e10cSrcweir	FastCall = FALSE,
6749cdf0e10cSrcweir	HasCoreId = FALSE,
6750cdf0e10cSrcweir	HasDialog = TRUE,
6751cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6752cdf0e10cSrcweir	Toggle = FALSE,
6753cdf0e10cSrcweir	Container = FALSE,
6754cdf0e10cSrcweir	RecordAbsolute = FALSE,
6755cdf0e10cSrcweir	RecordPerSet;
6756cdf0e10cSrcweir	Synchron;
6757cdf0e10cSrcweir
6758cdf0e10cSrcweir	/* config: */
6759cdf0e10cSrcweir	AccelConfig = TRUE,
6760cdf0e10cSrcweir	MenuConfig = TRUE,
6761cdf0e10cSrcweir	StatusBarConfig = FALSE,
6762cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6763cdf0e10cSrcweir	GroupId = GID_FORMAT;
6764cdf0e10cSrcweir]
6765cdf0e10cSrcweir
6766cdf0e10cSrcweir//--------------------------------------------------------------------------
6767cdf0e10cSrcweirSfxObjectItem Tables SID_TABLES_GET
6768cdf0e10cSrcweir
6769cdf0e10cSrcweir[
6770cdf0e10cSrcweir	/* flags: */
6771cdf0e10cSrcweir	AutoUpdate = FALSE,
6772cdf0e10cSrcweir	Cachable = Cachable,
6773cdf0e10cSrcweir	FastCall = FALSE,
6774cdf0e10cSrcweir	HasCoreId = FALSE,
6775cdf0e10cSrcweir	HasDialog = FALSE,
6776cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6777cdf0e10cSrcweir	Toggle = FALSE,
6778cdf0e10cSrcweir	Container = FALSE,
6779cdf0e10cSrcweir	RecordAbsolute = FALSE,
6780cdf0e10cSrcweir	RecordPerSet;
6781cdf0e10cSrcweir	Synchron;
6782cdf0e10cSrcweir
6783cdf0e10cSrcweir	Readonly = TRUE,
6784cdf0e10cSrcweir
6785cdf0e10cSrcweir	/* config: */
6786cdf0e10cSrcweir	AccelConfig = FALSE,
6787cdf0e10cSrcweir	MenuConfig = FALSE,
6788cdf0e10cSrcweir	StatusBarConfig = FALSE,
6789cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6790cdf0e10cSrcweir	GroupId = GID_VIEW;
6791cdf0e10cSrcweir]
6792cdf0e10cSrcweir
6793cdf0e10cSrcweir//--------------------------------------------------------------------------
6794cdf0e10cSrcweirSfxVoidItem TableSelectAll FID_TAB_SELECTALL
6795cdf0e10cSrcweir()
6796cdf0e10cSrcweir[
6797cdf0e10cSrcweir	/* flags: */
6798cdf0e10cSrcweir	AutoUpdate = FALSE,
6799cdf0e10cSrcweir	Cachable = Cachable,
6800cdf0e10cSrcweir	FastCall = FALSE,
6801cdf0e10cSrcweir	HasCoreId = FALSE,
6802cdf0e10cSrcweir	HasDialog = FALSE,
6803cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6804cdf0e10cSrcweir	Toggle = FALSE,
6805cdf0e10cSrcweir	Container = FALSE,
6806cdf0e10cSrcweir	RecordAbsolute = FALSE,
6807cdf0e10cSrcweir	RecordPerSet;
6808cdf0e10cSrcweir	Synchron;
6809cdf0e10cSrcweir
6810cdf0e10cSrcweir	/* config: */
6811cdf0e10cSrcweir	AccelConfig = TRUE,
6812cdf0e10cSrcweir	MenuConfig = TRUE,
6813cdf0e10cSrcweir	StatusBarConfig = FALSE,
6814cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6815cdf0e10cSrcweir	GroupId = GID_EDIT;
6816cdf0e10cSrcweir]
6817cdf0e10cSrcweir
6818cdf0e10cSrcweir//--------------------------------------------------------------------------
6819cdf0e10cSrcweirSfxVoidItem TableDeselectAll FID_TAB_DESELECTALL
6820cdf0e10cSrcweir()
6821cdf0e10cSrcweir[
6822cdf0e10cSrcweir    /* flags: */
6823cdf0e10cSrcweir    AutoUpdate = FALSE,
6824cdf0e10cSrcweir    Cachable = Cachable,
6825cdf0e10cSrcweir    FastCall = FALSE,
6826cdf0e10cSrcweir    HasCoreId = FALSE,
6827cdf0e10cSrcweir    HasDialog = FALSE,
6828cdf0e10cSrcweir    ReadOnlyDoc = TRUE,
6829cdf0e10cSrcweir    Toggle = FALSE,
6830cdf0e10cSrcweir    Container = FALSE,
6831cdf0e10cSrcweir    RecordAbsolute = FALSE,
6832cdf0e10cSrcweir    RecordPerSet;
6833cdf0e10cSrcweir    Synchron;
6834cdf0e10cSrcweir
6835cdf0e10cSrcweir    /* config: */
6836cdf0e10cSrcweir    AccelConfig = TRUE,
6837cdf0e10cSrcweir    MenuConfig = TRUE,
6838cdf0e10cSrcweir    StatusBarConfig = FALSE,
6839cdf0e10cSrcweir    ToolBoxConfig = FALSE,
6840cdf0e10cSrcweir    GroupId = GID_EDIT;
6841cdf0e10cSrcweir]
6842cdf0e10cSrcweir
6843cdf0e10cSrcweir//--------------------------------------------------------------------------
6844cdf0e10cSrcweirSfxVoidItem TableEvents FID_TAB_EVENTS
6845cdf0e10cSrcweir()
6846cdf0e10cSrcweir[
6847cdf0e10cSrcweir    /* flags: */
6848cdf0e10cSrcweir    AutoUpdate = FALSE,
6849cdf0e10cSrcweir    Cachable = Cachable,
6850cdf0e10cSrcweir    FastCall = FALSE,
6851cdf0e10cSrcweir    HasCoreId = FALSE,
6852cdf0e10cSrcweir    HasDialog = TRUE,
6853cdf0e10cSrcweir    ReadOnlyDoc = TRUE,
6854cdf0e10cSrcweir    Toggle = FALSE,
6855cdf0e10cSrcweir    Container = FALSE,
6856cdf0e10cSrcweir    RecordAbsolute = FALSE,
6857cdf0e10cSrcweir    RecordPerSet;
6858cdf0e10cSrcweir    Synchron;
6859cdf0e10cSrcweir
6860cdf0e10cSrcweir    /* config: */
6861cdf0e10cSrcweir    AccelConfig = TRUE,
6862cdf0e10cSrcweir    MenuConfig = TRUE,
6863cdf0e10cSrcweir    StatusBarConfig = FALSE,
6864cdf0e10cSrcweir    ToolBoxConfig = FALSE,
6865cdf0e10cSrcweir    GroupId = GID_EDIT;
6866cdf0e10cSrcweir]
6867cdf0e10cSrcweir
6868cdf0e10cSrcweir//--------------------------------------------------------------------------
6869cdf0e10cSrcweirSfxVoidItem TextAttributes SID_DRAWTEXT_ATTR_DLG
6870cdf0e10cSrcweir()
6871cdf0e10cSrcweir[
6872cdf0e10cSrcweir	/* flags: */
6873cdf0e10cSrcweir	AutoUpdate = FALSE,
6874cdf0e10cSrcweir	Cachable = Cachable,
6875cdf0e10cSrcweir	FastCall = TRUE,
6876cdf0e10cSrcweir	HasCoreId = FALSE,
6877cdf0e10cSrcweir	HasDialog = TRUE,
6878cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6879cdf0e10cSrcweir	Toggle = FALSE,
6880cdf0e10cSrcweir	Container = FALSE,
6881cdf0e10cSrcweir	RecordAbsolute = FALSE,
6882cdf0e10cSrcweir	RecordPerSet;
6883cdf0e10cSrcweir	Synchron;
6884cdf0e10cSrcweir
6885cdf0e10cSrcweir	/* config: */
6886cdf0e10cSrcweir	AccelConfig = TRUE,
6887cdf0e10cSrcweir	MenuConfig = TRUE,
6888cdf0e10cSrcweir	StatusBarConfig = FALSE,
6889cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6890cdf0e10cSrcweir	GroupId = GID_DRAWING;
6891cdf0e10cSrcweir]
6892cdf0e10cSrcweir
6893cdf0e10cSrcweir
6894cdf0e10cSrcweir//--------------------------------------------------------------------------
6895cdf0e10cSrcweirSfxVoidItem AssignMacro SID_ASSIGNMACRO
6896cdf0e10cSrcweir()
6897cdf0e10cSrcweir[
6898cdf0e10cSrcweir    /* flags: */
6899cdf0e10cSrcweir    AutoUpdate = FALSE,
6900cdf0e10cSrcweir    Cachable = Cachable,
6901cdf0e10cSrcweir    FastCall = TRUE,
6902cdf0e10cSrcweir    HasCoreId = FALSE,
6903cdf0e10cSrcweir    HasDialog = TRUE,
6904cdf0e10cSrcweir    ReadOnlyDoc = TRUE,
6905cdf0e10cSrcweir    Toggle = FALSE,
6906cdf0e10cSrcweir    Container = FALSE,
6907cdf0e10cSrcweir    RecordAbsolute = FALSE,
6908cdf0e10cSrcweir    RecordPerSet;
6909cdf0e10cSrcweir    Synchron;
6910cdf0e10cSrcweir
6911cdf0e10cSrcweir    /* config: */
6912cdf0e10cSrcweir    AccelConfig = TRUE,
6913cdf0e10cSrcweir    MenuConfig = FALSE,
6914cdf0e10cSrcweir    StatusBarConfig = FALSE,
6915cdf0e10cSrcweir    ToolBoxConfig = FALSE,
6916cdf0e10cSrcweir    GroupId = GID_DRAWING;
6917cdf0e10cSrcweir]
6918cdf0e10cSrcweir
6919cdf0e10cSrcweir//--------------------------------------------------------------------------
6920cdf0e10cSrcweirSfxVoidItem TextToColumns SID_TEXT_TO_COLUMNS
6921cdf0e10cSrcweir()
6922cdf0e10cSrcweir[
6923cdf0e10cSrcweir    /* flags: */
6924cdf0e10cSrcweir    AutoUpdate = FALSE,
6925cdf0e10cSrcweir    Cachable = Cachable,
6926cdf0e10cSrcweir    FastCall = FALSE,
6927cdf0e10cSrcweir    HasCoreId = FALSE,
6928cdf0e10cSrcweir    HasDialog = TRUE,
6929cdf0e10cSrcweir    ReadOnlyDoc = TRUE,
6930cdf0e10cSrcweir    Toggle = FALSE,
6931cdf0e10cSrcweir    Container = FALSE,
6932cdf0e10cSrcweir    RecordAbsolute = FALSE,
6933cdf0e10cSrcweir    RecordPerSet;
6934cdf0e10cSrcweir    Synchron;
6935cdf0e10cSrcweir
6936cdf0e10cSrcweir    /* config: */
6937cdf0e10cSrcweir    AccelConfig = TRUE,
6938cdf0e10cSrcweir    MenuConfig = TRUE,
6939cdf0e10cSrcweir    StatusBarConfig = FALSE,
6940cdf0e10cSrcweir    ToolBoxConfig = FALSE,
6941cdf0e10cSrcweir    GroupId = GID_DATA;
6942cdf0e10cSrcweir]
6943cdf0e10cSrcweir
6944cdf0e10cSrcweir//--------------------------------------------------------------------------
6945cdf0e10cSrcweirSfxStringItem TextValue SID_RANGE_TEXTVALUE
6946cdf0e10cSrcweir
6947cdf0e10cSrcweir[
6948cdf0e10cSrcweir	/* flags: */
6949cdf0e10cSrcweir	AutoUpdate = FALSE,
6950cdf0e10cSrcweir	Cachable = Cachable,
6951cdf0e10cSrcweir	FastCall = FALSE,
6952cdf0e10cSrcweir	HasCoreId = FALSE,
6953cdf0e10cSrcweir	HasDialog = FALSE,
6954cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6955cdf0e10cSrcweir	Toggle = FALSE,
6956cdf0e10cSrcweir	Container = FALSE,
6957cdf0e10cSrcweir	RecordAbsolute = FALSE,
6958cdf0e10cSrcweir	RecordPerSet;
6959cdf0e10cSrcweir	Synchron;
6960cdf0e10cSrcweir
6961cdf0e10cSrcweir	Readonly = TRUE,
6962cdf0e10cSrcweir
6963cdf0e10cSrcweir	/* config: */
6964cdf0e10cSrcweir	AccelConfig = FALSE,
6965cdf0e10cSrcweir	MenuConfig = FALSE,
6966cdf0e10cSrcweir	StatusBarConfig = FALSE,
6967cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6968cdf0e10cSrcweir	GroupId = GID_INTERN;
6969cdf0e10cSrcweir]
6970cdf0e10cSrcweir
6971cdf0e10cSrcweir//--------------------------------------------------------------------------
6972cdf0e10cSrcweirSfxVoidItem ToggleAnchorType SID_ANCHOR_TOGGLE
6973cdf0e10cSrcweir()
6974cdf0e10cSrcweir[
6975cdf0e10cSrcweir	/* flags: */
6976cdf0e10cSrcweir	AutoUpdate = FALSE,
6977cdf0e10cSrcweir	Cachable = Cachable,
6978cdf0e10cSrcweir	FastCall = FALSE,
6979cdf0e10cSrcweir	HasCoreId = FALSE,
6980cdf0e10cSrcweir	HasDialog = FALSE,
6981cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6982cdf0e10cSrcweir	Toggle = FALSE,
6983cdf0e10cSrcweir	Container = FALSE,
6984cdf0e10cSrcweir	RecordAbsolute = FALSE,
6985cdf0e10cSrcweir	RecordPerSet;
6986cdf0e10cSrcweir	Synchron;
6987cdf0e10cSrcweir
6988cdf0e10cSrcweir	/* config: */
6989cdf0e10cSrcweir	AccelConfig = FALSE,
6990cdf0e10cSrcweir	MenuConfig = TRUE,
6991cdf0e10cSrcweir	StatusBarConfig = FALSE,
6992cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6993cdf0e10cSrcweir	GroupId = GID_FORMAT;
6994cdf0e10cSrcweir]
6995cdf0e10cSrcweir
6996cdf0e10cSrcweir//--------------------------------------------------------------------------
6997cdf0e10cSrcweirSfxVoidItem ToggleRelative SID_TOGGLE_REL
6998cdf0e10cSrcweir()
6999cdf0e10cSrcweir[
7000cdf0e10cSrcweir	/* flags: */
7001cdf0e10cSrcweir	AutoUpdate = FALSE,
7002cdf0e10cSrcweir	Cachable = Cachable,
7003cdf0e10cSrcweir	FastCall = FALSE,
7004cdf0e10cSrcweir	HasCoreId = FALSE,
7005cdf0e10cSrcweir	HasDialog = FALSE,
7006cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7007cdf0e10cSrcweir	Toggle = FALSE,
7008cdf0e10cSrcweir	Container = FALSE,
7009cdf0e10cSrcweir	RecordAbsolute = FALSE,
7010cdf0e10cSrcweir	RecordPerSet;
7011cdf0e10cSrcweir	Synchron;
7012cdf0e10cSrcweir
7013cdf0e10cSrcweir	/* config: */
7014cdf0e10cSrcweir	AccelConfig = TRUE,
7015cdf0e10cSrcweir	MenuConfig = TRUE,
7016cdf0e10cSrcweir	StatusBarConfig = FALSE,
7017cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7018cdf0e10cSrcweir	GroupId = GID_INSERT;
7019cdf0e10cSrcweir]
7020cdf0e10cSrcweir
7021cdf0e10cSrcweir//--------------------------------------------------------------------------
7022cdf0e10cSrcweirSfxVoidItem ToolProtectionDocument FID_PROTECT_DOC
7023cdf0e10cSrcweir(SfxBoolItem Protect FID_PROTECT_DOC)
7024cdf0e10cSrcweir[
7025cdf0e10cSrcweir	/* flags: */
7026cdf0e10cSrcweir	AutoUpdate = FALSE,
7027cdf0e10cSrcweir	Cachable = Cachable,
7028cdf0e10cSrcweir	FastCall = FALSE,
7029cdf0e10cSrcweir	HasCoreId = FALSE,
7030cdf0e10cSrcweir	HasDialog = FALSE,
7031cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7032cdf0e10cSrcweir	Toggle = FALSE,
7033cdf0e10cSrcweir	Container = FALSE,
7034cdf0e10cSrcweir	RecordAbsolute = FALSE,
7035cdf0e10cSrcweir	RecordPerSet;
7036cdf0e10cSrcweir	Synchron;
7037cdf0e10cSrcweir
7038cdf0e10cSrcweir	/* config: */
7039cdf0e10cSrcweir	AccelConfig = TRUE,
7040cdf0e10cSrcweir	MenuConfig = TRUE,
7041cdf0e10cSrcweir	StatusBarConfig = FALSE,
7042cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7043cdf0e10cSrcweir	GroupId = GID_OPTIONS;
7044cdf0e10cSrcweir]
7045cdf0e10cSrcweir
7046cdf0e10cSrcweir//--------------------------------------------------------------------------
7047cdf0e10cSrcweirSfxVoidItem ToolsOptions SID_SCOPTIONS
7048cdf0e10cSrcweir()
7049cdf0e10cSrcweir[
7050cdf0e10cSrcweir	/* flags: */
7051cdf0e10cSrcweir	AutoUpdate = FALSE,
7052cdf0e10cSrcweir	Cachable = Cachable,
7053cdf0e10cSrcweir	FastCall = FALSE,
7054cdf0e10cSrcweir	HasCoreId = FALSE,
7055cdf0e10cSrcweir	HasDialog = TRUE,
7056cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7057cdf0e10cSrcweir	Toggle = FALSE,
7058cdf0e10cSrcweir	Container = FALSE,
7059cdf0e10cSrcweir	RecordAbsolute = FALSE,
7060cdf0e10cSrcweir	RecordPerItem;
7061cdf0e10cSrcweir	Synchron;
7062cdf0e10cSrcweir
7063cdf0e10cSrcweir	/* config: */
7064cdf0e10cSrcweir	AccelConfig = TRUE,
7065cdf0e10cSrcweir	MenuConfig = TRUE,
7066cdf0e10cSrcweir	StatusBarConfig = FALSE,
7067cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7068cdf0e10cSrcweir	GroupId = GID_OPTIONS;
7069cdf0e10cSrcweir]
7070cdf0e10cSrcweir
7071cdf0e10cSrcweir//--------------------------------------------------------------------------
7072cdf0e10cSrcweirSfxBoolItem TraceChangeMode FID_CHG_RECORD
7073cdf0e10cSrcweir
7074cdf0e10cSrcweir[
7075cdf0e10cSrcweir	/* flags: */
7076cdf0e10cSrcweir	AutoUpdate = FALSE,
7077cdf0e10cSrcweir	Cachable = Cachable,
7078cdf0e10cSrcweir	FastCall = FALSE,
7079cdf0e10cSrcweir	HasCoreId = FALSE,
7080cdf0e10cSrcweir	HasDialog = FALSE,
7081cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7082cdf0e10cSrcweir	Toggle = FALSE,
7083cdf0e10cSrcweir	Container = FALSE,
7084cdf0e10cSrcweir	RecordAbsolute = FALSE,
7085cdf0e10cSrcweir	RecordPerSet;
7086cdf0e10cSrcweir	Synchron;
7087cdf0e10cSrcweir
7088cdf0e10cSrcweir	Readonly = FALSE,
7089cdf0e10cSrcweir
7090cdf0e10cSrcweir	/* config: */
7091cdf0e10cSrcweir	AccelConfig = TRUE,
7092cdf0e10cSrcweir	MenuConfig = TRUE,
7093cdf0e10cSrcweir	StatusBarConfig = FALSE,
7094cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7095cdf0e10cSrcweir	GroupId = GID_EDIT;
7096cdf0e10cSrcweir]
7097cdf0e10cSrcweir
7098cdf0e10cSrcweir//--------------------------------------------------------------------------
7099cdf0e10cSrcweirSfxBoolItem UnderlineDotted SID_ULINE_VAL_DOTTED
7100cdf0e10cSrcweir
7101cdf0e10cSrcweir[
7102cdf0e10cSrcweir	/* flags: */
7103cdf0e10cSrcweir	AutoUpdate = TRUE,
7104cdf0e10cSrcweir	Cachable = Cachable,
7105cdf0e10cSrcweir	FastCall = FALSE,
7106cdf0e10cSrcweir	HasCoreId = FALSE,
7107cdf0e10cSrcweir	HasDialog = FALSE,
7108cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7109cdf0e10cSrcweir	Toggle = FALSE,
7110cdf0e10cSrcweir	Container = FALSE,
7111cdf0e10cSrcweir	RecordAbsolute = FALSE,
7112cdf0e10cSrcweir	RecordPerSet;
7113cdf0e10cSrcweir	Synchron;
7114cdf0e10cSrcweir
7115cdf0e10cSrcweir	Readonly = FALSE,
7116cdf0e10cSrcweir
7117cdf0e10cSrcweir	/* config: */
7118cdf0e10cSrcweir	AccelConfig = TRUE,
7119cdf0e10cSrcweir	MenuConfig = TRUE,
7120cdf0e10cSrcweir	StatusBarConfig = FALSE,
7121cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7122cdf0e10cSrcweir	GroupId = GID_FORMAT;
7123cdf0e10cSrcweir]
7124cdf0e10cSrcweir
7125cdf0e10cSrcweir//--------------------------------------------------------------------------
7126cdf0e10cSrcweirSfxBoolItem UnderlineDouble SID_ULINE_VAL_DOUBLE
7127cdf0e10cSrcweir
7128cdf0e10cSrcweir[
7129cdf0e10cSrcweir	/* flags: */
7130cdf0e10cSrcweir	AutoUpdate = TRUE,
7131cdf0e10cSrcweir	Cachable = Cachable,
7132cdf0e10cSrcweir	FastCall = FALSE,
7133cdf0e10cSrcweir	HasCoreId = FALSE,
7134cdf0e10cSrcweir	HasDialog = FALSE,
7135cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7136cdf0e10cSrcweir	Toggle = FALSE,
7137cdf0e10cSrcweir	Container = FALSE,
7138cdf0e10cSrcweir	RecordAbsolute = FALSE,
7139cdf0e10cSrcweir	RecordPerSet;
7140cdf0e10cSrcweir	Synchron;
7141cdf0e10cSrcweir
7142cdf0e10cSrcweir	Readonly = FALSE,
7143cdf0e10cSrcweir
7144cdf0e10cSrcweir	/* config: */
7145cdf0e10cSrcweir	AccelConfig = TRUE,
7146cdf0e10cSrcweir	MenuConfig = TRUE,
7147cdf0e10cSrcweir	StatusBarConfig = FALSE,
7148cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7149cdf0e10cSrcweir	GroupId = GID_FORMAT;
7150cdf0e10cSrcweir]
7151cdf0e10cSrcweir
7152cdf0e10cSrcweir//--------------------------------------------------------------------------
7153cdf0e10cSrcweirSfxBoolItem UnderlineNone SID_ULINE_VAL_NONE
7154cdf0e10cSrcweir
7155cdf0e10cSrcweir[
7156cdf0e10cSrcweir	/* flags: */
7157cdf0e10cSrcweir	AutoUpdate = TRUE,
7158cdf0e10cSrcweir	Cachable = Cachable,
7159cdf0e10cSrcweir	FastCall = FALSE,
7160cdf0e10cSrcweir	HasCoreId = FALSE,
7161cdf0e10cSrcweir	HasDialog = FALSE,
7162cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7163cdf0e10cSrcweir	Toggle = FALSE,
7164cdf0e10cSrcweir	Container = FALSE,
7165cdf0e10cSrcweir	RecordAbsolute = FALSE,
7166cdf0e10cSrcweir	RecordPerSet;
7167cdf0e10cSrcweir	Synchron;
7168cdf0e10cSrcweir
7169cdf0e10cSrcweir	Readonly = FALSE,
7170cdf0e10cSrcweir
7171cdf0e10cSrcweir	/* config: */
7172cdf0e10cSrcweir	AccelConfig = TRUE,
7173cdf0e10cSrcweir	MenuConfig = TRUE,
7174cdf0e10cSrcweir	StatusBarConfig = FALSE,
7175cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7176cdf0e10cSrcweir	GroupId = GID_FORMAT;
7177cdf0e10cSrcweir]
7178cdf0e10cSrcweir
7179cdf0e10cSrcweir//--------------------------------------------------------------------------
7180cdf0e10cSrcweirSfxBoolItem UnderlineSingle SID_ULINE_VAL_SINGLE
7181cdf0e10cSrcweir
7182cdf0e10cSrcweir[
7183cdf0e10cSrcweir	/* flags: */
7184cdf0e10cSrcweir	AutoUpdate = TRUE,
7185cdf0e10cSrcweir	Cachable = Cachable,
7186cdf0e10cSrcweir	FastCall = FALSE,
7187cdf0e10cSrcweir	HasCoreId = FALSE,
7188cdf0e10cSrcweir	HasDialog = FALSE,
7189cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7190cdf0e10cSrcweir	Toggle = FALSE,
7191cdf0e10cSrcweir	Container = FALSE,
7192cdf0e10cSrcweir	RecordAbsolute = FALSE,
7193cdf0e10cSrcweir	RecordPerSet;
7194cdf0e10cSrcweir	Synchron;
7195cdf0e10cSrcweir
7196cdf0e10cSrcweir	Readonly = FALSE,
7197cdf0e10cSrcweir
7198cdf0e10cSrcweir	/* config: */
7199cdf0e10cSrcweir	AccelConfig = TRUE,
7200cdf0e10cSrcweir	MenuConfig = TRUE,
7201cdf0e10cSrcweir	StatusBarConfig = FALSE,
7202cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7203cdf0e10cSrcweir	GroupId = GID_FORMAT;
7204cdf0e10cSrcweir]
7205cdf0e10cSrcweir
7206cdf0e10cSrcweir//--------------------------------------------------------------------------
7207cdf0e10cSrcweirSfxVoidItem UpdateChart SID_UPDATECHART
7208cdf0e10cSrcweir(SfxBoolItem AllCharts SID_UPDATECHART)
7209cdf0e10cSrcweir[
7210cdf0e10cSrcweir	/* flags: */
7211cdf0e10cSrcweir	AutoUpdate = FALSE,
7212cdf0e10cSrcweir	Cachable = Cachable,
7213cdf0e10cSrcweir	FastCall = FALSE,
7214cdf0e10cSrcweir	HasCoreId = FALSE,
7215cdf0e10cSrcweir	HasDialog = FALSE,
7216cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7217cdf0e10cSrcweir	Toggle = FALSE,
7218cdf0e10cSrcweir	Container = FALSE,
7219cdf0e10cSrcweir	RecordAbsolute = FALSE,
7220cdf0e10cSrcweir	RecordPerSet;
7221cdf0e10cSrcweir	Synchron;
7222cdf0e10cSrcweir
7223cdf0e10cSrcweir	/* config: */
7224cdf0e10cSrcweir	AccelConfig = TRUE,
7225cdf0e10cSrcweir	MenuConfig = FALSE,
7226cdf0e10cSrcweir	StatusBarConfig = FALSE,
7227cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7228cdf0e10cSrcweir	GroupId = GID_OPTIONS;
7229cdf0e10cSrcweir]
7230cdf0e10cSrcweir
7231cdf0e10cSrcweir//--------------------------------------------------------------------------
7232cdf0e10cSrcweirSfxVoidItem UpdateTableLinks SID_UPDATETABLINKS
7233cdf0e10cSrcweir()
7234cdf0e10cSrcweir[
7235cdf0e10cSrcweir	/* flags: */
7236cdf0e10cSrcweir	AutoUpdate = FALSE,
7237cdf0e10cSrcweir	Cachable = Cachable,
7238cdf0e10cSrcweir	FastCall = FALSE,
7239cdf0e10cSrcweir	HasCoreId = FALSE,
7240cdf0e10cSrcweir	HasDialog = FALSE,
7241cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7242cdf0e10cSrcweir	Toggle = FALSE,
7243cdf0e10cSrcweir	Container = FALSE,
7244cdf0e10cSrcweir	RecordAbsolute = FALSE,
7245cdf0e10cSrcweir	RecordPerSet;
7246cdf0e10cSrcweir	Synchron;
7247cdf0e10cSrcweir
7248cdf0e10cSrcweir	/* config: */
7249cdf0e10cSrcweir	AccelConfig = FALSE,
7250cdf0e10cSrcweir	MenuConfig = FALSE,
7251cdf0e10cSrcweir	StatusBarConfig = FALSE,
7252cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7253cdf0e10cSrcweir	GroupId = GID_INTERN;
7254cdf0e10cSrcweir]
7255cdf0e10cSrcweir
7256cdf0e10cSrcweir//--------------------------------------------------------------------------
7257cdf0e10cSrcweirSfxVoidItem Validation FID_VALIDATION
7258cdf0e10cSrcweir()
7259cdf0e10cSrcweir[
7260cdf0e10cSrcweir	/* flags: */
7261cdf0e10cSrcweir	AutoUpdate = FALSE,
7262cdf0e10cSrcweir	Cachable = Cachable,
7263cdf0e10cSrcweir	FastCall = FALSE,
7264cdf0e10cSrcweir	HasCoreId = FALSE,
7265cdf0e10cSrcweir	HasDialog = TRUE,
7266cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7267cdf0e10cSrcweir	Toggle = FALSE,
7268cdf0e10cSrcweir	Container = FALSE,
7269cdf0e10cSrcweir	RecordAbsolute = FALSE,
7270cdf0e10cSrcweir	RecordPerSet;
7271cdf0e10cSrcweir	Synchron;
7272cdf0e10cSrcweir
7273cdf0e10cSrcweir	/* config: */
7274cdf0e10cSrcweir	AccelConfig = TRUE,
7275cdf0e10cSrcweir	MenuConfig = TRUE,
7276cdf0e10cSrcweir	StatusBarConfig = FALSE,
7277cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7278cdf0e10cSrcweir	GroupId = GID_DATA;
7279cdf0e10cSrcweir]
7280cdf0e10cSrcweir
7281cdf0e10cSrcweir//--------------------------------------------------------------------------
7282cdf0e10cSrcweirScDoubleItem Value SID_RANGE_VALUE
7283cdf0e10cSrcweir
7284cdf0e10cSrcweir[
7285cdf0e10cSrcweir	/* flags: */
7286cdf0e10cSrcweir	AutoUpdate = FALSE,
7287cdf0e10cSrcweir	Cachable = Cachable,
7288cdf0e10cSrcweir	FastCall = FALSE,
7289cdf0e10cSrcweir	HasCoreId = FALSE,
7290cdf0e10cSrcweir	HasDialog = FALSE,
7291cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7292cdf0e10cSrcweir	Toggle = FALSE,
7293cdf0e10cSrcweir	Container = FALSE,
7294cdf0e10cSrcweir	RecordAbsolute = FALSE,
7295cdf0e10cSrcweir	RecordPerSet;
7296cdf0e10cSrcweir	Synchron;
7297cdf0e10cSrcweir
7298cdf0e10cSrcweir	Readonly = TRUE,
7299cdf0e10cSrcweir
7300cdf0e10cSrcweir	/* config: */
7301cdf0e10cSrcweir	AccelConfig = FALSE,
7302cdf0e10cSrcweir	MenuConfig = FALSE,
7303cdf0e10cSrcweir	StatusBarConfig = FALSE,
7304cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7305cdf0e10cSrcweir	GroupId = GID_INTERN;
7306cdf0e10cSrcweir]
7307cdf0e10cSrcweir
7308cdf0e10cSrcweir//--------------------------------------------------------------------------
7309cdf0e10cSrcweirSvxVerJustifyItem VerticalAlignment SID_V_ALIGNCELL
7310cdf0e10cSrcweir
7311cdf0e10cSrcweir[
7312cdf0e10cSrcweir	/* flags: */
7313cdf0e10cSrcweir	AutoUpdate = FALSE,
7314cdf0e10cSrcweir	Cachable = Cachable,
7315cdf0e10cSrcweir	FastCall = FALSE,
7316cdf0e10cSrcweir	HasCoreId = FALSE,
7317cdf0e10cSrcweir	HasDialog = FALSE,
7318cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7319cdf0e10cSrcweir	Toggle = FALSE,
7320cdf0e10cSrcweir	Container = FALSE,
7321cdf0e10cSrcweir	RecordAbsolute = FALSE,
7322cdf0e10cSrcweir	RecordPerSet;
7323cdf0e10cSrcweir	Synchron;
7324cdf0e10cSrcweir
7325cdf0e10cSrcweir	Readonly = FALSE,
7326cdf0e10cSrcweir
7327cdf0e10cSrcweir	/* config: */
7328cdf0e10cSrcweir	AccelConfig = FALSE,
7329cdf0e10cSrcweir	MenuConfig = FALSE,
7330cdf0e10cSrcweir	StatusBarConfig = FALSE,
7331cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7332cdf0e10cSrcweir	GroupId = GID_INTERN;
7333cdf0e10cSrcweir]
7334cdf0e10cSrcweir
7335cdf0e10cSrcweir//--------------------------------------------------------------------------
7336cdf0e10cSrcweirSfxBoolItem InputLineVisible FID_TOGGLEINPUTLINE
7337cdf0e10cSrcweir
7338cdf0e10cSrcweir[
7339cdf0e10cSrcweir	/* flags: */
7340cdf0e10cSrcweir	AutoUpdate = FALSE,
7341cdf0e10cSrcweir	Cachable = Cachable,
7342cdf0e10cSrcweir	FastCall = FALSE,
7343cdf0e10cSrcweir	HasCoreId = FALSE,
7344cdf0e10cSrcweir	HasDialog = FALSE,
7345cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7346cdf0e10cSrcweir	Toggle = FALSE,
7347cdf0e10cSrcweir	Container = FALSE,
7348cdf0e10cSrcweir	RecordAbsolute = FALSE,
7349cdf0e10cSrcweir	RecordPerSet;
7350cdf0e10cSrcweir	Synchron;
7351cdf0e10cSrcweir
7352cdf0e10cSrcweir	Readonly = FALSE,
7353cdf0e10cSrcweir
7354cdf0e10cSrcweir	/* config: */
7355cdf0e10cSrcweir	AccelConfig = TRUE,
7356cdf0e10cSrcweir	MenuConfig = TRUE,
7357cdf0e10cSrcweir	StatusBarConfig = FALSE,
7358cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7359cdf0e10cSrcweir	GroupId = GID_VIEW;
7360cdf0e10cSrcweir]
7361cdf0e10cSrcweir
7362cdf0e10cSrcweir//--------------------------------------------------------------------------
7363cdf0e10cSrcweirSfxBoolItem ViewRowColumnHeaders FID_TOGGLEHEADERS
7364cdf0e10cSrcweir
7365cdf0e10cSrcweir[
7366cdf0e10cSrcweir	/* flags: */
7367cdf0e10cSrcweir	AutoUpdate = FALSE,
7368cdf0e10cSrcweir	Cachable = Cachable,
7369cdf0e10cSrcweir	FastCall = FALSE,
7370cdf0e10cSrcweir	HasCoreId = FALSE,
7371cdf0e10cSrcweir	HasDialog = FALSE,
7372cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7373cdf0e10cSrcweir	Toggle = FALSE,
7374cdf0e10cSrcweir	Container = FALSE,
7375cdf0e10cSrcweir	RecordAbsolute = FALSE,
7376cdf0e10cSrcweir	RecordPerSet;
7377cdf0e10cSrcweir	Synchron;
7378cdf0e10cSrcweir
7379cdf0e10cSrcweir	Readonly = FALSE,
7380cdf0e10cSrcweir
7381cdf0e10cSrcweir	/* config: */
7382cdf0e10cSrcweir	AccelConfig = TRUE,
7383cdf0e10cSrcweir	MenuConfig = TRUE,
7384cdf0e10cSrcweir	StatusBarConfig = FALSE,
7385cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7386cdf0e10cSrcweir	GroupId = GID_VIEW;
7387cdf0e10cSrcweir]
7388cdf0e10cSrcweir
7389cdf0e10cSrcweir//--------------------------------------------------------------------------
7390cdf0e10cSrcweirSfxBoolItem ToggleFormula	FID_TOGGLEFORMULA
7391cdf0e10cSrcweir
7392cdf0e10cSrcweir[
7393cdf0e10cSrcweir	/* flags */
7394cdf0e10cSrcweir	AutoUpdate = FALSE,
7395cdf0e10cSrcweir	Cachable = Cachable,
7396cdf0e10cSrcweir	FastCall = FALSE,
7397cdf0e10cSrcweir	HasCoreId = FALSE,
7398cdf0e10cSrcweir	HasDialog = FALSE,
7399cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7400cdf0e10cSrcweir	Toggle = FALSE,
7401cdf0e10cSrcweir	Container = FALSE,
7402cdf0e10cSrcweir	RecordAbsolute = FALSE,
7403cdf0e10cSrcweir	RecordPerSet;
7404cdf0e10cSrcweir	Synchron;
7405cdf0e10cSrcweir
7406cdf0e10cSrcweir	Readonly = FALSE,
7407cdf0e10cSrcweir
7408cdf0e10cSrcweir	/* config */
7409cdf0e10cSrcweir	AccelConfig = TRUE,
7410cdf0e10cSrcweir	MenuConfig = FALSE,
7411cdf0e10cSrcweir	StatusBarConfig = FALSE,
7412cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7413cdf0e10cSrcweir	GroupId = GID_VIEW
7414cdf0e10cSrcweir
7415cdf0e10cSrcweir]
7416cdf0e10cSrcweir
7417cdf0e10cSrcweir//--------------------------------------------------------------------------
7418cdf0e10cSrcweirSfxBoolItem ViewValueHighlighting FID_TOGGLESYNTAX
7419cdf0e10cSrcweir
7420cdf0e10cSrcweir[
7421cdf0e10cSrcweir	/* flags: */
7422cdf0e10cSrcweir	AutoUpdate = FALSE,
7423cdf0e10cSrcweir	Cachable = Cachable,
7424cdf0e10cSrcweir	FastCall = FALSE,
7425cdf0e10cSrcweir	HasCoreId = FALSE,
7426cdf0e10cSrcweir	HasDialog = FALSE,
7427cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7428cdf0e10cSrcweir	Toggle = FALSE,
7429cdf0e10cSrcweir	Container = FALSE,
7430cdf0e10cSrcweir	RecordAbsolute = FALSE,
7431cdf0e10cSrcweir	RecordPerSet;
7432cdf0e10cSrcweir	Synchron;
7433cdf0e10cSrcweir
7434cdf0e10cSrcweir	Readonly = FALSE,
7435cdf0e10cSrcweir
7436cdf0e10cSrcweir	/* config: */
7437cdf0e10cSrcweir	AccelConfig = TRUE,
7438cdf0e10cSrcweir	MenuConfig = TRUE,
7439cdf0e10cSrcweir	StatusBarConfig = FALSE,
7440cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7441cdf0e10cSrcweir	GroupId = GID_VIEW;
7442cdf0e10cSrcweir]
7443cdf0e10cSrcweir
7444cdf0e10cSrcweir//--------------------------------------------------------------------------
7445cdf0e10cSrcweirSfxBoolItem Visible FID_TABLE_VISIBLE
7446cdf0e10cSrcweir
7447cdf0e10cSrcweir[
7448cdf0e10cSrcweir	/* flags: */
7449cdf0e10cSrcweir	AutoUpdate = FALSE,
7450cdf0e10cSrcweir	Cachable = Cachable,
7451cdf0e10cSrcweir	FastCall = FALSE,
7452cdf0e10cSrcweir	HasCoreId = FALSE,
7453cdf0e10cSrcweir	HasDialog = FALSE,
7454cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7455cdf0e10cSrcweir	Toggle = FALSE,
7456cdf0e10cSrcweir	Container = FALSE,
7457cdf0e10cSrcweir	RecordAbsolute = FALSE,
7458cdf0e10cSrcweir	RecordPerSet;
7459cdf0e10cSrcweir	Synchron;
7460cdf0e10cSrcweir
7461cdf0e10cSrcweir	Readonly = FALSE,
7462cdf0e10cSrcweir
7463cdf0e10cSrcweir	/* config: */
7464cdf0e10cSrcweir	AccelConfig = FALSE,
7465cdf0e10cSrcweir	MenuConfig = FALSE,
7466cdf0e10cSrcweir	StatusBarConfig = FALSE,
7467cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7468cdf0e10cSrcweir	GroupId = GID_INTERN;
7469cdf0e10cSrcweir]
7470cdf0e10cSrcweir
7471cdf0e10cSrcweir//--------------------------------------------------------------------------
7472cdf0e10cSrcweirSfxBoolItem WrapText SID_ATTR_ALIGN_LINEBREAK
7473cdf0e10cSrcweir
7474cdf0e10cSrcweir[
7475cdf0e10cSrcweir	/* flags: */
7476cdf0e10cSrcweir	AutoUpdate = FALSE,
7477cdf0e10cSrcweir	Cachable = Cachable,
7478cdf0e10cSrcweir	FastCall = FALSE,
7479cdf0e10cSrcweir	HasCoreId = FALSE,
7480cdf0e10cSrcweir	HasDialog = FALSE,
7481cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7482cdf0e10cSrcweir	Toggle = FALSE,
7483cdf0e10cSrcweir	Container = FALSE,
7484cdf0e10cSrcweir	RecordAbsolute = FALSE,
7485cdf0e10cSrcweir	RecordPerSet;
7486cdf0e10cSrcweir	Synchron;
7487cdf0e10cSrcweir
7488cdf0e10cSrcweir	Readonly = FALSE,
7489cdf0e10cSrcweir
7490cdf0e10cSrcweir	/* config: */
7491cdf0e10cSrcweir	AccelConfig = FALSE,
7492cdf0e10cSrcweir	MenuConfig = FALSE,
7493cdf0e10cSrcweir	StatusBarConfig = FALSE,
7494cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7495cdf0e10cSrcweir	GroupId = GID_FORMAT;
7496cdf0e10cSrcweir]
7497cdf0e10cSrcweir
7498cdf0e10cSrcweir//--------------------------------------------------------------------------
7499cdf0e10cSrcweirSfxVoidItem ZoomIn SID_PREVIEW_ZOOMIN
7500cdf0e10cSrcweir()
7501cdf0e10cSrcweir[
7502cdf0e10cSrcweir	/* flags: */
7503cdf0e10cSrcweir	AutoUpdate = FALSE,
7504cdf0e10cSrcweir	Cachable = Cachable,
7505cdf0e10cSrcweir	FastCall = FALSE,
7506cdf0e10cSrcweir	HasCoreId = FALSE,
7507cdf0e10cSrcweir	HasDialog = FALSE,
7508cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7509cdf0e10cSrcweir	Toggle = FALSE,
7510cdf0e10cSrcweir	Container = FALSE,
7511cdf0e10cSrcweir	RecordAbsolute = FALSE,
7512cdf0e10cSrcweir	RecordPerSet;
7513cdf0e10cSrcweir	Synchron;
7514cdf0e10cSrcweir
7515cdf0e10cSrcweir	/* config: */
7516cdf0e10cSrcweir	AccelConfig = TRUE,
7517cdf0e10cSrcweir	MenuConfig = FALSE,
7518cdf0e10cSrcweir	StatusBarConfig = FALSE,
7519cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7520cdf0e10cSrcweir	GroupId = GID_VIEW;
7521cdf0e10cSrcweir]
7522cdf0e10cSrcweir
7523cdf0e10cSrcweir//--------------------------------------------------------------------------
7524cdf0e10cSrcweirSfxVoidItem ZoomOut SID_PREVIEW_ZOOMOUT
7525cdf0e10cSrcweir()
7526cdf0e10cSrcweir[
7527cdf0e10cSrcweir	/* flags: */
7528cdf0e10cSrcweir	AutoUpdate = FALSE,
7529cdf0e10cSrcweir	Cachable = Cachable,
7530cdf0e10cSrcweir	FastCall = FALSE,
7531cdf0e10cSrcweir	HasCoreId = FALSE,
7532cdf0e10cSrcweir	HasDialog = FALSE,
7533cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7534cdf0e10cSrcweir	Toggle = FALSE,
7535cdf0e10cSrcweir	Container = FALSE,
7536cdf0e10cSrcweir	RecordAbsolute = FALSE,
7537cdf0e10cSrcweir	RecordPerSet;
7538cdf0e10cSrcweir	Synchron;
7539cdf0e10cSrcweir
7540cdf0e10cSrcweir	/* config: */
7541cdf0e10cSrcweir	AccelConfig = TRUE,
7542cdf0e10cSrcweir	MenuConfig = FALSE,
7543cdf0e10cSrcweir	StatusBarConfig = FALSE,
7544cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7545cdf0e10cSrcweir	GroupId = GID_VIEW;
7546cdf0e10cSrcweir]
7547cdf0e10cSrcweir
7548cdf0e10cSrcweir//--------------------------------------------------------------------------
7549cdf0e10cSrcweirSfxVoidItem FocusInputLine SID_FOCUS_INPUTLINE
7550cdf0e10cSrcweir()
7551cdf0e10cSrcweir[
7552cdf0e10cSrcweir	/* flags: */
7553cdf0e10cSrcweir	AutoUpdate = FALSE,
7554cdf0e10cSrcweir	Cachable = Cachable,
7555cdf0e10cSrcweir	FastCall = FALSE,
7556cdf0e10cSrcweir	HasCoreId = FALSE,
7557cdf0e10cSrcweir	HasDialog = FALSE,
7558cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7559cdf0e10cSrcweir	Toggle = FALSE,
7560cdf0e10cSrcweir	Container = TRUE,
7561cdf0e10cSrcweir	RecordAbsolute = FALSE,
7562cdf0e10cSrcweir	RecordPerSet;
7563cdf0e10cSrcweir	Synchron;
7564cdf0e10cSrcweir
7565cdf0e10cSrcweir	/* config: */
7566cdf0e10cSrcweir	AccelConfig = TRUE,
7567cdf0e10cSrcweir	MenuConfig = FALSE,
7568cdf0e10cSrcweir	StatusBarConfig = FALSE,
7569cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7570cdf0e10cSrcweir	GroupId = GID_APPLICATION;
7571cdf0e10cSrcweir]
7572cdf0e10cSrcweir
7573cdf0e10cSrcweir//--------------------------------------------------------------------------
7574cdf0e10cSrcweirSfxVoidItem ClosePreview SID_PREVIEW_CLOSE
7575cdf0e10cSrcweir()
7576cdf0e10cSrcweir[
7577cdf0e10cSrcweir	/* flags: */
7578cdf0e10cSrcweir	AutoUpdate = FALSE,
7579cdf0e10cSrcweir	Cachable = Cachable,
7580cdf0e10cSrcweir	FastCall = TRUE,
7581cdf0e10cSrcweir	HasCoreId = FALSE,
7582cdf0e10cSrcweir	HasDialog = FALSE,
7583cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7584cdf0e10cSrcweir	Toggle = FALSE,
7585cdf0e10cSrcweir	Container = FALSE,
7586cdf0e10cSrcweir	RecordAbsolute = FALSE,
7587cdf0e10cSrcweir	RecordPerSet;
7588cdf0e10cSrcweir	Asynchron;
7589cdf0e10cSrcweir
7590cdf0e10cSrcweir	/* config: */
7591cdf0e10cSrcweir	AccelConfig = TRUE,
7592cdf0e10cSrcweir	MenuConfig = TRUE,
7593cdf0e10cSrcweir	StatusBarConfig = FALSE,
7594cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7595cdf0e10cSrcweir	GroupId = GID_VIEW;
7596cdf0e10cSrcweir]
7597cdf0e10cSrcweir
7598cdf0e10cSrcweir//--------------------------------------------------------------------------
7599cdf0e10cSrcweirSfxVoidItem Margins SID_PREVIEW_MARGIN
7600cdf0e10cSrcweir()
7601cdf0e10cSrcweir[
7602cdf0e10cSrcweir	/* flags: */
7603cdf0e10cSrcweir	AutoUpdate = FALSE,
7604cdf0e10cSrcweir	Cachable = Cachable,
7605cdf0e10cSrcweir	FastCall = TRUE,
7606cdf0e10cSrcweir	HasCoreId = FALSE,
7607cdf0e10cSrcweir	HasDialog = FALSE,
7608cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7609cdf0e10cSrcweir	Toggle = FALSE,
7610cdf0e10cSrcweir	Container = FALSE,
7611cdf0e10cSrcweir	RecordAbsolute = FALSE,
7612cdf0e10cSrcweir	RecordPerSet;
7613cdf0e10cSrcweir	Asynchron;
7614cdf0e10cSrcweir
7615cdf0e10cSrcweir	/* config: */
7616cdf0e10cSrcweir	AccelConfig = TRUE,
7617cdf0e10cSrcweir	MenuConfig = TRUE,
7618cdf0e10cSrcweir	StatusBarConfig = FALSE,
7619cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7620cdf0e10cSrcweir	GroupId = GID_VIEW;
7621cdf0e10cSrcweir]
7622cdf0e10cSrcweir
7623cdf0e10cSrcweir//--------------------------------------------------------------------------
7624cdf0e10cSrcweirSvxZoomSliderItem ScalingFactor SID_PREVIEW_SCALINGFACTOR
7625cdf0e10cSrcweir[
7626cdf0e10cSrcweir	/* flags: */
7627cdf0e10cSrcweir	AutoUpdate = FALSE,
7628cdf0e10cSrcweir	Cachable = Cachable,
7629cdf0e10cSrcweir	FastCall = TRUE,
7630cdf0e10cSrcweir	HasCoreId = FALSE,
7631cdf0e10cSrcweir	HasDialog = FALSE,
7632cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7633cdf0e10cSrcweir	Toggle = FALSE,
7634cdf0e10cSrcweir	Container = FALSE,
7635cdf0e10cSrcweir	RecordAbsolute = FALSE,
7636cdf0e10cSrcweir	RecordPerSet;
7637cdf0e10cSrcweir	Asynchron;
7638cdf0e10cSrcweir
7639cdf0e10cSrcweir	/* config: */
7640cdf0e10cSrcweir	AccelConfig = TRUE,
7641cdf0e10cSrcweir	MenuConfig = TRUE,
7642cdf0e10cSrcweir	StatusBarConfig = FALSE,
7643cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7644cdf0e10cSrcweir	GroupId = GID_FORMAT;
7645cdf0e10cSrcweir]
7646cdf0e10cSrcweir
7647cdf0e10cSrcweir//--------------------------------------------------------------------------
7648cdf0e10cSrcweirSfxVoidItem SelectTables SID_SELECT_TABLES
7649cdf0e10cSrcweir(SfxIntegerListItem Tables SID_SELECT_TABLES)
7650cdf0e10cSrcweir[
7651cdf0e10cSrcweir	/* flags: */
7652cdf0e10cSrcweir	AutoUpdate = FALSE,
7653cdf0e10cSrcweir	Cachable = Cachable,
7654cdf0e10cSrcweir	FastCall = TRUE,
7655cdf0e10cSrcweir	HasCoreId = FALSE,
7656cdf0e10cSrcweir	HasDialog = TRUE,
7657cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7658cdf0e10cSrcweir	Toggle = FALSE,
7659cdf0e10cSrcweir	Container = FALSE,
7660cdf0e10cSrcweir	RecordAbsolute = FALSE,
7661cdf0e10cSrcweir	RecordPerSet;
7662cdf0e10cSrcweir	Asynchron;
7663cdf0e10cSrcweir
7664cdf0e10cSrcweir	/* config: */
7665cdf0e10cSrcweir	AccelConfig = TRUE,
7666cdf0e10cSrcweir	MenuConfig = TRUE,
7667cdf0e10cSrcweir	StatusBarConfig = FALSE,
7668cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7669cdf0e10cSrcweir	GroupId = GID_EDIT;
7670cdf0e10cSrcweir]
7671cdf0e10cSrcweir
7672cdf0e10cSrcweir//--------------------------------------------------------------------------
7673cdf0e10cSrcweirSfxVoidItem DataPilotFilter SID_DP_FILTER
7674cdf0e10cSrcweir()
7675cdf0e10cSrcweir[
7676cdf0e10cSrcweir	/* flags: */
7677cdf0e10cSrcweir	AutoUpdate = FALSE,
7678cdf0e10cSrcweir	Cachable = Cachable,
7679cdf0e10cSrcweir	FastCall = FALSE,
7680cdf0e10cSrcweir	HasCoreId = FALSE,
7681cdf0e10cSrcweir	HasDialog = TRUE,
7682cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7683cdf0e10cSrcweir	Toggle = FALSE,
7684cdf0e10cSrcweir	Container = FALSE,
7685cdf0e10cSrcweir	RecordAbsolute = FALSE,
7686cdf0e10cSrcweir	RecordPerSet;
7687cdf0e10cSrcweir	Synchron;
7688cdf0e10cSrcweir
7689cdf0e10cSrcweir	/* config: */
7690cdf0e10cSrcweir	AccelConfig = FALSE,
7691cdf0e10cSrcweir	MenuConfig = TRUE,
7692cdf0e10cSrcweir	StatusBarConfig = FALSE,
7693cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7694cdf0e10cSrcweir	GroupId = GID_DATA;
7695cdf0e10cSrcweir]
7696cdf0e10cSrcweir
7697cdf0e10cSrcweir//--------------------------------------------------------------------------
7698cdf0e10cSrcweirScProtectionAttr Protection SID_SCATTR_PROTECTION
7699cdf0e10cSrcweir
7700cdf0e10cSrcweir[
7701cdf0e10cSrcweir	/* flags: */
7702cdf0e10cSrcweir	AutoUpdate = FALSE,
7703cdf0e10cSrcweir	Cachable = Cachable,
7704cdf0e10cSrcweir	FastCall = TRUE,
7705cdf0e10cSrcweir	HasCoreId = FALSE,
7706cdf0e10cSrcweir	HasDialog = FALSE,
7707cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7708cdf0e10cSrcweir	Toggle = FALSE,
7709cdf0e10cSrcweir	Container = FALSE,
7710cdf0e10cSrcweir	RecordAbsolute = FALSE,
7711cdf0e10cSrcweir	RecordPerSet;
7712cdf0e10cSrcweir	Synchron;
7713cdf0e10cSrcweir
7714cdf0e10cSrcweir	Readonly = FALSE,
7715cdf0e10cSrcweir
7716cdf0e10cSrcweir	/* config: */
7717cdf0e10cSrcweir	AccelConfig = FALSE,
7718cdf0e10cSrcweir	MenuConfig = FALSE,
7719cdf0e10cSrcweir	StatusBarConfig = FALSE,
7720cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7721cdf0e10cSrcweir	GroupId = GID_FORMAT;
7722cdf0e10cSrcweir]
7723cdf0e10cSrcweir
7724cdf0e10cSrcweir//--------------------------------------------------------------------------
7725cdf0e10cSrcweirSfxVoidItem SelectArrayFormula SID_MARKARRAYFORMULA
7726cdf0e10cSrcweir()
7727cdf0e10cSrcweir[
7728cdf0e10cSrcweir	/* flags: */
7729cdf0e10cSrcweir	AutoUpdate = FALSE,
7730cdf0e10cSrcweir	Cachable = Cachable,
7731cdf0e10cSrcweir	FastCall = FALSE,
7732cdf0e10cSrcweir	HasCoreId = FALSE,
7733cdf0e10cSrcweir	HasDialog = FALSE,
7734cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7735cdf0e10cSrcweir	Toggle = FALSE,
7736cdf0e10cSrcweir	Container = FALSE,
7737cdf0e10cSrcweir	RecordAbsolute = FALSE,
7738cdf0e10cSrcweir	RecordPerSet;
7739cdf0e10cSrcweir	Synchron;
7740cdf0e10cSrcweir
7741cdf0e10cSrcweir	/* config: */
7742cdf0e10cSrcweir	AccelConfig = TRUE,
7743cdf0e10cSrcweir	MenuConfig = TRUE,
7744cdf0e10cSrcweir	StatusBarConfig = FALSE,
7745cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7746cdf0e10cSrcweir	GroupId = GID_EDIT;
7747cdf0e10cSrcweir]
7748cdf0e10cSrcweir
7749cdf0e10cSrcweir//--------------------------------------------------------------------------
7750cdf0e10cSrcweirSfxBoolItem SheetRightToLeft FID_TAB_RTL
7751cdf0e10cSrcweir
7752cdf0e10cSrcweir[
7753cdf0e10cSrcweir	/* flags: */
7754cdf0e10cSrcweir	AutoUpdate = FALSE,
7755cdf0e10cSrcweir	Cachable = Cachable,
7756cdf0e10cSrcweir	FastCall = FALSE,
7757cdf0e10cSrcweir	HasCoreId = FALSE,
7758cdf0e10cSrcweir	HasDialog = FALSE,
7759cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7760cdf0e10cSrcweir	Toggle = FALSE,
7761cdf0e10cSrcweir	Container = FALSE,
7762cdf0e10cSrcweir	RecordAbsolute = FALSE,
7763cdf0e10cSrcweir	RecordPerSet;
7764cdf0e10cSrcweir	Synchron;
7765cdf0e10cSrcweir
7766cdf0e10cSrcweir	/* config: */
7767cdf0e10cSrcweir	AccelConfig = TRUE,
7768cdf0e10cSrcweir	MenuConfig = TRUE,
7769cdf0e10cSrcweir	StatusBarConfig = FALSE,
7770cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7771cdf0e10cSrcweir	GroupId = GID_FORMAT;
7772cdf0e10cSrcweir]
7773cdf0e10cSrcweir
7774cdf0e10cSrcweir//--------------------------------------------------------------------------
7775cdf0e10cSrcweirSfxVoidItem ShareDocument SID_SHARE_DOC
7776cdf0e10cSrcweir
7777cdf0e10cSrcweir[
7778cdf0e10cSrcweir    /* flags: */
7779cdf0e10cSrcweir    AutoUpdate = FALSE,
7780cdf0e10cSrcweir    Cachable = Cachable,
7781cdf0e10cSrcweir    FastCall = FALSE,
7782cdf0e10cSrcweir    HasCoreId = FALSE,
7783cdf0e10cSrcweir    HasDialog = FALSE,
7784cdf0e10cSrcweir    ReadOnlyDoc = TRUE,
7785cdf0e10cSrcweir    Toggle = FALSE,
7786cdf0e10cSrcweir    Container = FALSE,
7787cdf0e10cSrcweir    RecordAbsolute = FALSE,
7788cdf0e10cSrcweir    RecordPerSet;
7789cdf0e10cSrcweir    Synchron;
7790cdf0e10cSrcweir
7791cdf0e10cSrcweir    /* config: */
7792cdf0e10cSrcweir    AccelConfig = TRUE,
7793cdf0e10cSrcweir    MenuConfig = TRUE,
7794cdf0e10cSrcweir    StatusBarConfig = FALSE,
7795cdf0e10cSrcweir    ToolBoxConfig = FALSE,
7796cdf0e10cSrcweir    GroupId = GID_OPTIONS;
7797cdf0e10cSrcweir]
7798cdf0e10cSrcweir
7799cdf0e10cSrcweir//--------------------------------------------------------------------------
7800cdf0e10cSrcweirSvxColorItem TabBgColor FID_TAB_SET_TAB_BG_COLOR
7801cdf0e10cSrcweir
7802cdf0e10cSrcweir[
7803cdf0e10cSrcweir    // flags:
7804cdf0e10cSrcweir    AutoUpdate = FALSE,
7805cdf0e10cSrcweir    Cachable = Cachable,
7806cdf0e10cSrcweir    FastCall = FALSE,
7807cdf0e10cSrcweir    HasCoreId = FALSE,
7808cdf0e10cSrcweir    HasDialog = TRUE,
7809cdf0e10cSrcweir    ReadOnlyDoc = TRUE,
7810cdf0e10cSrcweir    Toggle = FALSE,
7811cdf0e10cSrcweir    Container = FALSE,
7812cdf0e10cSrcweir    RecordAbsolute = FALSE,
7813cdf0e10cSrcweir    RecordPerSet;
7814cdf0e10cSrcweir    Synchron;
7815cdf0e10cSrcweir
7816cdf0e10cSrcweir    Readonly = FALSE,
7817cdf0e10cSrcweir
7818cdf0e10cSrcweir    // config:
7819cdf0e10cSrcweir    AccelConfig = TRUE,
7820cdf0e10cSrcweir    MenuConfig = TRUE,
7821cdf0e10cSrcweir    StatusBarConfig = FALSE,
7822cdf0e10cSrcweir    ToolBoxConfig = FALSE,
7823cdf0e10cSrcweir    GroupId = GID_FORMAT;
7824cdf0e10cSrcweir]
7825cdf0e10cSrcweir
7826cdf0e10cSrcweir//--------------------------------------------------------------------------
7827cdf0e10cSrcweirSfxVoidItem SetTabBgColor FID_TAB_MENU_SET_TAB_BG_COLOR
7828cdf0e10cSrcweir(SvxColorItem TabBgColor FID_TAB_SET_TAB_BG_COLOR)
7829cdf0e10cSrcweir[
7830cdf0e10cSrcweir    /* flags: */
7831cdf0e10cSrcweir    AutoUpdate = FALSE,
7832cdf0e10cSrcweir    Cachable = Cachable,
7833cdf0e10cSrcweir    FastCall = FALSE,
7834cdf0e10cSrcweir    HasCoreId = FALSE,
7835cdf0e10cSrcweir    HasDialog = TRUE,
7836cdf0e10cSrcweir    ReadOnlyDoc = TRUE,
7837cdf0e10cSrcweir    Toggle = FALSE,
7838cdf0e10cSrcweir    Container = FALSE,
7839cdf0e10cSrcweir    RecordAbsolute = FALSE,
7840cdf0e10cSrcweir    RecordPerSet;
7841cdf0e10cSrcweir    Synchron;
7842cdf0e10cSrcweir
7843cdf0e10cSrcweir    /* config: */
7844cdf0e10cSrcweir    AccelConfig = TRUE,
7845cdf0e10cSrcweir    MenuConfig = TRUE,
7846cdf0e10cSrcweir    StatusBarConfig = FALSE,
7847cdf0e10cSrcweir    ToolBoxConfig = FALSE,
7848cdf0e10cSrcweir    GroupId = GID_FORMAT;
7849cdf0e10cSrcweir]
7850cdf0e10cSrcweir
7851facb16e7SArmin Le Grand//--------------------------------------------------------------------------
7852395b75f9SOliver-Rainer WittmannSfxBoolItem ViewGridLines SID_SCGRIDSHOW
7853facb16e7SArmin Le Grand[
7854facb16e7SArmin Le Grand	AutoUpdate = TRUE,
7855facb16e7SArmin Le Grand	Cachable = Cachable,
7856facb16e7SArmin Le Grand	FastCall = FALSE,
7857facb16e7SArmin Le Grand	HasCoreId = FALSE,
7858facb16e7SArmin Le Grand	HasDialog = FALSE,
7859facb16e7SArmin Le Grand	ReadOnlyDoc = FALSE, //TRUE
7860facb16e7SArmin Le Grand	Toggle = FALSE,
7861facb16e7SArmin Le Grand	Container = FALSE,
7862facb16e7SArmin Le Grand	RecordAbsolute = FALSE,
7863facb16e7SArmin Le Grand	RecordPerSet;
7864facb16e7SArmin Le Grand	Synchron;
7865facb16e7SArmin Le Grand
7866facb16e7SArmin Le Grand	Readonly = FALSE,
7867facb16e7SArmin Le Grand
7868facb16e7SArmin Le Grand	/* config */
7869395b75f9SOliver-Rainer Wittmann	AccelConfig = FALSE,
7870facb16e7SArmin Le Grand	MenuConfig = FALSE,
7871facb16e7SArmin Le Grand	StatusBarConfig = FALSE,
7872395b75f9SOliver-Rainer Wittmann	ToolBoxConfig = FALSE,
7873395b75f9SOliver-Rainer Wittmann	GroupId = GID_VIEW;
7874facb16e7SArmin Le Grand]
7875facb16e7SArmin Le Grand
78764e8031e0SArmin Le Grand//--------------------------------------------------------------------------
7877395b75f9SOliver-Rainer WittmannSfxUInt16Item NumberFormatType SID_NUMBER_TYPE_FORMAT
78784e8031e0SArmin Le Grand[
78794e8031e0SArmin Le Grand	/* flags: */
78804e8031e0SArmin Le Grand	AutoUpdate = FALSE,
78814e8031e0SArmin Le Grand	Cachable = Cachable,
78824e8031e0SArmin Le Grand	FastCall = FALSE,
78834e8031e0SArmin Le Grand	HasCoreId = FALSE,
78844e8031e0SArmin Le Grand	HasDialog = FALSE,
78854e8031e0SArmin Le Grand	ReadOnlyDoc = TRUE,
78864e8031e0SArmin Le Grand	Toggle = FALSE,
78874e8031e0SArmin Le Grand	Container = FALSE,
78884e8031e0SArmin Le Grand	RecordAbsolute = FALSE,
78894e8031e0SArmin Le Grand	RecordPerSet;
78904e8031e0SArmin Le Grand	Synchron;
78914e8031e0SArmin Le Grand
78924e8031e0SArmin Le Grand	Readonly = FALSE,
78934e8031e0SArmin Le Grand
78944e8031e0SArmin Le Grand	/* config: */
78954e8031e0SArmin Le Grand	AccelConfig = FALSE,
78964e8031e0SArmin Le Grand	MenuConfig = FALSE,
78974e8031e0SArmin Le Grand	StatusBarConfig = FALSE,
7898395b75f9SOliver-Rainer Wittmann	ToolBoxConfig = FALSE,
7899395b75f9SOliver-Rainer Wittmann	GroupId = GID_FORMAT;
79004e8031e0SArmin Le Grand]
7901