xref: /aoo42x/main/starmath/sdi/smath.sdi (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweirSfxVoidItem Adjust SID_ADJUST
28*cdf0e10cSrcweir()
29*cdf0e10cSrcweir[
30*cdf0e10cSrcweir	/* flags: */
31*cdf0e10cSrcweir	AutoUpdate = FALSE,
32*cdf0e10cSrcweir	Cachable = Cachable,
33*cdf0e10cSrcweir	FastCall = FALSE,
34*cdf0e10cSrcweir	HasCoreId = FALSE,
35*cdf0e10cSrcweir	HasDialog = FALSE,
36*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
37*cdf0e10cSrcweir	Toggle = FALSE,
38*cdf0e10cSrcweir	Container = FALSE,
39*cdf0e10cSrcweir	RecordAbsolute = FALSE,
40*cdf0e10cSrcweir	RecordPerSet;
41*cdf0e10cSrcweir	Synchron;
42*cdf0e10cSrcweir
43*cdf0e10cSrcweir	/* config: */
44*cdf0e10cSrcweir	AccelConfig = TRUE,
45*cdf0e10cSrcweir	MenuConfig = TRUE,
46*cdf0e10cSrcweir	StatusBarConfig = FALSE,
47*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
48*cdf0e10cSrcweir	GroupId = GID_VIEW;
49*cdf0e10cSrcweir]
50*cdf0e10cSrcweir
51*cdf0e10cSrcweir//--------------------------------------------------------------------------
52*cdf0e10cSrcweirSfxVoidItem ChangeAlignment SID_ALIGN
53*cdf0e10cSrcweir()
54*cdf0e10cSrcweir[
55*cdf0e10cSrcweir	/* flags: */
56*cdf0e10cSrcweir	AutoUpdate = FALSE,
57*cdf0e10cSrcweir	Cachable = Cachable,
58*cdf0e10cSrcweir	FastCall = FALSE,
59*cdf0e10cSrcweir	HasCoreId = FALSE,
60*cdf0e10cSrcweir	HasDialog = TRUE,
61*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
62*cdf0e10cSrcweir	Toggle = FALSE,
63*cdf0e10cSrcweir	Container = FALSE,
64*cdf0e10cSrcweir	RecordAbsolute = FALSE,
65*cdf0e10cSrcweir	RecordPerSet;
66*cdf0e10cSrcweir	Synchron;
67*cdf0e10cSrcweir
68*cdf0e10cSrcweir	/* config: */
69*cdf0e10cSrcweir	AccelConfig = TRUE,
70*cdf0e10cSrcweir	MenuConfig = TRUE,
71*cdf0e10cSrcweir	StatusBarConfig = FALSE,
72*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
73*cdf0e10cSrcweir	GroupId = GID_FORMAT;
74*cdf0e10cSrcweir]
75*cdf0e10cSrcweir
76*cdf0e10cSrcweir//--------------------------------------------------------------------------
77*cdf0e10cSrcweirSfxVoidItem ChangeDistance SID_DISTANCE
78*cdf0e10cSrcweir()
79*cdf0e10cSrcweir[
80*cdf0e10cSrcweir	/* flags: */
81*cdf0e10cSrcweir	AutoUpdate = FALSE,
82*cdf0e10cSrcweir	Cachable = Cachable,
83*cdf0e10cSrcweir	FastCall = FALSE,
84*cdf0e10cSrcweir	HasCoreId = FALSE,
85*cdf0e10cSrcweir	HasDialog = TRUE,
86*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
87*cdf0e10cSrcweir	Toggle = FALSE,
88*cdf0e10cSrcweir	Container = FALSE,
89*cdf0e10cSrcweir	RecordAbsolute = FALSE,
90*cdf0e10cSrcweir	RecordPerSet;
91*cdf0e10cSrcweir	Synchron;
92*cdf0e10cSrcweir
93*cdf0e10cSrcweir	/* config: */
94*cdf0e10cSrcweir	AccelConfig = TRUE,
95*cdf0e10cSrcweir	MenuConfig = TRUE,
96*cdf0e10cSrcweir	StatusBarConfig = FALSE,
97*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
98*cdf0e10cSrcweir	GroupId = GID_FORMAT;
99*cdf0e10cSrcweir]
100*cdf0e10cSrcweir
101*cdf0e10cSrcweir//--------------------------------------------------------------------------
102*cdf0e10cSrcweirSfxVoidItem ChangeFont SID_FONT
103*cdf0e10cSrcweir()
104*cdf0e10cSrcweir[
105*cdf0e10cSrcweir	/* flags: */
106*cdf0e10cSrcweir	AutoUpdate = FALSE,
107*cdf0e10cSrcweir	Cachable = Cachable,
108*cdf0e10cSrcweir	FastCall = FALSE,
109*cdf0e10cSrcweir	HasCoreId = FALSE,
110*cdf0e10cSrcweir	HasDialog = TRUE,
111*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
112*cdf0e10cSrcweir	Toggle = FALSE,
113*cdf0e10cSrcweir	Container = FALSE,
114*cdf0e10cSrcweir	RecordAbsolute = FALSE,
115*cdf0e10cSrcweir	RecordPerSet;
116*cdf0e10cSrcweir	Synchron;
117*cdf0e10cSrcweir
118*cdf0e10cSrcweir	/* config: */
119*cdf0e10cSrcweir	AccelConfig = TRUE,
120*cdf0e10cSrcweir	MenuConfig = TRUE,
121*cdf0e10cSrcweir	StatusBarConfig = FALSE,
122*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
123*cdf0e10cSrcweir	GroupId = GID_FORMAT;
124*cdf0e10cSrcweir]
125*cdf0e10cSrcweir
126*cdf0e10cSrcweir//--------------------------------------------------------------------------
127*cdf0e10cSrcweirSfxVoidItem ChangeFontSize SID_FONTSIZE
128*cdf0e10cSrcweir()
129*cdf0e10cSrcweir[
130*cdf0e10cSrcweir	/* flags: */
131*cdf0e10cSrcweir	AutoUpdate = FALSE,
132*cdf0e10cSrcweir	Cachable = Cachable,
133*cdf0e10cSrcweir	FastCall = FALSE,
134*cdf0e10cSrcweir	HasCoreId = FALSE,
135*cdf0e10cSrcweir	HasDialog = TRUE,
136*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
137*cdf0e10cSrcweir	Toggle = FALSE,
138*cdf0e10cSrcweir	Container = FALSE,
139*cdf0e10cSrcweir	RecordAbsolute = FALSE,
140*cdf0e10cSrcweir	RecordPerSet;
141*cdf0e10cSrcweir	Synchron;
142*cdf0e10cSrcweir
143*cdf0e10cSrcweir	/* config: */
144*cdf0e10cSrcweir	AccelConfig = TRUE,
145*cdf0e10cSrcweir	MenuConfig = TRUE,
146*cdf0e10cSrcweir	StatusBarConfig = FALSE,
147*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
148*cdf0e10cSrcweir	GroupId = GID_FORMAT;
149*cdf0e10cSrcweir]
150*cdf0e10cSrcweir
151*cdf0e10cSrcweir//--------------------------------------------------------------------------
152*cdf0e10cSrcweirSfxVoidItem CommandWindow SID_CMDBOXWINDOW
153*cdf0e10cSrcweir()
154*cdf0e10cSrcweir[
155*cdf0e10cSrcweir	/* flags: */
156*cdf0e10cSrcweir	AutoUpdate = FALSE,
157*cdf0e10cSrcweir	Cachable = Cachable,
158*cdf0e10cSrcweir	FastCall = FALSE,
159*cdf0e10cSrcweir	HasCoreId = FALSE,
160*cdf0e10cSrcweir	HasDialog = FALSE,
161*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
162*cdf0e10cSrcweir	Toggle = FALSE,
163*cdf0e10cSrcweir	Container = FALSE,
164*cdf0e10cSrcweir	RecordAbsolute = FALSE,
165*cdf0e10cSrcweir	RecordPerSet;
166*cdf0e10cSrcweir	Synchron;
167*cdf0e10cSrcweir
168*cdf0e10cSrcweir	/* config: */
169*cdf0e10cSrcweir	AccelConfig = FALSE,
170*cdf0e10cSrcweir	MenuConfig = FALSE,
171*cdf0e10cSrcweir	StatusBarConfig = FALSE,
172*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
173*cdf0e10cSrcweir	GroupId = GID_VIEW;
174*cdf0e10cSrcweir]
175*cdf0e10cSrcweir
176*cdf0e10cSrcweir//--------------------------------------------------------------------------
177*cdf0e10cSrcweirSfxVoidItem Preferences SID_PREFERENCES
178*cdf0e10cSrcweir()
179*cdf0e10cSrcweir[
180*cdf0e10cSrcweir	/* flags: */
181*cdf0e10cSrcweir	AutoUpdate = FALSE,
182*cdf0e10cSrcweir	Cachable = Cachable,
183*cdf0e10cSrcweir	FastCall = FALSE,
184*cdf0e10cSrcweir	HasCoreId = FALSE,
185*cdf0e10cSrcweir	HasDialog = TRUE,
186*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
187*cdf0e10cSrcweir	Toggle = FALSE,
188*cdf0e10cSrcweir	Container = FALSE,
189*cdf0e10cSrcweir	RecordAbsolute = FALSE,
190*cdf0e10cSrcweir	RecordPerSet;
191*cdf0e10cSrcweir	Synchron;
192*cdf0e10cSrcweir
193*cdf0e10cSrcweir	/* config: */
194*cdf0e10cSrcweir	AccelConfig = TRUE,
195*cdf0e10cSrcweir	MenuConfig = TRUE,
196*cdf0e10cSrcweir	StatusBarConfig = FALSE,
197*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
198*cdf0e10cSrcweir	GroupId = GID_OPTIONS;
199*cdf0e10cSrcweir]
200*cdf0e10cSrcweir
201*cdf0e10cSrcweir//--------------------------------------------------------------------------
202*cdf0e10cSrcweirSfxStringItem ConfigName SID_TEXT
203*cdf0e10cSrcweir
204*cdf0e10cSrcweir[
205*cdf0e10cSrcweir	/* flags: */
206*cdf0e10cSrcweir	AutoUpdate = FALSE,
207*cdf0e10cSrcweir	Cachable = Cachable,
208*cdf0e10cSrcweir	FastCall = FALSE,
209*cdf0e10cSrcweir	HasCoreId = FALSE,
210*cdf0e10cSrcweir	HasDialog = FALSE,
211*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
212*cdf0e10cSrcweir	Toggle = FALSE,
213*cdf0e10cSrcweir	Container = FALSE,
214*cdf0e10cSrcweir	RecordAbsolute = FALSE,
215*cdf0e10cSrcweir	RecordPerSet;
216*cdf0e10cSrcweir	Synchron;
217*cdf0e10cSrcweir
218*cdf0e10cSrcweir	Readonly = FALSE,
219*cdf0e10cSrcweir
220*cdf0e10cSrcweir	/* config: */
221*cdf0e10cSrcweir	AccelConfig = FALSE,
222*cdf0e10cSrcweir	MenuConfig = FALSE,
223*cdf0e10cSrcweir	StatusBarConfig = FALSE,
224*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
225*cdf0e10cSrcweir	GroupId = GID_VIEW;
226*cdf0e10cSrcweir]
227*cdf0e10cSrcweir
228*cdf0e10cSrcweir//--------------------------------------------------------------------------
229*cdf0e10cSrcweirSfxVoidItem CopyObject SID_COPYOBJECT
230*cdf0e10cSrcweir()
231*cdf0e10cSrcweir[
232*cdf0e10cSrcweir	/* flags: */
233*cdf0e10cSrcweir	AutoUpdate = FALSE,
234*cdf0e10cSrcweir	Cachable = Cachable,
235*cdf0e10cSrcweir	FastCall = FALSE,
236*cdf0e10cSrcweir	HasCoreId = FALSE,
237*cdf0e10cSrcweir	HasDialog = FALSE,
238*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
239*cdf0e10cSrcweir	Toggle = FALSE,
240*cdf0e10cSrcweir	Container = FALSE,
241*cdf0e10cSrcweir	RecordAbsolute = FALSE,
242*cdf0e10cSrcweir	RecordPerSet;
243*cdf0e10cSrcweir	Synchron;
244*cdf0e10cSrcweir
245*cdf0e10cSrcweir	/* config: */
246*cdf0e10cSrcweir	AccelConfig = FALSE,
247*cdf0e10cSrcweir	MenuConfig = FALSE,
248*cdf0e10cSrcweir	StatusBarConfig = FALSE,
249*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
250*cdf0e10cSrcweir	GroupId = GID_EDIT;
251*cdf0e10cSrcweir]
252*cdf0e10cSrcweir
253*cdf0e10cSrcweir//--------------------------------------------------------------------------
254*cdf0e10cSrcweirSfxVoidItem Draw SID_DRAW
255*cdf0e10cSrcweir()
256*cdf0e10cSrcweir[
257*cdf0e10cSrcweir	/* flags: */
258*cdf0e10cSrcweir	AutoUpdate = FALSE,
259*cdf0e10cSrcweir	Cachable = Cachable,
260*cdf0e10cSrcweir	FastCall = FALSE,
261*cdf0e10cSrcweir	HasCoreId = FALSE,
262*cdf0e10cSrcweir	HasDialog = FALSE,
263*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
264*cdf0e10cSrcweir	Toggle = FALSE,
265*cdf0e10cSrcweir	Container = FALSE,
266*cdf0e10cSrcweir	RecordAbsolute = FALSE,
267*cdf0e10cSrcweir	RecordPerSet;
268*cdf0e10cSrcweir	Synchron;
269*cdf0e10cSrcweir
270*cdf0e10cSrcweir	/* config: */
271*cdf0e10cSrcweir	AccelConfig = TRUE,
272*cdf0e10cSrcweir	MenuConfig = TRUE,
273*cdf0e10cSrcweir	StatusBarConfig = FALSE,
274*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
275*cdf0e10cSrcweir	GroupId = GID_VIEW;
276*cdf0e10cSrcweir]
277*cdf0e10cSrcweir
278*cdf0e10cSrcweir//--------------------------------------------------------------------------
279*cdf0e10cSrcweirSfxVoidItem FitInWindow SID_FITINWINDOW
280*cdf0e10cSrcweir()
281*cdf0e10cSrcweir[
282*cdf0e10cSrcweir	/* flags: */
283*cdf0e10cSrcweir	AutoUpdate = FALSE,
284*cdf0e10cSrcweir	Cachable = Cachable,
285*cdf0e10cSrcweir	FastCall = FALSE,
286*cdf0e10cSrcweir	HasCoreId = FALSE,
287*cdf0e10cSrcweir	HasDialog = FALSE,
288*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
289*cdf0e10cSrcweir	Toggle = FALSE,
290*cdf0e10cSrcweir	Container = FALSE,
291*cdf0e10cSrcweir	RecordAbsolute = FALSE,
292*cdf0e10cSrcweir	RecordPerSet;
293*cdf0e10cSrcweir	Synchron;
294*cdf0e10cSrcweir
295*cdf0e10cSrcweir	/* config: */
296*cdf0e10cSrcweir	AccelConfig = TRUE,
297*cdf0e10cSrcweir	MenuConfig = TRUE,
298*cdf0e10cSrcweir	StatusBarConfig = FALSE,
299*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
300*cdf0e10cSrcweir	GroupId = GID_VIEW;
301*cdf0e10cSrcweir]
302*cdf0e10cSrcweir
303*cdf0e10cSrcweir//--------------------------------------------------------------------------
304*cdf0e10cSrcweirSfxBoolItem FormelCursor SID_FORMULACURSOR
305*cdf0e10cSrcweir()
306*cdf0e10cSrcweir[
307*cdf0e10cSrcweir	/* flags: */
308*cdf0e10cSrcweir	AutoUpdate = TRUE,
309*cdf0e10cSrcweir	Cachable = Cachable,
310*cdf0e10cSrcweir	FastCall = TRUE,
311*cdf0e10cSrcweir	HasCoreId = FALSE,
312*cdf0e10cSrcweir	HasDialog = FALSE,
313*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
314*cdf0e10cSrcweir	Toggle = TRUE,
315*cdf0e10cSrcweir	Container = FALSE,
316*cdf0e10cSrcweir	RecordAbsolute = FALSE,
317*cdf0e10cSrcweir	RecordPerSet;
318*cdf0e10cSrcweir	Synchron;
319*cdf0e10cSrcweir
320*cdf0e10cSrcweir	/* config: */
321*cdf0e10cSrcweir	AccelConfig = TRUE,
322*cdf0e10cSrcweir	MenuConfig = TRUE,
323*cdf0e10cSrcweir	StatusBarConfig = FALSE,
324*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
325*cdf0e10cSrcweir	GroupId = GID_MATH;
326*cdf0e10cSrcweir]
327*cdf0e10cSrcweir
328*cdf0e10cSrcweir//--------------------------------------------------------------------------
329*cdf0e10cSrcweirSfxInt16Item Graphic SID_GAPHIC_SM
330*cdf0e10cSrcweir
331*cdf0e10cSrcweir[
332*cdf0e10cSrcweir	/* flags: */
333*cdf0e10cSrcweir	AutoUpdate = FALSE,
334*cdf0e10cSrcweir	Cachable = Cachable,
335*cdf0e10cSrcweir	FastCall = FALSE,
336*cdf0e10cSrcweir	HasCoreId = FALSE,
337*cdf0e10cSrcweir	HasDialog = FALSE,
338*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
339*cdf0e10cSrcweir	Toggle = FALSE,
340*cdf0e10cSrcweir	Container = FALSE,
341*cdf0e10cSrcweir	RecordAbsolute = FALSE,
342*cdf0e10cSrcweir	RecordPerSet;
343*cdf0e10cSrcweir	Synchron;
344*cdf0e10cSrcweir
345*cdf0e10cSrcweir	Readonly = FALSE,
346*cdf0e10cSrcweir
347*cdf0e10cSrcweir	/* config: */
348*cdf0e10cSrcweir	AccelConfig = FALSE,
349*cdf0e10cSrcweir	MenuConfig = FALSE,
350*cdf0e10cSrcweir	StatusBarConfig = FALSE,
351*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
352*cdf0e10cSrcweir	GroupId = GID_MATH;
353*cdf0e10cSrcweir]
354*cdf0e10cSrcweir
355*cdf0e10cSrcweir//--------------------------------------------------------------------------
356*cdf0e10cSrcweirSfxVoidItem InsertCommand SID_INSERTCOMMAND
357*cdf0e10cSrcweir()
358*cdf0e10cSrcweir[
359*cdf0e10cSrcweir	/* flags: */
360*cdf0e10cSrcweir	AutoUpdate = FALSE,
361*cdf0e10cSrcweir	Cachable = Cachable,
362*cdf0e10cSrcweir	FastCall = FALSE,
363*cdf0e10cSrcweir	HasCoreId = FALSE,
364*cdf0e10cSrcweir	HasDialog = FALSE,
365*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
366*cdf0e10cSrcweir	Toggle = FALSE,
367*cdf0e10cSrcweir	Container = FALSE,
368*cdf0e10cSrcweir	RecordAbsolute = FALSE,
369*cdf0e10cSrcweir	RecordPerSet;
370*cdf0e10cSrcweir	Asynchron;
371*cdf0e10cSrcweir
372*cdf0e10cSrcweir	/* config: */
373*cdf0e10cSrcweir	AccelConfig = TRUE,
374*cdf0e10cSrcweir	MenuConfig = TRUE,
375*cdf0e10cSrcweir	StatusBarConfig = FALSE,
376*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
377*cdf0e10cSrcweir	GroupId = GID_INSERT;
378*cdf0e10cSrcweir]
379*cdf0e10cSrcweir
380*cdf0e10cSrcweir//--------------------------------------------------------------------------
381*cdf0e10cSrcweirSfxVoidItem InsertConfigName SID_INSERTTEXT
382*cdf0e10cSrcweir()
383*cdf0e10cSrcweir[
384*cdf0e10cSrcweir	/* flags: */
385*cdf0e10cSrcweir	AutoUpdate = FALSE,
386*cdf0e10cSrcweir	Cachable = Cachable,
387*cdf0e10cSrcweir	FastCall = FALSE,
388*cdf0e10cSrcweir	HasCoreId = FALSE,
389*cdf0e10cSrcweir	HasDialog = FALSE,
390*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
391*cdf0e10cSrcweir	Toggle = FALSE,
392*cdf0e10cSrcweir	Container = FALSE,
393*cdf0e10cSrcweir	RecordAbsolute = FALSE,
394*cdf0e10cSrcweir	RecordPerSet;
395*cdf0e10cSrcweir	Asynchron;
396*cdf0e10cSrcweir
397*cdf0e10cSrcweir	/* config: */
398*cdf0e10cSrcweir	AccelConfig = TRUE,
399*cdf0e10cSrcweir	MenuConfig = TRUE,
400*cdf0e10cSrcweir	StatusBarConfig = FALSE,
401*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
402*cdf0e10cSrcweir	GroupId = GID_INSERT;
403*cdf0e10cSrcweir]
404*cdf0e10cSrcweir
405*cdf0e10cSrcweir//--------------------------------------------------------------------------
406*cdf0e10cSrcweirSfxBoolItem ImportFormula SID_IMPORT_FORMULA
407*cdf0e10cSrcweir(SfxStringItem Name SID_IMPORT_FORMULA,SfxStringItem Filter FN_PARAM_1)
408*cdf0e10cSrcweir[
409*cdf0e10cSrcweir	/* flags: */
410*cdf0e10cSrcweir	AutoUpdate = FALSE,
411*cdf0e10cSrcweir	Cachable = Cachable,
412*cdf0e10cSrcweir	FastCall = FALSE,
413*cdf0e10cSrcweir	HasCoreId = FALSE,
414*cdf0e10cSrcweir	HasDialog = TRUE,
415*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
416*cdf0e10cSrcweir	Toggle = FALSE,
417*cdf0e10cSrcweir	Container = FALSE,
418*cdf0e10cSrcweir	RecordAbsolute = FALSE,
419*cdf0e10cSrcweir	RecordPerSet;
420*cdf0e10cSrcweir	Asynchron;
421*cdf0e10cSrcweir
422*cdf0e10cSrcweir	/* config: */
423*cdf0e10cSrcweir	AccelConfig = TRUE,
424*cdf0e10cSrcweir	MenuConfig = TRUE,
425*cdf0e10cSrcweir	StatusBarConfig = FALSE,
426*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
427*cdf0e10cSrcweir	GroupId = GID_INSERT;
428*cdf0e10cSrcweir]
429*cdf0e10cSrcweir
430*cdf0e10cSrcweir//--------------------------------------------------------------------------
431*cdf0e10cSrcweirSfxVoidItem LoadSymbols SID_LOADSYMBOLS
432*cdf0e10cSrcweir()
433*cdf0e10cSrcweir[
434*cdf0e10cSrcweir	/* flags: */
435*cdf0e10cSrcweir	AutoUpdate = FALSE,
436*cdf0e10cSrcweir	Cachable = Cachable,
437*cdf0e10cSrcweir	FastCall = FALSE,
438*cdf0e10cSrcweir	HasCoreId = FALSE,
439*cdf0e10cSrcweir	HasDialog = FALSE,
440*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
441*cdf0e10cSrcweir	Toggle = FALSE,
442*cdf0e10cSrcweir	Container = FALSE,
443*cdf0e10cSrcweir	RecordAbsolute = FALSE,
444*cdf0e10cSrcweir	RecordPerSet;
445*cdf0e10cSrcweir	Asynchron;
446*cdf0e10cSrcweir
447*cdf0e10cSrcweir	/* config: */
448*cdf0e10cSrcweir	AccelConfig = FALSE,
449*cdf0e10cSrcweir	MenuConfig = FALSE,
450*cdf0e10cSrcweir	StatusBarConfig = FALSE,
451*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
452*cdf0e10cSrcweir	GroupId = GID_OPTIONS;
453*cdf0e10cSrcweir]
454*cdf0e10cSrcweir
455*cdf0e10cSrcweir//--------------------------------------------------------------------------
456*cdf0e10cSrcweirSfxStringItem ModifyStatus SID_MODIFYSTATUS
457*cdf0e10cSrcweir
458*cdf0e10cSrcweir[
459*cdf0e10cSrcweir	/* flags: */
460*cdf0e10cSrcweir	AutoUpdate = FALSE,
461*cdf0e10cSrcweir	Cachable = Cachable,
462*cdf0e10cSrcweir	FastCall = FALSE,
463*cdf0e10cSrcweir	HasCoreId = FALSE,
464*cdf0e10cSrcweir	HasDialog = FALSE,
465*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
466*cdf0e10cSrcweir	Toggle = FALSE,
467*cdf0e10cSrcweir	Container = FALSE,
468*cdf0e10cSrcweir	RecordAbsolute = FALSE,
469*cdf0e10cSrcweir	RecordPerSet;
470*cdf0e10cSrcweir	Synchron;
471*cdf0e10cSrcweir
472*cdf0e10cSrcweir	Readonly = FALSE,
473*cdf0e10cSrcweir
474*cdf0e10cSrcweir	/* config: */
475*cdf0e10cSrcweir	AccelConfig = FALSE,
476*cdf0e10cSrcweir	MenuConfig = FALSE,
477*cdf0e10cSrcweir	StatusBarConfig = TRUE,
478*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
479*cdf0e10cSrcweir	GroupId = GID_VIEW;
480*cdf0e10cSrcweir]
481*cdf0e10cSrcweir
482*cdf0e10cSrcweir//--------------------------------------------------------------------------
483*cdf0e10cSrcweirSfxVoidItem NextError SID_NEXTERR
484*cdf0e10cSrcweir()
485*cdf0e10cSrcweir[
486*cdf0e10cSrcweir	/* flags: */
487*cdf0e10cSrcweir	AutoUpdate = FALSE,
488*cdf0e10cSrcweir	Cachable = Cachable,
489*cdf0e10cSrcweir	FastCall = FALSE,
490*cdf0e10cSrcweir	HasCoreId = FALSE,
491*cdf0e10cSrcweir	HasDialog = FALSE,
492*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
493*cdf0e10cSrcweir	Toggle = FALSE,
494*cdf0e10cSrcweir	Container = FALSE,
495*cdf0e10cSrcweir	RecordAbsolute = FALSE,
496*cdf0e10cSrcweir	RecordPerSet;
497*cdf0e10cSrcweir	Synchron;
498*cdf0e10cSrcweir
499*cdf0e10cSrcweir	/* config: */
500*cdf0e10cSrcweir	AccelConfig = TRUE,
501*cdf0e10cSrcweir	MenuConfig = TRUE,
502*cdf0e10cSrcweir	StatusBarConfig = FALSE,
503*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
504*cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
505*cdf0e10cSrcweir]
506*cdf0e10cSrcweir
507*cdf0e10cSrcweir//--------------------------------------------------------------------------
508*cdf0e10cSrcweirSfxVoidItem NextMark SID_NEXTMARK
509*cdf0e10cSrcweir()
510*cdf0e10cSrcweir[
511*cdf0e10cSrcweir	/* flags: */
512*cdf0e10cSrcweir	AutoUpdate = FALSE,
513*cdf0e10cSrcweir	Cachable = Cachable,
514*cdf0e10cSrcweir	FastCall = FALSE,
515*cdf0e10cSrcweir	HasCoreId = FALSE,
516*cdf0e10cSrcweir	HasDialog = FALSE,
517*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
518*cdf0e10cSrcweir	Toggle = FALSE,
519*cdf0e10cSrcweir	Container = FALSE,
520*cdf0e10cSrcweir	RecordAbsolute = FALSE,
521*cdf0e10cSrcweir	RecordPerSet;
522*cdf0e10cSrcweir	Synchron;
523*cdf0e10cSrcweir
524*cdf0e10cSrcweir	/* config: */
525*cdf0e10cSrcweir	AccelConfig = TRUE,
526*cdf0e10cSrcweir	MenuConfig = TRUE,
527*cdf0e10cSrcweir	StatusBarConfig = FALSE,
528*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
529*cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
530*cdf0e10cSrcweir]
531*cdf0e10cSrcweir
532*cdf0e10cSrcweir//--------------------------------------------------------------------------
533*cdf0e10cSrcweirSfxVoidItem PasteObject SID_PASTEOBJECT
534*cdf0e10cSrcweir()
535*cdf0e10cSrcweir[
536*cdf0e10cSrcweir	/* flags: */
537*cdf0e10cSrcweir	AutoUpdate = FALSE,
538*cdf0e10cSrcweir	Cachable = Cachable,
539*cdf0e10cSrcweir	FastCall = FALSE,
540*cdf0e10cSrcweir	HasCoreId = FALSE,
541*cdf0e10cSrcweir	HasDialog = FALSE,
542*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
543*cdf0e10cSrcweir	Toggle = FALSE,
544*cdf0e10cSrcweir	Container = FALSE,
545*cdf0e10cSrcweir	RecordAbsolute = FALSE,
546*cdf0e10cSrcweir	RecordPerSet;
547*cdf0e10cSrcweir	Synchron;
548*cdf0e10cSrcweir
549*cdf0e10cSrcweir	/* config: */
550*cdf0e10cSrcweir	AccelConfig = FALSE,
551*cdf0e10cSrcweir	MenuConfig = FALSE,
552*cdf0e10cSrcweir	StatusBarConfig = FALSE,
553*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
554*cdf0e10cSrcweir	GroupId = GID_EDIT;
555*cdf0e10cSrcweir]
556*cdf0e10cSrcweir
557*cdf0e10cSrcweir//--------------------------------------------------------------------------
558*cdf0e10cSrcweirSfxVoidItem PrevError SID_PREVERR
559*cdf0e10cSrcweir()
560*cdf0e10cSrcweir[
561*cdf0e10cSrcweir	/* flags: */
562*cdf0e10cSrcweir	AutoUpdate = FALSE,
563*cdf0e10cSrcweir	Cachable = Cachable,
564*cdf0e10cSrcweir	FastCall = FALSE,
565*cdf0e10cSrcweir	HasCoreId = FALSE,
566*cdf0e10cSrcweir	HasDialog = FALSE,
567*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
568*cdf0e10cSrcweir	Toggle = FALSE,
569*cdf0e10cSrcweir	Container = FALSE,
570*cdf0e10cSrcweir	RecordAbsolute = FALSE,
571*cdf0e10cSrcweir	RecordPerSet;
572*cdf0e10cSrcweir	Synchron;
573*cdf0e10cSrcweir
574*cdf0e10cSrcweir	/* config: */
575*cdf0e10cSrcweir	AccelConfig = TRUE,
576*cdf0e10cSrcweir	MenuConfig = TRUE,
577*cdf0e10cSrcweir	StatusBarConfig = FALSE,
578*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
579*cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
580*cdf0e10cSrcweir]
581*cdf0e10cSrcweir
582*cdf0e10cSrcweir//--------------------------------------------------------------------------
583*cdf0e10cSrcweirSfxVoidItem PrevMark SID_PREVMARK
584*cdf0e10cSrcweir()
585*cdf0e10cSrcweir[
586*cdf0e10cSrcweir	/* flags: */
587*cdf0e10cSrcweir	AutoUpdate = FALSE,
588*cdf0e10cSrcweir	Cachable = Cachable,
589*cdf0e10cSrcweir	FastCall = FALSE,
590*cdf0e10cSrcweir	HasCoreId = FALSE,
591*cdf0e10cSrcweir	HasDialog = FALSE,
592*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
593*cdf0e10cSrcweir	Toggle = FALSE,
594*cdf0e10cSrcweir	Container = FALSE,
595*cdf0e10cSrcweir	RecordAbsolute = FALSE,
596*cdf0e10cSrcweir	RecordPerSet;
597*cdf0e10cSrcweir	Synchron;
598*cdf0e10cSrcweir
599*cdf0e10cSrcweir	/* config: */
600*cdf0e10cSrcweir	AccelConfig = TRUE,
601*cdf0e10cSrcweir	MenuConfig = TRUE,
602*cdf0e10cSrcweir	StatusBarConfig = FALSE,
603*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
604*cdf0e10cSrcweir	GroupId = GID_NAVIGATOR;
605*cdf0e10cSrcweir]
606*cdf0e10cSrcweir
607*cdf0e10cSrcweir//--------------------------------------------------------------------------
608*cdf0e10cSrcweirSfxBoolItem RedrawAutomatic SID_AUTO_REDRAW
609*cdf0e10cSrcweir
610*cdf0e10cSrcweir[
611*cdf0e10cSrcweir	/* flags: */
612*cdf0e10cSrcweir	AutoUpdate = TRUE,
613*cdf0e10cSrcweir	Cachable = Cachable,
614*cdf0e10cSrcweir	FastCall = FALSE,
615*cdf0e10cSrcweir	HasCoreId = FALSE,
616*cdf0e10cSrcweir	HasDialog = FALSE,
617*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
618*cdf0e10cSrcweir	Toggle = FALSE,
619*cdf0e10cSrcweir	Container = FALSE,
620*cdf0e10cSrcweir	RecordAbsolute = FALSE,
621*cdf0e10cSrcweir	RecordPerSet;
622*cdf0e10cSrcweir	Synchron;
623*cdf0e10cSrcweir
624*cdf0e10cSrcweir	Readonly = FALSE,
625*cdf0e10cSrcweir
626*cdf0e10cSrcweir	/* config: */
627*cdf0e10cSrcweir	AccelConfig = TRUE,
628*cdf0e10cSrcweir	MenuConfig = TRUE,
629*cdf0e10cSrcweir	StatusBarConfig = FALSE,
630*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
631*cdf0e10cSrcweir	GroupId = GID_VIEW;
632*cdf0e10cSrcweir]
633*cdf0e10cSrcweir
634*cdf0e10cSrcweir//--------------------------------------------------------------------------
635*cdf0e10cSrcweirSfxVoidItem SaveSymbols SID_SAVESYMBOLS
636*cdf0e10cSrcweir()
637*cdf0e10cSrcweir[
638*cdf0e10cSrcweir	/* flags: */
639*cdf0e10cSrcweir	AutoUpdate = FALSE,
640*cdf0e10cSrcweir	Cachable = Cachable,
641*cdf0e10cSrcweir	FastCall = FALSE,
642*cdf0e10cSrcweir	HasCoreId = FALSE,
643*cdf0e10cSrcweir	HasDialog = FALSE,
644*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
645*cdf0e10cSrcweir	Toggle = FALSE,
646*cdf0e10cSrcweir	Container = FALSE,
647*cdf0e10cSrcweir	RecordAbsolute = FALSE,
648*cdf0e10cSrcweir	RecordPerSet;
649*cdf0e10cSrcweir	Synchron;
650*cdf0e10cSrcweir
651*cdf0e10cSrcweir	/* config: */
652*cdf0e10cSrcweir	AccelConfig = FALSE,
653*cdf0e10cSrcweir	MenuConfig = FALSE,
654*cdf0e10cSrcweir	StatusBarConfig = FALSE,
655*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
656*cdf0e10cSrcweir	GroupId = GID_OPTIONS;
657*cdf0e10cSrcweir]
658*cdf0e10cSrcweir
659*cdf0e10cSrcweir//--------------------------------------------------------------------------
660*cdf0e10cSrcweirSfxVoidItem SetPaperSize SID_GETEDITTEXT
661*cdf0e10cSrcweir()
662*cdf0e10cSrcweir[
663*cdf0e10cSrcweir	/* flags: */
664*cdf0e10cSrcweir	AutoUpdate = FALSE,
665*cdf0e10cSrcweir	Cachable = Cachable,
666*cdf0e10cSrcweir	FastCall = FALSE,
667*cdf0e10cSrcweir	HasCoreId = FALSE,
668*cdf0e10cSrcweir	HasDialog = FALSE,
669*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
670*cdf0e10cSrcweir	Toggle = FALSE,
671*cdf0e10cSrcweir	Container = FALSE,
672*cdf0e10cSrcweir	RecordAbsolute = FALSE,
673*cdf0e10cSrcweir	RecordPerSet;
674*cdf0e10cSrcweir	Synchron;
675*cdf0e10cSrcweir
676*cdf0e10cSrcweir	/* config: */
677*cdf0e10cSrcweir	AccelConfig = FALSE,
678*cdf0e10cSrcweir	MenuConfig = FALSE,
679*cdf0e10cSrcweir	StatusBarConfig = FALSE,
680*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
681*cdf0e10cSrcweir	GroupId = GID_MATH;
682*cdf0e10cSrcweir]
683*cdf0e10cSrcweir
684*cdf0e10cSrcweir//--------------------------------------------------------------------------
685*cdf0e10cSrcweirSfxVoidItem SymbolCatalogue SID_SYMBOLS_CATALOGUE
686*cdf0e10cSrcweir()
687*cdf0e10cSrcweir[
688*cdf0e10cSrcweir	/* flags: */
689*cdf0e10cSrcweir	AutoUpdate = FALSE,
690*cdf0e10cSrcweir	Cachable = Cachable,
691*cdf0e10cSrcweir	FastCall = FALSE,
692*cdf0e10cSrcweir	HasCoreId = FALSE,
693*cdf0e10cSrcweir	HasDialog = TRUE,
694*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
695*cdf0e10cSrcweir	Toggle = FALSE,
696*cdf0e10cSrcweir	Container = FALSE,
697*cdf0e10cSrcweir	RecordAbsolute = FALSE,
698*cdf0e10cSrcweir	RecordPerSet;
699*cdf0e10cSrcweir	Synchron;
700*cdf0e10cSrcweir
701*cdf0e10cSrcweir	/* config: */
702*cdf0e10cSrcweir	AccelConfig = TRUE,
703*cdf0e10cSrcweir	MenuConfig = TRUE,
704*cdf0e10cSrcweir	StatusBarConfig = FALSE,
705*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
706*cdf0e10cSrcweir	GroupId = GID_OPTIONS;
707*cdf0e10cSrcweir]
708*cdf0e10cSrcweir
709*cdf0e10cSrcweir//--------------------------------------------------------------------------
710*cdf0e10cSrcweirSfxVoidItem Symbols SID_SYMBOLS
711*cdf0e10cSrcweir()
712*cdf0e10cSrcweir[
713*cdf0e10cSrcweir	/* flags: */
714*cdf0e10cSrcweir	AutoUpdate = FALSE,
715*cdf0e10cSrcweir	Cachable = Cachable,
716*cdf0e10cSrcweir	FastCall = FALSE,
717*cdf0e10cSrcweir	HasCoreId = FALSE,
718*cdf0e10cSrcweir	HasDialog = TRUE,
719*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
720*cdf0e10cSrcweir	Toggle = FALSE,
721*cdf0e10cSrcweir	Container = FALSE,
722*cdf0e10cSrcweir	RecordAbsolute = FALSE,
723*cdf0e10cSrcweir	RecordPerSet;
724*cdf0e10cSrcweir	Synchron;
725*cdf0e10cSrcweir
726*cdf0e10cSrcweir	/* config: */
727*cdf0e10cSrcweir	AccelConfig = TRUE,
728*cdf0e10cSrcweir	MenuConfig = TRUE,
729*cdf0e10cSrcweir	StatusBarConfig = FALSE,
730*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
731*cdf0e10cSrcweir	GroupId = GID_OPTIONS;
732*cdf0e10cSrcweir]
733*cdf0e10cSrcweir
734*cdf0e10cSrcweir//--------------------------------------------------------------------------
735*cdf0e10cSrcweirSfxBoolItem Textmode SID_TEXTMODE
736*cdf0e10cSrcweir
737*cdf0e10cSrcweir[
738*cdf0e10cSrcweir	/* flags: */
739*cdf0e10cSrcweir	AutoUpdate = TRUE,
740*cdf0e10cSrcweir	Cachable = Cachable,
741*cdf0e10cSrcweir	FastCall = FALSE,
742*cdf0e10cSrcweir	HasCoreId = FALSE,
743*cdf0e10cSrcweir	HasDialog = FALSE,
744*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
745*cdf0e10cSrcweir	Toggle = FALSE,
746*cdf0e10cSrcweir	Container = FALSE,
747*cdf0e10cSrcweir	RecordAbsolute = FALSE,
748*cdf0e10cSrcweir	RecordPerSet;
749*cdf0e10cSrcweir	Synchron;
750*cdf0e10cSrcweir
751*cdf0e10cSrcweir	Readonly = FALSE,
752*cdf0e10cSrcweir
753*cdf0e10cSrcweir	/* config: */
754*cdf0e10cSrcweir	AccelConfig = TRUE,
755*cdf0e10cSrcweir	MenuConfig = TRUE,
756*cdf0e10cSrcweir	StatusBarConfig = FALSE,
757*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
758*cdf0e10cSrcweir	GroupId = GID_VIEW;
759*cdf0e10cSrcweir]
760*cdf0e10cSrcweir
761*cdf0e10cSrcweir//--------------------------------------------------------------------------
762*cdf0e10cSrcweirSfxStringItem TextStatus SID_TEXTSTATUS
763*cdf0e10cSrcweir
764*cdf0e10cSrcweir[
765*cdf0e10cSrcweir	/* flags: */
766*cdf0e10cSrcweir	AutoUpdate = FALSE,
767*cdf0e10cSrcweir	Cachable = Cachable,
768*cdf0e10cSrcweir	FastCall = FALSE,
769*cdf0e10cSrcweir	HasCoreId = FALSE,
770*cdf0e10cSrcweir	HasDialog = FALSE,
771*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
772*cdf0e10cSrcweir	Toggle = FALSE,
773*cdf0e10cSrcweir	Container = FALSE,
774*cdf0e10cSrcweir	RecordAbsolute = FALSE,
775*cdf0e10cSrcweir	RecordPerSet;
776*cdf0e10cSrcweir	Synchron;
777*cdf0e10cSrcweir
778*cdf0e10cSrcweir	Readonly = FALSE,
779*cdf0e10cSrcweir
780*cdf0e10cSrcweir	/* config: */
781*cdf0e10cSrcweir	AccelConfig = FALSE,
782*cdf0e10cSrcweir	MenuConfig = FALSE,
783*cdf0e10cSrcweir	StatusBarConfig = TRUE,
784*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
785*cdf0e10cSrcweir	GroupId = GID_VIEW;
786*cdf0e10cSrcweir]
787*cdf0e10cSrcweir
788*cdf0e10cSrcweir//--------------------------------------------------------------------------
789*cdf0e10cSrcweirSfxVoidItem ToolBowWindow SID_TOOLBOXWINDOW
790*cdf0e10cSrcweir()
791*cdf0e10cSrcweir[
792*cdf0e10cSrcweir	/* flags: */
793*cdf0e10cSrcweir	AutoUpdate = FALSE,
794*cdf0e10cSrcweir	Cachable = Cachable,
795*cdf0e10cSrcweir	FastCall = FALSE,
796*cdf0e10cSrcweir	HasCoreId = FALSE,
797*cdf0e10cSrcweir	HasDialog = FALSE,
798*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
799*cdf0e10cSrcweir	Toggle = FALSE,
800*cdf0e10cSrcweir	Container = FALSE,
801*cdf0e10cSrcweir	RecordAbsolute = FALSE,
802*cdf0e10cSrcweir	RecordPerSet;
803*cdf0e10cSrcweir	Synchron;
804*cdf0e10cSrcweir
805*cdf0e10cSrcweir	/* config: */
806*cdf0e10cSrcweir	AccelConfig = FALSE,
807*cdf0e10cSrcweir	MenuConfig = FALSE,
808*cdf0e10cSrcweir	StatusBarConfig = FALSE,
809*cdf0e10cSrcweir	ToolBoxConfig = FALSE,
810*cdf0e10cSrcweir	GroupId = GID_VIEW;
811*cdf0e10cSrcweir]
812*cdf0e10cSrcweir
813*cdf0e10cSrcweir//--------------------------------------------------------------------------
814*cdf0e10cSrcweirSfxBoolItem ToolBox SID_TOOLBOX
815*cdf0e10cSrcweir
816*cdf0e10cSrcweir[
817*cdf0e10cSrcweir	/* flags: */
818*cdf0e10cSrcweir	AutoUpdate = FALSE,
819*cdf0e10cSrcweir	Cachable = Cachable,
820*cdf0e10cSrcweir	FastCall = FALSE,
821*cdf0e10cSrcweir	HasCoreId = FALSE,
822*cdf0e10cSrcweir	HasDialog = FALSE,
823*cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
824*cdf0e10cSrcweir	Toggle = FALSE,
825*cdf0e10cSrcweir	Container = FALSE,
826*cdf0e10cSrcweir	RecordAbsolute = FALSE,
827*cdf0e10cSrcweir	RecordPerSet;
828*cdf0e10cSrcweir	Synchron;
829*cdf0e10cSrcweir
830*cdf0e10cSrcweir	Readonly = FALSE,
831*cdf0e10cSrcweir
832*cdf0e10cSrcweir	/* config: */
833*cdf0e10cSrcweir	AccelConfig = TRUE,
834*cdf0e10cSrcweir	MenuConfig = TRUE,
835*cdf0e10cSrcweir	StatusBarConfig = FALSE,
836*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
837*cdf0e10cSrcweir	GroupId = GID_VIEW;
838*cdf0e10cSrcweir]
839*cdf0e10cSrcweir
840*cdf0e10cSrcweir//--------------------------------------------------------------------------
841*cdf0e10cSrcweirSfxVoidItem View100 SID_VIEW100
842*cdf0e10cSrcweir()
843*cdf0e10cSrcweir[
844*cdf0e10cSrcweir	/* flags: */
845*cdf0e10cSrcweir	AutoUpdate = FALSE,
846*cdf0e10cSrcweir	Cachable = Cachable,
847*cdf0e10cSrcweir	FastCall = FALSE,
848*cdf0e10cSrcweir	HasCoreId = FALSE,
849*cdf0e10cSrcweir	HasDialog = FALSE,
850*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
851*cdf0e10cSrcweir	Toggle = FALSE,
852*cdf0e10cSrcweir	Container = FALSE,
853*cdf0e10cSrcweir	RecordAbsolute = FALSE,
854*cdf0e10cSrcweir	RecordPerSet;
855*cdf0e10cSrcweir	Synchron;
856*cdf0e10cSrcweir
857*cdf0e10cSrcweir	/* config: */
858*cdf0e10cSrcweir	AccelConfig = TRUE,
859*cdf0e10cSrcweir	MenuConfig = TRUE,
860*cdf0e10cSrcweir	StatusBarConfig = FALSE,
861*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
862*cdf0e10cSrcweir	GroupId = GID_VIEW;
863*cdf0e10cSrcweir]
864*cdf0e10cSrcweir
865*cdf0e10cSrcweir//--------------------------------------------------------------------------
866*cdf0e10cSrcweirSfxVoidItem View200 SID_VIEW200
867*cdf0e10cSrcweir()
868*cdf0e10cSrcweir[
869*cdf0e10cSrcweir	/* flags: */
870*cdf0e10cSrcweir	AutoUpdate = FALSE,
871*cdf0e10cSrcweir	Cachable = Cachable,
872*cdf0e10cSrcweir	FastCall = FALSE,
873*cdf0e10cSrcweir	HasCoreId = FALSE,
874*cdf0e10cSrcweir	HasDialog = FALSE,
875*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
876*cdf0e10cSrcweir	Toggle = FALSE,
877*cdf0e10cSrcweir	Container = FALSE,
878*cdf0e10cSrcweir	RecordAbsolute = FALSE,
879*cdf0e10cSrcweir	RecordPerSet;
880*cdf0e10cSrcweir	Synchron;
881*cdf0e10cSrcweir
882*cdf0e10cSrcweir	/* config: */
883*cdf0e10cSrcweir	AccelConfig = TRUE,
884*cdf0e10cSrcweir	MenuConfig = TRUE,
885*cdf0e10cSrcweir	StatusBarConfig = FALSE,
886*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
887*cdf0e10cSrcweir	GroupId = GID_VIEW;
888*cdf0e10cSrcweir]
889*cdf0e10cSrcweir
890*cdf0e10cSrcweir//--------------------------------------------------------------------------
891*cdf0e10cSrcweirSfxVoidItem View50 SID_VIEW050
892*cdf0e10cSrcweir()
893*cdf0e10cSrcweir[
894*cdf0e10cSrcweir	/* flags: */
895*cdf0e10cSrcweir	AutoUpdate = FALSE,
896*cdf0e10cSrcweir	Cachable = Cachable,
897*cdf0e10cSrcweir	FastCall = FALSE,
898*cdf0e10cSrcweir	HasCoreId = FALSE,
899*cdf0e10cSrcweir	HasDialog = FALSE,
900*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
901*cdf0e10cSrcweir	Toggle = FALSE,
902*cdf0e10cSrcweir	Container = FALSE,
903*cdf0e10cSrcweir	RecordAbsolute = FALSE,
904*cdf0e10cSrcweir	RecordPerSet;
905*cdf0e10cSrcweir	Synchron;
906*cdf0e10cSrcweir
907*cdf0e10cSrcweir	/* config: */
908*cdf0e10cSrcweir	AccelConfig = TRUE,
909*cdf0e10cSrcweir	MenuConfig = TRUE,
910*cdf0e10cSrcweir	StatusBarConfig = FALSE,
911*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
912*cdf0e10cSrcweir	GroupId = GID_VIEW;
913*cdf0e10cSrcweir]
914*cdf0e10cSrcweir
915*cdf0e10cSrcweir//--------------------------------------------------------------------------
916*cdf0e10cSrcweirSfxVoidItem ZoomIn SID_ZOOMIN
917*cdf0e10cSrcweir()
918*cdf0e10cSrcweir[
919*cdf0e10cSrcweir	/* flags: */
920*cdf0e10cSrcweir	AutoUpdate = FALSE,
921*cdf0e10cSrcweir	Cachable = Cachable,
922*cdf0e10cSrcweir	FastCall = FALSE,
923*cdf0e10cSrcweir	HasCoreId = FALSE,
924*cdf0e10cSrcweir	HasDialog = FALSE,
925*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
926*cdf0e10cSrcweir	Toggle = FALSE,
927*cdf0e10cSrcweir	Container = FALSE,
928*cdf0e10cSrcweir	RecordAbsolute = FALSE,
929*cdf0e10cSrcweir	RecordPerSet;
930*cdf0e10cSrcweir	Synchron;
931*cdf0e10cSrcweir
932*cdf0e10cSrcweir	/* config: */
933*cdf0e10cSrcweir	AccelConfig = TRUE,
934*cdf0e10cSrcweir	MenuConfig = TRUE,
935*cdf0e10cSrcweir	StatusBarConfig = FALSE,
936*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
937*cdf0e10cSrcweir	GroupId = GID_VIEW;
938*cdf0e10cSrcweir]
939*cdf0e10cSrcweir
940*cdf0e10cSrcweir//--------------------------------------------------------------------------
941*cdf0e10cSrcweirSfxVoidItem ZoomOut SID_ZOOMOUT
942*cdf0e10cSrcweir()
943*cdf0e10cSrcweir[
944*cdf0e10cSrcweir	/* flags: */
945*cdf0e10cSrcweir	AutoUpdate = FALSE,
946*cdf0e10cSrcweir	Cachable = Cachable,
947*cdf0e10cSrcweir	FastCall = FALSE,
948*cdf0e10cSrcweir	HasCoreId = FALSE,
949*cdf0e10cSrcweir	HasDialog = FALSE,
950*cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
951*cdf0e10cSrcweir	Toggle = FALSE,
952*cdf0e10cSrcweir	Container = FALSE,
953*cdf0e10cSrcweir	RecordAbsolute = FALSE,
954*cdf0e10cSrcweir	RecordPerSet;
955*cdf0e10cSrcweir	Synchron;
956*cdf0e10cSrcweir
957*cdf0e10cSrcweir	/* config: */
958*cdf0e10cSrcweir	AccelConfig = TRUE,
959*cdf0e10cSrcweir	MenuConfig = TRUE,
960*cdf0e10cSrcweir	StatusBarConfig = FALSE,
961*cdf0e10cSrcweir	ToolBoxConfig = TRUE,
962*cdf0e10cSrcweir	GroupId = GID_VIEW;
963*cdf0e10cSrcweir]
964*cdf0e10cSrcweir
965