xref: /aoo41x/main/sd/sdi/sdraw.sdi (revision 3091fa8a)
14b0f5a03SAndrew Rist/**************************************************************
24b0f5a03SAndrew Rist *
34b0f5a03SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
44b0f5a03SAndrew Rist * or more contributor license agreements.  See the NOTICE file
54b0f5a03SAndrew Rist * distributed with this work for additional information
64b0f5a03SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
74b0f5a03SAndrew Rist * to you under the Apache License, Version 2.0 (the
84b0f5a03SAndrew Rist * "License"); you may not use this file except in compliance
94b0f5a03SAndrew Rist * with the License.  You may obtain a copy of the License at
104b0f5a03SAndrew Rist *
114b0f5a03SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
124b0f5a03SAndrew Rist *
134b0f5a03SAndrew Rist * Unless required by applicable law or agreed to in writing,
144b0f5a03SAndrew Rist * software distributed under the License is distributed on an
154b0f5a03SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
164b0f5a03SAndrew Rist * KIND, either express or implied.  See the License for the
174b0f5a03SAndrew Rist * specific language governing permissions and limitations
184b0f5a03SAndrew Rist * under the License.
194b0f5a03SAndrew Rist *
204b0f5a03SAndrew Rist *************************************************************/
214b0f5a03SAndrew Rist
22cdf0e10cSrcweir//--------------------------------------------------------------------------
23cdf0e10cSrcweirTbxImageItem AdvancedMode SID_OBJECT_CHOOSE_MODE
24cdf0e10cSrcweir
25cdf0e10cSrcweir[
26cdf0e10cSrcweir	/* flags: */
27cdf0e10cSrcweir	AutoUpdate = FALSE,
28cdf0e10cSrcweir	Cachable = Cachable,
29cdf0e10cSrcweir	FastCall = FALSE,
30cdf0e10cSrcweir	HasCoreId = FALSE,
31cdf0e10cSrcweir	HasDialog = FALSE,
32cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
33cdf0e10cSrcweir	Toggle = FALSE,
34cdf0e10cSrcweir	Container = FALSE,
35cdf0e10cSrcweir	RecordAbsolute = FALSE,
36cdf0e10cSrcweir	RecordPerSet;
37cdf0e10cSrcweir	Synchron;
38cdf0e10cSrcweir
39cdf0e10cSrcweir	Readonly = FALSE,
40cdf0e10cSrcweir
41cdf0e10cSrcweir	/* config: */
42cdf0e10cSrcweir	AccelConfig = TRUE,
43cdf0e10cSrcweir	MenuConfig = TRUE,
44cdf0e10cSrcweir	StatusBarConfig = FALSE,
45cdf0e10cSrcweir	ToolBoxConfig = TRUE,
46cdf0e10cSrcweir	GroupId = GID_MODIFY;
47cdf0e10cSrcweir]
48cdf0e10cSrcweir
49cdf0e10cSrcweir//--------------------------------------------------------------------------
50cdf0e10cSrcweirSfxVoidItem AnimationEffects SID_ANIMATION_EFFECTS
51cdf0e10cSrcweir()
52cdf0e10cSrcweir[
53cdf0e10cSrcweir	/* flags: */
54cdf0e10cSrcweir	AutoUpdate = FALSE,
55cdf0e10cSrcweir	Cachable = Cachable,
56cdf0e10cSrcweir	FastCall = FALSE,
57cdf0e10cSrcweir	HasCoreId = FALSE,
58cdf0e10cSrcweir	HasDialog = TRUE,
59cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
60cdf0e10cSrcweir	Toggle = FALSE,
61cdf0e10cSrcweir	Container = FALSE,
62cdf0e10cSrcweir	RecordAbsolute = FALSE,
63cdf0e10cSrcweir	RecordPerSet;
64cdf0e10cSrcweir	Synchron;
65cdf0e10cSrcweir
66cdf0e10cSrcweir	/* config: */
67cdf0e10cSrcweir	AccelConfig = TRUE,
68cdf0e10cSrcweir	MenuConfig = TRUE,
69cdf0e10cSrcweir	StatusBarConfig = FALSE,
70cdf0e10cSrcweir	ToolBoxConfig = TRUE,
71cdf0e10cSrcweir	GroupId = GID_OPTIONS;
72cdf0e10cSrcweir]
73cdf0e10cSrcweir
74cdf0e10cSrcweir//--------------------------------------------------------------------------
75cdf0e10cSrcweirSfxBoolItem AnimationObjects SID_ANIMATION_OBJECTS
76cdf0e10cSrcweir
77cdf0e10cSrcweir[
78cdf0e10cSrcweir	/* flags: */
79cdf0e10cSrcweir	AutoUpdate = TRUE,
80cdf0e10cSrcweir	Cachable = Cachable,
81cdf0e10cSrcweir	FastCall = FALSE,
82cdf0e10cSrcweir	HasCoreId = FALSE,
83cdf0e10cSrcweir	HasDialog = TRUE,
84cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
85cdf0e10cSrcweir	Toggle = FALSE,
86cdf0e10cSrcweir	Container = FALSE,
87cdf0e10cSrcweir	RecordAbsolute = FALSE,
88cdf0e10cSrcweir	RecordPerSet;
89cdf0e10cSrcweir	Synchron;
90cdf0e10cSrcweir
91cdf0e10cSrcweir	Readonly = FALSE,
92cdf0e10cSrcweir
93cdf0e10cSrcweir	/* config: */
94cdf0e10cSrcweir	AccelConfig = TRUE,
95cdf0e10cSrcweir	MenuConfig = TRUE,
96cdf0e10cSrcweir	StatusBarConfig = FALSE,
97cdf0e10cSrcweir	ToolBoxConfig = TRUE,
98cdf0e10cSrcweir	GroupId = GID_OPTIONS;
99cdf0e10cSrcweir]
100cdf0e10cSrcweir
101cdf0e10cSrcweir//--------------------------------------------------------------------------
102cdf0e10cSrcweirSfxBoolItem AnimatorAddObject SID_ANIMATOR_ADD
103cdf0e10cSrcweir
104cdf0e10cSrcweir[
105cdf0e10cSrcweir	/* flags: */
106cdf0e10cSrcweir	AutoUpdate = FALSE,
107cdf0e10cSrcweir	Cachable = Cachable,
108cdf0e10cSrcweir	FastCall = FALSE,
109cdf0e10cSrcweir	HasCoreId = FALSE,
110cdf0e10cSrcweir	HasDialog = FALSE,
111cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
112cdf0e10cSrcweir	Toggle = FALSE,
113cdf0e10cSrcweir	Container = FALSE,
114cdf0e10cSrcweir	RecordAbsolute = FALSE,
115cdf0e10cSrcweir	RecordPerSet;
116cdf0e10cSrcweir	Synchron;
117cdf0e10cSrcweir
118cdf0e10cSrcweir	Readonly = FALSE,
119cdf0e10cSrcweir
120cdf0e10cSrcweir	/* config: */
121cdf0e10cSrcweir	AccelConfig = FALSE,
122cdf0e10cSrcweir	MenuConfig = FALSE,
123cdf0e10cSrcweir	StatusBarConfig = FALSE,
124cdf0e10cSrcweir	ToolBoxConfig = FALSE,
125cdf0e10cSrcweir	GroupId = GID_OPTIONS;
126cdf0e10cSrcweir]
127cdf0e10cSrcweir
128cdf0e10cSrcweir//--------------------------------------------------------------------------
129cdf0e10cSrcweirSfxBoolItem AnimatorCreateObject SID_ANIMATOR_CREATE
130cdf0e10cSrcweir
131cdf0e10cSrcweir[
132cdf0e10cSrcweir	/* flags: */
133cdf0e10cSrcweir	AutoUpdate = FALSE,
134cdf0e10cSrcweir	Cachable = Cachable,
135cdf0e10cSrcweir	FastCall = FALSE,
136cdf0e10cSrcweir	HasCoreId = FALSE,
137cdf0e10cSrcweir	HasDialog = FALSE,
138cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
139cdf0e10cSrcweir	Toggle = FALSE,
140cdf0e10cSrcweir	Container = FALSE,
141cdf0e10cSrcweir	RecordAbsolute = FALSE,
142cdf0e10cSrcweir	RecordPerSet;
143cdf0e10cSrcweir	Synchron;
144cdf0e10cSrcweir
145cdf0e10cSrcweir	Readonly = FALSE,
146cdf0e10cSrcweir
147cdf0e10cSrcweir	/* config: */
148cdf0e10cSrcweir	AccelConfig = FALSE,
149cdf0e10cSrcweir	MenuConfig = FALSE,
150cdf0e10cSrcweir	StatusBarConfig = FALSE,
151cdf0e10cSrcweir	ToolBoxConfig = FALSE,
152cdf0e10cSrcweir	GroupId = GID_OPTIONS;
153cdf0e10cSrcweir]
154cdf0e10cSrcweir
155cdf0e10cSrcweir//--------------------------------------------------------------------------
156cdf0e10cSrcweirSfxBoolItem AnimatorInit SID_ANIMATOR_INIT
157cdf0e10cSrcweir
158cdf0e10cSrcweir[
159cdf0e10cSrcweir	/* flags: */
160cdf0e10cSrcweir	AutoUpdate = FALSE,
161cdf0e10cSrcweir	Cachable = Cachable,
162cdf0e10cSrcweir	FastCall = FALSE,
163cdf0e10cSrcweir	HasCoreId = FALSE,
164cdf0e10cSrcweir	HasDialog = FALSE,
165cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
166cdf0e10cSrcweir	Toggle = FALSE,
167cdf0e10cSrcweir	Container = FALSE,
168cdf0e10cSrcweir	RecordAbsolute = FALSE,
169cdf0e10cSrcweir	RecordPerSet;
170cdf0e10cSrcweir	Synchron;
171cdf0e10cSrcweir
172cdf0e10cSrcweir	Readonly = FALSE,
173cdf0e10cSrcweir
174cdf0e10cSrcweir	/* config: */
175cdf0e10cSrcweir	AccelConfig = FALSE,
176cdf0e10cSrcweir	MenuConfig = FALSE,
177cdf0e10cSrcweir	StatusBarConfig = FALSE,
178cdf0e10cSrcweir	ToolBoxConfig = FALSE,
179cdf0e10cSrcweir	GroupId = GID_OPTIONS;
180cdf0e10cSrcweir]
181cdf0e10cSrcweir
182cdf0e10cSrcweir//--------------------------------------------------------------------------
183cdf0e10cSrcweirSfxUInt16Item AnimatorState SID_ANIMATOR_STATE
184cdf0e10cSrcweir
185cdf0e10cSrcweir[
186cdf0e10cSrcweir	/* flags: */
187cdf0e10cSrcweir	AutoUpdate = FALSE,
188cdf0e10cSrcweir	Cachable = Cachable,
189cdf0e10cSrcweir	FastCall = FALSE,
190cdf0e10cSrcweir	HasCoreId = FALSE,
191cdf0e10cSrcweir	HasDialog = FALSE,
192cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
193cdf0e10cSrcweir	Toggle = FALSE,
194cdf0e10cSrcweir	Container = FALSE,
195cdf0e10cSrcweir	RecordAbsolute = FALSE,
196cdf0e10cSrcweir	RecordPerSet;
197cdf0e10cSrcweir	Synchron;
198cdf0e10cSrcweir
199cdf0e10cSrcweir	Readonly = FALSE,
200cdf0e10cSrcweir
201cdf0e10cSrcweir	/* config: */
202cdf0e10cSrcweir	AccelConfig = FALSE,
203cdf0e10cSrcweir	MenuConfig = FALSE,
204cdf0e10cSrcweir	StatusBarConfig = FALSE,
205cdf0e10cSrcweir	ToolBoxConfig = FALSE,
206cdf0e10cSrcweir	GroupId = GID_OPTIONS;
207cdf0e10cSrcweir]
208cdf0e10cSrcweir
209cdf0e10cSrcweir//--------------------------------------------------------------------------
210cdf0e10cSrcweirTbxImageItem ArrowsToolbox SID_DRAWTBX_ARROWS
211cdf0e10cSrcweir
212cdf0e10cSrcweir[
213cdf0e10cSrcweir	/* flags: */
214cdf0e10cSrcweir	AutoUpdate = FALSE,
215cdf0e10cSrcweir	Cachable = Cachable,
216cdf0e10cSrcweir	FastCall = FALSE,
217cdf0e10cSrcweir	HasCoreId = FALSE,
218cdf0e10cSrcweir	HasDialog = FALSE,
219cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
220cdf0e10cSrcweir	Toggle = FALSE,
221cdf0e10cSrcweir	Container = FALSE,
222cdf0e10cSrcweir	RecordAbsolute = FALSE,
223cdf0e10cSrcweir	RecordPerSet;
224cdf0e10cSrcweir	Synchron;
225cdf0e10cSrcweir
226cdf0e10cSrcweir	Readonly = FALSE,
227cdf0e10cSrcweir
228cdf0e10cSrcweir	/* config: */
229cdf0e10cSrcweir	AccelConfig = TRUE,
230cdf0e10cSrcweir	MenuConfig = TRUE,
231cdf0e10cSrcweir	StatusBarConfig = FALSE,
232cdf0e10cSrcweir	ToolBoxConfig = TRUE,
233cdf0e10cSrcweir	GroupId = GID_DRAWING;
234cdf0e10cSrcweir]
235cdf0e10cSrcweir
236cdf0e10cSrcweir//--------------------------------------------------------------------------
237cdf0e10cSrcweirSfxVoidItem Backward SID_MOREBACK
238cdf0e10cSrcweir()
239cdf0e10cSrcweir[
240cdf0e10cSrcweir	/* flags: */
241cdf0e10cSrcweir	AutoUpdate = FALSE,
242cdf0e10cSrcweir	Cachable = Cachable,
243cdf0e10cSrcweir	FastCall = FALSE,
244cdf0e10cSrcweir	HasCoreId = FALSE,
245cdf0e10cSrcweir	HasDialog = FALSE,
246cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
247cdf0e10cSrcweir	Toggle = FALSE,
248cdf0e10cSrcweir	Container = FALSE,
249cdf0e10cSrcweir	RecordAbsolute = FALSE,
250cdf0e10cSrcweir	RecordPerSet;
251cdf0e10cSrcweir	Synchron;
252cdf0e10cSrcweir
253cdf0e10cSrcweir	/* config: */
254cdf0e10cSrcweir	AccelConfig = TRUE,
255cdf0e10cSrcweir	MenuConfig = TRUE,
256cdf0e10cSrcweir	StatusBarConfig = FALSE,
257cdf0e10cSrcweir	ToolBoxConfig = TRUE,
258cdf0e10cSrcweir	GroupId = GID_MODIFY;
259cdf0e10cSrcweir]
260cdf0e10cSrcweir
261cdf0e10cSrcweir//--------------------------------------------------------------------------
262cdf0e10cSrcweirSfxVoidItem BeforeObject SID_BEFORE_OBJ
263cdf0e10cSrcweir()
264cdf0e10cSrcweir[
265cdf0e10cSrcweir	/* flags: */
266cdf0e10cSrcweir	AutoUpdate = FALSE,
267cdf0e10cSrcweir	Cachable = Cachable,
268cdf0e10cSrcweir	FastCall = FALSE,
269cdf0e10cSrcweir	HasCoreId = FALSE,
270cdf0e10cSrcweir	HasDialog = FALSE,
271cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
272cdf0e10cSrcweir	Toggle = FALSE,
273cdf0e10cSrcweir	Container = FALSE,
274cdf0e10cSrcweir	RecordAbsolute = FALSE,
275cdf0e10cSrcweir	RecordPerSet;
276cdf0e10cSrcweir	Synchron;
277cdf0e10cSrcweir
278cdf0e10cSrcweir	/* config: */
279cdf0e10cSrcweir	AccelConfig = TRUE,
280cdf0e10cSrcweir	MenuConfig = TRUE,
281cdf0e10cSrcweir	StatusBarConfig = FALSE,
282cdf0e10cSrcweir	ToolBoxConfig = TRUE,
283cdf0e10cSrcweir	GroupId = GID_MODIFY;
284cdf0e10cSrcweir]
285cdf0e10cSrcweir
286cdf0e10cSrcweir//--------------------------------------------------------------------------
287cdf0e10cSrcweirSfxVoidItem BehindObject SID_BEHIND_OBJ
288cdf0e10cSrcweir()
289cdf0e10cSrcweir[
290cdf0e10cSrcweir	/* flags: */
291cdf0e10cSrcweir	AutoUpdate = FALSE,
292cdf0e10cSrcweir	Cachable = Cachable,
293cdf0e10cSrcweir	FastCall = FALSE,
294cdf0e10cSrcweir	HasCoreId = FALSE,
295cdf0e10cSrcweir	HasDialog = FALSE,
296cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
297cdf0e10cSrcweir	Toggle = FALSE,
298cdf0e10cSrcweir	Container = FALSE,
299cdf0e10cSrcweir	RecordAbsolute = FALSE,
300cdf0e10cSrcweir	RecordPerSet;
301cdf0e10cSrcweir	Synchron;
302cdf0e10cSrcweir
303cdf0e10cSrcweir	/* config: */
304cdf0e10cSrcweir	AccelConfig = TRUE,
305cdf0e10cSrcweir	MenuConfig = TRUE,
306cdf0e10cSrcweir	StatusBarConfig = FALSE,
307cdf0e10cSrcweir	ToolBoxConfig = TRUE,
308cdf0e10cSrcweir	GroupId = GID_MODIFY;
309cdf0e10cSrcweir]
310cdf0e10cSrcweir
311cdf0e10cSrcweir//--------------------------------------------------------------------------
312cdf0e10cSrcweirSfxBoolItem BigHandles SID_BIG_HANDLES
313cdf0e10cSrcweir
314cdf0e10cSrcweir[
315cdf0e10cSrcweir	/* flags: */
316cdf0e10cSrcweir	AutoUpdate = FALSE,
317cdf0e10cSrcweir	Cachable = Cachable,
318cdf0e10cSrcweir	FastCall = FALSE,
319cdf0e10cSrcweir	HasCoreId = FALSE,
320cdf0e10cSrcweir	HasDialog = FALSE,
321cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
322cdf0e10cSrcweir	Toggle = FALSE,
323cdf0e10cSrcweir	Container = FALSE,
324cdf0e10cSrcweir	RecordAbsolute = FALSE,
325cdf0e10cSrcweir	RecordPerSet;
326cdf0e10cSrcweir	Synchron;
327cdf0e10cSrcweir
328cdf0e10cSrcweir	Readonly = FALSE,
329cdf0e10cSrcweir
330cdf0e10cSrcweir	/* config: */
331cdf0e10cSrcweir	AccelConfig = TRUE,
332cdf0e10cSrcweir	MenuConfig = TRUE,
333cdf0e10cSrcweir	StatusBarConfig = FALSE,
334cdf0e10cSrcweir	ToolBoxConfig = TRUE,
335cdf0e10cSrcweir	GroupId = GID_OPTIONS;
336cdf0e10cSrcweir]
337cdf0e10cSrcweir
338cdf0e10cSrcweir//--------------------------------------------------------------------------
339cdf0e10cSrcweirSfxVoidItem Break SID_BREAK
340cdf0e10cSrcweir()
341cdf0e10cSrcweir[
342cdf0e10cSrcweir	/* flags: */
343cdf0e10cSrcweir	AutoUpdate = FALSE,
344cdf0e10cSrcweir	Cachable = Cachable,
345cdf0e10cSrcweir	FastCall = FALSE,
346cdf0e10cSrcweir	HasCoreId = FALSE,
347cdf0e10cSrcweir	HasDialog = FALSE,
348cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
349cdf0e10cSrcweir	Toggle = FALSE,
350cdf0e10cSrcweir	Container = FALSE,
351cdf0e10cSrcweir	RecordAbsolute = FALSE,
352cdf0e10cSrcweir	RecordPerSet;
353cdf0e10cSrcweir	Synchron;
354cdf0e10cSrcweir
355cdf0e10cSrcweir	/* config: */
356cdf0e10cSrcweir	AccelConfig = TRUE,
357cdf0e10cSrcweir	MenuConfig = TRUE,
358cdf0e10cSrcweir	StatusBarConfig = FALSE,
359cdf0e10cSrcweir	ToolBoxConfig = TRUE,
360cdf0e10cSrcweir	GroupId = GID_MODIFY;
361cdf0e10cSrcweir]
362cdf0e10cSrcweir
363cdf0e10cSrcweirSfxVoidItem CapturePoint SID_CAPTUREPOINT
364cdf0e10cSrcweir()
365cdf0e10cSrcweir[
366cdf0e10cSrcweir	/* flags: */
367cdf0e10cSrcweir	AutoUpdate = FALSE,
368cdf0e10cSrcweir	Cachable = Cachable,
369cdf0e10cSrcweir	FastCall = FALSE,
370cdf0e10cSrcweir	HasCoreId = FALSE,
371cdf0e10cSrcweir	HasDialog = FALSE,
372cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
373cdf0e10cSrcweir	Toggle = FALSE,
374cdf0e10cSrcweir	Container = FALSE,
375cdf0e10cSrcweir	RecordAbsolute = FALSE,
376cdf0e10cSrcweir	RecordPerSet;
377cdf0e10cSrcweir	Synchron;
378cdf0e10cSrcweir
379cdf0e10cSrcweir	/* config: */
380cdf0e10cSrcweir	AccelConfig = FALSE,
381cdf0e10cSrcweir	MenuConfig = TRUE,
382cdf0e10cSrcweir	StatusBarConfig = FALSE,
383cdf0e10cSrcweir	ToolBoxConfig = FALSE,
384cdf0e10cSrcweir	GroupId = GID_DRAWING;
385cdf0e10cSrcweir]
386cdf0e10cSrcweir
387cdf0e10cSrcweir//--------------------------------------------------------------------------
388cdf0e10cSrcweirSfxVoidItem ChangeBezier SID_CHANGEBEZIER
389cdf0e10cSrcweir()
390cdf0e10cSrcweir[
391cdf0e10cSrcweir	/* flags: */
392cdf0e10cSrcweir	AutoUpdate = FALSE,
393cdf0e10cSrcweir	Cachable = Cachable,
394cdf0e10cSrcweir	FastCall = FALSE,
395cdf0e10cSrcweir	HasCoreId = FALSE,
396cdf0e10cSrcweir	HasDialog = FALSE,
397cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
398cdf0e10cSrcweir	Toggle = FALSE,
399cdf0e10cSrcweir	Container = FALSE,
400cdf0e10cSrcweir	RecordAbsolute = FALSE,
401cdf0e10cSrcweir	RecordPerSet;
402cdf0e10cSrcweir	Synchron;
403cdf0e10cSrcweir
404cdf0e10cSrcweir	/* config: */
405cdf0e10cSrcweir	AccelConfig = TRUE,
406cdf0e10cSrcweir	MenuConfig = TRUE,
407cdf0e10cSrcweir	StatusBarConfig = FALSE,
408cdf0e10cSrcweir	ToolBoxConfig = TRUE,
409cdf0e10cSrcweir	GroupId = GID_DRAWING;
410cdf0e10cSrcweir]
411cdf0e10cSrcweir
412cdf0e10cSrcweir//--------------------------------------------------------------------------
413cdf0e10cSrcweirSfxVoidItem ChangePolygon SID_CHANGEPOLYGON
414cdf0e10cSrcweir()
415cdf0e10cSrcweir[
416cdf0e10cSrcweir	/* flags: */
417cdf0e10cSrcweir	AutoUpdate = FALSE,
418cdf0e10cSrcweir	Cachable = Cachable,
419cdf0e10cSrcweir	FastCall = FALSE,
420cdf0e10cSrcweir	HasCoreId = FALSE,
421cdf0e10cSrcweir	HasDialog = FALSE,
422cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
423cdf0e10cSrcweir	Toggle = FALSE,
424cdf0e10cSrcweir	Container = FALSE,
425cdf0e10cSrcweir	RecordAbsolute = FALSE,
426cdf0e10cSrcweir	RecordPerSet;
427cdf0e10cSrcweir	Synchron;
428cdf0e10cSrcweir
429cdf0e10cSrcweir	/* config: */
430cdf0e10cSrcweir	AccelConfig = TRUE,
431cdf0e10cSrcweir	MenuConfig = TRUE,
432cdf0e10cSrcweir	StatusBarConfig = FALSE,
433cdf0e10cSrcweir	ToolBoxConfig = TRUE,
434cdf0e10cSrcweir	GroupId = GID_DRAWING;
435cdf0e10cSrcweir]
436cdf0e10cSrcweir
437cdf0e10cSrcweir//--------------------------------------------------------------------------
438cdf0e10cSrcweirSfxBoolItem ClickChangeRotation SID_CLICK_CHANGE_ROTATION
439cdf0e10cSrcweir
440cdf0e10cSrcweir[
441cdf0e10cSrcweir	/* flags: */
442cdf0e10cSrcweir	AutoUpdate = FALSE,
443cdf0e10cSrcweir	Cachable = Cachable,
444cdf0e10cSrcweir	FastCall = FALSE,
445cdf0e10cSrcweir	HasCoreId = FALSE,
446cdf0e10cSrcweir	HasDialog = FALSE,
447cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
448cdf0e10cSrcweir	Toggle = FALSE,
449cdf0e10cSrcweir	Container = FALSE,
450cdf0e10cSrcweir	RecordAbsolute = FALSE,
451cdf0e10cSrcweir	RecordPerSet;
452cdf0e10cSrcweir	Synchron;
453cdf0e10cSrcweir
454cdf0e10cSrcweir	Readonly = FALSE,
455cdf0e10cSrcweir
456cdf0e10cSrcweir	/* config: */
457cdf0e10cSrcweir	AccelConfig = TRUE,
458cdf0e10cSrcweir	MenuConfig = TRUE,
459cdf0e10cSrcweir	StatusBarConfig = FALSE,
460cdf0e10cSrcweir	ToolBoxConfig = TRUE,
461cdf0e10cSrcweir	GroupId = GID_OPTIONS;
462cdf0e10cSrcweir]
463cdf0e10cSrcweir
464cdf0e10cSrcweir//--------------------------------------------------------------------------
465cdf0e10cSrcweirSfxVoidItem CloseObject SID_OBJECT_CLOSE
466cdf0e10cSrcweir()
467cdf0e10cSrcweir[
468cdf0e10cSrcweir	/* flags: */
469cdf0e10cSrcweir	AutoUpdate = FALSE,
470cdf0e10cSrcweir	Cachable = Cachable,
471cdf0e10cSrcweir	FastCall = FALSE,
472cdf0e10cSrcweir	HasCoreId = FALSE,
473cdf0e10cSrcweir	HasDialog = FALSE,
474cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
475cdf0e10cSrcweir	Toggle = FALSE,
476cdf0e10cSrcweir	Container = FALSE,
477cdf0e10cSrcweir	RecordAbsolute = FALSE,
478cdf0e10cSrcweir	RecordPerSet;
479cdf0e10cSrcweir	Synchron;
480cdf0e10cSrcweir
481cdf0e10cSrcweir	/* config: */
482cdf0e10cSrcweir	AccelConfig = FALSE,
483cdf0e10cSrcweir	MenuConfig = FALSE,
484cdf0e10cSrcweir	StatusBarConfig = FALSE,
485cdf0e10cSrcweir	ToolBoxConfig = FALSE,
486cdf0e10cSrcweir	GroupId = GID_DRAWING;
487cdf0e10cSrcweir]
488cdf0e10cSrcweir
489cdf0e10cSrcweir//--------------------------------------------------------------------------
490cdf0e10cSrcweirSfxBoolItem ColorView SID_COLORVIEW
491cdf0e10cSrcweir
492cdf0e10cSrcweir[
493cdf0e10cSrcweir	/* flags: */
494cdf0e10cSrcweir	AutoUpdate = TRUE,
495cdf0e10cSrcweir	Cachable = Cachable,
496cdf0e10cSrcweir	FastCall = FALSE,
497cdf0e10cSrcweir	HasCoreId = FALSE,
498cdf0e10cSrcweir	HasDialog = FALSE,
499cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
500cdf0e10cSrcweir	Toggle = FALSE,
501cdf0e10cSrcweir	Container = FALSE,
502cdf0e10cSrcweir	RecordAbsolute = FALSE,
503cdf0e10cSrcweir	RecordPerSet;
504cdf0e10cSrcweir	Synchron;
505cdf0e10cSrcweir
506cdf0e10cSrcweir	Readonly = FALSE,
507cdf0e10cSrcweir
508cdf0e10cSrcweir	/* config: */
509cdf0e10cSrcweir	AccelConfig = FALSE,
510cdf0e10cSrcweir	MenuConfig = FALSE,
511cdf0e10cSrcweir	StatusBarConfig = FALSE,
512cdf0e10cSrcweir	ToolBoxConfig = TRUE,
513cdf0e10cSrcweir	GroupId = GID_VIEW;
514cdf0e10cSrcweir]
515cdf0e10cSrcweir
516cdf0e10cSrcweir//--------------------------------------------------------------------------
517cdf0e10cSrcweirSfxVoidItem Combine SID_COMBINE
518cdf0e10cSrcweir()
519cdf0e10cSrcweir[
520cdf0e10cSrcweir	/* flags: */
521cdf0e10cSrcweir	AutoUpdate = FALSE,
522cdf0e10cSrcweir	Cachable = Cachable,
523cdf0e10cSrcweir	FastCall = FALSE,
524cdf0e10cSrcweir	HasCoreId = FALSE,
525cdf0e10cSrcweir	HasDialog = FALSE,
526cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
527cdf0e10cSrcweir	Toggle = FALSE,
528cdf0e10cSrcweir	Container = FALSE,
529cdf0e10cSrcweir	RecordAbsolute = FALSE,
530cdf0e10cSrcweir	RecordPerSet;
531cdf0e10cSrcweir	Synchron;
532cdf0e10cSrcweir
533cdf0e10cSrcweir	/* config: */
534cdf0e10cSrcweir	AccelConfig = TRUE,
535cdf0e10cSrcweir	MenuConfig = TRUE,
536cdf0e10cSrcweir	StatusBarConfig = FALSE,
537cdf0e10cSrcweir	ToolBoxConfig = TRUE,
538cdf0e10cSrcweir	GroupId = GID_MODIFY;
539cdf0e10cSrcweir]
540cdf0e10cSrcweir
541cdf0e10cSrcweir//--------------------------------------------------------------------------
542cdf0e10cSrcweirSfxBoolItem Cone SID_3D_CONE
543cdf0e10cSrcweir
544cdf0e10cSrcweir[
545cdf0e10cSrcweir	/* flags: */
546cdf0e10cSrcweir	AutoUpdate = TRUE,
547cdf0e10cSrcweir	Cachable = Cachable,
548cdf0e10cSrcweir	FastCall = FALSE,
549cdf0e10cSrcweir	HasCoreId = FALSE,
550cdf0e10cSrcweir	HasDialog = FALSE,
551cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
552cdf0e10cSrcweir	Toggle = FALSE,
553cdf0e10cSrcweir	Container = FALSE,
554cdf0e10cSrcweir	RecordAbsolute = FALSE,
555cdf0e10cSrcweir	RecordManual;
556cdf0e10cSrcweir	Synchron;
557cdf0e10cSrcweir
558cdf0e10cSrcweir	Readonly = FALSE,
559cdf0e10cSrcweir
560cdf0e10cSrcweir	/* config: */
561cdf0e10cSrcweir	AccelConfig = TRUE,
562cdf0e10cSrcweir	MenuConfig = TRUE,
563cdf0e10cSrcweir	StatusBarConfig = FALSE,
564cdf0e10cSrcweir	ToolBoxConfig = TRUE,
565cdf0e10cSrcweir	GroupId = GID_DRAWING;
566cdf0e10cSrcweir]
567cdf0e10cSrcweir
568cdf0e10cSrcweir//--------------------------------------------------------------------------
569cdf0e10cSrcweirSfxVoidItem Connect SID_CONNECT
570cdf0e10cSrcweir()
571cdf0e10cSrcweir[
572cdf0e10cSrcweir	/* flags: */
573cdf0e10cSrcweir	AutoUpdate = FALSE,
574cdf0e10cSrcweir	Cachable = Cachable,
575cdf0e10cSrcweir	FastCall = FALSE,
576cdf0e10cSrcweir	HasCoreId = FALSE,
577cdf0e10cSrcweir	HasDialog = FALSE,
578cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
579cdf0e10cSrcweir	Toggle = FALSE,
580cdf0e10cSrcweir	Container = FALSE,
581cdf0e10cSrcweir	RecordAbsolute = FALSE,
582cdf0e10cSrcweir	RecordPerSet;
583cdf0e10cSrcweir	Synchron;
584cdf0e10cSrcweir
585cdf0e10cSrcweir	/* config: */
586cdf0e10cSrcweir	AccelConfig = TRUE,
587cdf0e10cSrcweir	MenuConfig = TRUE,
588cdf0e10cSrcweir	StatusBarConfig = FALSE,
589cdf0e10cSrcweir	ToolBoxConfig = TRUE,
590cdf0e10cSrcweir	GroupId = GID_MODIFY;
591cdf0e10cSrcweir]
592cdf0e10cSrcweir
593cdf0e10cSrcweir//--------------------------------------------------------------------------
594cdf0e10cSrcweirSfxBoolItem Connector SID_TOOL_CONNECTOR
595cdf0e10cSrcweir
596cdf0e10cSrcweir[
597cdf0e10cSrcweir	/* flags: */
598cdf0e10cSrcweir	AutoUpdate = TRUE,
599cdf0e10cSrcweir	Cachable = Cachable,
600cdf0e10cSrcweir	FastCall = FALSE,
601cdf0e10cSrcweir	HasCoreId = FALSE,
602cdf0e10cSrcweir	HasDialog = FALSE,
603cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
604cdf0e10cSrcweir	Toggle = FALSE,
605cdf0e10cSrcweir	Container = FALSE,
606cdf0e10cSrcweir	RecordAbsolute = FALSE,
607cdf0e10cSrcweir	RecordManual;
608cdf0e10cSrcweir	Synchron;
609cdf0e10cSrcweir
610cdf0e10cSrcweir	Readonly = FALSE,
611cdf0e10cSrcweir
612cdf0e10cSrcweir	/* config: */
613cdf0e10cSrcweir	AccelConfig = TRUE,
614cdf0e10cSrcweir	MenuConfig = TRUE,
615cdf0e10cSrcweir	StatusBarConfig = FALSE,
616cdf0e10cSrcweir	ToolBoxConfig = TRUE,
617cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
618cdf0e10cSrcweir]
619cdf0e10cSrcweir
620cdf0e10cSrcweir//--------------------------------------------------------------------------
621cdf0e10cSrcweirSfxBoolItem ConnectorArrowEnd SID_CONNECTOR_ARROW_END
622cdf0e10cSrcweir
623cdf0e10cSrcweir[
624cdf0e10cSrcweir	/* flags: */
625cdf0e10cSrcweir	AutoUpdate = FALSE,
626cdf0e10cSrcweir	Cachable = Cachable,
627cdf0e10cSrcweir	FastCall = FALSE,
628cdf0e10cSrcweir	HasCoreId = FALSE,
629cdf0e10cSrcweir	HasDialog = FALSE,
630cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
631cdf0e10cSrcweir	Toggle = FALSE,
632cdf0e10cSrcweir	Container = FALSE,
633cdf0e10cSrcweir	RecordAbsolute = FALSE,
634cdf0e10cSrcweir	RecordPerItem;
635cdf0e10cSrcweir	Synchron;
636cdf0e10cSrcweir
637cdf0e10cSrcweir	Readonly = FALSE,
638cdf0e10cSrcweir
639cdf0e10cSrcweir	/* config: */
640cdf0e10cSrcweir	AccelConfig = FALSE,
641cdf0e10cSrcweir	MenuConfig = FALSE,
642cdf0e10cSrcweir	StatusBarConfig = FALSE,
643cdf0e10cSrcweir	ToolBoxConfig = TRUE,
644cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
645cdf0e10cSrcweir]
646cdf0e10cSrcweir
647cdf0e10cSrcweir//--------------------------------------------------------------------------
648cdf0e10cSrcweirSfxBoolItem ConnectorArrows SID_CONNECTOR_ARROWS
649cdf0e10cSrcweir
650cdf0e10cSrcweir[
651cdf0e10cSrcweir	/* flags: */
652cdf0e10cSrcweir	AutoUpdate = FALSE,
653cdf0e10cSrcweir	Cachable = Cachable,
654cdf0e10cSrcweir	FastCall = FALSE,
655cdf0e10cSrcweir	HasCoreId = FALSE,
656cdf0e10cSrcweir	HasDialog = FALSE,
657cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
658cdf0e10cSrcweir	Toggle = FALSE,
659cdf0e10cSrcweir	Container = FALSE,
660cdf0e10cSrcweir	RecordAbsolute = FALSE,
661cdf0e10cSrcweir	RecordPerItem;
662cdf0e10cSrcweir	Synchron;
663cdf0e10cSrcweir
664cdf0e10cSrcweir	Readonly = FALSE,
665cdf0e10cSrcweir
666cdf0e10cSrcweir	/* config: */
667cdf0e10cSrcweir	AccelConfig = FALSE,
668cdf0e10cSrcweir	MenuConfig = FALSE,
669cdf0e10cSrcweir	StatusBarConfig = FALSE,
670cdf0e10cSrcweir	ToolBoxConfig = TRUE,
671cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
672cdf0e10cSrcweir]
673cdf0e10cSrcweir
674cdf0e10cSrcweir//--------------------------------------------------------------------------
675cdf0e10cSrcweirSfxBoolItem ConnectorArrowStart SID_CONNECTOR_ARROW_START
676cdf0e10cSrcweir
677cdf0e10cSrcweir[
678cdf0e10cSrcweir	/* flags: */
679cdf0e10cSrcweir	AutoUpdate = FALSE,
680cdf0e10cSrcweir	Cachable = Cachable,
681cdf0e10cSrcweir	FastCall = FALSE,
682cdf0e10cSrcweir	HasCoreId = FALSE,
683cdf0e10cSrcweir	HasDialog = FALSE,
684cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
685cdf0e10cSrcweir	Toggle = FALSE,
686cdf0e10cSrcweir	Container = FALSE,
687cdf0e10cSrcweir	RecordAbsolute = FALSE,
688cdf0e10cSrcweir	RecordPerItem;
689cdf0e10cSrcweir	Synchron;
690cdf0e10cSrcweir
691cdf0e10cSrcweir	Readonly = FALSE,
692cdf0e10cSrcweir
693cdf0e10cSrcweir	/* config: */
694cdf0e10cSrcweir	AccelConfig = FALSE,
695cdf0e10cSrcweir	MenuConfig = FALSE,
696cdf0e10cSrcweir	StatusBarConfig = FALSE,
697cdf0e10cSrcweir	ToolBoxConfig = TRUE,
698cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
699cdf0e10cSrcweir]
700cdf0e10cSrcweir
701cdf0e10cSrcweir//--------------------------------------------------------------------------
702cdf0e10cSrcweirSfxVoidItem ConnectorAttributes SID_CONNECTION_DLG
703cdf0e10cSrcweir()
704cdf0e10cSrcweir[
705cdf0e10cSrcweir	/* flags: */
706cdf0e10cSrcweir	AutoUpdate = FALSE,
707cdf0e10cSrcweir	Cachable = Cachable,
708cdf0e10cSrcweir	FastCall = FALSE,
709cdf0e10cSrcweir	HasCoreId = FALSE,
710cdf0e10cSrcweir	HasDialog = TRUE,
711cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
712cdf0e10cSrcweir	Toggle = FALSE,
713cdf0e10cSrcweir	Container = FALSE,
714cdf0e10cSrcweir	RecordAbsolute = FALSE,
715cdf0e10cSrcweir	RecordPerSet;
716cdf0e10cSrcweir	Synchron;
717cdf0e10cSrcweir
718cdf0e10cSrcweir	/* config: */
719cdf0e10cSrcweir	AccelConfig = TRUE,
720cdf0e10cSrcweir	MenuConfig = TRUE,
721cdf0e10cSrcweir	StatusBarConfig = FALSE,
722cdf0e10cSrcweir	ToolBoxConfig = TRUE,
723cdf0e10cSrcweir	GroupId = GID_FORMAT;
724cdf0e10cSrcweir]
725cdf0e10cSrcweir
726cdf0e10cSrcweir//--------------------------------------------------------------------------
727cdf0e10cSrcweirSfxBoolItem ConnectorCircleEnd SID_CONNECTOR_CIRCLE_END
728cdf0e10cSrcweir
729cdf0e10cSrcweir[
730cdf0e10cSrcweir	/* flags: */
731cdf0e10cSrcweir	AutoUpdate = FALSE,
732cdf0e10cSrcweir	Cachable = Cachable,
733cdf0e10cSrcweir	FastCall = FALSE,
734cdf0e10cSrcweir	HasCoreId = FALSE,
735cdf0e10cSrcweir	HasDialog = FALSE,
736cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
737cdf0e10cSrcweir	Toggle = FALSE,
738cdf0e10cSrcweir	Container = FALSE,
739cdf0e10cSrcweir	RecordAbsolute = FALSE,
740cdf0e10cSrcweir	RecordPerItem;
741cdf0e10cSrcweir	Synchron;
742cdf0e10cSrcweir
743cdf0e10cSrcweir	Readonly = FALSE,
744cdf0e10cSrcweir
745cdf0e10cSrcweir	/* config: */
746cdf0e10cSrcweir	AccelConfig = FALSE,
747cdf0e10cSrcweir	MenuConfig = FALSE,
748cdf0e10cSrcweir	StatusBarConfig = FALSE,
749cdf0e10cSrcweir	ToolBoxConfig = TRUE,
750cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
751cdf0e10cSrcweir]
752cdf0e10cSrcweir
753cdf0e10cSrcweir//--------------------------------------------------------------------------
754cdf0e10cSrcweirSfxBoolItem ConnectorCircles SID_CONNECTOR_CIRCLES
755cdf0e10cSrcweir
756cdf0e10cSrcweir[
757cdf0e10cSrcweir	/* flags: */
758cdf0e10cSrcweir	AutoUpdate = FALSE,
759cdf0e10cSrcweir	Cachable = Cachable,
760cdf0e10cSrcweir	FastCall = FALSE,
761cdf0e10cSrcweir	HasCoreId = FALSE,
762cdf0e10cSrcweir	HasDialog = FALSE,
763cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
764cdf0e10cSrcweir	Toggle = FALSE,
765cdf0e10cSrcweir	Container = FALSE,
766cdf0e10cSrcweir	RecordAbsolute = FALSE,
767cdf0e10cSrcweir	RecordPerItem;
768cdf0e10cSrcweir	Synchron;
769cdf0e10cSrcweir
770cdf0e10cSrcweir	Readonly = FALSE,
771cdf0e10cSrcweir
772cdf0e10cSrcweir	/* config: */
773cdf0e10cSrcweir	AccelConfig = FALSE,
774cdf0e10cSrcweir	MenuConfig = FALSE,
775cdf0e10cSrcweir	StatusBarConfig = FALSE,
776cdf0e10cSrcweir	ToolBoxConfig = TRUE,
777cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
778cdf0e10cSrcweir]
779cdf0e10cSrcweir
780cdf0e10cSrcweir//--------------------------------------------------------------------------
781cdf0e10cSrcweirSfxBoolItem ConnectorCircleStart SID_CONNECTOR_CIRCLE_START
782cdf0e10cSrcweir
783cdf0e10cSrcweir[
784cdf0e10cSrcweir	/* flags: */
785cdf0e10cSrcweir	AutoUpdate = FALSE,
786cdf0e10cSrcweir	Cachable = Cachable,
787cdf0e10cSrcweir	FastCall = FALSE,
788cdf0e10cSrcweir	HasCoreId = FALSE,
789cdf0e10cSrcweir	HasDialog = FALSE,
790cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
791cdf0e10cSrcweir	Toggle = FALSE,
792cdf0e10cSrcweir	Container = FALSE,
793cdf0e10cSrcweir	RecordAbsolute = FALSE,
794cdf0e10cSrcweir	RecordPerItem;
795cdf0e10cSrcweir	Synchron;
796cdf0e10cSrcweir
797cdf0e10cSrcweir	Readonly = FALSE,
798cdf0e10cSrcweir
799cdf0e10cSrcweir	/* config: */
800cdf0e10cSrcweir	AccelConfig = FALSE,
801cdf0e10cSrcweir	MenuConfig = FALSE,
802cdf0e10cSrcweir	StatusBarConfig = FALSE,
803cdf0e10cSrcweir	ToolBoxConfig = TRUE,
804cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
805cdf0e10cSrcweir]
806cdf0e10cSrcweir
807cdf0e10cSrcweir//--------------------------------------------------------------------------
808cdf0e10cSrcweirSfxBoolItem ConnectorCurve SID_CONNECTOR_CURVE
809cdf0e10cSrcweir
810cdf0e10cSrcweir[
811cdf0e10cSrcweir	/* flags: */
812cdf0e10cSrcweir	AutoUpdate = FALSE,
813cdf0e10cSrcweir	Cachable = Cachable,
814cdf0e10cSrcweir	FastCall = FALSE,
815cdf0e10cSrcweir	HasCoreId = FALSE,
816cdf0e10cSrcweir	HasDialog = FALSE,
817cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
818cdf0e10cSrcweir	Toggle = FALSE,
819cdf0e10cSrcweir	Container = FALSE,
820cdf0e10cSrcweir	RecordAbsolute = FALSE,
821cdf0e10cSrcweir	RecordPerItem;
822cdf0e10cSrcweir	Synchron;
823cdf0e10cSrcweir
824cdf0e10cSrcweir	Readonly = FALSE,
825cdf0e10cSrcweir
826cdf0e10cSrcweir	/* config: */
827cdf0e10cSrcweir	AccelConfig = FALSE,
828cdf0e10cSrcweir	MenuConfig = FALSE,
829cdf0e10cSrcweir	StatusBarConfig = FALSE,
830cdf0e10cSrcweir	ToolBoxConfig = TRUE,
831cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
832cdf0e10cSrcweir]
833cdf0e10cSrcweir
834cdf0e10cSrcweir//--------------------------------------------------------------------------
835cdf0e10cSrcweirSfxBoolItem ConnectorCurveArrowEnd SID_CONNECTOR_CURVE_ARROW_END
836cdf0e10cSrcweir
837cdf0e10cSrcweir[
838cdf0e10cSrcweir	/* flags: */
839cdf0e10cSrcweir	AutoUpdate = FALSE,
840cdf0e10cSrcweir	Cachable = Cachable,
841cdf0e10cSrcweir	FastCall = FALSE,
842cdf0e10cSrcweir	HasCoreId = FALSE,
843cdf0e10cSrcweir	HasDialog = FALSE,
844cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
845cdf0e10cSrcweir	Toggle = FALSE,
846cdf0e10cSrcweir	Container = FALSE,
847cdf0e10cSrcweir	RecordAbsolute = FALSE,
848cdf0e10cSrcweir	RecordPerItem;
849cdf0e10cSrcweir	Synchron;
850cdf0e10cSrcweir
851cdf0e10cSrcweir	Readonly = FALSE,
852cdf0e10cSrcweir
853cdf0e10cSrcweir	/* config: */
854cdf0e10cSrcweir	AccelConfig = FALSE,
855cdf0e10cSrcweir	MenuConfig = FALSE,
856cdf0e10cSrcweir	StatusBarConfig = FALSE,
857cdf0e10cSrcweir	ToolBoxConfig = TRUE,
858cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
859cdf0e10cSrcweir]
860cdf0e10cSrcweir
861cdf0e10cSrcweir//--------------------------------------------------------------------------
862cdf0e10cSrcweirSfxBoolItem ConnectorCurveArrows SID_CONNECTOR_CURVE_ARROWS
863cdf0e10cSrcweir
864cdf0e10cSrcweir[
865cdf0e10cSrcweir	/* flags: */
866cdf0e10cSrcweir	AutoUpdate = FALSE,
867cdf0e10cSrcweir	Cachable = Cachable,
868cdf0e10cSrcweir	FastCall = FALSE,
869cdf0e10cSrcweir	HasCoreId = FALSE,
870cdf0e10cSrcweir	HasDialog = FALSE,
871cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
872cdf0e10cSrcweir	Toggle = FALSE,
873cdf0e10cSrcweir	Container = FALSE,
874cdf0e10cSrcweir	RecordAbsolute = FALSE,
875cdf0e10cSrcweir	RecordPerItem;
876cdf0e10cSrcweir	Synchron;
877cdf0e10cSrcweir
878cdf0e10cSrcweir	Readonly = FALSE,
879cdf0e10cSrcweir
880cdf0e10cSrcweir	/* config: */
881cdf0e10cSrcweir	AccelConfig = FALSE,
882cdf0e10cSrcweir	MenuConfig = FALSE,
883cdf0e10cSrcweir	StatusBarConfig = FALSE,
884cdf0e10cSrcweir	ToolBoxConfig = TRUE,
885cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
886cdf0e10cSrcweir]
887cdf0e10cSrcweir
888cdf0e10cSrcweir//--------------------------------------------------------------------------
889cdf0e10cSrcweirSfxBoolItem ConnectorCurveArrowStart SID_CONNECTOR_CURVE_ARROW_START
890cdf0e10cSrcweir
891cdf0e10cSrcweir[
892cdf0e10cSrcweir	/* flags: */
893cdf0e10cSrcweir	AutoUpdate = FALSE,
894cdf0e10cSrcweir	Cachable = Cachable,
895cdf0e10cSrcweir	FastCall = FALSE,
896cdf0e10cSrcweir	HasCoreId = FALSE,
897cdf0e10cSrcweir	HasDialog = FALSE,
898cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
899cdf0e10cSrcweir	Toggle = FALSE,
900cdf0e10cSrcweir	Container = FALSE,
901cdf0e10cSrcweir	RecordAbsolute = FALSE,
902cdf0e10cSrcweir	RecordPerItem;
903cdf0e10cSrcweir	Synchron;
904cdf0e10cSrcweir
905cdf0e10cSrcweir	Readonly = FALSE,
906cdf0e10cSrcweir
907cdf0e10cSrcweir	/* config: */
908cdf0e10cSrcweir	AccelConfig = FALSE,
909cdf0e10cSrcweir	MenuConfig = FALSE,
910cdf0e10cSrcweir	StatusBarConfig = FALSE,
911cdf0e10cSrcweir	ToolBoxConfig = TRUE,
912cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
913cdf0e10cSrcweir]
914cdf0e10cSrcweir
915cdf0e10cSrcweir//--------------------------------------------------------------------------
916cdf0e10cSrcweirSfxBoolItem ConnectorCurveCircleEnd SID_CONNECTOR_CURVE_CIRCLE_END
917cdf0e10cSrcweir
918cdf0e10cSrcweir[
919cdf0e10cSrcweir	/* flags: */
920cdf0e10cSrcweir	AutoUpdate = FALSE,
921cdf0e10cSrcweir	Cachable = Cachable,
922cdf0e10cSrcweir	FastCall = FALSE,
923cdf0e10cSrcweir	HasCoreId = FALSE,
924cdf0e10cSrcweir	HasDialog = FALSE,
925cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
926cdf0e10cSrcweir	Toggle = FALSE,
927cdf0e10cSrcweir	Container = FALSE,
928cdf0e10cSrcweir	RecordAbsolute = FALSE,
929cdf0e10cSrcweir	RecordPerItem;
930cdf0e10cSrcweir	Synchron;
931cdf0e10cSrcweir
932cdf0e10cSrcweir	Readonly = FALSE,
933cdf0e10cSrcweir
934cdf0e10cSrcweir	/* config: */
935cdf0e10cSrcweir	AccelConfig = FALSE,
936cdf0e10cSrcweir	MenuConfig = FALSE,
937cdf0e10cSrcweir	StatusBarConfig = FALSE,
938cdf0e10cSrcweir	ToolBoxConfig = TRUE,
939cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
940cdf0e10cSrcweir]
941cdf0e10cSrcweir
942cdf0e10cSrcweir//--------------------------------------------------------------------------
943cdf0e10cSrcweirSfxBoolItem ConnectorCurveCircles SID_CONNECTOR_CURVE_CIRCLES
944cdf0e10cSrcweir
945cdf0e10cSrcweir[
946cdf0e10cSrcweir	/* flags: */
947cdf0e10cSrcweir	AutoUpdate = FALSE,
948cdf0e10cSrcweir	Cachable = Cachable,
949cdf0e10cSrcweir	FastCall = FALSE,
950cdf0e10cSrcweir	HasCoreId = FALSE,
951cdf0e10cSrcweir	HasDialog = FALSE,
952cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
953cdf0e10cSrcweir	Toggle = FALSE,
954cdf0e10cSrcweir	Container = FALSE,
955cdf0e10cSrcweir	RecordAbsolute = FALSE,
956cdf0e10cSrcweir	RecordPerItem;
957cdf0e10cSrcweir	Synchron;
958cdf0e10cSrcweir
959cdf0e10cSrcweir	Readonly = FALSE,
960cdf0e10cSrcweir
961cdf0e10cSrcweir	/* config: */
962cdf0e10cSrcweir	AccelConfig = FALSE,
963cdf0e10cSrcweir	MenuConfig = FALSE,
964cdf0e10cSrcweir	StatusBarConfig = FALSE,
965cdf0e10cSrcweir	ToolBoxConfig = TRUE,
966cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
967cdf0e10cSrcweir]
968cdf0e10cSrcweir
969cdf0e10cSrcweir//--------------------------------------------------------------------------
970cdf0e10cSrcweirSfxBoolItem ConnectorCurveCircleStart SID_CONNECTOR_CURVE_CIRCLE_START
971cdf0e10cSrcweir
972cdf0e10cSrcweir[
973cdf0e10cSrcweir	/* flags: */
974cdf0e10cSrcweir	AutoUpdate = FALSE,
975cdf0e10cSrcweir	Cachable = Cachable,
976cdf0e10cSrcweir	FastCall = FALSE,
977cdf0e10cSrcweir	HasCoreId = FALSE,
978cdf0e10cSrcweir	HasDialog = FALSE,
979cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
980cdf0e10cSrcweir	Toggle = FALSE,
981cdf0e10cSrcweir	Container = FALSE,
982cdf0e10cSrcweir	RecordAbsolute = FALSE,
983cdf0e10cSrcweir	RecordPerItem;
984cdf0e10cSrcweir	Synchron;
985cdf0e10cSrcweir
986cdf0e10cSrcweir	Readonly = FALSE,
987cdf0e10cSrcweir
988cdf0e10cSrcweir	/* config: */
989cdf0e10cSrcweir	AccelConfig = FALSE,
990cdf0e10cSrcweir	MenuConfig = FALSE,
991cdf0e10cSrcweir	StatusBarConfig = FALSE,
992cdf0e10cSrcweir	ToolBoxConfig = TRUE,
993cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
994cdf0e10cSrcweir]
995cdf0e10cSrcweir
996cdf0e10cSrcweir//--------------------------------------------------------------------------
997cdf0e10cSrcweirSfxBoolItem ConnectorLine SID_CONNECTOR_LINE
998cdf0e10cSrcweir
999cdf0e10cSrcweir[
1000cdf0e10cSrcweir	/* flags: */
1001cdf0e10cSrcweir	AutoUpdate = FALSE,
1002cdf0e10cSrcweir	Cachable = Cachable,
1003cdf0e10cSrcweir	FastCall = FALSE,
1004cdf0e10cSrcweir	HasCoreId = FALSE,
1005cdf0e10cSrcweir	HasDialog = FALSE,
1006cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1007cdf0e10cSrcweir	Toggle = FALSE,
1008cdf0e10cSrcweir	Container = FALSE,
1009cdf0e10cSrcweir	RecordAbsolute = FALSE,
1010cdf0e10cSrcweir	RecordPerItem;
1011cdf0e10cSrcweir	Synchron;
1012cdf0e10cSrcweir
1013cdf0e10cSrcweir	Readonly = FALSE,
1014cdf0e10cSrcweir
1015cdf0e10cSrcweir	/* config: */
1016cdf0e10cSrcweir	AccelConfig = FALSE,
1017cdf0e10cSrcweir	MenuConfig = FALSE,
1018cdf0e10cSrcweir	StatusBarConfig = FALSE,
1019cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1020cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1021cdf0e10cSrcweir]
1022cdf0e10cSrcweir
1023cdf0e10cSrcweir//--------------------------------------------------------------------------
1024cdf0e10cSrcweirSfxBoolItem ConnectorLineArrowEnd SID_CONNECTOR_LINE_ARROW_END
1025cdf0e10cSrcweir
1026cdf0e10cSrcweir[
1027cdf0e10cSrcweir	/* flags: */
1028cdf0e10cSrcweir	AutoUpdate = FALSE,
1029cdf0e10cSrcweir	Cachable = Cachable,
1030cdf0e10cSrcweir	FastCall = FALSE,
1031cdf0e10cSrcweir	HasCoreId = FALSE,
1032cdf0e10cSrcweir	HasDialog = FALSE,
1033cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1034cdf0e10cSrcweir	Toggle = FALSE,
1035cdf0e10cSrcweir	Container = FALSE,
1036cdf0e10cSrcweir	RecordAbsolute = FALSE,
1037cdf0e10cSrcweir	RecordPerItem;
1038cdf0e10cSrcweir	Synchron;
1039cdf0e10cSrcweir
1040cdf0e10cSrcweir	Readonly = FALSE,
1041cdf0e10cSrcweir
1042cdf0e10cSrcweir	/* config: */
1043cdf0e10cSrcweir	AccelConfig = FALSE,
1044cdf0e10cSrcweir	MenuConfig = FALSE,
1045cdf0e10cSrcweir	StatusBarConfig = FALSE,
1046cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1047cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1048cdf0e10cSrcweir]
1049cdf0e10cSrcweir
1050cdf0e10cSrcweir//--------------------------------------------------------------------------
1051cdf0e10cSrcweirSfxBoolItem ConnectorLineArrows SID_CONNECTOR_LINE_ARROWS
1052cdf0e10cSrcweir
1053cdf0e10cSrcweir[
1054cdf0e10cSrcweir	/* flags: */
1055cdf0e10cSrcweir	AutoUpdate = FALSE,
1056cdf0e10cSrcweir	Cachable = Cachable,
1057cdf0e10cSrcweir	FastCall = FALSE,
1058cdf0e10cSrcweir	HasCoreId = FALSE,
1059cdf0e10cSrcweir	HasDialog = FALSE,
1060cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1061cdf0e10cSrcweir	Toggle = FALSE,
1062cdf0e10cSrcweir	Container = FALSE,
1063cdf0e10cSrcweir	RecordAbsolute = FALSE,
1064cdf0e10cSrcweir	RecordPerItem;
1065cdf0e10cSrcweir	Synchron;
1066cdf0e10cSrcweir
1067cdf0e10cSrcweir	Readonly = FALSE,
1068cdf0e10cSrcweir
1069cdf0e10cSrcweir	/* config: */
1070cdf0e10cSrcweir	AccelConfig = FALSE,
1071cdf0e10cSrcweir	MenuConfig = FALSE,
1072cdf0e10cSrcweir	StatusBarConfig = FALSE,
1073cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1074cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1075cdf0e10cSrcweir]
1076cdf0e10cSrcweir
1077cdf0e10cSrcweir//--------------------------------------------------------------------------
1078cdf0e10cSrcweirSfxBoolItem ConnectorLineArrowStart SID_CONNECTOR_LINE_ARROW_START
1079cdf0e10cSrcweir
1080cdf0e10cSrcweir[
1081cdf0e10cSrcweir	/* flags: */
1082cdf0e10cSrcweir	AutoUpdate = FALSE,
1083cdf0e10cSrcweir	Cachable = Cachable,
1084cdf0e10cSrcweir	FastCall = FALSE,
1085cdf0e10cSrcweir	HasCoreId = FALSE,
1086cdf0e10cSrcweir	HasDialog = FALSE,
1087cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1088cdf0e10cSrcweir	Toggle = FALSE,
1089cdf0e10cSrcweir	Container = FALSE,
1090cdf0e10cSrcweir	RecordAbsolute = FALSE,
1091cdf0e10cSrcweir	RecordPerItem;
1092cdf0e10cSrcweir	Synchron;
1093cdf0e10cSrcweir
1094cdf0e10cSrcweir	Readonly = FALSE,
1095cdf0e10cSrcweir
1096cdf0e10cSrcweir	/* config: */
1097cdf0e10cSrcweir	AccelConfig = FALSE,
1098cdf0e10cSrcweir	MenuConfig = FALSE,
1099cdf0e10cSrcweir	StatusBarConfig = FALSE,
1100cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1101cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1102cdf0e10cSrcweir]
1103cdf0e10cSrcweir
1104cdf0e10cSrcweir//--------------------------------------------------------------------------
1105cdf0e10cSrcweirSfxBoolItem ConnectorLineCircleEnd SID_CONNECTOR_LINE_CIRCLE_END
1106cdf0e10cSrcweir
1107cdf0e10cSrcweir[
1108cdf0e10cSrcweir	/* flags: */
1109cdf0e10cSrcweir	AutoUpdate = FALSE,
1110cdf0e10cSrcweir	Cachable = Cachable,
1111cdf0e10cSrcweir	FastCall = FALSE,
1112cdf0e10cSrcweir	HasCoreId = FALSE,
1113cdf0e10cSrcweir	HasDialog = FALSE,
1114cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1115cdf0e10cSrcweir	Toggle = FALSE,
1116cdf0e10cSrcweir	Container = FALSE,
1117cdf0e10cSrcweir	RecordAbsolute = FALSE,
1118cdf0e10cSrcweir	RecordPerItem;
1119cdf0e10cSrcweir	Synchron;
1120cdf0e10cSrcweir
1121cdf0e10cSrcweir	Readonly = FALSE,
1122cdf0e10cSrcweir
1123cdf0e10cSrcweir	/* config: */
1124cdf0e10cSrcweir	AccelConfig = FALSE,
1125cdf0e10cSrcweir	MenuConfig = FALSE,
1126cdf0e10cSrcweir	StatusBarConfig = FALSE,
1127cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1128cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1129cdf0e10cSrcweir]
1130cdf0e10cSrcweir
1131cdf0e10cSrcweir//--------------------------------------------------------------------------
1132cdf0e10cSrcweirSfxBoolItem ConnectorLineCircles SID_CONNECTOR_LINE_CIRCLES
1133cdf0e10cSrcweir
1134cdf0e10cSrcweir[
1135cdf0e10cSrcweir	/* flags: */
1136cdf0e10cSrcweir	AutoUpdate = FALSE,
1137cdf0e10cSrcweir	Cachable = Cachable,
1138cdf0e10cSrcweir	FastCall = FALSE,
1139cdf0e10cSrcweir	HasCoreId = FALSE,
1140cdf0e10cSrcweir	HasDialog = FALSE,
1141cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1142cdf0e10cSrcweir	Toggle = FALSE,
1143cdf0e10cSrcweir	Container = FALSE,
1144cdf0e10cSrcweir	RecordAbsolute = FALSE,
1145cdf0e10cSrcweir	RecordPerItem;
1146cdf0e10cSrcweir	Synchron;
1147cdf0e10cSrcweir
1148cdf0e10cSrcweir	Readonly = FALSE,
1149cdf0e10cSrcweir
1150cdf0e10cSrcweir	/* config: */
1151cdf0e10cSrcweir	AccelConfig = FALSE,
1152cdf0e10cSrcweir	MenuConfig = FALSE,
1153cdf0e10cSrcweir	StatusBarConfig = FALSE,
1154cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1155cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1156cdf0e10cSrcweir]
1157cdf0e10cSrcweir
1158cdf0e10cSrcweir//--------------------------------------------------------------------------
1159cdf0e10cSrcweirSfxBoolItem ConnectorLineCircleStart SID_CONNECTOR_LINE_CIRCLE_START
1160cdf0e10cSrcweir
1161cdf0e10cSrcweir[
1162cdf0e10cSrcweir	/* flags: */
1163cdf0e10cSrcweir	AutoUpdate = FALSE,
1164cdf0e10cSrcweir	Cachable = Cachable,
1165cdf0e10cSrcweir	FastCall = FALSE,
1166cdf0e10cSrcweir	HasCoreId = FALSE,
1167cdf0e10cSrcweir	HasDialog = FALSE,
1168cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1169cdf0e10cSrcweir	Toggle = FALSE,
1170cdf0e10cSrcweir	Container = FALSE,
1171cdf0e10cSrcweir	RecordAbsolute = FALSE,
1172cdf0e10cSrcweir	RecordPerItem;
1173cdf0e10cSrcweir	Synchron;
1174cdf0e10cSrcweir
1175cdf0e10cSrcweir	Readonly = FALSE,
1176cdf0e10cSrcweir
1177cdf0e10cSrcweir	/* config: */
1178cdf0e10cSrcweir	AccelConfig = FALSE,
1179cdf0e10cSrcweir	MenuConfig = FALSE,
1180cdf0e10cSrcweir	StatusBarConfig = FALSE,
1181cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1182cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1183cdf0e10cSrcweir]
1184cdf0e10cSrcweir
1185cdf0e10cSrcweir//--------------------------------------------------------------------------
1186cdf0e10cSrcweirSfxBoolItem ConnectorLines SID_CONNECTOR_LINES
1187cdf0e10cSrcweir
1188cdf0e10cSrcweir[
1189cdf0e10cSrcweir	/* flags: */
1190cdf0e10cSrcweir	AutoUpdate = FALSE,
1191cdf0e10cSrcweir	Cachable = Cachable,
1192cdf0e10cSrcweir	FastCall = FALSE,
1193cdf0e10cSrcweir	HasCoreId = FALSE,
1194cdf0e10cSrcweir	HasDialog = FALSE,
1195cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1196cdf0e10cSrcweir	Toggle = FALSE,
1197cdf0e10cSrcweir	Container = FALSE,
1198cdf0e10cSrcweir	RecordAbsolute = FALSE,
1199cdf0e10cSrcweir	RecordPerItem;
1200cdf0e10cSrcweir	Synchron;
1201cdf0e10cSrcweir
1202cdf0e10cSrcweir	Readonly = FALSE,
1203cdf0e10cSrcweir
1204cdf0e10cSrcweir	/* config: */
1205cdf0e10cSrcweir	AccelConfig = FALSE,
1206cdf0e10cSrcweir	MenuConfig = FALSE,
1207cdf0e10cSrcweir	StatusBarConfig = FALSE,
1208cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1209cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1210cdf0e10cSrcweir]
1211cdf0e10cSrcweir
1212cdf0e10cSrcweir//--------------------------------------------------------------------------
1213cdf0e10cSrcweirSfxBoolItem ConnectorLinesArrowEnd SID_CONNECTOR_LINES_ARROW_END
1214cdf0e10cSrcweir
1215cdf0e10cSrcweir[
1216cdf0e10cSrcweir	/* flags: */
1217cdf0e10cSrcweir	AutoUpdate = FALSE,
1218cdf0e10cSrcweir	Cachable = Cachable,
1219cdf0e10cSrcweir	FastCall = FALSE,
1220cdf0e10cSrcweir	HasCoreId = FALSE,
1221cdf0e10cSrcweir	HasDialog = FALSE,
1222cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1223cdf0e10cSrcweir	Toggle = FALSE,
1224cdf0e10cSrcweir	Container = FALSE,
1225cdf0e10cSrcweir	RecordAbsolute = FALSE,
1226cdf0e10cSrcweir	RecordPerItem;
1227cdf0e10cSrcweir	Synchron;
1228cdf0e10cSrcweir
1229cdf0e10cSrcweir	Readonly = FALSE,
1230cdf0e10cSrcweir
1231cdf0e10cSrcweir	/* config: */
1232cdf0e10cSrcweir	AccelConfig = FALSE,
1233cdf0e10cSrcweir	MenuConfig = FALSE,
1234cdf0e10cSrcweir	StatusBarConfig = FALSE,
1235cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1236cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1237cdf0e10cSrcweir]
1238cdf0e10cSrcweir
1239cdf0e10cSrcweir//--------------------------------------------------------------------------
1240cdf0e10cSrcweirSfxBoolItem ConnectorLinesArrows SID_CONNECTOR_LINES_ARROWS
1241cdf0e10cSrcweir
1242cdf0e10cSrcweir[
1243cdf0e10cSrcweir	/* flags: */
1244cdf0e10cSrcweir	AutoUpdate = FALSE,
1245cdf0e10cSrcweir	Cachable = Cachable,
1246cdf0e10cSrcweir	FastCall = FALSE,
1247cdf0e10cSrcweir	HasCoreId = FALSE,
1248cdf0e10cSrcweir	HasDialog = FALSE,
1249cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1250cdf0e10cSrcweir	Toggle = FALSE,
1251cdf0e10cSrcweir	Container = FALSE,
1252cdf0e10cSrcweir	RecordAbsolute = FALSE,
1253cdf0e10cSrcweir	RecordPerItem;
1254cdf0e10cSrcweir	Synchron;
1255cdf0e10cSrcweir
1256cdf0e10cSrcweir	Readonly = FALSE,
1257cdf0e10cSrcweir
1258cdf0e10cSrcweir	/* config: */
1259cdf0e10cSrcweir	AccelConfig = FALSE,
1260cdf0e10cSrcweir	MenuConfig = FALSE,
1261cdf0e10cSrcweir	StatusBarConfig = FALSE,
1262cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1263cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1264cdf0e10cSrcweir]
1265cdf0e10cSrcweir
1266cdf0e10cSrcweir//--------------------------------------------------------------------------
1267cdf0e10cSrcweirSfxBoolItem ConnectorLinesArrowStart SID_CONNECTOR_LINES_ARROW_START
1268cdf0e10cSrcweir
1269cdf0e10cSrcweir[
1270cdf0e10cSrcweir	/* flags: */
1271cdf0e10cSrcweir	AutoUpdate = FALSE,
1272cdf0e10cSrcweir	Cachable = Cachable,
1273cdf0e10cSrcweir	FastCall = FALSE,
1274cdf0e10cSrcweir	HasCoreId = FALSE,
1275cdf0e10cSrcweir	HasDialog = FALSE,
1276cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1277cdf0e10cSrcweir	Toggle = FALSE,
1278cdf0e10cSrcweir	Container = FALSE,
1279cdf0e10cSrcweir	RecordAbsolute = FALSE,
1280cdf0e10cSrcweir	RecordPerItem;
1281cdf0e10cSrcweir	Synchron;
1282cdf0e10cSrcweir
1283cdf0e10cSrcweir	Readonly = FALSE,
1284cdf0e10cSrcweir
1285cdf0e10cSrcweir	/* config: */
1286cdf0e10cSrcweir	AccelConfig = FALSE,
1287cdf0e10cSrcweir	MenuConfig = FALSE,
1288cdf0e10cSrcweir	StatusBarConfig = FALSE,
1289cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1290cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1291cdf0e10cSrcweir]
1292cdf0e10cSrcweir
1293cdf0e10cSrcweir//--------------------------------------------------------------------------
1294cdf0e10cSrcweirSfxBoolItem ConnectorLinesCircleEnd SID_CONNECTOR_LINES_CIRCLE_END
1295cdf0e10cSrcweir
1296cdf0e10cSrcweir[
1297cdf0e10cSrcweir	/* flags: */
1298cdf0e10cSrcweir	AutoUpdate = FALSE,
1299cdf0e10cSrcweir	Cachable = Cachable,
1300cdf0e10cSrcweir	FastCall = FALSE,
1301cdf0e10cSrcweir	HasCoreId = FALSE,
1302cdf0e10cSrcweir	HasDialog = FALSE,
1303cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1304cdf0e10cSrcweir	Toggle = FALSE,
1305cdf0e10cSrcweir	Container = FALSE,
1306cdf0e10cSrcweir	RecordAbsolute = FALSE,
1307cdf0e10cSrcweir	RecordPerItem;
1308cdf0e10cSrcweir	Synchron;
1309cdf0e10cSrcweir
1310cdf0e10cSrcweir	Readonly = FALSE,
1311cdf0e10cSrcweir
1312cdf0e10cSrcweir	/* config: */
1313cdf0e10cSrcweir	AccelConfig = FALSE,
1314cdf0e10cSrcweir	MenuConfig = FALSE,
1315cdf0e10cSrcweir	StatusBarConfig = FALSE,
1316cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1317cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1318cdf0e10cSrcweir]
1319cdf0e10cSrcweir
1320cdf0e10cSrcweir//--------------------------------------------------------------------------
1321cdf0e10cSrcweirSfxBoolItem ConnectorLinesCircles SID_CONNECTOR_LINES_CIRCLES
1322cdf0e10cSrcweir
1323cdf0e10cSrcweir[
1324cdf0e10cSrcweir	/* flags: */
1325cdf0e10cSrcweir	AutoUpdate = FALSE,
1326cdf0e10cSrcweir	Cachable = Cachable,
1327cdf0e10cSrcweir	FastCall = FALSE,
1328cdf0e10cSrcweir	HasCoreId = FALSE,
1329cdf0e10cSrcweir	HasDialog = FALSE,
1330cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1331cdf0e10cSrcweir	Toggle = FALSE,
1332cdf0e10cSrcweir	Container = FALSE,
1333cdf0e10cSrcweir	RecordAbsolute = FALSE,
1334cdf0e10cSrcweir	RecordPerItem;
1335cdf0e10cSrcweir	Synchron;
1336cdf0e10cSrcweir
1337cdf0e10cSrcweir	Readonly = FALSE,
1338cdf0e10cSrcweir
1339cdf0e10cSrcweir	/* config: */
1340cdf0e10cSrcweir	AccelConfig = FALSE,
1341cdf0e10cSrcweir	MenuConfig = FALSE,
1342cdf0e10cSrcweir	StatusBarConfig = FALSE,
1343cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1344cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1345cdf0e10cSrcweir]
1346cdf0e10cSrcweir
1347cdf0e10cSrcweir//--------------------------------------------------------------------------
1348cdf0e10cSrcweirSfxBoolItem ConnectorLinesCircleStart SID_CONNECTOR_LINES_CIRCLE_START
1349cdf0e10cSrcweir
1350cdf0e10cSrcweir[
1351cdf0e10cSrcweir	/* flags: */
1352cdf0e10cSrcweir	AutoUpdate = FALSE,
1353cdf0e10cSrcweir	Cachable = Cachable,
1354cdf0e10cSrcweir	FastCall = FALSE,
1355cdf0e10cSrcweir	HasCoreId = FALSE,
1356cdf0e10cSrcweir	HasDialog = FALSE,
1357cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1358cdf0e10cSrcweir	Toggle = FALSE,
1359cdf0e10cSrcweir	Container = FALSE,
1360cdf0e10cSrcweir	RecordAbsolute = FALSE,
1361cdf0e10cSrcweir	RecordPerItem;
1362cdf0e10cSrcweir	Synchron;
1363cdf0e10cSrcweir
1364cdf0e10cSrcweir	Readonly = FALSE,
1365cdf0e10cSrcweir
1366cdf0e10cSrcweir	/* config: */
1367cdf0e10cSrcweir	AccelConfig = FALSE,
1368cdf0e10cSrcweir	MenuConfig = FALSE,
1369cdf0e10cSrcweir	StatusBarConfig = FALSE,
1370cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1371cdf0e10cSrcweir	GroupId = GID_CONNECTOR;
1372cdf0e10cSrcweir]
1373cdf0e10cSrcweir
1374cdf0e10cSrcweir//--------------------------------------------------------------------------
1375cdf0e10cSrcweirTbxImageItem ConnectorToolbox SID_DRAWTBX_CONNECTORS
1376cdf0e10cSrcweir
1377cdf0e10cSrcweir[
1378cdf0e10cSrcweir	/* flags: */
1379cdf0e10cSrcweir	AutoUpdate = FALSE,
1380cdf0e10cSrcweir	Cachable = Cachable,
1381cdf0e10cSrcweir	FastCall = FALSE,
1382cdf0e10cSrcweir	HasCoreId = FALSE,
1383cdf0e10cSrcweir	HasDialog = FALSE,
1384cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1385cdf0e10cSrcweir	Toggle = FALSE,
1386cdf0e10cSrcweir	Container = FALSE,
1387cdf0e10cSrcweir	RecordAbsolute = FALSE,
1388cdf0e10cSrcweir	RecordPerSet;
1389cdf0e10cSrcweir	Synchron;
1390cdf0e10cSrcweir
1391cdf0e10cSrcweir	Readonly = FALSE,
1392cdf0e10cSrcweir
1393cdf0e10cSrcweir	/* config: */
1394cdf0e10cSrcweir	AccelConfig = TRUE,
1395cdf0e10cSrcweir	MenuConfig = TRUE,
1396cdf0e10cSrcweir	StatusBarConfig = FALSE,
1397cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1398cdf0e10cSrcweir	GroupId = GID_DRAWING;
1399cdf0e10cSrcweir]
1400cdf0e10cSrcweir
1401cdf0e10cSrcweir//--------------------------------------------------------------------------
1402cdf0e10cSrcweirSfxVoidItem convert_to_contour SID_CONVERT_TO_CONTOUR
1403cdf0e10cSrcweir()
1404cdf0e10cSrcweir[
1405cdf0e10cSrcweir	/* flags: */
1406cdf0e10cSrcweir	AutoUpdate = FALSE,
1407cdf0e10cSrcweir	Cachable = Cachable,
1408cdf0e10cSrcweir	FastCall = FALSE,
1409cdf0e10cSrcweir	HasCoreId = FALSE,
1410cdf0e10cSrcweir	HasDialog = FALSE,
1411cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1412cdf0e10cSrcweir	Toggle = FALSE,
1413cdf0e10cSrcweir	Container = FALSE,
1414cdf0e10cSrcweir	RecordAbsolute = FALSE,
1415cdf0e10cSrcweir	RecordPerSet;
1416cdf0e10cSrcweir	Synchron;
1417cdf0e10cSrcweir
1418cdf0e10cSrcweir	/* config: */
1419cdf0e10cSrcweir	AccelConfig = TRUE,
1420cdf0e10cSrcweir	MenuConfig = TRUE,
1421cdf0e10cSrcweir	StatusBarConfig = FALSE,
1422cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1423cdf0e10cSrcweir	GroupId = GID_DRAWING;
1424cdf0e10cSrcweir]
1425cdf0e10cSrcweir
1426cdf0e10cSrcweir//--------------------------------------------------------------------------
1427cdf0e10cSrcweirSfxVoidItem ConvertInto3D SID_CONVERT_TO_3D
1428cdf0e10cSrcweir()
1429cdf0e10cSrcweir[
1430cdf0e10cSrcweir	/* flags: */
1431cdf0e10cSrcweir	AutoUpdate = FALSE,
1432cdf0e10cSrcweir	Cachable = Cachable,
1433cdf0e10cSrcweir	FastCall = FALSE,
1434cdf0e10cSrcweir	HasCoreId = FALSE,
1435cdf0e10cSrcweir	HasDialog = FALSE,
1436cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1437cdf0e10cSrcweir	Toggle = FALSE,
1438cdf0e10cSrcweir	Container = FALSE,
1439cdf0e10cSrcweir	RecordAbsolute = FALSE,
1440cdf0e10cSrcweir	RecordPerSet;
1441cdf0e10cSrcweir	Synchron;
1442cdf0e10cSrcweir
1443cdf0e10cSrcweir	/* config: */
1444cdf0e10cSrcweir	AccelConfig = TRUE,
1445cdf0e10cSrcweir	MenuConfig = TRUE,
1446cdf0e10cSrcweir	StatusBarConfig = FALSE,
1447cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1448cdf0e10cSrcweir	GroupId = GID_MODIFY;
1449cdf0e10cSrcweir]
1450cdf0e10cSrcweir
1451cdf0e10cSrcweir//--------------------------------------------------------------------------
1452cdf0e10cSrcweirSfxVoidItem ConvertInto3DLathe SID_CONVERT_TO_3D_LATHE
1453cdf0e10cSrcweir()
1454cdf0e10cSrcweir[
1455cdf0e10cSrcweir	/* flags: */
1456cdf0e10cSrcweir	AutoUpdate = FALSE,
1457cdf0e10cSrcweir	Cachable = Cachable,
1458cdf0e10cSrcweir	FastCall = FALSE,
1459cdf0e10cSrcweir	HasCoreId = FALSE,
1460cdf0e10cSrcweir	HasDialog = FALSE,
1461cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1462cdf0e10cSrcweir	Toggle = FALSE,
1463cdf0e10cSrcweir	Container = FALSE,
1464cdf0e10cSrcweir	RecordAbsolute = FALSE,
1465cdf0e10cSrcweir	RecordPerSet;
1466cdf0e10cSrcweir	Synchron;
1467cdf0e10cSrcweir
1468cdf0e10cSrcweir	/* config: */
1469cdf0e10cSrcweir	AccelConfig = TRUE,
1470cdf0e10cSrcweir	MenuConfig = TRUE,
1471cdf0e10cSrcweir	StatusBarConfig = FALSE,
1472cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1473cdf0e10cSrcweir	GroupId = GID_MODIFY;
1474cdf0e10cSrcweir]
1475cdf0e10cSrcweir
1476cdf0e10cSrcweir//--------------------------------------------------------------------------
1477cdf0e10cSrcweirSfxVoidItem ConvertInto3DLatheFast SID_CONVERT_TO_3D_LATHE_FAST
1478cdf0e10cSrcweir()
1479cdf0e10cSrcweir[
1480cdf0e10cSrcweir	/* flags: */
1481cdf0e10cSrcweir	AutoUpdate = FALSE,
1482cdf0e10cSrcweir	Cachable = Cachable,
1483cdf0e10cSrcweir	FastCall = FALSE,
1484cdf0e10cSrcweir	HasCoreId = FALSE,
1485cdf0e10cSrcweir	HasDialog = FALSE,
1486cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1487cdf0e10cSrcweir	Toggle = FALSE,
1488cdf0e10cSrcweir	Container = FALSE,
1489cdf0e10cSrcweir	RecordAbsolute = FALSE,
1490cdf0e10cSrcweir	RecordPerSet;
1491cdf0e10cSrcweir	Synchron;
1492cdf0e10cSrcweir
1493cdf0e10cSrcweir	/* config: */
1494cdf0e10cSrcweir	AccelConfig = TRUE,
1495cdf0e10cSrcweir	MenuConfig = TRUE,
1496cdf0e10cSrcweir	StatusBarConfig = FALSE,
1497cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1498cdf0e10cSrcweir	GroupId = GID_MODIFY;
1499cdf0e10cSrcweir]
1500cdf0e10cSrcweir
1501cdf0e10cSrcweir//--------------------------------------------------------------------------
1502cdf0e10cSrcweirSfxVoidItem ConvertIntoBitmap SID_CONVERT_TO_BITMAP
1503cdf0e10cSrcweir()
1504cdf0e10cSrcweir[
1505cdf0e10cSrcweir	/* flags: */
1506cdf0e10cSrcweir	AutoUpdate = FALSE,
1507cdf0e10cSrcweir	Cachable = Cachable,
1508cdf0e10cSrcweir	FastCall = FALSE,
1509cdf0e10cSrcweir	HasCoreId = FALSE,
1510cdf0e10cSrcweir	HasDialog = FALSE,
1511cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1512cdf0e10cSrcweir	Toggle = FALSE,
1513cdf0e10cSrcweir	Container = FALSE,
1514cdf0e10cSrcweir	RecordAbsolute = FALSE,
1515cdf0e10cSrcweir	RecordPerSet;
1516cdf0e10cSrcweir	Synchron;
1517cdf0e10cSrcweir
1518cdf0e10cSrcweir	/* config: */
1519cdf0e10cSrcweir	AccelConfig = TRUE,
1520cdf0e10cSrcweir	MenuConfig = TRUE,
1521cdf0e10cSrcweir	StatusBarConfig = FALSE,
1522cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1523cdf0e10cSrcweir	GroupId = GID_MODIFY;
1524cdf0e10cSrcweir]
1525cdf0e10cSrcweir
1526cdf0e10cSrcweir//--------------------------------------------------------------------------
1527cdf0e10cSrcweirSfxVoidItem ConvertIntoMetaFile SID_CONVERT_TO_METAFILE
1528cdf0e10cSrcweir()
1529cdf0e10cSrcweir[
1530cdf0e10cSrcweir	/* flags: */
1531cdf0e10cSrcweir	AutoUpdate = FALSE,
1532cdf0e10cSrcweir	Cachable = Cachable,
1533cdf0e10cSrcweir	FastCall = FALSE,
1534cdf0e10cSrcweir	HasCoreId = FALSE,
1535cdf0e10cSrcweir	HasDialog = FALSE,
1536cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1537cdf0e10cSrcweir	Toggle = FALSE,
1538cdf0e10cSrcweir	Container = FALSE,
1539cdf0e10cSrcweir	RecordAbsolute = FALSE,
1540cdf0e10cSrcweir	RecordPerSet;
1541cdf0e10cSrcweir	Synchron;
1542cdf0e10cSrcweir
1543cdf0e10cSrcweir	/* config: */
1544cdf0e10cSrcweir	AccelConfig = TRUE,
1545cdf0e10cSrcweir	MenuConfig = TRUE,
1546cdf0e10cSrcweir	StatusBarConfig = FALSE,
1547cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1548cdf0e10cSrcweir	GroupId = GID_MODIFY;
1549cdf0e10cSrcweir]
1550cdf0e10cSrcweir
1551cdf0e10cSrcweir//--------------------------------------------------------------------------
1552cdf0e10cSrcweirSfxBoolItem ConvertTo1BitMatrix SID_CONVERT_TO_1BIT_MATRIX
1553cdf0e10cSrcweir()
1554cdf0e10cSrcweir[
1555cdf0e10cSrcweir	/* flags: */
1556cdf0e10cSrcweir	AutoUpdate = TRUE,
1557cdf0e10cSrcweir	Cachable = Cachable,
1558cdf0e10cSrcweir	FastCall = FALSE,
1559cdf0e10cSrcweir	HasCoreId = FALSE,
1560cdf0e10cSrcweir	HasDialog = FALSE,
1561cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1562cdf0e10cSrcweir	Toggle = FALSE,
1563cdf0e10cSrcweir	Container = FALSE,
1564cdf0e10cSrcweir	RecordAbsolute = FALSE,
1565cdf0e10cSrcweir	RecordPerSet;
1566cdf0e10cSrcweir	Asynchron;
1567cdf0e10cSrcweir
1568cdf0e10cSrcweir	/* config: */
1569cdf0e10cSrcweir	AccelConfig = TRUE,
1570cdf0e10cSrcweir	MenuConfig = TRUE,
1571cdf0e10cSrcweir	StatusBarConfig = FALSE,
1572cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1573cdf0e10cSrcweir	GroupId = GID_MODIFY;
1574cdf0e10cSrcweir]
1575cdf0e10cSrcweir
1576cdf0e10cSrcweir//--------------------------------------------------------------------------
1577cdf0e10cSrcweirSfxBoolItem ConvertTo1BitThreshold SID_CONVERT_TO_1BIT_THRESHOLD
1578cdf0e10cSrcweir()
1579cdf0e10cSrcweir[
1580cdf0e10cSrcweir	/* flags: */
1581cdf0e10cSrcweir	AutoUpdate = TRUE,
1582cdf0e10cSrcweir	Cachable = Cachable,
1583cdf0e10cSrcweir	FastCall = FALSE,
1584cdf0e10cSrcweir	HasCoreId = FALSE,
1585cdf0e10cSrcweir	HasDialog = FALSE,
1586cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1587cdf0e10cSrcweir	Toggle = FALSE,
1588cdf0e10cSrcweir	Container = FALSE,
1589cdf0e10cSrcweir	RecordAbsolute = FALSE,
1590cdf0e10cSrcweir	RecordPerSet;
1591cdf0e10cSrcweir	Asynchron;
1592cdf0e10cSrcweir
1593cdf0e10cSrcweir	/* config: */
1594cdf0e10cSrcweir	AccelConfig = TRUE,
1595cdf0e10cSrcweir	MenuConfig = TRUE,
1596cdf0e10cSrcweir	StatusBarConfig = FALSE,
1597cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1598cdf0e10cSrcweir	GroupId = GID_MODIFY;
1599cdf0e10cSrcweir]
1600cdf0e10cSrcweir
1601cdf0e10cSrcweir//--------------------------------------------------------------------------
1602cdf0e10cSrcweirSfxBoolItem ConvertTo4BitColors SID_CONVERT_TO_4BIT_COLORS
1603cdf0e10cSrcweir()
1604cdf0e10cSrcweir[
1605cdf0e10cSrcweir	/* flags: */
1606cdf0e10cSrcweir	AutoUpdate = TRUE,
1607cdf0e10cSrcweir	Cachable = Cachable,
1608cdf0e10cSrcweir	FastCall = FALSE,
1609cdf0e10cSrcweir	HasCoreId = FALSE,
1610cdf0e10cSrcweir	HasDialog = FALSE,
1611cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1612cdf0e10cSrcweir	Toggle = FALSE,
1613cdf0e10cSrcweir	Container = FALSE,
1614cdf0e10cSrcweir	RecordAbsolute = FALSE,
1615cdf0e10cSrcweir	RecordPerSet;
1616cdf0e10cSrcweir	Asynchron;
1617cdf0e10cSrcweir
1618cdf0e10cSrcweir	/* config: */
1619cdf0e10cSrcweir	AccelConfig = TRUE,
1620cdf0e10cSrcweir	MenuConfig = TRUE,
1621cdf0e10cSrcweir	StatusBarConfig = FALSE,
1622cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1623cdf0e10cSrcweir	GroupId = GID_MODIFY;
1624cdf0e10cSrcweir]
1625cdf0e10cSrcweir
1626cdf0e10cSrcweir//--------------------------------------------------------------------------
1627cdf0e10cSrcweirSfxBoolItem ConvertTo4BitGrays SID_CONVERT_TO_4BIT_GRAYS
1628cdf0e10cSrcweir()
1629cdf0e10cSrcweir[
1630cdf0e10cSrcweir	/* flags: */
1631cdf0e10cSrcweir	AutoUpdate = TRUE,
1632cdf0e10cSrcweir	Cachable = Cachable,
1633cdf0e10cSrcweir	FastCall = FALSE,
1634cdf0e10cSrcweir	HasCoreId = FALSE,
1635cdf0e10cSrcweir	HasDialog = FALSE,
1636cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1637cdf0e10cSrcweir	Toggle = FALSE,
1638cdf0e10cSrcweir	Container = FALSE,
1639cdf0e10cSrcweir	RecordAbsolute = FALSE,
1640cdf0e10cSrcweir	RecordPerSet;
1641cdf0e10cSrcweir	Asynchron;
1642cdf0e10cSrcweir
1643cdf0e10cSrcweir	/* config: */
1644cdf0e10cSrcweir	AccelConfig = TRUE,
1645cdf0e10cSrcweir	MenuConfig = TRUE,
1646cdf0e10cSrcweir	StatusBarConfig = FALSE,
1647cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1648cdf0e10cSrcweir	GroupId = GID_MODIFY;
1649cdf0e10cSrcweir]
1650cdf0e10cSrcweir
1651cdf0e10cSrcweir//--------------------------------------------------------------------------
1652cdf0e10cSrcweirSfxBoolItem ConvertTo8BitColors SID_CONVERT_TO_8BIT_COLORS
1653cdf0e10cSrcweir()
1654cdf0e10cSrcweir[
1655cdf0e10cSrcweir	/* flags: */
1656cdf0e10cSrcweir	AutoUpdate = TRUE,
1657cdf0e10cSrcweir	Cachable = Cachable,
1658cdf0e10cSrcweir	FastCall = FALSE,
1659cdf0e10cSrcweir	HasCoreId = FALSE,
1660cdf0e10cSrcweir	HasDialog = FALSE,
1661cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1662cdf0e10cSrcweir	Toggle = FALSE,
1663cdf0e10cSrcweir	Container = FALSE,
1664cdf0e10cSrcweir	RecordAbsolute = FALSE,
1665cdf0e10cSrcweir	RecordPerSet;
1666cdf0e10cSrcweir	Asynchron;
1667cdf0e10cSrcweir
1668cdf0e10cSrcweir	/* config: */
1669cdf0e10cSrcweir	AccelConfig = TRUE,
1670cdf0e10cSrcweir	MenuConfig = TRUE,
1671cdf0e10cSrcweir	StatusBarConfig = FALSE,
1672cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1673cdf0e10cSrcweir	GroupId = GID_MODIFY;
1674cdf0e10cSrcweir]
1675cdf0e10cSrcweir
1676cdf0e10cSrcweir//--------------------------------------------------------------------------
1677cdf0e10cSrcweirSfxBoolItem ConvertTo8BitGrays SID_CONVERT_TO_8BIT_GRAYS
1678cdf0e10cSrcweir()
1679cdf0e10cSrcweir[
1680cdf0e10cSrcweir	/* flags: */
1681cdf0e10cSrcweir	AutoUpdate = TRUE,
1682cdf0e10cSrcweir	Cachable = Cachable,
1683cdf0e10cSrcweir	FastCall = FALSE,
1684cdf0e10cSrcweir	HasCoreId = FALSE,
1685cdf0e10cSrcweir	HasDialog = FALSE,
1686cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1687cdf0e10cSrcweir	Toggle = FALSE,
1688cdf0e10cSrcweir	Container = FALSE,
1689cdf0e10cSrcweir	RecordAbsolute = FALSE,
1690cdf0e10cSrcweir	RecordPerSet;
1691cdf0e10cSrcweir	Asynchron;
1692cdf0e10cSrcweir
1693cdf0e10cSrcweir	/* config: */
1694cdf0e10cSrcweir	AccelConfig = TRUE,
1695cdf0e10cSrcweir	MenuConfig = TRUE,
1696cdf0e10cSrcweir	StatusBarConfig = FALSE,
1697cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1698cdf0e10cSrcweir	GroupId = GID_MODIFY;
1699cdf0e10cSrcweir]
1700cdf0e10cSrcweir
1701cdf0e10cSrcweir//--------------------------------------------------------------------------
1702cdf0e10cSrcweirSfxBoolItem ConvertToTrueColor SID_CONVERT_TO_24BIT
1703cdf0e10cSrcweir()
1704cdf0e10cSrcweir[
1705cdf0e10cSrcweir	/* flags: */
1706cdf0e10cSrcweir	AutoUpdate = TRUE,
1707cdf0e10cSrcweir	Cachable = Cachable,
1708cdf0e10cSrcweir	FastCall = FALSE,
1709cdf0e10cSrcweir	HasCoreId = FALSE,
1710cdf0e10cSrcweir	HasDialog = FALSE,
1711cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1712cdf0e10cSrcweir	Toggle = FALSE,
1713cdf0e10cSrcweir	Container = FALSE,
1714cdf0e10cSrcweir	RecordAbsolute = FALSE,
1715cdf0e10cSrcweir	RecordPerSet;
1716cdf0e10cSrcweir	Asynchron;
1717cdf0e10cSrcweir
1718cdf0e10cSrcweir	/* config: */
1719cdf0e10cSrcweir	AccelConfig = TRUE,
1720cdf0e10cSrcweir	MenuConfig = TRUE,
1721cdf0e10cSrcweir	StatusBarConfig = FALSE,
1722cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1723cdf0e10cSrcweir	GroupId = GID_MODIFY;
1724cdf0e10cSrcweir]
1725cdf0e10cSrcweir
1726cdf0e10cSrcweir//--------------------------------------------------------------------------
1727cdf0e10cSrcweirSfxVoidItem CopyObjects SID_COPYOBJECTS
1728cdf0e10cSrcweir()
1729cdf0e10cSrcweir[
1730cdf0e10cSrcweir	/* flags: */
1731cdf0e10cSrcweir	AutoUpdate = FALSE,
1732cdf0e10cSrcweir	Cachable = Cachable,
1733cdf0e10cSrcweir	FastCall = FALSE,
1734cdf0e10cSrcweir	HasCoreId = FALSE,
1735cdf0e10cSrcweir	HasDialog = TRUE,
1736cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1737cdf0e10cSrcweir	Toggle = FALSE,
1738cdf0e10cSrcweir	Container = FALSE,
1739cdf0e10cSrcweir	RecordAbsolute = FALSE,
1740cdf0e10cSrcweir	RecordPerSet;
1741cdf0e10cSrcweir	Synchron;
1742cdf0e10cSrcweir
1743cdf0e10cSrcweir	/* config: */
1744cdf0e10cSrcweir	AccelConfig = TRUE,
1745cdf0e10cSrcweir	MenuConfig = TRUE,
1746cdf0e10cSrcweir	StatusBarConfig = FALSE,
1747cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1748cdf0e10cSrcweir	GroupId = GID_EDIT;
1749cdf0e10cSrcweir]
1750cdf0e10cSrcweir
1751cdf0e10cSrcweir//--------------------------------------------------------------------------
1752cdf0e10cSrcweirSfxBoolItem CrookRotate SID_OBJECT_CROOK_ROTATE
1753cdf0e10cSrcweir
1754cdf0e10cSrcweir[
1755cdf0e10cSrcweir	/* flags: */
1756cdf0e10cSrcweir	AutoUpdate = TRUE,
1757cdf0e10cSrcweir	Cachable = Cachable,
1758cdf0e10cSrcweir	FastCall = FALSE,
1759cdf0e10cSrcweir	HasCoreId = FALSE,
1760cdf0e10cSrcweir	HasDialog = FALSE,
1761cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1762cdf0e10cSrcweir	Toggle = FALSE,
1763cdf0e10cSrcweir	Container = FALSE,
1764cdf0e10cSrcweir	RecordAbsolute = FALSE,
1765cdf0e10cSrcweir	RecordPerSet;
1766cdf0e10cSrcweir	Asynchron;
1767cdf0e10cSrcweir
1768cdf0e10cSrcweir	Readonly = FALSE,
1769cdf0e10cSrcweir
1770cdf0e10cSrcweir	/* config: */
1771cdf0e10cSrcweir	AccelConfig = TRUE,
1772cdf0e10cSrcweir	MenuConfig = TRUE,
1773cdf0e10cSrcweir	StatusBarConfig = FALSE,
1774cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1775cdf0e10cSrcweir	GroupId = GID_DRAWING;
1776cdf0e10cSrcweir]
1777cdf0e10cSrcweir
1778cdf0e10cSrcweir//--------------------------------------------------------------------------
1779cdf0e10cSrcweirSfxBoolItem CrookSlant SID_OBJECT_CROOK_SLANT
1780cdf0e10cSrcweir
1781cdf0e10cSrcweir[
1782cdf0e10cSrcweir	/* flags: */
1783cdf0e10cSrcweir	AutoUpdate = TRUE,
1784cdf0e10cSrcweir	Cachable = Cachable,
1785cdf0e10cSrcweir	FastCall = FALSE,
1786cdf0e10cSrcweir	HasCoreId = FALSE,
1787cdf0e10cSrcweir	HasDialog = FALSE,
1788cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1789cdf0e10cSrcweir	Toggle = FALSE,
1790cdf0e10cSrcweir	Container = FALSE,
1791cdf0e10cSrcweir	RecordAbsolute = FALSE,
1792cdf0e10cSrcweir	RecordPerSet;
1793cdf0e10cSrcweir	Asynchron;
1794cdf0e10cSrcweir
1795cdf0e10cSrcweir	Readonly = FALSE,
1796cdf0e10cSrcweir
1797cdf0e10cSrcweir	/* config: */
1798cdf0e10cSrcweir	AccelConfig = TRUE,
1799cdf0e10cSrcweir	MenuConfig = TRUE,
1800cdf0e10cSrcweir	StatusBarConfig = FALSE,
1801cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1802cdf0e10cSrcweir	GroupId = GID_DRAWING;
1803cdf0e10cSrcweir]
1804cdf0e10cSrcweir
1805cdf0e10cSrcweir//--------------------------------------------------------------------------
1806cdf0e10cSrcweirSfxBoolItem CrookStretch SID_OBJECT_CROOK_STRETCH
1807cdf0e10cSrcweir
1808cdf0e10cSrcweir[
1809cdf0e10cSrcweir	/* flags: */
1810cdf0e10cSrcweir	AutoUpdate = TRUE,
1811cdf0e10cSrcweir	Cachable = Cachable,
1812cdf0e10cSrcweir	FastCall = FALSE,
1813cdf0e10cSrcweir	HasCoreId = FALSE,
1814cdf0e10cSrcweir	HasDialog = FALSE,
1815cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1816cdf0e10cSrcweir	Toggle = FALSE,
1817cdf0e10cSrcweir	Container = FALSE,
1818cdf0e10cSrcweir	RecordAbsolute = FALSE,
1819cdf0e10cSrcweir	RecordPerSet;
1820cdf0e10cSrcweir	Asynchron;
1821cdf0e10cSrcweir
1822cdf0e10cSrcweir	Readonly = FALSE,
1823cdf0e10cSrcweir
1824cdf0e10cSrcweir	/* config: */
1825cdf0e10cSrcweir	AccelConfig = TRUE,
1826cdf0e10cSrcweir	MenuConfig = TRUE,
1827cdf0e10cSrcweir	StatusBarConfig = FALSE,
1828cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1829cdf0e10cSrcweir	GroupId = GID_DRAWING;
1830cdf0e10cSrcweir]
1831cdf0e10cSrcweir
1832cdf0e10cSrcweir//--------------------------------------------------------------------------
1833cdf0e10cSrcweirSfxBoolItem Cube SID_3D_CUBE
1834cdf0e10cSrcweir
1835cdf0e10cSrcweir[
1836cdf0e10cSrcweir	/* flags: */
1837cdf0e10cSrcweir	AutoUpdate = TRUE,
1838cdf0e10cSrcweir	Cachable = Cachable,
1839cdf0e10cSrcweir	FastCall = FALSE,
1840cdf0e10cSrcweir	HasCoreId = FALSE,
1841cdf0e10cSrcweir	HasDialog = FALSE,
1842cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1843cdf0e10cSrcweir	Toggle = FALSE,
1844cdf0e10cSrcweir	Container = FALSE,
1845cdf0e10cSrcweir	RecordAbsolute = FALSE,
1846cdf0e10cSrcweir	RecordManual;
1847cdf0e10cSrcweir	Synchron;
1848cdf0e10cSrcweir
1849cdf0e10cSrcweir	Readonly = FALSE,
1850cdf0e10cSrcweir
1851cdf0e10cSrcweir	/* config: */
1852cdf0e10cSrcweir	AccelConfig = TRUE,
1853cdf0e10cSrcweir	MenuConfig = TRUE,
1854cdf0e10cSrcweir	StatusBarConfig = FALSE,
1855cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1856cdf0e10cSrcweir	GroupId = GID_DRAWING;
1857cdf0e10cSrcweir]
1858cdf0e10cSrcweir
1859cdf0e10cSrcweir//--------------------------------------------------------------------------
1860cdf0e10cSrcweirSfxVoidItem CustomShowDialog SID_CUSTOMSHOW_DLG
1861cdf0e10cSrcweir()
1862cdf0e10cSrcweir[
1863cdf0e10cSrcweir	/* flags: */
1864cdf0e10cSrcweir	AutoUpdate = FALSE,
1865cdf0e10cSrcweir	Cachable = Cachable,
1866cdf0e10cSrcweir	FastCall = TRUE,
1867cdf0e10cSrcweir	HasCoreId = FALSE,
1868cdf0e10cSrcweir	HasDialog = TRUE,
1869cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1870cdf0e10cSrcweir	Toggle = FALSE,
1871cdf0e10cSrcweir	Container = FALSE,
1872cdf0e10cSrcweir	RecordAbsolute = FALSE,
1873cdf0e10cSrcweir	RecordPerItem;
1874cdf0e10cSrcweir	Synchron;
1875cdf0e10cSrcweir
1876cdf0e10cSrcweir	/* config: */
1877cdf0e10cSrcweir	AccelConfig = TRUE,
1878cdf0e10cSrcweir	MenuConfig = TRUE,
1879cdf0e10cSrcweir	StatusBarConfig = FALSE,
1880cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1881cdf0e10cSrcweir	GroupId = GID_OPTIONS;
1882cdf0e10cSrcweir]
1883cdf0e10cSrcweir
1884cdf0e10cSrcweir//--------------------------------------------------------------------------
1885cdf0e10cSrcweirSfxBoolItem Cylinder SID_3D_CYLINDER
1886cdf0e10cSrcweir
1887cdf0e10cSrcweir[
1888cdf0e10cSrcweir	/* flags: */
1889cdf0e10cSrcweir	AutoUpdate = TRUE,
1890cdf0e10cSrcweir	Cachable = Cachable,
1891cdf0e10cSrcweir	FastCall = FALSE,
1892cdf0e10cSrcweir	HasCoreId = FALSE,
1893cdf0e10cSrcweir	HasDialog = FALSE,
1894cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1895cdf0e10cSrcweir	Toggle = FALSE,
1896cdf0e10cSrcweir	Container = FALSE,
1897cdf0e10cSrcweir	RecordAbsolute = FALSE,
1898cdf0e10cSrcweir	RecordManual;
1899cdf0e10cSrcweir	Synchron;
1900cdf0e10cSrcweir
1901cdf0e10cSrcweir	Readonly = FALSE,
1902cdf0e10cSrcweir
1903cdf0e10cSrcweir	/* config: */
1904cdf0e10cSrcweir	AccelConfig = TRUE,
1905cdf0e10cSrcweir	MenuConfig = TRUE,
1906cdf0e10cSrcweir	StatusBarConfig = FALSE,
1907cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1908cdf0e10cSrcweir	GroupId = GID_DRAWING;
1909cdf0e10cSrcweir]
1910cdf0e10cSrcweir
1911cdf0e10cSrcweir//--------------------------------------------------------------------------
1912cdf0e10cSrcweirSfxBoolItem Cyramid SID_3D_PYRAMID
1913cdf0e10cSrcweir
1914cdf0e10cSrcweir[
1915cdf0e10cSrcweir	/* flags: */
1916cdf0e10cSrcweir	AutoUpdate = TRUE,
1917cdf0e10cSrcweir	Cachable = Cachable,
1918cdf0e10cSrcweir	FastCall = FALSE,
1919cdf0e10cSrcweir	HasCoreId = FALSE,
1920cdf0e10cSrcweir	HasDialog = FALSE,
1921cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1922cdf0e10cSrcweir	Toggle = FALSE,
1923cdf0e10cSrcweir	Container = FALSE,
1924cdf0e10cSrcweir	RecordAbsolute = FALSE,
1925cdf0e10cSrcweir	RecordManual;
1926cdf0e10cSrcweir	Synchron;
1927cdf0e10cSrcweir
1928cdf0e10cSrcweir	Readonly = FALSE,
1929cdf0e10cSrcweir
1930cdf0e10cSrcweir	/* config: */
1931cdf0e10cSrcweir	AccelConfig = TRUE,
1932cdf0e10cSrcweir	MenuConfig = TRUE,
1933cdf0e10cSrcweir	StatusBarConfig = FALSE,
1934cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1935cdf0e10cSrcweir	GroupId = GID_DRAWING;
1936cdf0e10cSrcweir]
1937cdf0e10cSrcweir
1938cdf0e10cSrcweir//--------------------------------------------------------------------------
1939cdf0e10cSrcweirSfxVoidItem DeleteLayer SID_DELETE_LAYER
1940cdf0e10cSrcweir()
1941cdf0e10cSrcweir[
1942cdf0e10cSrcweir	/* flags: */
1943cdf0e10cSrcweir	AutoUpdate = FALSE,
1944cdf0e10cSrcweir    Cachable = Cachable,
1945cdf0e10cSrcweir	FastCall = FALSE,
1946cdf0e10cSrcweir	HasCoreId = FALSE,
1947cdf0e10cSrcweir	HasDialog = TRUE,
1948cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1949cdf0e10cSrcweir	Toggle = FALSE,
1950cdf0e10cSrcweir	Container = FALSE,
1951cdf0e10cSrcweir	RecordAbsolute = FALSE,
1952cdf0e10cSrcweir	RecordPerSet;
1953cdf0e10cSrcweir	Synchron;
1954cdf0e10cSrcweir
1955cdf0e10cSrcweir	/* config: */
1956cdf0e10cSrcweir	AccelConfig = TRUE,
1957cdf0e10cSrcweir	MenuConfig = TRUE,
1958cdf0e10cSrcweir	StatusBarConfig = FALSE,
1959cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1960cdf0e10cSrcweir	GroupId = GID_EDIT;
1961cdf0e10cSrcweir]
1962cdf0e10cSrcweir
1963cdf0e10cSrcweir//--------------------------------------------------------------------------
1964cdf0e10cSrcweirSfxVoidItem DeletePage SID_DELETE_PAGE
1965cdf0e10cSrcweir()
1966cdf0e10cSrcweir[
1967cdf0e10cSrcweir	/* flags: */
1968cdf0e10cSrcweir	AutoUpdate = FALSE,
1969cdf0e10cSrcweir    Cachable = Cachable,
1970cdf0e10cSrcweir	FastCall = FALSE,
1971cdf0e10cSrcweir	HasCoreId = FALSE,
1972cdf0e10cSrcweir	HasDialog = TRUE,
1973cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1974cdf0e10cSrcweir	Toggle = FALSE,
1975cdf0e10cSrcweir	Container = FALSE,
1976cdf0e10cSrcweir	RecordAbsolute = FALSE,
1977cdf0e10cSrcweir	RecordPerSet;
1978cdf0e10cSrcweir	Synchron;
1979cdf0e10cSrcweir
1980cdf0e10cSrcweir	/* config: */
1981cdf0e10cSrcweir	AccelConfig = TRUE,
1982cdf0e10cSrcweir	MenuConfig = TRUE,
1983cdf0e10cSrcweir	StatusBarConfig = FALSE,
1984cdf0e10cSrcweir	ToolBoxConfig = TRUE,
1985cdf0e10cSrcweir	GroupId = GID_EDIT;
1986cdf0e10cSrcweir]
1987cdf0e10cSrcweir
1988cdf0e10cSrcweir//--------------------------------------------------------------------------
1989cdf0e10cSrcweirSfxStringItem DeleteSnapItem SID_DELETE_SNAPITEM
1990cdf0e10cSrcweir
1991cdf0e10cSrcweir[
1992cdf0e10cSrcweir	/* flags: */
1993cdf0e10cSrcweir	AutoUpdate = FALSE,
1994cdf0e10cSrcweir	Cachable = Cachable,
1995cdf0e10cSrcweir	FastCall = FALSE,
1996cdf0e10cSrcweir	HasCoreId = FALSE,
1997cdf0e10cSrcweir	HasDialog = FALSE,
1998cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
1999cdf0e10cSrcweir	Toggle = FALSE,
2000cdf0e10cSrcweir	Container = FALSE,
2001cdf0e10cSrcweir	RecordAbsolute = FALSE,
2002cdf0e10cSrcweir	RecordPerSet;
2003cdf0e10cSrcweir	Synchron;
2004cdf0e10cSrcweir
2005cdf0e10cSrcweir	Readonly = FALSE,
2006cdf0e10cSrcweir
2007cdf0e10cSrcweir	/* config: */
2008cdf0e10cSrcweir	AccelConfig = FALSE,
2009cdf0e10cSrcweir	MenuConfig = FALSE,
2010cdf0e10cSrcweir	StatusBarConfig = FALSE,
2011cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2012cdf0e10cSrcweir	GroupId = GID_EDIT;
2013cdf0e10cSrcweir]
2014cdf0e10cSrcweir
2015cdf0e10cSrcweir//--------------------------------------------------------------------------
2016cdf0e10cSrcweirSfxVoidItem DeSelect SID_UNSELECT
2017cdf0e10cSrcweir()
2018cdf0e10cSrcweir[
2019cdf0e10cSrcweir	/* flags: */
2020cdf0e10cSrcweir	AutoUpdate = FALSE,
2021cdf0e10cSrcweir	Cachable = Cachable,
2022cdf0e10cSrcweir	FastCall = FALSE,
2023cdf0e10cSrcweir	HasCoreId = FALSE,
2024cdf0e10cSrcweir	HasDialog = FALSE,
2025cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2026cdf0e10cSrcweir	Toggle = FALSE,
2027cdf0e10cSrcweir	Container = FALSE,
2028cdf0e10cSrcweir	RecordAbsolute = FALSE,
2029cdf0e10cSrcweir	RecordPerSet;
2030cdf0e10cSrcweir	Synchron;
2031cdf0e10cSrcweir
2032cdf0e10cSrcweir	/* config: */
2033cdf0e10cSrcweir	AccelConfig = FALSE,
2034cdf0e10cSrcweir	MenuConfig = FALSE,
2035cdf0e10cSrcweir	StatusBarConfig = FALSE,
2036cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2037cdf0e10cSrcweir	GroupId = GID_EDIT;
2038cdf0e10cSrcweir]
2039cdf0e10cSrcweir
2040cdf0e10cSrcweir//--------------------------------------------------------------------------
2041cdf0e10cSrcweirSfxBoolItem DiaMode SID_DIAMODE
2042cdf0e10cSrcweir
2043cdf0e10cSrcweir[
2044cdf0e10cSrcweir	/* flags: */
2045cdf0e10cSrcweir	AutoUpdate = FALSE,
2046cdf0e10cSrcweir	Cachable = Cachable,
2047cdf0e10cSrcweir	FastCall = FALSE,
2048cdf0e10cSrcweir	HasCoreId = FALSE,
2049cdf0e10cSrcweir	HasDialog = FALSE,
2050cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2051cdf0e10cSrcweir	Toggle = FALSE,
2052cdf0e10cSrcweir	Container = FALSE,
2053cdf0e10cSrcweir	RecordAbsolute = FALSE,
2054cdf0e10cSrcweir	RecordPerSet;
2055cdf0e10cSrcweir	Synchron;
2056cdf0e10cSrcweir
2057cdf0e10cSrcweir	Readonly = FALSE,
2058cdf0e10cSrcweir
2059cdf0e10cSrcweir	/* config: */
2060cdf0e10cSrcweir	AccelConfig = TRUE,
2061cdf0e10cSrcweir	MenuConfig = TRUE,
2062cdf0e10cSrcweir	StatusBarConfig = FALSE,
2063cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2064cdf0e10cSrcweir	GroupId = GID_VIEW;
2065cdf0e10cSrcweir]
2066cdf0e10cSrcweir
2067cdf0e10cSrcweir//--------------------------------------------------------------------------
2068cdf0e10cSrcweirSfxVoidItem Dismantle SID_DISMANTLE
2069cdf0e10cSrcweir()
2070cdf0e10cSrcweir[
2071cdf0e10cSrcweir	/* flags: */
2072cdf0e10cSrcweir	AutoUpdate = FALSE,
2073cdf0e10cSrcweir	Cachable = Cachable,
2074cdf0e10cSrcweir	FastCall = FALSE,
2075cdf0e10cSrcweir	HasCoreId = FALSE,
2076cdf0e10cSrcweir	HasDialog = FALSE,
2077cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2078cdf0e10cSrcweir	Toggle = FALSE,
2079cdf0e10cSrcweir	Container = FALSE,
2080cdf0e10cSrcweir	RecordAbsolute = FALSE,
2081cdf0e10cSrcweir	RecordPerSet;
2082cdf0e10cSrcweir	Synchron;
2083cdf0e10cSrcweir
2084cdf0e10cSrcweir	/* config: */
2085cdf0e10cSrcweir	AccelConfig = TRUE,
2086cdf0e10cSrcweir	MenuConfig = TRUE,
2087cdf0e10cSrcweir	StatusBarConfig = FALSE,
2088cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2089cdf0e10cSrcweir	GroupId = GID_MODIFY;
2090cdf0e10cSrcweir]
2091cdf0e10cSrcweir
2092cdf0e10cSrcweir//--------------------------------------------------------------------------
2093cdf0e10cSrcweirSfxBoolItem DoubleClickTextEdit SID_DOUBLECLICK_TEXTEDIT
2094cdf0e10cSrcweir
2095cdf0e10cSrcweir[
2096cdf0e10cSrcweir	/* flags: */
2097cdf0e10cSrcweir	AutoUpdate = FALSE,
2098cdf0e10cSrcweir	Cachable = Cachable,
2099cdf0e10cSrcweir	FastCall = FALSE,
2100cdf0e10cSrcweir	HasCoreId = FALSE,
2101cdf0e10cSrcweir	HasDialog = FALSE,
2102cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2103cdf0e10cSrcweir	Toggle = FALSE,
2104cdf0e10cSrcweir	Container = FALSE,
2105cdf0e10cSrcweir	RecordAbsolute = FALSE,
2106cdf0e10cSrcweir	RecordPerSet;
2107cdf0e10cSrcweir	Synchron;
2108cdf0e10cSrcweir
2109cdf0e10cSrcweir	Readonly = FALSE,
2110cdf0e10cSrcweir
2111cdf0e10cSrcweir	/* config: */
2112cdf0e10cSrcweir	AccelConfig = TRUE,
2113cdf0e10cSrcweir	MenuConfig = TRUE,
2114cdf0e10cSrcweir	StatusBarConfig = FALSE,
2115cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2116cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2117cdf0e10cSrcweir]
2118cdf0e10cSrcweir
2119cdf0e10cSrcweir//--------------------------------------------------------------------------
2120cdf0e10cSrcweirSfxBoolItem DrawingMode SID_DRAWINGMODE
2121cdf0e10cSrcweir
2122cdf0e10cSrcweir[
2123cdf0e10cSrcweir	/* flags: */
2124cdf0e10cSrcweir	AutoUpdate = FALSE,
2125cdf0e10cSrcweir	Cachable = Cachable,
2126cdf0e10cSrcweir	FastCall = FALSE,
2127cdf0e10cSrcweir	HasCoreId = FALSE,
2128cdf0e10cSrcweir	HasDialog = FALSE,
2129cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2130cdf0e10cSrcweir	Toggle = FALSE,
2131cdf0e10cSrcweir	Container = FALSE,
2132cdf0e10cSrcweir	RecordAbsolute = FALSE,
2133cdf0e10cSrcweir	RecordPerSet;
2134cdf0e10cSrcweir	Synchron;
2135cdf0e10cSrcweir
2136cdf0e10cSrcweir	Readonly = FALSE,
2137cdf0e10cSrcweir
2138cdf0e10cSrcweir	/* config: */
2139cdf0e10cSrcweir	AccelConfig = TRUE,
2140cdf0e10cSrcweir	MenuConfig = TRUE,
2141cdf0e10cSrcweir	StatusBarConfig = FALSE,
2142cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2143cdf0e10cSrcweir	GroupId = GID_DRAWING;
2144cdf0e10cSrcweir]
2145cdf0e10cSrcweir
2146cdf0e10cSrcweir//--------------------------------------------------------------------------
2147cdf0e10cSrcweirSfxVoidItem DuplicatePage SID_DUPLICATE_PAGE
2148cdf0e10cSrcweir(SfxStringItem PageName ID_VAL_PAGENAME,SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT,SfxBoolItem IsPageBack ID_VAL_ISPAGEBACK,SfxBoolItem IsPageObj ID_VAL_ISPAGEOBJ)
2149cdf0e10cSrcweir[
2150cdf0e10cSrcweir	/* flags: */
2151cdf0e10cSrcweir	AutoUpdate = FALSE,
2152cdf0e10cSrcweir	Cachable = Cachable,
2153cdf0e10cSrcweir	FastCall = FALSE,
2154cdf0e10cSrcweir	HasCoreId = FALSE,
2155cdf0e10cSrcweir	HasDialog = TRUE,
2156cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2157cdf0e10cSrcweir	Toggle = FALSE,
2158cdf0e10cSrcweir	Container = FALSE,
2159cdf0e10cSrcweir	RecordAbsolute = FALSE,
2160cdf0e10cSrcweir	RecordPerSet;
2161cdf0e10cSrcweir	Synchron;
2162cdf0e10cSrcweir
2163cdf0e10cSrcweir	/* config: */
2164cdf0e10cSrcweir	AccelConfig = TRUE,
2165cdf0e10cSrcweir	MenuConfig = TRUE,
2166cdf0e10cSrcweir	StatusBarConfig = FALSE,
2167cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2168cdf0e10cSrcweir	GroupId = GID_INSERT;
2169cdf0e10cSrcweir]
2170cdf0e10cSrcweir
2171cdf0e10cSrcweir//--------------------------------------------------------------------------
2172cdf0e10cSrcweirSfxVoidItem EditHyperlink SID_EDIT_HYPERLINK
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	Synchron;
2187cdf0e10cSrcweir
2188cdf0e10cSrcweir	/* config: */
2189cdf0e10cSrcweir	AccelConfig = FALSE,
2190cdf0e10cSrcweir	MenuConfig = TRUE,
2191cdf0e10cSrcweir	StatusBarConfig = FALSE,
2192cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2193cdf0e10cSrcweir	GroupId = GID_EDIT;
2194cdf0e10cSrcweir]
2195cdf0e10cSrcweir
2196cdf0e10cSrcweir//--------------------------------------------------------------------------
2197cdf0e10cSrcweirSfxVoidItem EditOutline SID_EDIT_OUTLINER
2198cdf0e10cSrcweir()
2199cdf0e10cSrcweir[
2200cdf0e10cSrcweir	/* flags: */
2201cdf0e10cSrcweir	AutoUpdate = FALSE,
2202cdf0e10cSrcweir	Cachable = Cachable,
2203cdf0e10cSrcweir	FastCall = FALSE,
2204cdf0e10cSrcweir	HasCoreId = FALSE,
2205cdf0e10cSrcweir	HasDialog = FALSE,
2206cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2207cdf0e10cSrcweir	Toggle = FALSE,
2208cdf0e10cSrcweir	Container = FALSE,
2209cdf0e10cSrcweir	RecordAbsolute = FALSE,
2210cdf0e10cSrcweir	RecordPerSet;
2211cdf0e10cSrcweir	Synchron;
2212cdf0e10cSrcweir
2213cdf0e10cSrcweir	/* config: */
2214cdf0e10cSrcweir	AccelConfig = FALSE,
2215cdf0e10cSrcweir	MenuConfig = FALSE,
2216cdf0e10cSrcweir	StatusBarConfig = FALSE,
2217cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2218cdf0e10cSrcweir	GroupId = GID_EDIT;
2219cdf0e10cSrcweir]
2220cdf0e10cSrcweir
2221cdf0e10cSrcweir//--------------------------------------------------------------------------
2222cdf0e10cSrcweirSfxBoolItem CustomAnimation SID_CUSTOM_ANIMATION_PANEL
2223cdf0e10cSrcweir
2224cdf0e10cSrcweir[
2225cdf0e10cSrcweir	/* flags: */
2226cdf0e10cSrcweir	AutoUpdate = TRUE,
2227cdf0e10cSrcweir	Cachable = Cachable,
2228cdf0e10cSrcweir	FastCall = FALSE,
2229cdf0e10cSrcweir	HasCoreId = FALSE,
2230cdf0e10cSrcweir	HasDialog = TRUE,
2231cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2232cdf0e10cSrcweir	Toggle = FALSE,
2233cdf0e10cSrcweir	Container = FALSE,
2234cdf0e10cSrcweir	RecordAbsolute = FALSE,
2235cdf0e10cSrcweir	RecordPerSet;
2236cdf0e10cSrcweir	Synchron;
2237cdf0e10cSrcweir
2238cdf0e10cSrcweir	Readonly = FALSE,
2239cdf0e10cSrcweir
2240cdf0e10cSrcweir	/* config: */
2241cdf0e10cSrcweir	AccelConfig = TRUE,
2242cdf0e10cSrcweir	MenuConfig = TRUE,
2243cdf0e10cSrcweir	StatusBarConfig = FALSE,
2244cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2245cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2246cdf0e10cSrcweir]
2247cdf0e10cSrcweir
2248cdf0e10cSrcweir//--------------------------------------------------------------------------
2249cdf0e10cSrcweirSfxBoolItem CustomAnimationSchemes SID_CUSTOM_ANIMATION_SCHEMES_PANEL
2250cdf0e10cSrcweir[
2251cdf0e10cSrcweir	/* flags: */
2252cdf0e10cSrcweir	AutoUpdate = TRUE,
2253cdf0e10cSrcweir	Cachable = Cachable,
2254cdf0e10cSrcweir	FastCall = FALSE,
2255cdf0e10cSrcweir	HasCoreId = FALSE,
2256cdf0e10cSrcweir	HasDialog = TRUE,
2257cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2258cdf0e10cSrcweir	Toggle = FALSE,
2259cdf0e10cSrcweir	Container = FALSE,
2260cdf0e10cSrcweir	RecordAbsolute = FALSE,
2261cdf0e10cSrcweir	RecordPerSet;
2262cdf0e10cSrcweir	Synchron;
2263cdf0e10cSrcweir
2264cdf0e10cSrcweir	Readonly = FALSE,
2265cdf0e10cSrcweir
2266cdf0e10cSrcweir	/* config: */
2267cdf0e10cSrcweir	AccelConfig = TRUE,
2268cdf0e10cSrcweir	MenuConfig = TRUE,
2269cdf0e10cSrcweir	StatusBarConfig = FALSE,
2270cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2271cdf0e10cSrcweir	GroupId = GID_OPTIONS;
2272cdf0e10cSrcweir]
2273cdf0e10cSrcweir
2274cdf0e10cSrcweir//--------------------------------------------------------------------------
2275cdf0e10cSrcweirTbxImageItem EllipseToolbox SID_DRAWTBX_ELLIPSES
2276cdf0e10cSrcweir
2277cdf0e10cSrcweir[
2278cdf0e10cSrcweir	/* flags: */
2279cdf0e10cSrcweir	AutoUpdate = FALSE,
2280cdf0e10cSrcweir	Cachable = Cachable,
2281cdf0e10cSrcweir	FastCall = FALSE,
2282cdf0e10cSrcweir	HasCoreId = FALSE,
2283cdf0e10cSrcweir	HasDialog = FALSE,
2284cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2285cdf0e10cSrcweir	Toggle = FALSE,
2286cdf0e10cSrcweir	Container = FALSE,
2287cdf0e10cSrcweir	RecordAbsolute = FALSE,
2288cdf0e10cSrcweir	RecordPerSet;
2289cdf0e10cSrcweir	Synchron;
2290cdf0e10cSrcweir
2291cdf0e10cSrcweir	Readonly = FALSE,
2292cdf0e10cSrcweir
2293cdf0e10cSrcweir	/* config: */
2294cdf0e10cSrcweir	AccelConfig = TRUE,
2295cdf0e10cSrcweir	MenuConfig = TRUE,
2296cdf0e10cSrcweir	StatusBarConfig = FALSE,
2297cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2298cdf0e10cSrcweir	GroupId = GID_DRAWING;
2299cdf0e10cSrcweir]
2300cdf0e10cSrcweir
2301cdf0e10cSrcweir//--------------------------------------------------------------------------
2302cdf0e10cSrcweirSfxVoidItem ExpandPage SID_EXPAND_PAGE
2303cdf0e10cSrcweir()
2304cdf0e10cSrcweir[
2305cdf0e10cSrcweir	/* flags: */
2306cdf0e10cSrcweir	AutoUpdate = FALSE,
2307cdf0e10cSrcweir	Cachable = Cachable,
2308cdf0e10cSrcweir	FastCall = FALSE,
2309cdf0e10cSrcweir	HasCoreId = FALSE,
2310cdf0e10cSrcweir	HasDialog = TRUE,
2311cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2312cdf0e10cSrcweir	Toggle = FALSE,
2313cdf0e10cSrcweir	Container = FALSE,
2314cdf0e10cSrcweir	RecordAbsolute = FALSE,
2315cdf0e10cSrcweir	RecordPerSet;
2316cdf0e10cSrcweir	Synchron;
2317cdf0e10cSrcweir
2318cdf0e10cSrcweir	/* config: */
2319cdf0e10cSrcweir	AccelConfig = TRUE,
2320cdf0e10cSrcweir	MenuConfig = TRUE,
2321cdf0e10cSrcweir	StatusBarConfig = FALSE,
2322cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2323cdf0e10cSrcweir	GroupId = GID_EDIT;
2324cdf0e10cSrcweir]
2325cdf0e10cSrcweir
2326cdf0e10cSrcweir//--------------------------------------------------------------------------
2327cdf0e10cSrcweirSfxVoidItem SetFillColor SID_SETFILLCOLOR
2328cdf0e10cSrcweir(SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE)
2329cdf0e10cSrcweir[
2330cdf0e10cSrcweir	/* flags: */
2331cdf0e10cSrcweir	AutoUpdate = FALSE,
2332cdf0e10cSrcweir	Cachable = Cachable,
2333cdf0e10cSrcweir	FastCall = FALSE,
2334cdf0e10cSrcweir	HasCoreId = FALSE,
2335cdf0e10cSrcweir	HasDialog = FALSE,
2336cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2337cdf0e10cSrcweir	Toggle = FALSE,
2338cdf0e10cSrcweir	Container = FALSE,
2339cdf0e10cSrcweir	RecordAbsolute = FALSE,
2340cdf0e10cSrcweir	RecordPerSet;
2341cdf0e10cSrcweir	Synchron;
2342cdf0e10cSrcweir
2343cdf0e10cSrcweir	/* config: */
2344cdf0e10cSrcweir	AccelConfig = FALSE,
2345cdf0e10cSrcweir	MenuConfig = FALSE,
2346cdf0e10cSrcweir	StatusBarConfig = FALSE,
2347cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2348cdf0e10cSrcweir	GroupId = GID_FORMAT;
2349cdf0e10cSrcweir]
2350cdf0e10cSrcweir
2351cdf0e10cSrcweir//--------------------------------------------------------------------------
2352cdf0e10cSrcweir//#i80528#SfxBoolItem FillDraft SID_FILL_DRAFT
2353cdf0e10cSrcweir//#i80528#
2354cdf0e10cSrcweir//#i80528#[
2355cdf0e10cSrcweir//#i80528#	/* flags: */
2356cdf0e10cSrcweir//#i80528#	AutoUpdate = FALSE,
2357cdf0e10cSrcweir//#i80528#	Cachable = Cachable,
2358cdf0e10cSrcweir//#i80528#	FastCall = FALSE,
2359cdf0e10cSrcweir//#i80528#	HasCoreId = FALSE,
2360cdf0e10cSrcweir//#i80528#	HasDialog = FALSE,
2361cdf0e10cSrcweir//#i80528#	ReadOnlyDoc = TRUE,
2362cdf0e10cSrcweir//#i80528#	Toggle = FALSE,
2363cdf0e10cSrcweir//#i80528#	Container = FALSE,
2364cdf0e10cSrcweir//#i80528#	RecordAbsolute = FALSE,
2365cdf0e10cSrcweir//#i80528#	RecordPerSet;
2366cdf0e10cSrcweir//#i80528#	Synchron;
2367cdf0e10cSrcweir//#i80528#
2368cdf0e10cSrcweir//#i80528#	Readonly = FALSE,
2369cdf0e10cSrcweir//#i80528#
2370cdf0e10cSrcweir//#i80528#	/* config: */
2371cdf0e10cSrcweir//#i80528#	AccelConfig = TRUE,
2372cdf0e10cSrcweir//#i80528#	MenuConfig = TRUE,
2373cdf0e10cSrcweir//#i80528#	StatusBarConfig = FALSE,
2374cdf0e10cSrcweir//#i80528#	ToolBoxConfig = TRUE,
2375cdf0e10cSrcweir//#i80528#	GroupId = GID_VIEW;
2376cdf0e10cSrcweir//#i80528#]
2377cdf0e10cSrcweir
2378cdf0e10cSrcweir//--------------------------------------------------------------------------
2379cdf0e10cSrcweirSfxVoidItem Forward SID_MOREFRONT
2380cdf0e10cSrcweir()
2381cdf0e10cSrcweir[
2382cdf0e10cSrcweir	/* flags: */
2383cdf0e10cSrcweir	AutoUpdate = FALSE,
2384cdf0e10cSrcweir	Cachable = Cachable,
2385cdf0e10cSrcweir	FastCall = FALSE,
2386cdf0e10cSrcweir	HasCoreId = FALSE,
2387cdf0e10cSrcweir	HasDialog = FALSE,
2388cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2389cdf0e10cSrcweir	Toggle = FALSE,
2390cdf0e10cSrcweir	Container = FALSE,
2391cdf0e10cSrcweir	RecordAbsolute = FALSE,
2392cdf0e10cSrcweir	RecordPerSet;
2393cdf0e10cSrcweir	Synchron;
2394cdf0e10cSrcweir
2395cdf0e10cSrcweir	/* config: */
2396cdf0e10cSrcweir	AccelConfig = TRUE,
2397cdf0e10cSrcweir	MenuConfig = TRUE,
2398cdf0e10cSrcweir	StatusBarConfig = FALSE,
2399cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2400cdf0e10cSrcweir	GroupId = GID_MODIFY;
2401cdf0e10cSrcweir]
2402cdf0e10cSrcweir
2403cdf0e10cSrcweir//--------------------------------------------------------------------------
2404cdf0e10cSrcweirSfxUInt32Item GetBlue SID_GETBLUE
2405cdf0e10cSrcweir(SfxUInt32Item WhatKind ID_VAL_WHATKIND)
2406cdf0e10cSrcweir[
2407cdf0e10cSrcweir	/* flags: */
2408cdf0e10cSrcweir	AutoUpdate = FALSE,
2409cdf0e10cSrcweir	Cachable = Cachable,
2410cdf0e10cSrcweir	FastCall = FALSE,
2411cdf0e10cSrcweir	HasCoreId = FALSE,
2412cdf0e10cSrcweir	HasDialog = FALSE,
2413cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2414cdf0e10cSrcweir	Toggle = FALSE,
2415cdf0e10cSrcweir	Container = FALSE,
2416cdf0e10cSrcweir	RecordAbsolute = FALSE,
2417cdf0e10cSrcweir	RecordPerSet;
2418cdf0e10cSrcweir	Synchron;
2419cdf0e10cSrcweir
2420cdf0e10cSrcweir	/* config: */
2421cdf0e10cSrcweir	AccelConfig = FALSE,
2422cdf0e10cSrcweir	MenuConfig = FALSE,
2423cdf0e10cSrcweir	StatusBarConfig = FALSE,
2424cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2425cdf0e10cSrcweir	GroupId = GID_DRAWING;
2426cdf0e10cSrcweir]
2427cdf0e10cSrcweir
2428cdf0e10cSrcweir//--------------------------------------------------------------------------
2429cdf0e10cSrcweirSfxUInt32Item GetFillStyle SID_GETFILLSTYLE
2430cdf0e10cSrcweir
2431cdf0e10cSrcweir[
2432cdf0e10cSrcweir	/* flags: */
2433cdf0e10cSrcweir	AutoUpdate = FALSE,
2434cdf0e10cSrcweir	Cachable = Cachable,
2435cdf0e10cSrcweir	FastCall = FALSE,
2436cdf0e10cSrcweir	HasCoreId = FALSE,
2437cdf0e10cSrcweir	HasDialog = FALSE,
2438cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2439cdf0e10cSrcweir	Toggle = FALSE,
2440cdf0e10cSrcweir	Container = FALSE,
2441cdf0e10cSrcweir	RecordAbsolute = FALSE,
2442cdf0e10cSrcweir	RecordPerSet;
2443cdf0e10cSrcweir	Synchron;
2444cdf0e10cSrcweir
2445cdf0e10cSrcweir	Readonly = FALSE,
2446cdf0e10cSrcweir
2447cdf0e10cSrcweir	/* config: */
2448cdf0e10cSrcweir	AccelConfig = FALSE,
2449cdf0e10cSrcweir	MenuConfig = FALSE,
2450cdf0e10cSrcweir	StatusBarConfig = FALSE,
2451cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2452cdf0e10cSrcweir	GroupId = GID_DRAWING;
2453cdf0e10cSrcweir]
2454cdf0e10cSrcweir
2455cdf0e10cSrcweir//--------------------------------------------------------------------------
2456cdf0e10cSrcweirSfxUInt32Item GetGreen SID_GETGREEN
2457cdf0e10cSrcweir(SfxUInt32Item WhatKind ID_VAL_WHATKIND)
2458cdf0e10cSrcweir[
2459cdf0e10cSrcweir	/* flags: */
2460cdf0e10cSrcweir	AutoUpdate = FALSE,
2461cdf0e10cSrcweir	Cachable = Cachable,
2462cdf0e10cSrcweir	FastCall = FALSE,
2463cdf0e10cSrcweir	HasCoreId = FALSE,
2464cdf0e10cSrcweir	HasDialog = FALSE,
2465cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2466cdf0e10cSrcweir	Toggle = FALSE,
2467cdf0e10cSrcweir	Container = FALSE,
2468cdf0e10cSrcweir	RecordAbsolute = FALSE,
2469cdf0e10cSrcweir	RecordPerSet;
2470cdf0e10cSrcweir	Synchron;
2471cdf0e10cSrcweir
2472cdf0e10cSrcweir	/* config: */
2473cdf0e10cSrcweir	AccelConfig = FALSE,
2474cdf0e10cSrcweir	MenuConfig = FALSE,
2475cdf0e10cSrcweir	StatusBarConfig = FALSE,
2476cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2477cdf0e10cSrcweir	GroupId = GID_DRAWING;
2478cdf0e10cSrcweir]
2479cdf0e10cSrcweir
2480cdf0e10cSrcweir//--------------------------------------------------------------------------
2481cdf0e10cSrcweirSfxUInt32Item GetLineStyle SID_GETLINESTYLE
2482cdf0e10cSrcweir
2483cdf0e10cSrcweir[
2484cdf0e10cSrcweir	/* flags: */
2485cdf0e10cSrcweir	AutoUpdate = FALSE,
2486cdf0e10cSrcweir	Cachable = Cachable,
2487cdf0e10cSrcweir	FastCall = FALSE,
2488cdf0e10cSrcweir	HasCoreId = FALSE,
2489cdf0e10cSrcweir	HasDialog = FALSE,
2490cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2491cdf0e10cSrcweir	Toggle = FALSE,
2492cdf0e10cSrcweir	Container = FALSE,
2493cdf0e10cSrcweir	RecordAbsolute = FALSE,
2494cdf0e10cSrcweir	RecordPerSet;
2495cdf0e10cSrcweir	Synchron;
2496cdf0e10cSrcweir
2497cdf0e10cSrcweir	Readonly = FALSE,
2498cdf0e10cSrcweir
2499cdf0e10cSrcweir	/* config: */
2500cdf0e10cSrcweir	AccelConfig = FALSE,
2501cdf0e10cSrcweir	MenuConfig = FALSE,
2502cdf0e10cSrcweir	StatusBarConfig = FALSE,
2503cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2504cdf0e10cSrcweir	GroupId = GID_DRAWING;
2505cdf0e10cSrcweir]
2506cdf0e10cSrcweir
2507cdf0e10cSrcweir//--------------------------------------------------------------------------
2508cdf0e10cSrcweirSfxUInt32Item GetLineWidth SID_GETLINEWIDTH
2509cdf0e10cSrcweir
2510cdf0e10cSrcweir[
2511cdf0e10cSrcweir	/* flags: */
2512cdf0e10cSrcweir	AutoUpdate = FALSE,
2513cdf0e10cSrcweir	Cachable = Cachable,
2514cdf0e10cSrcweir	FastCall = FALSE,
2515cdf0e10cSrcweir	HasCoreId = FALSE,
2516cdf0e10cSrcweir	HasDialog = FALSE,
2517cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2518cdf0e10cSrcweir	Toggle = FALSE,
2519cdf0e10cSrcweir	Container = FALSE,
2520cdf0e10cSrcweir	RecordAbsolute = FALSE,
2521cdf0e10cSrcweir	RecordPerSet;
2522cdf0e10cSrcweir	Synchron;
2523cdf0e10cSrcweir
2524cdf0e10cSrcweir	Readonly = FALSE,
2525cdf0e10cSrcweir
2526cdf0e10cSrcweir	/* config: */
2527cdf0e10cSrcweir	AccelConfig = FALSE,
2528cdf0e10cSrcweir	MenuConfig = FALSE,
2529cdf0e10cSrcweir	StatusBarConfig = FALSE,
2530cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2531cdf0e10cSrcweir	GroupId = GID_DRAWING;
2532cdf0e10cSrcweir]
2533cdf0e10cSrcweir
2534cdf0e10cSrcweir//--------------------------------------------------------------------------
2535cdf0e10cSrcweirSfxUInt32Item GetRed SID_GETRED
2536cdf0e10cSrcweir(SfxUInt32Item WhatKind ID_VAL_WHATKIND)
2537cdf0e10cSrcweir[
2538cdf0e10cSrcweir	/* flags: */
2539cdf0e10cSrcweir	AutoUpdate = FALSE,
2540cdf0e10cSrcweir	Cachable = Cachable,
2541cdf0e10cSrcweir	FastCall = FALSE,
2542cdf0e10cSrcweir	HasCoreId = FALSE,
2543cdf0e10cSrcweir	HasDialog = FALSE,
2544cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
2545cdf0e10cSrcweir	Toggle = FALSE,
2546cdf0e10cSrcweir	Container = FALSE,
2547cdf0e10cSrcweir	RecordAbsolute = FALSE,
2548cdf0e10cSrcweir	RecordPerSet;
2549cdf0e10cSrcweir	Synchron;
2550cdf0e10cSrcweir
2551cdf0e10cSrcweir	/* config: */
2552cdf0e10cSrcweir	AccelConfig = FALSE,
2553cdf0e10cSrcweir	MenuConfig = FALSE,
2554cdf0e10cSrcweir	StatusBarConfig = FALSE,
2555cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2556cdf0e10cSrcweir	GroupId = GID_DRAWING;
2557cdf0e10cSrcweir]
2558cdf0e10cSrcweir
2559cdf0e10cSrcweir//--------------------------------------------------------------------------
2560cdf0e10cSrcweirSfxBoolItem GlueEditMode SID_GLUE_EDITMODE
2561cdf0e10cSrcweir
2562cdf0e10cSrcweir[
2563cdf0e10cSrcweir	/* flags: */
2564cdf0e10cSrcweir	AutoUpdate = TRUE,
2565cdf0e10cSrcweir	Cachable = Cachable,
2566cdf0e10cSrcweir	FastCall = FALSE,
2567cdf0e10cSrcweir	HasCoreId = FALSE,
2568cdf0e10cSrcweir	HasDialog = FALSE,
2569cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2570cdf0e10cSrcweir	Toggle = FALSE,
2571cdf0e10cSrcweir	Container = FALSE,
2572cdf0e10cSrcweir	RecordAbsolute = FALSE,
2573cdf0e10cSrcweir	RecordPerSet;
2574cdf0e10cSrcweir	Synchron;
2575cdf0e10cSrcweir
2576cdf0e10cSrcweir	Readonly = FALSE,
2577cdf0e10cSrcweir
2578cdf0e10cSrcweir	/* config: */
2579cdf0e10cSrcweir	AccelConfig = FALSE,
2580cdf0e10cSrcweir	MenuConfig = TRUE,
2581cdf0e10cSrcweir	StatusBarConfig = FALSE,
2582cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2583cdf0e10cSrcweir	GroupId = GID_DRAWING;
2584cdf0e10cSrcweir]
2585cdf0e10cSrcweir
2586cdf0e10cSrcweir//--------------------------------------------------------------------------
2587cdf0e10cSrcweirSfxUInt16Item GlueEscapeDirection SID_GLUE_ESCDIR
2588cdf0e10cSrcweir
2589cdf0e10cSrcweir[
2590cdf0e10cSrcweir	/* flags: */
2591cdf0e10cSrcweir	AutoUpdate = TRUE,
2592cdf0e10cSrcweir	Cachable = Cachable,
2593cdf0e10cSrcweir	FastCall = FALSE,
2594cdf0e10cSrcweir	HasCoreId = FALSE,
2595cdf0e10cSrcweir	HasDialog = FALSE,
2596cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2597cdf0e10cSrcweir	Toggle = FALSE,
2598cdf0e10cSrcweir	Container = FALSE,
2599cdf0e10cSrcweir	RecordAbsolute = FALSE,
2600cdf0e10cSrcweir	RecordPerSet;
2601cdf0e10cSrcweir	Synchron;
2602cdf0e10cSrcweir
2603cdf0e10cSrcweir	Readonly = FALSE,
2604cdf0e10cSrcweir
2605cdf0e10cSrcweir	/* config: */
2606cdf0e10cSrcweir	AccelConfig = FALSE,
2607cdf0e10cSrcweir	MenuConfig = FALSE,
2608cdf0e10cSrcweir	StatusBarConfig = FALSE,
2609cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2610cdf0e10cSrcweir	GroupId = GID_DRAWING;
2611cdf0e10cSrcweir]
2612cdf0e10cSrcweir
2613cdf0e10cSrcweir//--------------------------------------------------------------------------
2614cdf0e10cSrcweirSfxBoolItem GlueEscapeDirectionBottom SID_GLUE_ESCDIR_BOTTOM
2615cdf0e10cSrcweir
2616cdf0e10cSrcweir[
2617cdf0e10cSrcweir	/* flags: */
2618cdf0e10cSrcweir	AutoUpdate = TRUE,
2619cdf0e10cSrcweir	Cachable = Cachable,
2620cdf0e10cSrcweir	FastCall = FALSE,
2621cdf0e10cSrcweir	HasCoreId = FALSE,
2622cdf0e10cSrcweir	HasDialog = FALSE,
2623cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2624cdf0e10cSrcweir	Toggle = FALSE,
2625cdf0e10cSrcweir	Container = FALSE,
2626cdf0e10cSrcweir	RecordAbsolute = FALSE,
2627cdf0e10cSrcweir	RecordPerSet;
2628cdf0e10cSrcweir	Synchron;
2629cdf0e10cSrcweir
2630cdf0e10cSrcweir	Readonly = FALSE,
2631cdf0e10cSrcweir
2632cdf0e10cSrcweir	/* config: */
2633cdf0e10cSrcweir	AccelConfig = FALSE,
2634cdf0e10cSrcweir	MenuConfig = FALSE,
2635cdf0e10cSrcweir	StatusBarConfig = FALSE,
2636cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2637cdf0e10cSrcweir	GroupId = GID_DRAWING;
2638cdf0e10cSrcweir]
2639cdf0e10cSrcweir
2640cdf0e10cSrcweir//--------------------------------------------------------------------------
2641cdf0e10cSrcweirSfxBoolItem GlueEscapeDirectionLeft SID_GLUE_ESCDIR_LEFT
2642cdf0e10cSrcweir
2643cdf0e10cSrcweir[
2644cdf0e10cSrcweir	/* flags: */
2645cdf0e10cSrcweir	AutoUpdate = TRUE,
2646cdf0e10cSrcweir	Cachable = Cachable,
2647cdf0e10cSrcweir	FastCall = FALSE,
2648cdf0e10cSrcweir	HasCoreId = FALSE,
2649cdf0e10cSrcweir	HasDialog = FALSE,
2650cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2651cdf0e10cSrcweir	Toggle = FALSE,
2652cdf0e10cSrcweir	Container = FALSE,
2653cdf0e10cSrcweir	RecordAbsolute = FALSE,
2654cdf0e10cSrcweir	RecordPerSet;
2655cdf0e10cSrcweir	Synchron;
2656cdf0e10cSrcweir
2657cdf0e10cSrcweir	Readonly = FALSE,
2658cdf0e10cSrcweir
2659cdf0e10cSrcweir	/* config: */
2660cdf0e10cSrcweir	AccelConfig = FALSE,
2661cdf0e10cSrcweir	MenuConfig = FALSE,
2662cdf0e10cSrcweir	StatusBarConfig = FALSE,
2663cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2664cdf0e10cSrcweir	GroupId = GID_DRAWING;
2665cdf0e10cSrcweir]
2666cdf0e10cSrcweir
2667cdf0e10cSrcweir//--------------------------------------------------------------------------
2668cdf0e10cSrcweirSfxBoolItem GlueEscapeDirectionRight SID_GLUE_ESCDIR_RIGHT
2669cdf0e10cSrcweir
2670cdf0e10cSrcweir[
2671cdf0e10cSrcweir	/* flags: */
2672cdf0e10cSrcweir	AutoUpdate = TRUE,
2673cdf0e10cSrcweir	Cachable = Cachable,
2674cdf0e10cSrcweir	FastCall = FALSE,
2675cdf0e10cSrcweir	HasCoreId = FALSE,
2676cdf0e10cSrcweir	HasDialog = FALSE,
2677cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2678cdf0e10cSrcweir	Toggle = FALSE,
2679cdf0e10cSrcweir	Container = FALSE,
2680cdf0e10cSrcweir	RecordAbsolute = FALSE,
2681cdf0e10cSrcweir	RecordPerSet;
2682cdf0e10cSrcweir	Synchron;
2683cdf0e10cSrcweir
2684cdf0e10cSrcweir	Readonly = FALSE,
2685cdf0e10cSrcweir
2686cdf0e10cSrcweir	/* config: */
2687cdf0e10cSrcweir	AccelConfig = FALSE,
2688cdf0e10cSrcweir	MenuConfig = FALSE,
2689cdf0e10cSrcweir	StatusBarConfig = FALSE,
2690cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2691cdf0e10cSrcweir	GroupId = GID_DRAWING;
2692cdf0e10cSrcweir]
2693cdf0e10cSrcweir
2694cdf0e10cSrcweir//--------------------------------------------------------------------------
2695cdf0e10cSrcweirSfxBoolItem GlueEscapeDirectionTop SID_GLUE_ESCDIR_TOP
2696cdf0e10cSrcweir
2697cdf0e10cSrcweir[
2698cdf0e10cSrcweir	/* flags: */
2699cdf0e10cSrcweir	AutoUpdate = TRUE,
2700cdf0e10cSrcweir	Cachable = Cachable,
2701cdf0e10cSrcweir	FastCall = FALSE,
2702cdf0e10cSrcweir	HasCoreId = FALSE,
2703cdf0e10cSrcweir	HasDialog = FALSE,
2704cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2705cdf0e10cSrcweir	Toggle = FALSE,
2706cdf0e10cSrcweir	Container = FALSE,
2707cdf0e10cSrcweir	RecordAbsolute = FALSE,
2708cdf0e10cSrcweir	RecordPerSet;
2709cdf0e10cSrcweir	Synchron;
2710cdf0e10cSrcweir
2711cdf0e10cSrcweir	Readonly = FALSE,
2712cdf0e10cSrcweir
2713cdf0e10cSrcweir	/* config: */
2714cdf0e10cSrcweir	AccelConfig = FALSE,
2715cdf0e10cSrcweir	MenuConfig = FALSE,
2716cdf0e10cSrcweir	StatusBarConfig = FALSE,
2717cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2718cdf0e10cSrcweir	GroupId = GID_DRAWING;
2719cdf0e10cSrcweir]
2720cdf0e10cSrcweir
2721cdf0e10cSrcweir//--------------------------------------------------------------------------
2722cdf0e10cSrcweirSfxBoolItem GlueHorzAlignCenter SID_GLUE_HORZALIGN_CENTER
2723cdf0e10cSrcweir
2724cdf0e10cSrcweir[
2725cdf0e10cSrcweir	/* flags: */
2726cdf0e10cSrcweir	AutoUpdate = TRUE,
2727cdf0e10cSrcweir	Cachable = Cachable,
2728cdf0e10cSrcweir	FastCall = FALSE,
2729cdf0e10cSrcweir	HasCoreId = FALSE,
2730cdf0e10cSrcweir	HasDialog = FALSE,
2731cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2732cdf0e10cSrcweir	Toggle = FALSE,
2733cdf0e10cSrcweir	Container = FALSE,
2734cdf0e10cSrcweir	RecordAbsolute = FALSE,
2735cdf0e10cSrcweir	RecordPerSet;
2736cdf0e10cSrcweir	Synchron;
2737cdf0e10cSrcweir
2738cdf0e10cSrcweir	Readonly = FALSE,
2739cdf0e10cSrcweir
2740cdf0e10cSrcweir	/* config: */
2741cdf0e10cSrcweir	AccelConfig = FALSE,
2742cdf0e10cSrcweir	MenuConfig = FALSE,
2743cdf0e10cSrcweir	StatusBarConfig = FALSE,
2744cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2745cdf0e10cSrcweir	GroupId = GID_DRAWING;
2746cdf0e10cSrcweir]
2747cdf0e10cSrcweir
2748cdf0e10cSrcweir//--------------------------------------------------------------------------
2749cdf0e10cSrcweirSfxBoolItem GlueHorzAlignLeft SID_GLUE_HORZALIGN_LEFT
2750cdf0e10cSrcweir
2751cdf0e10cSrcweir[
2752cdf0e10cSrcweir	/* flags: */
2753cdf0e10cSrcweir	AutoUpdate = TRUE,
2754cdf0e10cSrcweir	Cachable = Cachable,
2755cdf0e10cSrcweir	FastCall = FALSE,
2756cdf0e10cSrcweir	HasCoreId = FALSE,
2757cdf0e10cSrcweir	HasDialog = FALSE,
2758cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2759cdf0e10cSrcweir	Toggle = FALSE,
2760cdf0e10cSrcweir	Container = FALSE,
2761cdf0e10cSrcweir	RecordAbsolute = FALSE,
2762cdf0e10cSrcweir	RecordPerSet;
2763cdf0e10cSrcweir	Synchron;
2764cdf0e10cSrcweir
2765cdf0e10cSrcweir	Readonly = FALSE,
2766cdf0e10cSrcweir
2767cdf0e10cSrcweir	/* config: */
2768cdf0e10cSrcweir	AccelConfig = FALSE,
2769cdf0e10cSrcweir	MenuConfig = FALSE,
2770cdf0e10cSrcweir	StatusBarConfig = FALSE,
2771cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2772cdf0e10cSrcweir	GroupId = GID_DRAWING;
2773cdf0e10cSrcweir]
2774cdf0e10cSrcweir
2775cdf0e10cSrcweir//--------------------------------------------------------------------------
2776cdf0e10cSrcweirSfxBoolItem GlueHorzAlignRight SID_GLUE_HORZALIGN_RIGHT
2777cdf0e10cSrcweir
2778cdf0e10cSrcweir[
2779cdf0e10cSrcweir	/* flags: */
2780cdf0e10cSrcweir	AutoUpdate = TRUE,
2781cdf0e10cSrcweir	Cachable = Cachable,
2782cdf0e10cSrcweir	FastCall = FALSE,
2783cdf0e10cSrcweir	HasCoreId = FALSE,
2784cdf0e10cSrcweir	HasDialog = FALSE,
2785cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2786cdf0e10cSrcweir	Toggle = FALSE,
2787cdf0e10cSrcweir	Container = FALSE,
2788cdf0e10cSrcweir	RecordAbsolute = FALSE,
2789cdf0e10cSrcweir	RecordPerSet;
2790cdf0e10cSrcweir	Synchron;
2791cdf0e10cSrcweir
2792cdf0e10cSrcweir	Readonly = FALSE,
2793cdf0e10cSrcweir
2794cdf0e10cSrcweir	/* config: */
2795cdf0e10cSrcweir	AccelConfig = FALSE,
2796cdf0e10cSrcweir	MenuConfig = FALSE,
2797cdf0e10cSrcweir	StatusBarConfig = FALSE,
2798cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2799cdf0e10cSrcweir	GroupId = GID_DRAWING;
2800cdf0e10cSrcweir]
2801cdf0e10cSrcweir
2802cdf0e10cSrcweir//--------------------------------------------------------------------------
2803cdf0e10cSrcweirSfxBoolItem GlueInsertPoint SID_GLUE_INSERT_POINT
2804cdf0e10cSrcweir
2805cdf0e10cSrcweir[
2806cdf0e10cSrcweir	/* flags: */
2807cdf0e10cSrcweir	AutoUpdate = TRUE,
2808cdf0e10cSrcweir	Cachable = Cachable,
2809cdf0e10cSrcweir	FastCall = FALSE,
2810cdf0e10cSrcweir	HasCoreId = FALSE,
2811cdf0e10cSrcweir	HasDialog = FALSE,
2812cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2813cdf0e10cSrcweir	Toggle = FALSE,
2814cdf0e10cSrcweir	Container = FALSE,
2815cdf0e10cSrcweir	RecordAbsolute = FALSE,
2816cdf0e10cSrcweir	RecordPerSet;
2817cdf0e10cSrcweir	Synchron;
2818cdf0e10cSrcweir
2819cdf0e10cSrcweir	Readonly = FALSE,
2820cdf0e10cSrcweir
2821cdf0e10cSrcweir	/* config: */
2822cdf0e10cSrcweir	AccelConfig = FALSE,
2823cdf0e10cSrcweir	MenuConfig = FALSE,
2824cdf0e10cSrcweir	StatusBarConfig = FALSE,
2825cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2826cdf0e10cSrcweir	GroupId = GID_DRAWING;
2827cdf0e10cSrcweir]
2828cdf0e10cSrcweir
2829cdf0e10cSrcweir//--------------------------------------------------------------------------
2830cdf0e10cSrcweirSfxBoolItem GluePercent SID_GLUE_PERCENT
2831cdf0e10cSrcweir
2832cdf0e10cSrcweir[
2833cdf0e10cSrcweir	/* flags: */
2834cdf0e10cSrcweir	AutoUpdate = TRUE,
2835cdf0e10cSrcweir	Cachable = Cachable,
2836cdf0e10cSrcweir	FastCall = FALSE,
2837cdf0e10cSrcweir	HasCoreId = FALSE,
2838cdf0e10cSrcweir	HasDialog = FALSE,
2839cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2840cdf0e10cSrcweir	Toggle = TRUE,
2841cdf0e10cSrcweir	Container = FALSE,
2842cdf0e10cSrcweir	RecordAbsolute = FALSE,
2843cdf0e10cSrcweir	RecordPerSet;
2844cdf0e10cSrcweir	Synchron;
2845cdf0e10cSrcweir
2846cdf0e10cSrcweir	Readonly = FALSE,
2847cdf0e10cSrcweir
2848cdf0e10cSrcweir	/* config: */
2849cdf0e10cSrcweir	AccelConfig = FALSE,
2850cdf0e10cSrcweir	MenuConfig = FALSE,
2851cdf0e10cSrcweir	StatusBarConfig = FALSE,
2852cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2853cdf0e10cSrcweir	GroupId = GID_DRAWING;
2854cdf0e10cSrcweir]
2855cdf0e10cSrcweir
2856cdf0e10cSrcweir//--------------------------------------------------------------------------
2857cdf0e10cSrcweirSfxBoolItem GlueVertAlignBottom SID_GLUE_VERTALIGN_BOTTOM
2858cdf0e10cSrcweir
2859cdf0e10cSrcweir[
2860cdf0e10cSrcweir	/* flags: */
2861cdf0e10cSrcweir	AutoUpdate = TRUE,
2862cdf0e10cSrcweir	Cachable = Cachable,
2863cdf0e10cSrcweir	FastCall = FALSE,
2864cdf0e10cSrcweir	HasCoreId = FALSE,
2865cdf0e10cSrcweir	HasDialog = FALSE,
2866cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2867cdf0e10cSrcweir	Toggle = FALSE,
2868cdf0e10cSrcweir	Container = FALSE,
2869cdf0e10cSrcweir	RecordAbsolute = FALSE,
2870cdf0e10cSrcweir	RecordPerSet;
2871cdf0e10cSrcweir	Synchron;
2872cdf0e10cSrcweir
2873cdf0e10cSrcweir	Readonly = FALSE,
2874cdf0e10cSrcweir
2875cdf0e10cSrcweir	/* config: */
2876cdf0e10cSrcweir	AccelConfig = FALSE,
2877cdf0e10cSrcweir	MenuConfig = FALSE,
2878cdf0e10cSrcweir	StatusBarConfig = FALSE,
2879cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2880cdf0e10cSrcweir	GroupId = GID_DRAWING;
2881cdf0e10cSrcweir]
2882cdf0e10cSrcweir
2883cdf0e10cSrcweir//--------------------------------------------------------------------------
2884cdf0e10cSrcweirSfxBoolItem GlueVertAlignCenter SID_GLUE_VERTALIGN_CENTER
2885cdf0e10cSrcweir
2886cdf0e10cSrcweir[
2887cdf0e10cSrcweir	/* flags: */
2888cdf0e10cSrcweir	AutoUpdate = TRUE,
2889cdf0e10cSrcweir	Cachable = Cachable,
2890cdf0e10cSrcweir	FastCall = FALSE,
2891cdf0e10cSrcweir	HasCoreId = FALSE,
2892cdf0e10cSrcweir	HasDialog = FALSE,
2893cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2894cdf0e10cSrcweir	Toggle = FALSE,
2895cdf0e10cSrcweir	Container = FALSE,
2896cdf0e10cSrcweir	RecordAbsolute = FALSE,
2897cdf0e10cSrcweir	RecordPerSet;
2898cdf0e10cSrcweir	Synchron;
2899cdf0e10cSrcweir
2900cdf0e10cSrcweir	Readonly = FALSE,
2901cdf0e10cSrcweir
2902cdf0e10cSrcweir	/* config: */
2903cdf0e10cSrcweir	AccelConfig = FALSE,
2904cdf0e10cSrcweir	MenuConfig = FALSE,
2905cdf0e10cSrcweir	StatusBarConfig = FALSE,
2906cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2907cdf0e10cSrcweir	GroupId = GID_DRAWING;
2908cdf0e10cSrcweir]
2909cdf0e10cSrcweir
2910cdf0e10cSrcweir//--------------------------------------------------------------------------
2911cdf0e10cSrcweirSfxBoolItem GlueVertAlignTop SID_GLUE_VERTALIGN_TOP
2912cdf0e10cSrcweir
2913cdf0e10cSrcweir[
2914cdf0e10cSrcweir	/* flags: */
2915cdf0e10cSrcweir	AutoUpdate = TRUE,
2916cdf0e10cSrcweir	Cachable = Cachable,
2917cdf0e10cSrcweir	FastCall = FALSE,
2918cdf0e10cSrcweir	HasCoreId = FALSE,
2919cdf0e10cSrcweir	HasDialog = FALSE,
2920cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2921cdf0e10cSrcweir	Toggle = FALSE,
2922cdf0e10cSrcweir	Container = FALSE,
2923cdf0e10cSrcweir	RecordAbsolute = FALSE,
2924cdf0e10cSrcweir	RecordPerSet;
2925cdf0e10cSrcweir	Synchron;
2926cdf0e10cSrcweir
2927cdf0e10cSrcweir	Readonly = FALSE,
2928cdf0e10cSrcweir
2929cdf0e10cSrcweir	/* config: */
2930cdf0e10cSrcweir	AccelConfig = FALSE,
2931cdf0e10cSrcweir	MenuConfig = FALSE,
2932cdf0e10cSrcweir	StatusBarConfig = FALSE,
2933cdf0e10cSrcweir	ToolBoxConfig = TRUE,
2934cdf0e10cSrcweir	GroupId = GID_DRAWING;
2935cdf0e10cSrcweir]
2936cdf0e10cSrcweir
2937cdf0e10cSrcweir//--------------------------------------------------------------------------
2938cdf0e10cSrcweirSfxVoidItem Gradient SID_GRADIENT
2939cdf0e10cSrcweir(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Style ID_VAL_STYLE,SfxUInt32Item Angle ID_VAL_ANGLE,SfxUInt32Item Border ID_VAL_BORDER,SfxUInt32Item XOffset ID_VAL_CENTER_X,SfxUInt32Item YOffset ID_VAL_CENTER_Y,SfxUInt32Item StartIntens ID_VAL_STARTINTENS,SfxUInt32Item EndIntens ID_VAL_ENDINTENS)
2940cdf0e10cSrcweir[
2941cdf0e10cSrcweir	/* flags: */
2942cdf0e10cSrcweir	AutoUpdate = FALSE,
2943cdf0e10cSrcweir	Cachable = Cachable,
2944cdf0e10cSrcweir	FastCall = FALSE,
2945cdf0e10cSrcweir	HasCoreId = FALSE,
2946cdf0e10cSrcweir	HasDialog = FALSE,
2947cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2948cdf0e10cSrcweir	Toggle = FALSE,
2949cdf0e10cSrcweir	Container = FALSE,
2950cdf0e10cSrcweir	RecordAbsolute = FALSE,
2951cdf0e10cSrcweir	RecordPerSet;
2952cdf0e10cSrcweir	Synchron;
2953cdf0e10cSrcweir
2954cdf0e10cSrcweir	/* config: */
2955cdf0e10cSrcweir	AccelConfig = FALSE,
2956cdf0e10cSrcweir	MenuConfig = FALSE,
2957cdf0e10cSrcweir	StatusBarConfig = FALSE,
2958cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2959cdf0e10cSrcweir	GroupId = GID_DRAWING;
2960cdf0e10cSrcweir]
2961cdf0e10cSrcweir
2962cdf0e10cSrcweir//--------------------------------------------------------------------------
2963cdf0e10cSrcweirSfxVoidItem GradientEndColor SID_SETGRADENDCOLOR
2964cdf0e10cSrcweir(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE)
2965cdf0e10cSrcweir[
2966cdf0e10cSrcweir	/* flags: */
2967cdf0e10cSrcweir	AutoUpdate = FALSE,
2968cdf0e10cSrcweir	Cachable = Cachable,
2969cdf0e10cSrcweir	FastCall = FALSE,
2970cdf0e10cSrcweir	HasCoreId = FALSE,
2971cdf0e10cSrcweir	HasDialog = FALSE,
2972cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2973cdf0e10cSrcweir	Toggle = FALSE,
2974cdf0e10cSrcweir	Container = FALSE,
2975cdf0e10cSrcweir	RecordAbsolute = FALSE,
2976cdf0e10cSrcweir	RecordPerSet;
2977cdf0e10cSrcweir	Synchron;
2978cdf0e10cSrcweir
2979cdf0e10cSrcweir	/* config: */
2980cdf0e10cSrcweir	AccelConfig = FALSE,
2981cdf0e10cSrcweir	MenuConfig = FALSE,
2982cdf0e10cSrcweir	StatusBarConfig = FALSE,
2983cdf0e10cSrcweir	ToolBoxConfig = FALSE,
2984cdf0e10cSrcweir	GroupId = GID_FORMAT;
2985cdf0e10cSrcweir]
2986cdf0e10cSrcweir
2987cdf0e10cSrcweir//--------------------------------------------------------------------------
2988cdf0e10cSrcweirSfxVoidItem GradientStartColor SID_SETGRADSTARTCOLOR
2989cdf0e10cSrcweir(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE)
2990cdf0e10cSrcweir[
2991cdf0e10cSrcweir	/* flags: */
2992cdf0e10cSrcweir	AutoUpdate = FALSE,
2993cdf0e10cSrcweir	Cachable = Cachable,
2994cdf0e10cSrcweir	FastCall = FALSE,
2995cdf0e10cSrcweir	HasCoreId = FALSE,
2996cdf0e10cSrcweir	HasDialog = FALSE,
2997cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
2998cdf0e10cSrcweir	Toggle = FALSE,
2999cdf0e10cSrcweir	Container = FALSE,
3000cdf0e10cSrcweir	RecordAbsolute = FALSE,
3001cdf0e10cSrcweir	RecordPerSet;
3002cdf0e10cSrcweir	Synchron;
3003cdf0e10cSrcweir
3004cdf0e10cSrcweir	/* config: */
3005cdf0e10cSrcweir	AccelConfig = FALSE,
3006cdf0e10cSrcweir	MenuConfig = FALSE,
3007cdf0e10cSrcweir	StatusBarConfig = FALSE,
3008cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3009cdf0e10cSrcweir	GroupId = GID_FORMAT;
3010cdf0e10cSrcweir]
3011cdf0e10cSrcweir
3012cdf0e10cSrcweir//--------------------------------------------------------------------------
3013cdf0e10cSrcweir//#i80528#SfxBoolItem GraphicDraft SID_GRAPHIC_DRAFT
3014cdf0e10cSrcweir//#i80528#
3015cdf0e10cSrcweir//#i80528#[
3016cdf0e10cSrcweir//#i80528#	/* flags: */
3017cdf0e10cSrcweir//#i80528#	AutoUpdate = FALSE,
3018cdf0e10cSrcweir//#i80528#	Cachable = Cachable,
3019cdf0e10cSrcweir//#i80528#	FastCall = FALSE,
3020cdf0e10cSrcweir//#i80528#	HasCoreId = FALSE,
3021cdf0e10cSrcweir//#i80528#	HasDialog = FALSE,
3022cdf0e10cSrcweir//#i80528#	ReadOnlyDoc = TRUE,
3023cdf0e10cSrcweir//#i80528#	Toggle = FALSE,
3024cdf0e10cSrcweir//#i80528#	Container = FALSE,
3025cdf0e10cSrcweir//#i80528#	RecordAbsolute = FALSE,
3026cdf0e10cSrcweir//#i80528#	RecordPerSet;
3027cdf0e10cSrcweir//#i80528#	Synchron;
3028cdf0e10cSrcweir//#i80528#
3029cdf0e10cSrcweir//#i80528#	Readonly = FALSE,
3030cdf0e10cSrcweir//#i80528#
3031cdf0e10cSrcweir//#i80528#	/* config: */
3032cdf0e10cSrcweir//#i80528#	AccelConfig = TRUE,
3033cdf0e10cSrcweir//#i80528#	MenuConfig = TRUE,
3034cdf0e10cSrcweir//#i80528#	StatusBarConfig = FALSE,
3035cdf0e10cSrcweir//#i80528#	ToolBoxConfig = TRUE,
3036cdf0e10cSrcweir//#i80528#	GroupId = GID_VIEW;
3037cdf0e10cSrcweir//#i80528#]
3038cdf0e10cSrcweir
3039cdf0e10cSrcweir//--------------------------------------------------------------------------
3040cdf0e10cSrcweirSfxVoidItem GraphicExport SID_GRAPHIC_EXPORT
3041cdf0e10cSrcweir()
3042cdf0e10cSrcweir[
3043cdf0e10cSrcweir	/* flags: */
3044cdf0e10cSrcweir	AutoUpdate = FALSE,
3045cdf0e10cSrcweir	Cachable = Cachable,
3046cdf0e10cSrcweir	FastCall = FALSE,
3047cdf0e10cSrcweir	HasCoreId = FALSE,
3048cdf0e10cSrcweir	HasDialog = TRUE,
3049cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3050cdf0e10cSrcweir	Toggle = FALSE,
3051cdf0e10cSrcweir	Container = FALSE,
3052cdf0e10cSrcweir	RecordAbsolute = FALSE,
3053cdf0e10cSrcweir	RecordPerSet;
3054cdf0e10cSrcweir	Synchron;
3055cdf0e10cSrcweir
3056cdf0e10cSrcweir	/* config: */
3057cdf0e10cSrcweir	AccelConfig = FALSE,
3058cdf0e10cSrcweir	MenuConfig = FALSE,
3059cdf0e10cSrcweir	StatusBarConfig = FALSE,
3060cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3061cdf0e10cSrcweir	GroupId = GID_APPLICATION;
3062cdf0e10cSrcweir]
3063cdf0e10cSrcweir
3064cdf0e10cSrcweir//--------------------------------------------------------------------------
3065cdf0e10cSrcweirSfxBoolItem GridFront SID_GRID_FRONT
3066cdf0e10cSrcweir
3067cdf0e10cSrcweir[
3068cdf0e10cSrcweir	/* flags: */
3069cdf0e10cSrcweir	AutoUpdate = FALSE,
3070cdf0e10cSrcweir	Cachable = Cachable,
3071cdf0e10cSrcweir	FastCall = FALSE,
3072cdf0e10cSrcweir	HasCoreId = FALSE,
3073cdf0e10cSrcweir	HasDialog = FALSE,
3074cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3075cdf0e10cSrcweir	Toggle = FALSE,
3076cdf0e10cSrcweir	Container = FALSE,
3077cdf0e10cSrcweir	RecordAbsolute = FALSE,
3078cdf0e10cSrcweir	RecordPerSet;
3079cdf0e10cSrcweir	Synchron;
3080cdf0e10cSrcweir
3081cdf0e10cSrcweir	Readonly = FALSE,
3082cdf0e10cSrcweir
3083cdf0e10cSrcweir	/* config: */
3084cdf0e10cSrcweir	AccelConfig = TRUE,
3085cdf0e10cSrcweir	MenuConfig = TRUE,
3086cdf0e10cSrcweir	StatusBarConfig = FALSE,
3087cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3088cdf0e10cSrcweir	GroupId = GID_VIEW;
3089cdf0e10cSrcweir]
3090cdf0e10cSrcweir
3091cdf0e10cSrcweir//--------------------------------------------------------------------------
3092cdf0e10cSrcweirSfxBoolItem HalfSphere SID_3D_HALF_SPHERE
3093cdf0e10cSrcweir
3094cdf0e10cSrcweir[
3095cdf0e10cSrcweir	/* flags: */
3096cdf0e10cSrcweir	AutoUpdate = TRUE,
3097cdf0e10cSrcweir	Cachable = Cachable,
3098cdf0e10cSrcweir	FastCall = FALSE,
3099cdf0e10cSrcweir	HasCoreId = FALSE,
3100cdf0e10cSrcweir	HasDialog = FALSE,
3101cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3102cdf0e10cSrcweir	Toggle = FALSE,
3103cdf0e10cSrcweir	Container = FALSE,
3104cdf0e10cSrcweir	RecordAbsolute = FALSE,
3105cdf0e10cSrcweir	RecordManual;
3106cdf0e10cSrcweir	Synchron;
3107cdf0e10cSrcweir
3108cdf0e10cSrcweir	Readonly = FALSE,
3109cdf0e10cSrcweir
3110cdf0e10cSrcweir	/* config: */
3111cdf0e10cSrcweir	AccelConfig = TRUE,
3112cdf0e10cSrcweir	MenuConfig = TRUE,
3113cdf0e10cSrcweir	StatusBarConfig = FALSE,
3114cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3115cdf0e10cSrcweir	GroupId = GID_DRAWING;
3116cdf0e10cSrcweir]
3117cdf0e10cSrcweir
3118cdf0e10cSrcweir//--------------------------------------------------------------------------
3119cdf0e10cSrcweirSfxBoolItem HandlesDraft SID_HANDLES_DRAFT
3120cdf0e10cSrcweir
3121cdf0e10cSrcweir[
3122cdf0e10cSrcweir	/* flags: */
3123cdf0e10cSrcweir	AutoUpdate = FALSE,
3124cdf0e10cSrcweir	Cachable = Cachable,
3125cdf0e10cSrcweir	FastCall = FALSE,
3126cdf0e10cSrcweir	HasCoreId = FALSE,
3127cdf0e10cSrcweir	HasDialog = FALSE,
3128cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3129cdf0e10cSrcweir	Toggle = FALSE,
3130cdf0e10cSrcweir	Container = FALSE,
3131cdf0e10cSrcweir	RecordAbsolute = FALSE,
3132cdf0e10cSrcweir	RecordPerSet;
3133cdf0e10cSrcweir	Synchron;
3134cdf0e10cSrcweir
3135cdf0e10cSrcweir	Readonly = FALSE,
3136cdf0e10cSrcweir
3137cdf0e10cSrcweir	/* config: */
3138cdf0e10cSrcweir	AccelConfig = TRUE,
3139cdf0e10cSrcweir	MenuConfig = TRUE,
3140cdf0e10cSrcweir	StatusBarConfig = FALSE,
3141cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3142cdf0e10cSrcweir	GroupId = GID_VIEW;
3143cdf0e10cSrcweir]
3144cdf0e10cSrcweir
3145cdf0e10cSrcweir//--------------------------------------------------------------------------
3146cdf0e10cSrcweirSfxVoidItem HandoutMasterPage SID_HANDOUT_MASTERPAGE
3147cdf0e10cSrcweir(SfxBoolItem Isactive ID_VAL_ISACTIVE)
3148cdf0e10cSrcweir[
3149cdf0e10cSrcweir	/* flags: */
3150cdf0e10cSrcweir	AutoUpdate = FALSE,
3151cdf0e10cSrcweir	Cachable = Cachable,
3152cdf0e10cSrcweir	FastCall = FALSE,
3153cdf0e10cSrcweir	HasCoreId = FALSE,
3154cdf0e10cSrcweir	HasDialog = FALSE,
3155cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3156cdf0e10cSrcweir	Toggle = FALSE,
3157cdf0e10cSrcweir	Container = FALSE,
3158cdf0e10cSrcweir	RecordAbsolute = FALSE,
3159cdf0e10cSrcweir	RecordPerSet;
3160cdf0e10cSrcweir	Synchron;
3161cdf0e10cSrcweir
3162cdf0e10cSrcweir	/* status: */
3163cdf0e10cSrcweir	SlotType = SfxBoolItem
3164cdf0e10cSrcweir
3165cdf0e10cSrcweir	/* config: */
3166cdf0e10cSrcweir	AccelConfig = TRUE,
3167cdf0e10cSrcweir	MenuConfig = TRUE,
3168cdf0e10cSrcweir	StatusBarConfig = FALSE,
3169cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3170cdf0e10cSrcweir	GroupId = GID_VIEW;
3171cdf0e10cSrcweir]
3172cdf0e10cSrcweir
3173cdf0e10cSrcweir//--------------------------------------------------------------------------
3174cdf0e10cSrcweirSfxBoolItem HandoutMode SID_HANDOUTMODE
3175cdf0e10cSrcweir
3176cdf0e10cSrcweir[
3177cdf0e10cSrcweir	/* flags: */
3178cdf0e10cSrcweir	AutoUpdate = FALSE,
3179cdf0e10cSrcweir	Cachable = Cachable,
3180cdf0e10cSrcweir	FastCall = FALSE,
3181cdf0e10cSrcweir	HasCoreId = FALSE,
3182cdf0e10cSrcweir	HasDialog = FALSE,
3183cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3184cdf0e10cSrcweir	Toggle = FALSE,
3185cdf0e10cSrcweir	Container = FALSE,
3186cdf0e10cSrcweir	RecordAbsolute = FALSE,
3187cdf0e10cSrcweir	RecordPerSet;
3188cdf0e10cSrcweir	Synchron;
3189cdf0e10cSrcweir
3190cdf0e10cSrcweir	Readonly = FALSE,
3191cdf0e10cSrcweir
3192cdf0e10cSrcweir	/* config: */
3193cdf0e10cSrcweir	AccelConfig = FALSE,
3194cdf0e10cSrcweir	MenuConfig = TRUE,
3195cdf0e10cSrcweir	StatusBarConfig = FALSE,
3196cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3197cdf0e10cSrcweir	GroupId = GID_DOCUMENT;
3198cdf0e10cSrcweir]
3199cdf0e10cSrcweir
3200cdf0e10cSrcweir//--------------------------------------------------------------------------
3201cdf0e10cSrcweirSfxVoidItem Hatch SID_HATCH
3202cdf0e10cSrcweir(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Style ID_VAL_STYLE,SfxUInt32Item Distance ID_VAL_DISTANCE,SfxUInt32Item Angle ID_VAL_ANGLE)
3203cdf0e10cSrcweir[
3204cdf0e10cSrcweir	/* flags: */
3205cdf0e10cSrcweir	AutoUpdate = FALSE,
3206cdf0e10cSrcweir	Cachable = Cachable,
3207cdf0e10cSrcweir	FastCall = FALSE,
3208cdf0e10cSrcweir	HasCoreId = FALSE,
3209cdf0e10cSrcweir	HasDialog = FALSE,
3210cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3211cdf0e10cSrcweir	Toggle = FALSE,
3212cdf0e10cSrcweir	Container = FALSE,
3213cdf0e10cSrcweir	RecordAbsolute = FALSE,
3214cdf0e10cSrcweir	RecordPerSet;
3215cdf0e10cSrcweir	Synchron;
3216cdf0e10cSrcweir
3217cdf0e10cSrcweir	/* config: */
3218cdf0e10cSrcweir	AccelConfig = FALSE,
3219cdf0e10cSrcweir	MenuConfig = FALSE,
3220cdf0e10cSrcweir	StatusBarConfig = FALSE,
3221cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3222cdf0e10cSrcweir	GroupId = GID_DRAWING;
3223cdf0e10cSrcweir]
3224cdf0e10cSrcweir
3225cdf0e10cSrcweir//--------------------------------------------------------------------------
3226cdf0e10cSrcweirSfxVoidItem HatchColor SID_SETHATCHCOLOR
3227cdf0e10cSrcweir(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE)
3228cdf0e10cSrcweir[
3229cdf0e10cSrcweir	/* flags: */
3230cdf0e10cSrcweir	AutoUpdate = FALSE,
3231cdf0e10cSrcweir	Cachable = Cachable,
3232cdf0e10cSrcweir	FastCall = FALSE,
3233cdf0e10cSrcweir	HasCoreId = FALSE,
3234cdf0e10cSrcweir	HasDialog = FALSE,
3235cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3236cdf0e10cSrcweir	Toggle = FALSE,
3237cdf0e10cSrcweir	Container = FALSE,
3238cdf0e10cSrcweir	RecordAbsolute = FALSE,
3239cdf0e10cSrcweir	RecordPerSet;
3240cdf0e10cSrcweir	Synchron;
3241cdf0e10cSrcweir
3242cdf0e10cSrcweir	/* config: */
3243cdf0e10cSrcweir	AccelConfig = FALSE,
3244cdf0e10cSrcweir	MenuConfig = FALSE,
3245cdf0e10cSrcweir	StatusBarConfig = FALSE,
3246cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3247cdf0e10cSrcweir	GroupId = GID_FORMAT;
3248cdf0e10cSrcweir]
3249cdf0e10cSrcweir
3250cdf0e10cSrcweir//--------------------------------------------------------------------------
3251cdf0e10cSrcweirSfxBoolItem HelplinesFront SID_HELPLINES_FRONT
3252cdf0e10cSrcweir
3253cdf0e10cSrcweir[
3254cdf0e10cSrcweir	/* flags: */
3255cdf0e10cSrcweir	AutoUpdate = FALSE,
3256cdf0e10cSrcweir	Cachable = Cachable,
3257cdf0e10cSrcweir	FastCall = FALSE,
3258cdf0e10cSrcweir	HasCoreId = FALSE,
3259cdf0e10cSrcweir	HasDialog = FALSE,
3260cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3261cdf0e10cSrcweir	Toggle = FALSE,
3262cdf0e10cSrcweir	Container = FALSE,
3263cdf0e10cSrcweir	RecordAbsolute = FALSE,
3264cdf0e10cSrcweir	RecordPerSet;
3265cdf0e10cSrcweir	Synchron;
3266cdf0e10cSrcweir
3267cdf0e10cSrcweir	Readonly = FALSE,
3268cdf0e10cSrcweir
3269cdf0e10cSrcweir	/* config: */
3270cdf0e10cSrcweir	AccelConfig = TRUE,
3271cdf0e10cSrcweir	MenuConfig = TRUE,
3272cdf0e10cSrcweir	StatusBarConfig = FALSE,
3273cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3274cdf0e10cSrcweir	GroupId = GID_VIEW;
3275cdf0e10cSrcweir]
3276cdf0e10cSrcweir
3277cdf0e10cSrcweir//--------------------------------------------------------------------------
3278cdf0e10cSrcweirSfxBoolItem HelplinesUse SID_HELPLINES_USE
3279cdf0e10cSrcweir
3280cdf0e10cSrcweir[
3281cdf0e10cSrcweir	/* flags: */
3282cdf0e10cSrcweir	AutoUpdate = FALSE,
3283cdf0e10cSrcweir	Cachable = Cachable,
3284cdf0e10cSrcweir	FastCall = FALSE,
3285cdf0e10cSrcweir	HasCoreId = FALSE,
3286cdf0e10cSrcweir	HasDialog = FALSE,
3287cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3288cdf0e10cSrcweir	Toggle = FALSE,
3289cdf0e10cSrcweir	Container = FALSE,
3290cdf0e10cSrcweir	RecordAbsolute = FALSE,
3291cdf0e10cSrcweir	RecordPerSet;
3292cdf0e10cSrcweir	Synchron;
3293cdf0e10cSrcweir
3294cdf0e10cSrcweir	Readonly = FALSE,
3295cdf0e10cSrcweir
3296cdf0e10cSrcweir	/* config: */
3297cdf0e10cSrcweir	AccelConfig = TRUE,
3298cdf0e10cSrcweir	MenuConfig = TRUE,
3299cdf0e10cSrcweir	StatusBarConfig = FALSE,
3300cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3301cdf0e10cSrcweir	GroupId = GID_VIEW;
3302cdf0e10cSrcweir]
3303cdf0e10cSrcweir
3304cdf0e10cSrcweir//--------------------------------------------------------------------------
3305cdf0e10cSrcweirSfxBoolItem HelplinesVisible SID_HELPLINES_VISIBLE
3306cdf0e10cSrcweir
3307cdf0e10cSrcweir[
3308cdf0e10cSrcweir	/* flags: */
3309cdf0e10cSrcweir	AutoUpdate = FALSE,
3310cdf0e10cSrcweir	Cachable = Cachable,
3311cdf0e10cSrcweir	FastCall = FALSE,
3312cdf0e10cSrcweir	HasCoreId = FALSE,
3313cdf0e10cSrcweir	HasDialog = FALSE,
3314cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3315cdf0e10cSrcweir	Toggle = FALSE,
3316cdf0e10cSrcweir	Container = FALSE,
3317cdf0e10cSrcweir	RecordAbsolute = FALSE,
3318cdf0e10cSrcweir	RecordPerSet;
3319cdf0e10cSrcweir	Synchron;
3320cdf0e10cSrcweir
3321cdf0e10cSrcweir	Readonly = FALSE,
3322cdf0e10cSrcweir
3323cdf0e10cSrcweir	/* config: */
3324cdf0e10cSrcweir	AccelConfig = TRUE,
3325cdf0e10cSrcweir	MenuConfig = TRUE,
3326cdf0e10cSrcweir	StatusBarConfig = FALSE,
3327cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3328cdf0e10cSrcweir	GroupId = GID_VIEW;
3329cdf0e10cSrcweir]
3330cdf0e10cSrcweir
3331cdf0e10cSrcweir//--------------------------------------------------------------------------
3332cdf0e10cSrcweirSfxVoidItem HideSlide SID_HIDE_SLIDE
3333cdf0e10cSrcweir()
3334cdf0e10cSrcweir[
3335cdf0e10cSrcweir	/* flags: */
3336cdf0e10cSrcweir	AutoUpdate = FALSE,
3337cdf0e10cSrcweir	Cachable = Cachable,
3338cdf0e10cSrcweir	FastCall = FALSE,
3339cdf0e10cSrcweir	HasCoreId = FALSE,
3340cdf0e10cSrcweir	HasDialog = FALSE,
3341cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3342cdf0e10cSrcweir	Toggle = FALSE,
3343cdf0e10cSrcweir	Container = FALSE,
3344cdf0e10cSrcweir	RecordAbsolute = FALSE,
3345cdf0e10cSrcweir	RecordPerSet;
3346cdf0e10cSrcweir	Synchron;
3347cdf0e10cSrcweir
3348cdf0e10cSrcweir	/* config: */
3349cdf0e10cSrcweir	AccelConfig = FALSE,
3350cdf0e10cSrcweir	MenuConfig = TRUE,
3351cdf0e10cSrcweir	StatusBarConfig = FALSE,
3352cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3353cdf0e10cSrcweir	GroupId = GID_MODIFY;
3354cdf0e10cSrcweir]
3355cdf0e10cSrcweir
3356cdf0e10cSrcweir//--------------------------------------------------------------------------
3357cdf0e10cSrcweirSfxVoidItem ShowSlide SID_SHOW_SLIDE
3358cdf0e10cSrcweir()
3359cdf0e10cSrcweir[
3360cdf0e10cSrcweir	/* flags: */
3361cdf0e10cSrcweir	AutoUpdate = FALSE,
3362cdf0e10cSrcweir	Cachable = Cachable,
3363cdf0e10cSrcweir	FastCall = FALSE,
3364cdf0e10cSrcweir	HasCoreId = FALSE,
3365cdf0e10cSrcweir	HasDialog = FALSE,
3366cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3367cdf0e10cSrcweir	Toggle = FALSE,
3368cdf0e10cSrcweir	Container = FALSE,
3369cdf0e10cSrcweir	RecordAbsolute = FALSE,
3370cdf0e10cSrcweir	RecordPerSet;
3371cdf0e10cSrcweir	Synchron;
3372cdf0e10cSrcweir
3373cdf0e10cSrcweir	/* config: */
3374cdf0e10cSrcweir	AccelConfig = FALSE,
3375cdf0e10cSrcweir	MenuConfig = TRUE,
3376cdf0e10cSrcweir	StatusBarConfig = FALSE,
3377cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3378cdf0e10cSrcweir	GroupId = GID_MODIFY;
3379cdf0e10cSrcweir]
3380cdf0e10cSrcweir
3381cdf0e10cSrcweir//--------------------------------------------------------------------------
3382cdf0e10cSrcweirSfxBoolItem Hyphenation SID_HYPHENATION
3383cdf0e10cSrcweir
3384cdf0e10cSrcweir[
3385cdf0e10cSrcweir	/* flags: */
3386cdf0e10cSrcweir	AutoUpdate = FALSE,
3387cdf0e10cSrcweir	Cachable = Cachable,
3388cdf0e10cSrcweir	FastCall = FALSE,
3389cdf0e10cSrcweir	HasCoreId = FALSE,
3390cdf0e10cSrcweir	HasDialog = FALSE,
3391cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3392cdf0e10cSrcweir	Toggle = TRUE,
3393cdf0e10cSrcweir	Container = FALSE,
3394cdf0e10cSrcweir	RecordAbsolute = FALSE,
3395cdf0e10cSrcweir	RecordPerSet;
3396cdf0e10cSrcweir	Synchron;
3397cdf0e10cSrcweir
3398cdf0e10cSrcweir	Readonly = FALSE,
3399cdf0e10cSrcweir
3400cdf0e10cSrcweir	/* config: */
3401cdf0e10cSrcweir	AccelConfig = TRUE,
3402cdf0e10cSrcweir	MenuConfig = TRUE,
3403cdf0e10cSrcweir	StatusBarConfig = FALSE,
3404cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3405cdf0e10cSrcweir	GroupId = GID_OPTIONS;
3406cdf0e10cSrcweir]
3407cdf0e10cSrcweir
3408cdf0e10cSrcweir//--------------------------------------------------------------------------
3409cdf0e10cSrcweirSfxVoidItem ImportFromFile SID_INSERTFILE
3410cdf0e10cSrcweir(SfxStringItem FileName ID_VAL_DUMMY1,SfxStringItem FilterName ID_VAL_DUMMY2)
3411cdf0e10cSrcweir[
3412cdf0e10cSrcweir	/* flags: */
3413cdf0e10cSrcweir	AutoUpdate = FALSE,
3414cdf0e10cSrcweir	Cachable = Cachable,
3415cdf0e10cSrcweir	FastCall = FALSE,
3416cdf0e10cSrcweir	HasCoreId = FALSE,
3417cdf0e10cSrcweir	HasDialog = TRUE,
3418cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3419cdf0e10cSrcweir	Toggle = FALSE,
3420cdf0e10cSrcweir	Container = FALSE,
3421cdf0e10cSrcweir	RecordAbsolute = FALSE,
3422cdf0e10cSrcweir	RecordPerSet;
3423cdf0e10cSrcweir	Synchron;
3424cdf0e10cSrcweir
3425cdf0e10cSrcweir	/* config: */
3426cdf0e10cSrcweir	AccelConfig = TRUE,
3427cdf0e10cSrcweir	MenuConfig = TRUE,
3428cdf0e10cSrcweir	StatusBarConfig = FALSE,
3429cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3430cdf0e10cSrcweir	GroupId = GID_INSERT;
3431cdf0e10cSrcweir]
3432cdf0e10cSrcweir
3433cdf0e10cSrcweir//--------------------------------------------------------------------------
3434cdf0e10cSrcweirSfxVoidItem InsertAuthorField SID_INSERT_FLD_AUTHOR
3435cdf0e10cSrcweir()
3436cdf0e10cSrcweir[
3437cdf0e10cSrcweir	/* flags: */
3438cdf0e10cSrcweir	AutoUpdate = FALSE,
3439cdf0e10cSrcweir	Cachable = Cachable,
3440cdf0e10cSrcweir	FastCall = FALSE,
3441cdf0e10cSrcweir	HasCoreId = FALSE,
3442cdf0e10cSrcweir	HasDialog = FALSE,
3443cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3444cdf0e10cSrcweir	Toggle = FALSE,
3445cdf0e10cSrcweir	Container = FALSE,
3446cdf0e10cSrcweir	RecordAbsolute = FALSE,
3447cdf0e10cSrcweir	RecordPerSet;
3448cdf0e10cSrcweir	Synchron;
3449cdf0e10cSrcweir
3450cdf0e10cSrcweir	/* config: */
3451cdf0e10cSrcweir	AccelConfig = TRUE,
3452cdf0e10cSrcweir	MenuConfig = TRUE,
3453cdf0e10cSrcweir	StatusBarConfig = FALSE,
3454cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3455cdf0e10cSrcweir	GroupId = GID_INSERT;
3456cdf0e10cSrcweir]
3457cdf0e10cSrcweir
3458cdf0e10cSrcweir//--------------------------------------------------------------------------
3459cdf0e10cSrcweirSfxVoidItem InsertDateFieldFix SID_INSERT_FLD_DATE_FIX
3460cdf0e10cSrcweir()
3461cdf0e10cSrcweir[
3462cdf0e10cSrcweir	/* flags: */
3463cdf0e10cSrcweir	AutoUpdate = FALSE,
3464cdf0e10cSrcweir	Cachable = Cachable,
3465cdf0e10cSrcweir	FastCall = FALSE,
3466cdf0e10cSrcweir	HasCoreId = FALSE,
3467cdf0e10cSrcweir	HasDialog = FALSE,
3468cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3469cdf0e10cSrcweir	Toggle = FALSE,
3470cdf0e10cSrcweir	Container = FALSE,
3471cdf0e10cSrcweir	RecordAbsolute = FALSE,
3472cdf0e10cSrcweir	RecordPerSet;
3473cdf0e10cSrcweir	Synchron;
3474cdf0e10cSrcweir
3475cdf0e10cSrcweir	/* config: */
3476cdf0e10cSrcweir	AccelConfig = TRUE,
3477cdf0e10cSrcweir	MenuConfig = TRUE,
3478cdf0e10cSrcweir	StatusBarConfig = FALSE,
3479cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3480cdf0e10cSrcweir	GroupId = GID_INSERT;
3481cdf0e10cSrcweir]
3482cdf0e10cSrcweir
3483cdf0e10cSrcweir//--------------------------------------------------------------------------
3484cdf0e10cSrcweirSfxVoidItem InsertDateFieldVar SID_INSERT_FLD_DATE_VAR
3485cdf0e10cSrcweir()
3486cdf0e10cSrcweir[
3487cdf0e10cSrcweir	/* flags: */
3488cdf0e10cSrcweir	AutoUpdate = FALSE,
3489cdf0e10cSrcweir	Cachable = Cachable,
3490cdf0e10cSrcweir	FastCall = FALSE,
3491cdf0e10cSrcweir	HasCoreId = FALSE,
3492cdf0e10cSrcweir	HasDialog = FALSE,
3493cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3494cdf0e10cSrcweir	Toggle = FALSE,
3495cdf0e10cSrcweir	Container = FALSE,
3496cdf0e10cSrcweir	RecordAbsolute = FALSE,
3497cdf0e10cSrcweir	RecordPerSet;
3498cdf0e10cSrcweir	Synchron;
3499cdf0e10cSrcweir
3500cdf0e10cSrcweir	/* config: */
3501cdf0e10cSrcweir	AccelConfig = TRUE,
3502cdf0e10cSrcweir	MenuConfig = TRUE,
3503cdf0e10cSrcweir	StatusBarConfig = FALSE,
3504cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3505cdf0e10cSrcweir	GroupId = GID_INSERT;
3506cdf0e10cSrcweir]
3507cdf0e10cSrcweir
3508cdf0e10cSrcweir//--------------------------------------------------------------------------
3509cdf0e10cSrcweirSfxVoidItem InsertFileField SID_INSERT_FLD_FILE
3510cdf0e10cSrcweir()
3511cdf0e10cSrcweir[
3512cdf0e10cSrcweir	/* flags: */
3513cdf0e10cSrcweir	AutoUpdate = FALSE,
3514cdf0e10cSrcweir	Cachable = Cachable,
3515cdf0e10cSrcweir	FastCall = FALSE,
3516cdf0e10cSrcweir	HasCoreId = FALSE,
3517cdf0e10cSrcweir	HasDialog = FALSE,
3518cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3519cdf0e10cSrcweir	Toggle = FALSE,
3520cdf0e10cSrcweir	Container = FALSE,
3521cdf0e10cSrcweir	RecordAbsolute = FALSE,
3522cdf0e10cSrcweir	RecordPerSet;
3523cdf0e10cSrcweir	Synchron;
3524cdf0e10cSrcweir
3525cdf0e10cSrcweir	/* config: */
3526cdf0e10cSrcweir	AccelConfig = TRUE,
3527cdf0e10cSrcweir	MenuConfig = TRUE,
3528cdf0e10cSrcweir	StatusBarConfig = FALSE,
3529cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3530cdf0e10cSrcweir	GroupId = GID_INSERT;
3531cdf0e10cSrcweir]
3532cdf0e10cSrcweir
3533cdf0e10cSrcweir//--------------------------------------------------------------------------
3534cdf0e10cSrcweirSfxVoidItem InsertLayer SID_INSERTLAYER
3535cdf0e10cSrcweir(SfxStringItem LayerName ID_VAL_LAYERNAME,SfxBoolItem IsVisible ID_VAL_ISVISIBLE,SfxBoolItem IsLocked ID_VAL_ISLOCKED,SfxBoolItem IsPrintable ID_VAL_ISPRINTABLE)
3536cdf0e10cSrcweir[
3537cdf0e10cSrcweir	/* flags: */
3538cdf0e10cSrcweir	AutoUpdate = FALSE,
3539cdf0e10cSrcweir	Cachable = Cachable,
3540cdf0e10cSrcweir	FastCall = FALSE,
3541cdf0e10cSrcweir	HasCoreId = FALSE,
3542cdf0e10cSrcweir	HasDialog = TRUE,
3543cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3544cdf0e10cSrcweir	Toggle = FALSE,
3545cdf0e10cSrcweir	Container = FALSE,
3546cdf0e10cSrcweir	RecordAbsolute = FALSE,
3547cdf0e10cSrcweir	RecordPerSet;
3548cdf0e10cSrcweir	Synchron;
3549cdf0e10cSrcweir
3550cdf0e10cSrcweir	/* config: */
3551cdf0e10cSrcweir	AccelConfig = TRUE,
3552cdf0e10cSrcweir	MenuConfig = TRUE,
3553cdf0e10cSrcweir	StatusBarConfig = FALSE,
3554cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3555cdf0e10cSrcweir	GroupId = GID_INSERT;
3556cdf0e10cSrcweir]
3557cdf0e10cSrcweir
3558cdf0e10cSrcweir//--------------------------------------------------------------------------
3559cdf0e10cSrcweirSfxVoidItem InsertPage SID_INSERTPAGE
3560cdf0e10cSrcweir(SfxStringItem PageName ID_VAL_PAGENAME,SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT,SfxBoolItem IsPageBack ID_VAL_ISPAGEBACK,SfxBoolItem IsPageObj ID_VAL_ISPAGEOBJ)
3561cdf0e10cSrcweir[
3562cdf0e10cSrcweir	/* flags: */
3563cdf0e10cSrcweir	AutoUpdate = FALSE,
3564cdf0e10cSrcweir	Cachable = Cachable,
3565cdf0e10cSrcweir	FastCall = FALSE,
3566cdf0e10cSrcweir	HasCoreId = FALSE,
3567cdf0e10cSrcweir	HasDialog = TRUE,
3568cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3569cdf0e10cSrcweir	Toggle = FALSE,
3570cdf0e10cSrcweir	Container = FALSE,
3571cdf0e10cSrcweir	RecordAbsolute = FALSE,
3572cdf0e10cSrcweir	RecordPerSet;
3573cdf0e10cSrcweir	Synchron;
3574cdf0e10cSrcweir
3575cdf0e10cSrcweir	/* config: */
3576cdf0e10cSrcweir	AccelConfig = TRUE,
3577cdf0e10cSrcweir	MenuConfig = TRUE,
3578cdf0e10cSrcweir	StatusBarConfig = FALSE,
3579cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3580cdf0e10cSrcweir	GroupId = GID_INSERT;
3581cdf0e10cSrcweir]
3582cdf0e10cSrcweir
3583cdf0e10cSrcweir//--------------------------------------------------------------------------
3584cdf0e10cSrcweirSfxVoidItem InsertPageField SID_INSERT_FLD_PAGE
3585cdf0e10cSrcweir()
3586cdf0e10cSrcweir[
3587cdf0e10cSrcweir	/* flags: */
3588cdf0e10cSrcweir	AutoUpdate = FALSE,
3589cdf0e10cSrcweir	Cachable = Cachable,
3590cdf0e10cSrcweir	FastCall = FALSE,
3591cdf0e10cSrcweir	HasCoreId = FALSE,
3592cdf0e10cSrcweir	HasDialog = FALSE,
3593cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3594cdf0e10cSrcweir	Toggle = FALSE,
3595cdf0e10cSrcweir	Container = FALSE,
3596cdf0e10cSrcweir	RecordAbsolute = FALSE,
3597cdf0e10cSrcweir	RecordPerSet;
3598cdf0e10cSrcweir	Synchron;
3599cdf0e10cSrcweir
3600cdf0e10cSrcweir	/* config: */
3601cdf0e10cSrcweir	AccelConfig = TRUE,
3602cdf0e10cSrcweir	MenuConfig = TRUE,
3603cdf0e10cSrcweir	StatusBarConfig = FALSE,
3604cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3605cdf0e10cSrcweir	GroupId = GID_INSERT;
3606cdf0e10cSrcweir]
3607cdf0e10cSrcweir
3608cdf0e10cSrcweir//--------------------------------------------------------------------------
3609cdf0e10cSrcweirSfxVoidItem InsertPagesField SID_INSERT_FLD_PAGES
3610cdf0e10cSrcweir()
3611cdf0e10cSrcweir[
3612cdf0e10cSrcweir	/* flags: */
3613cdf0e10cSrcweir	AutoUpdate = FALSE,
3614cdf0e10cSrcweir	Cachable = Cachable,
3615cdf0e10cSrcweir	FastCall = FALSE,
3616cdf0e10cSrcweir	HasCoreId = FALSE,
3617cdf0e10cSrcweir	HasDialog = FALSE,
3618cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3619cdf0e10cSrcweir	Toggle = FALSE,
3620cdf0e10cSrcweir	Container = FALSE,
3621cdf0e10cSrcweir	RecordAbsolute = FALSE,
3622cdf0e10cSrcweir	RecordPerSet;
3623cdf0e10cSrcweir	Synchron;
3624cdf0e10cSrcweir
3625cdf0e10cSrcweir	/* config: */
3626cdf0e10cSrcweir	AccelConfig = TRUE,
3627cdf0e10cSrcweir	MenuConfig = TRUE,
3628cdf0e10cSrcweir	StatusBarConfig = FALSE,
3629cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3630cdf0e10cSrcweir	GroupId = GID_INSERT;
3631cdf0e10cSrcweir]
3632cdf0e10cSrcweir
3633cdf0e10cSrcweir//--------------------------------------------------------------------------
3634cdf0e10cSrcweirSfxVoidItem InsertPageQuick SID_INSERTPAGE_QUICK
3635cdf0e10cSrcweir()
3636cdf0e10cSrcweir[
3637cdf0e10cSrcweir	/* flags: */
3638cdf0e10cSrcweir	AutoUpdate = FALSE,
3639cdf0e10cSrcweir	Cachable = Cachable,
3640cdf0e10cSrcweir	FastCall = FALSE,
3641cdf0e10cSrcweir	HasCoreId = FALSE,
3642cdf0e10cSrcweir	HasDialog = FALSE,
3643cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3644cdf0e10cSrcweir	Toggle = FALSE,
3645cdf0e10cSrcweir	Container = FALSE,
3646cdf0e10cSrcweir	RecordAbsolute = FALSE,
3647cdf0e10cSrcweir	RecordPerSet;
3648cdf0e10cSrcweir	Synchron;
3649cdf0e10cSrcweir
3650cdf0e10cSrcweir	/* config: */
3651cdf0e10cSrcweir	AccelConfig = TRUE,
3652cdf0e10cSrcweir	MenuConfig = TRUE,
3653cdf0e10cSrcweir	StatusBarConfig = FALSE,
3654cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3655cdf0e10cSrcweir	GroupId = GID_INSERT;
3656cdf0e10cSrcweir]
3657cdf0e10cSrcweir
3658cdf0e10cSrcweir//--------------------------------------------------------------------------
3659cdf0e10cSrcweirSfxVoidItem InsertTimeFieldFix SID_INSERT_FLD_TIME_FIX
3660cdf0e10cSrcweir()
3661cdf0e10cSrcweir[
3662cdf0e10cSrcweir	/* flags: */
3663cdf0e10cSrcweir	AutoUpdate = FALSE,
3664cdf0e10cSrcweir	Cachable = Cachable,
3665cdf0e10cSrcweir	FastCall = FALSE,
3666cdf0e10cSrcweir	HasCoreId = FALSE,
3667cdf0e10cSrcweir	HasDialog = FALSE,
3668cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3669cdf0e10cSrcweir	Toggle = FALSE,
3670cdf0e10cSrcweir	Container = FALSE,
3671cdf0e10cSrcweir	RecordAbsolute = FALSE,
3672cdf0e10cSrcweir	RecordPerSet;
3673cdf0e10cSrcweir	Synchron;
3674cdf0e10cSrcweir
3675cdf0e10cSrcweir	/* config: */
3676cdf0e10cSrcweir	AccelConfig = TRUE,
3677cdf0e10cSrcweir	MenuConfig = TRUE,
3678cdf0e10cSrcweir	StatusBarConfig = FALSE,
3679cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3680cdf0e10cSrcweir	GroupId = GID_INSERT;
3681cdf0e10cSrcweir]
3682cdf0e10cSrcweir
3683cdf0e10cSrcweir//--------------------------------------------------------------------------
3684cdf0e10cSrcweirSfxVoidItem InsertTimeFieldVar SID_INSERT_FLD_TIME_VAR
3685cdf0e10cSrcweir()
3686cdf0e10cSrcweir[
3687cdf0e10cSrcweir	/* flags: */
3688cdf0e10cSrcweir	AutoUpdate = FALSE,
3689cdf0e10cSrcweir	Cachable = Cachable,
3690cdf0e10cSrcweir	FastCall = FALSE,
3691cdf0e10cSrcweir	HasCoreId = FALSE,
3692cdf0e10cSrcweir	HasDialog = FALSE,
3693cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3694cdf0e10cSrcweir	Toggle = FALSE,
3695cdf0e10cSrcweir	Container = FALSE,
3696cdf0e10cSrcweir	RecordAbsolute = FALSE,
3697cdf0e10cSrcweir	RecordPerSet;
3698cdf0e10cSrcweir	Synchron;
3699cdf0e10cSrcweir
3700cdf0e10cSrcweir	/* config: */
3701cdf0e10cSrcweir	AccelConfig = TRUE,
3702cdf0e10cSrcweir	MenuConfig = TRUE,
3703cdf0e10cSrcweir	StatusBarConfig = FALSE,
3704cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3705cdf0e10cSrcweir	GroupId = GID_INSERT;
3706cdf0e10cSrcweir]
3707cdf0e10cSrcweir
3708cdf0e10cSrcweir//--------------------------------------------------------------------------
3709cdf0e10cSrcweirTbxImageItem InsertToolbox SID_DRAWTBX_INSERT
3710cdf0e10cSrcweir
3711cdf0e10cSrcweir[
3712cdf0e10cSrcweir	/* flags: */
3713cdf0e10cSrcweir	AutoUpdate = FALSE,
3714cdf0e10cSrcweir	Cachable = Cachable,
3715cdf0e10cSrcweir	FastCall = FALSE,
3716cdf0e10cSrcweir	HasCoreId = FALSE,
3717cdf0e10cSrcweir	HasDialog = FALSE,
3718cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3719cdf0e10cSrcweir	Toggle = FALSE,
3720cdf0e10cSrcweir	Container = FALSE,
3721cdf0e10cSrcweir	RecordAbsolute = FALSE,
3722cdf0e10cSrcweir	RecordPerSet;
3723cdf0e10cSrcweir	Synchron;
3724cdf0e10cSrcweir
3725cdf0e10cSrcweir	Readonly = FALSE,
3726cdf0e10cSrcweir
3727cdf0e10cSrcweir	/* config: */
3728cdf0e10cSrcweir	AccelConfig = TRUE,
3729cdf0e10cSrcweir	MenuConfig = TRUE,
3730cdf0e10cSrcweir	StatusBarConfig = FALSE,
3731cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3732cdf0e10cSrcweir	GroupId = GID_DRAWING;
3733cdf0e10cSrcweir]
3734cdf0e10cSrcweir
3735cdf0e10cSrcweir//--------------------------------------------------------------------------
3736cdf0e10cSrcweirSfxVoidItem InteractiveGradient SID_OBJECT_GRADIENT
3737cdf0e10cSrcweir()
3738cdf0e10cSrcweir[
3739cdf0e10cSrcweir	/* flags: */
3740cdf0e10cSrcweir	AutoUpdate = FALSE,
3741cdf0e10cSrcweir	Cachable = Cachable,
3742cdf0e10cSrcweir	FastCall = FALSE,
3743cdf0e10cSrcweir	HasCoreId = FALSE,
3744cdf0e10cSrcweir	HasDialog = FALSE,
3745cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3746cdf0e10cSrcweir	Toggle = FALSE,
3747cdf0e10cSrcweir	Container = FALSE,
3748cdf0e10cSrcweir	RecordAbsolute = FALSE,
3749cdf0e10cSrcweir	RecordPerSet;
3750cdf0e10cSrcweir	Synchron;
3751cdf0e10cSrcweir
3752cdf0e10cSrcweir	/* config: */
3753cdf0e10cSrcweir	AccelConfig = TRUE,
3754cdf0e10cSrcweir	MenuConfig = TRUE,
3755cdf0e10cSrcweir	StatusBarConfig = FALSE,
3756cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3757cdf0e10cSrcweir	GroupId = GID_MODIFY;
3758cdf0e10cSrcweir]
3759cdf0e10cSrcweir
3760cdf0e10cSrcweir//--------------------------------------------------------------------------
3761cdf0e10cSrcweirSfxVoidItem InteractiveTransparence SID_OBJECT_TRANSPARENCE
3762cdf0e10cSrcweir()
3763cdf0e10cSrcweir[
3764cdf0e10cSrcweir	/* flags: */
3765cdf0e10cSrcweir	AutoUpdate = FALSE,
3766cdf0e10cSrcweir	Cachable = Cachable,
3767cdf0e10cSrcweir	FastCall = FALSE,
3768cdf0e10cSrcweir	HasCoreId = FALSE,
3769cdf0e10cSrcweir	HasDialog = FALSE,
3770cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3771cdf0e10cSrcweir	Toggle = FALSE,
3772cdf0e10cSrcweir	Container = FALSE,
3773cdf0e10cSrcweir	RecordAbsolute = FALSE,
3774cdf0e10cSrcweir	RecordPerSet;
3775cdf0e10cSrcweir	Synchron;
3776cdf0e10cSrcweir
3777cdf0e10cSrcweir	/* config: */
3778cdf0e10cSrcweir	AccelConfig = TRUE,
3779cdf0e10cSrcweir	MenuConfig = TRUE,
3780cdf0e10cSrcweir	StatusBarConfig = FALSE,
3781cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3782cdf0e10cSrcweir	GroupId = GID_MODIFY;
3783cdf0e10cSrcweir]
3784cdf0e10cSrcweir
3785cdf0e10cSrcweir//--------------------------------------------------------------------------
3786cdf0e10cSrcweirSfxVoidItem LayerMode SID_LAYERMODE
3787cdf0e10cSrcweir(SfxBoolItem IsActive ID_VAL_ISACTIVE,SfxUInt32Item WhatLayer ID_VAL_WHATLAYER)
3788cdf0e10cSrcweir[
3789cdf0e10cSrcweir	/* flags: */
3790cdf0e10cSrcweir	AutoUpdate = FALSE,
3791cdf0e10cSrcweir	Cachable = Cachable,
3792cdf0e10cSrcweir	FastCall = FALSE,
3793cdf0e10cSrcweir	HasCoreId = FALSE,
3794cdf0e10cSrcweir	HasDialog = FALSE,
3795cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3796cdf0e10cSrcweir	Toggle = FALSE,
3797cdf0e10cSrcweir	Container = FALSE,
3798cdf0e10cSrcweir	RecordAbsolute = FALSE,
3799cdf0e10cSrcweir	RecordPerSet;
3800cdf0e10cSrcweir	Synchron;
3801cdf0e10cSrcweir
3802cdf0e10cSrcweir	/* status: */
3803cdf0e10cSrcweir	SlotType = SfxBoolItem
3804cdf0e10cSrcweir
3805cdf0e10cSrcweir	/* config: */
3806cdf0e10cSrcweir	AccelConfig = TRUE,
3807cdf0e10cSrcweir	MenuConfig = TRUE,
3808cdf0e10cSrcweir	StatusBarConfig = FALSE,
3809cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3810cdf0e10cSrcweir	GroupId = GID_VIEW;
3811cdf0e10cSrcweir]
3812cdf0e10cSrcweir
3813cdf0e10cSrcweir//--------------------------------------------------------------------------
3814cdf0e10cSrcweirSfxStringItem LayoutStatus SID_STATUS_LAYOUT
3815cdf0e10cSrcweir
3816cdf0e10cSrcweir[
3817cdf0e10cSrcweir	/* flags: */
3818cdf0e10cSrcweir	AutoUpdate = FALSE,
3819cdf0e10cSrcweir	Cachable = Cachable,
3820cdf0e10cSrcweir	FastCall = FALSE,
3821cdf0e10cSrcweir	HasCoreId = FALSE,
3822cdf0e10cSrcweir	HasDialog = FALSE,
3823cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3824cdf0e10cSrcweir	Toggle = FALSE,
3825cdf0e10cSrcweir	Container = FALSE,
3826cdf0e10cSrcweir	RecordAbsolute = FALSE,
3827cdf0e10cSrcweir	RecordPerSet;
3828cdf0e10cSrcweir	Synchron;
3829cdf0e10cSrcweir
3830cdf0e10cSrcweir	Readonly = FALSE,
3831cdf0e10cSrcweir
3832cdf0e10cSrcweir	/* config: */
3833cdf0e10cSrcweir	AccelConfig = FALSE,
3834cdf0e10cSrcweir	MenuConfig = FALSE,
3835cdf0e10cSrcweir	StatusBarConfig = TRUE,
3836cdf0e10cSrcweir	ToolBoxConfig = FALSE,
3837cdf0e10cSrcweir	GroupId = GID_VIEW;
3838cdf0e10cSrcweir]
3839cdf0e10cSrcweir
3840cdf0e10cSrcweir//--------------------------------------------------------------------------
3841cdf0e10cSrcweirSfxBoolItem LeaveAllGroups SID_LEAVE_ALL_GROUPS
3842cdf0e10cSrcweir
3843cdf0e10cSrcweir[
3844cdf0e10cSrcweir	/* flags: */
3845cdf0e10cSrcweir	AutoUpdate = TRUE,
3846cdf0e10cSrcweir	Cachable = Cachable,
3847cdf0e10cSrcweir	FastCall = FALSE,
3848cdf0e10cSrcweir	HasCoreId = FALSE,
3849cdf0e10cSrcweir	HasDialog = FALSE,
3850cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
3851cdf0e10cSrcweir	Toggle = FALSE,
3852cdf0e10cSrcweir	Container = FALSE,
3853cdf0e10cSrcweir	RecordAbsolute = FALSE,
3854cdf0e10cSrcweir	RecordPerSet;
3855cdf0e10cSrcweir	Synchron;
3856cdf0e10cSrcweir
3857cdf0e10cSrcweir	Readonly = FALSE,
3858cdf0e10cSrcweir
3859cdf0e10cSrcweir	/* config: */
3860cdf0e10cSrcweir	AccelConfig = TRUE,
3861cdf0e10cSrcweir	MenuConfig = TRUE,
3862cdf0e10cSrcweir	StatusBarConfig = FALSE,
3863cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3864cdf0e10cSrcweir	GroupId = GID_MODIFY;
3865cdf0e10cSrcweir]
3866cdf0e10cSrcweir
3867cdf0e10cSrcweir//--------------------------------------------------------------------------
3868cdf0e10cSrcweirSfxBoolItem LineArrowCircle SID_LINE_ARROW_CIRCLE
3869cdf0e10cSrcweir
3870cdf0e10cSrcweir[
3871cdf0e10cSrcweir	/* flags: */
3872cdf0e10cSrcweir	AutoUpdate = FALSE,
3873cdf0e10cSrcweir	Cachable = Cachable,
3874cdf0e10cSrcweir	FastCall = FALSE,
3875cdf0e10cSrcweir	HasCoreId = FALSE,
3876cdf0e10cSrcweir	HasDialog = FALSE,
3877cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3878cdf0e10cSrcweir	Toggle = FALSE,
3879cdf0e10cSrcweir	Container = FALSE,
3880cdf0e10cSrcweir	RecordAbsolute = FALSE,
3881cdf0e10cSrcweir	RecordPerItem;
3882cdf0e10cSrcweir	Synchron;
3883cdf0e10cSrcweir
3884cdf0e10cSrcweir	Readonly = FALSE,
3885cdf0e10cSrcweir
3886cdf0e10cSrcweir	/* config: */
3887cdf0e10cSrcweir	AccelConfig = FALSE,
3888cdf0e10cSrcweir	MenuConfig = FALSE,
3889cdf0e10cSrcweir	StatusBarConfig = FALSE,
3890cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3891cdf0e10cSrcweir	GroupId = GID_DRAWING;
3892cdf0e10cSrcweir]
3893cdf0e10cSrcweir
3894cdf0e10cSrcweir//--------------------------------------------------------------------------
3895cdf0e10cSrcweirSfxBoolItem LineArrowEnd SID_LINE_ARROW_END
3896cdf0e10cSrcweir
3897cdf0e10cSrcweir[
3898cdf0e10cSrcweir	/* flags: */
3899cdf0e10cSrcweir	AutoUpdate = FALSE,
3900cdf0e10cSrcweir	Cachable = Cachable,
3901cdf0e10cSrcweir	FastCall = FALSE,
3902cdf0e10cSrcweir	HasCoreId = FALSE,
3903cdf0e10cSrcweir	HasDialog = FALSE,
3904cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3905cdf0e10cSrcweir	Toggle = FALSE,
3906cdf0e10cSrcweir	Container = FALSE,
3907cdf0e10cSrcweir	RecordAbsolute = FALSE,
3908cdf0e10cSrcweir	RecordPerItem;
3909cdf0e10cSrcweir	Synchron;
3910cdf0e10cSrcweir
3911cdf0e10cSrcweir	Readonly = FALSE,
3912cdf0e10cSrcweir
3913cdf0e10cSrcweir	/* config: */
3914cdf0e10cSrcweir	AccelConfig = FALSE,
3915cdf0e10cSrcweir	MenuConfig = FALSE,
3916cdf0e10cSrcweir	StatusBarConfig = FALSE,
3917cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3918cdf0e10cSrcweir	GroupId = GID_DRAWING;
3919cdf0e10cSrcweir]
3920cdf0e10cSrcweir
3921cdf0e10cSrcweir//--------------------------------------------------------------------------
3922cdf0e10cSrcweirSfxBoolItem LineArrows SID_LINE_ARROWS
3923cdf0e10cSrcweir
3924cdf0e10cSrcweir[
3925cdf0e10cSrcweir	/* flags: */
3926cdf0e10cSrcweir	AutoUpdate = FALSE,
3927cdf0e10cSrcweir	Cachable = Cachable,
3928cdf0e10cSrcweir	FastCall = FALSE,
3929cdf0e10cSrcweir	HasCoreId = FALSE,
3930cdf0e10cSrcweir	HasDialog = FALSE,
3931cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3932cdf0e10cSrcweir	Toggle = FALSE,
3933cdf0e10cSrcweir	Container = FALSE,
3934cdf0e10cSrcweir	RecordAbsolute = FALSE,
3935cdf0e10cSrcweir	RecordPerItem;
3936cdf0e10cSrcweir	Synchron;
3937cdf0e10cSrcweir
3938cdf0e10cSrcweir	Readonly = FALSE,
3939cdf0e10cSrcweir
3940cdf0e10cSrcweir	/* config: */
3941cdf0e10cSrcweir	AccelConfig = FALSE,
3942cdf0e10cSrcweir	MenuConfig = FALSE,
3943cdf0e10cSrcweir	StatusBarConfig = FALSE,
3944cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3945cdf0e10cSrcweir	GroupId = GID_DRAWING;
3946cdf0e10cSrcweir]
3947cdf0e10cSrcweir
3948cdf0e10cSrcweir//--------------------------------------------------------------------------
3949cdf0e10cSrcweirSfxBoolItem LineArrowSquare SID_LINE_ARROW_SQUARE
3950cdf0e10cSrcweir
3951cdf0e10cSrcweir[
3952cdf0e10cSrcweir	/* flags: */
3953cdf0e10cSrcweir	AutoUpdate = FALSE,
3954cdf0e10cSrcweir	Cachable = Cachable,
3955cdf0e10cSrcweir	FastCall = FALSE,
3956cdf0e10cSrcweir	HasCoreId = FALSE,
3957cdf0e10cSrcweir	HasDialog = FALSE,
3958cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3959cdf0e10cSrcweir	Toggle = FALSE,
3960cdf0e10cSrcweir	Container = FALSE,
3961cdf0e10cSrcweir	RecordAbsolute = FALSE,
3962cdf0e10cSrcweir	RecordPerItem;
3963cdf0e10cSrcweir	Synchron;
3964cdf0e10cSrcweir
3965cdf0e10cSrcweir	Readonly = FALSE,
3966cdf0e10cSrcweir
3967cdf0e10cSrcweir	/* config: */
3968cdf0e10cSrcweir	AccelConfig = FALSE,
3969cdf0e10cSrcweir	MenuConfig = FALSE,
3970cdf0e10cSrcweir	StatusBarConfig = FALSE,
3971cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3972cdf0e10cSrcweir	GroupId = GID_DRAWING;
3973cdf0e10cSrcweir]
3974cdf0e10cSrcweir
3975cdf0e10cSrcweir//--------------------------------------------------------------------------
3976cdf0e10cSrcweirSfxBoolItem LineArrowStart SID_LINE_ARROW_START
3977cdf0e10cSrcweir
3978cdf0e10cSrcweir[
3979cdf0e10cSrcweir	/* flags: */
3980cdf0e10cSrcweir	AutoUpdate = FALSE,
3981cdf0e10cSrcweir	Cachable = Cachable,
3982cdf0e10cSrcweir	FastCall = FALSE,
3983cdf0e10cSrcweir	HasCoreId = FALSE,
3984cdf0e10cSrcweir	HasDialog = FALSE,
3985cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
3986cdf0e10cSrcweir	Toggle = FALSE,
3987cdf0e10cSrcweir	Container = FALSE,
3988cdf0e10cSrcweir	RecordAbsolute = FALSE,
3989cdf0e10cSrcweir	RecordPerItem;
3990cdf0e10cSrcweir	Synchron;
3991cdf0e10cSrcweir
3992cdf0e10cSrcweir	Readonly = FALSE,
3993cdf0e10cSrcweir
3994cdf0e10cSrcweir	/* config: */
3995cdf0e10cSrcweir	AccelConfig = FALSE,
3996cdf0e10cSrcweir	MenuConfig = FALSE,
3997cdf0e10cSrcweir	StatusBarConfig = FALSE,
3998cdf0e10cSrcweir	ToolBoxConfig = TRUE,
3999cdf0e10cSrcweir	GroupId = GID_DRAWING;
4000cdf0e10cSrcweir]
4001cdf0e10cSrcweir
4002cdf0e10cSrcweir//--------------------------------------------------------------------------
4003cdf0e10cSrcweirSfxBoolItem LineCircleArrow SID_LINE_CIRCLE_ARROW
4004cdf0e10cSrcweir
4005cdf0e10cSrcweir[
4006cdf0e10cSrcweir	/* flags: */
4007cdf0e10cSrcweir	AutoUpdate = FALSE,
4008cdf0e10cSrcweir	Cachable = Cachable,
4009cdf0e10cSrcweir	FastCall = FALSE,
4010cdf0e10cSrcweir	HasCoreId = FALSE,
4011cdf0e10cSrcweir	HasDialog = FALSE,
4012cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4013cdf0e10cSrcweir	Toggle = FALSE,
4014cdf0e10cSrcweir	Container = FALSE,
4015cdf0e10cSrcweir	RecordAbsolute = FALSE,
4016cdf0e10cSrcweir	RecordPerItem;
4017cdf0e10cSrcweir	Synchron;
4018cdf0e10cSrcweir
4019cdf0e10cSrcweir	Readonly = FALSE,
4020cdf0e10cSrcweir
4021cdf0e10cSrcweir	/* config: */
4022cdf0e10cSrcweir	AccelConfig = FALSE,
4023cdf0e10cSrcweir	MenuConfig = FALSE,
4024cdf0e10cSrcweir	StatusBarConfig = FALSE,
4025cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4026cdf0e10cSrcweir	GroupId = GID_DRAWING;
4027cdf0e10cSrcweir]
4028cdf0e10cSrcweir
4029cdf0e10cSrcweir//--------------------------------------------------------------------------
4030cdf0e10cSrcweirSfxVoidItem LineColor SID_SETLINECOLOR
4031cdf0e10cSrcweir(SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE)
4032cdf0e10cSrcweir[
4033cdf0e10cSrcweir	/* flags: */
4034cdf0e10cSrcweir	AutoUpdate = FALSE,
4035cdf0e10cSrcweir	Cachable = Cachable,
4036cdf0e10cSrcweir	FastCall = FALSE,
4037cdf0e10cSrcweir	HasCoreId = FALSE,
4038cdf0e10cSrcweir	HasDialog = FALSE,
4039cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4040cdf0e10cSrcweir	Toggle = FALSE,
4041cdf0e10cSrcweir	Container = FALSE,
4042cdf0e10cSrcweir	RecordAbsolute = FALSE,
4043cdf0e10cSrcweir	RecordPerSet;
4044cdf0e10cSrcweir	Synchron;
4045cdf0e10cSrcweir
4046cdf0e10cSrcweir	/* config: */
4047cdf0e10cSrcweir	AccelConfig = FALSE,
4048cdf0e10cSrcweir	MenuConfig = FALSE,
4049cdf0e10cSrcweir	StatusBarConfig = FALSE,
4050cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4051cdf0e10cSrcweir	GroupId = GID_FORMAT;
4052cdf0e10cSrcweir]
4053cdf0e10cSrcweir
4054cdf0e10cSrcweir//--------------------------------------------------------------------------
4055cdf0e10cSrcweir//#i80528#SfxBoolItem LineDraft SID_LINE_DRAFT
4056cdf0e10cSrcweir//#i80528#
4057cdf0e10cSrcweir//#i80528#[
4058cdf0e10cSrcweir//#i80528#	/* flags: */
4059cdf0e10cSrcweir//#i80528#	AutoUpdate = FALSE,
4060cdf0e10cSrcweir//#i80528#	Cachable = Cachable,
4061cdf0e10cSrcweir//#i80528#	FastCall = FALSE,
4062cdf0e10cSrcweir//#i80528#	HasCoreId = FALSE,
4063cdf0e10cSrcweir//#i80528#	HasDialog = FALSE,
4064cdf0e10cSrcweir//#i80528#	ReadOnlyDoc = TRUE,
4065cdf0e10cSrcweir//#i80528#	Toggle = FALSE,
4066cdf0e10cSrcweir//#i80528#	Container = FALSE,
4067cdf0e10cSrcweir//#i80528#	RecordAbsolute = FALSE,
4068cdf0e10cSrcweir//#i80528#	RecordPerSet;
4069cdf0e10cSrcweir//#i80528#	Synchron;
4070cdf0e10cSrcweir//#i80528#
4071cdf0e10cSrcweir//#i80528#	Readonly = FALSE,
4072cdf0e10cSrcweir//#i80528#
4073cdf0e10cSrcweir//#i80528#	/* config: */
4074cdf0e10cSrcweir//#i80528#	AccelConfig = TRUE,
4075cdf0e10cSrcweir//#i80528#	MenuConfig = TRUE,
4076cdf0e10cSrcweir//#i80528#	StatusBarConfig = FALSE,
4077cdf0e10cSrcweir//#i80528#	ToolBoxConfig = TRUE,
4078cdf0e10cSrcweir//#i80528#	GroupId = GID_VIEW;
4079cdf0e10cSrcweir//#i80528#]
4080cdf0e10cSrcweir
4081cdf0e10cSrcweir//--------------------------------------------------------------------------
4082cdf0e10cSrcweirSfxVoidItem LineEndPolygon SID_LINEEND_POLYGON
4083cdf0e10cSrcweir()
4084cdf0e10cSrcweir[
4085cdf0e10cSrcweir	/* flags: */
4086cdf0e10cSrcweir	AutoUpdate = FALSE,
4087cdf0e10cSrcweir	Cachable = Cachable,
4088cdf0e10cSrcweir	FastCall = FALSE,
4089cdf0e10cSrcweir	HasCoreId = FALSE,
4090cdf0e10cSrcweir	HasDialog = FALSE,
4091cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4092cdf0e10cSrcweir	Toggle = FALSE,
4093cdf0e10cSrcweir	Container = FALSE,
4094cdf0e10cSrcweir	RecordAbsolute = FALSE,
4095cdf0e10cSrcweir	RecordPerSet;
4096cdf0e10cSrcweir	Synchron;
4097cdf0e10cSrcweir
4098cdf0e10cSrcweir	/* config: */
4099cdf0e10cSrcweir	AccelConfig = FALSE,
4100cdf0e10cSrcweir	MenuConfig = FALSE,
4101cdf0e10cSrcweir	StatusBarConfig = FALSE,
4102cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4103cdf0e10cSrcweir	GroupId = GID_DRAWING;
4104cdf0e10cSrcweir]
4105cdf0e10cSrcweir
4106cdf0e10cSrcweir//--------------------------------------------------------------------------
4107cdf0e10cSrcweirSfxBoolItem LineSquareArrow SID_LINE_SQUARE_ARROW
4108cdf0e10cSrcweir
4109cdf0e10cSrcweir[
4110cdf0e10cSrcweir	/* flags: */
4111cdf0e10cSrcweir	AutoUpdate = FALSE,
4112cdf0e10cSrcweir	Cachable = Cachable,
4113cdf0e10cSrcweir	FastCall = FALSE,
4114cdf0e10cSrcweir	HasCoreId = FALSE,
4115cdf0e10cSrcweir	HasDialog = FALSE,
4116cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4117cdf0e10cSrcweir	Toggle = FALSE,
4118cdf0e10cSrcweir	Container = FALSE,
4119cdf0e10cSrcweir	RecordAbsolute = FALSE,
4120cdf0e10cSrcweir	RecordPerItem;
4121cdf0e10cSrcweir	Synchron;
4122cdf0e10cSrcweir
4123cdf0e10cSrcweir	Readonly = FALSE,
4124cdf0e10cSrcweir
4125cdf0e10cSrcweir	/* config: */
4126cdf0e10cSrcweir	AccelConfig = FALSE,
4127cdf0e10cSrcweir	MenuConfig = FALSE,
4128cdf0e10cSrcweir	StatusBarConfig = FALSE,
4129cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4130cdf0e10cSrcweir	GroupId = GID_DRAWING;
4131cdf0e10cSrcweir]
4132cdf0e10cSrcweir
4133cdf0e10cSrcweir//--------------------------------------------------------------------------
4134cdf0e10cSrcweirSfxVoidItem LineTo SID_LINETO
4135cdf0e10cSrcweir(SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
4136cdf0e10cSrcweir[
4137cdf0e10cSrcweir	/* flags: */
4138cdf0e10cSrcweir	AutoUpdate = FALSE,
4139cdf0e10cSrcweir	Cachable = Cachable,
4140cdf0e10cSrcweir	FastCall = FALSE,
4141cdf0e10cSrcweir	HasCoreId = FALSE,
4142cdf0e10cSrcweir	HasDialog = FALSE,
4143cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4144cdf0e10cSrcweir	Toggle = FALSE,
4145cdf0e10cSrcweir	Container = FALSE,
4146cdf0e10cSrcweir	RecordAbsolute = FALSE,
4147cdf0e10cSrcweir	RecordPerSet;
4148cdf0e10cSrcweir	Synchron;
4149cdf0e10cSrcweir
4150cdf0e10cSrcweir	/* config: */
4151cdf0e10cSrcweir	AccelConfig = FALSE,
4152cdf0e10cSrcweir	MenuConfig = FALSE,
4153cdf0e10cSrcweir	StatusBarConfig = FALSE,
4154cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4155cdf0e10cSrcweir	GroupId = GID_DRAWING;
4156cdf0e10cSrcweir]
4157cdf0e10cSrcweir
4158cdf0e10cSrcweir//--------------------------------------------------------------------------
4159cdf0e10cSrcweirTbxImageItem LineToolbox SID_DRAWTBX_LINES
4160cdf0e10cSrcweir
4161cdf0e10cSrcweir[
4162cdf0e10cSrcweir	/* flags: */
4163cdf0e10cSrcweir	AutoUpdate = FALSE,
4164cdf0e10cSrcweir	Cachable = Cachable,
4165cdf0e10cSrcweir	FastCall = FALSE,
4166cdf0e10cSrcweir	HasCoreId = FALSE,
4167cdf0e10cSrcweir	HasDialog = FALSE,
4168cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4169cdf0e10cSrcweir	Toggle = FALSE,
4170cdf0e10cSrcweir	Container = FALSE,
4171cdf0e10cSrcweir	RecordAbsolute = FALSE,
4172cdf0e10cSrcweir	RecordPerSet;
4173cdf0e10cSrcweir	Synchron;
4174cdf0e10cSrcweir
4175cdf0e10cSrcweir	Readonly = FALSE,
4176cdf0e10cSrcweir
4177cdf0e10cSrcweir	/* config: */
4178cdf0e10cSrcweir	AccelConfig = TRUE,
4179cdf0e10cSrcweir	MenuConfig = TRUE,
4180cdf0e10cSrcweir	StatusBarConfig = FALSE,
4181cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4182cdf0e10cSrcweir	GroupId = GID_DRAWING;
4183cdf0e10cSrcweir]
4184cdf0e10cSrcweir
4185cdf0e10cSrcweir//--------------------------------------------------------------------------
4186cdf0e10cSrcweirSfxVoidItem ManageLinks SID_MANAGE_LINKS
4187cdf0e10cSrcweir()
4188cdf0e10cSrcweir[
4189cdf0e10cSrcweir	/* flags: */
4190cdf0e10cSrcweir	AutoUpdate = FALSE,
4191cdf0e10cSrcweir	Cachable = Cachable,
4192cdf0e10cSrcweir	FastCall = FALSE,
4193cdf0e10cSrcweir	HasCoreId = FALSE,
4194cdf0e10cSrcweir	HasDialog = TRUE,
4195cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4196cdf0e10cSrcweir	Toggle = FALSE,
4197cdf0e10cSrcweir	Container = FALSE,
4198cdf0e10cSrcweir	RecordAbsolute = FALSE,
4199cdf0e10cSrcweir	RecordPerSet;
4200cdf0e10cSrcweir	Synchron;
4201cdf0e10cSrcweir
4202cdf0e10cSrcweir	/* config: */
4203cdf0e10cSrcweir	AccelConfig = TRUE,
4204cdf0e10cSrcweir	MenuConfig = TRUE,
4205cdf0e10cSrcweir	StatusBarConfig = FALSE,
4206cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4207cdf0e10cSrcweir	GroupId = GID_EDIT;
4208cdf0e10cSrcweir]
4209cdf0e10cSrcweir
4210cdf0e10cSrcweir//--------------------------------------------------------------------------
4211cdf0e10cSrcweirSfxVoidItem MasterPage SID_MASTERPAGE
4212cdf0e10cSrcweir(SfxBoolItem Isactive ID_VAL_ISACTIVE)
4213cdf0e10cSrcweir[
4214cdf0e10cSrcweir	/* flags: */
4215cdf0e10cSrcweir	AutoUpdate = FALSE,
4216cdf0e10cSrcweir	Cachable = Cachable,
4217cdf0e10cSrcweir	FastCall = FALSE,
4218cdf0e10cSrcweir	HasCoreId = FALSE,
4219cdf0e10cSrcweir	HasDialog = FALSE,
4220cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4221cdf0e10cSrcweir	Toggle = FALSE,
4222cdf0e10cSrcweir	Container = FALSE,
4223cdf0e10cSrcweir	RecordAbsolute = FALSE,
4224cdf0e10cSrcweir	RecordPerSet;
4225cdf0e10cSrcweir	Synchron;
4226cdf0e10cSrcweir
4227cdf0e10cSrcweir	/* status: */
4228cdf0e10cSrcweir	SlotType = SfxBoolItem
4229cdf0e10cSrcweir
4230cdf0e10cSrcweir	/* config: */
4231cdf0e10cSrcweir	AccelConfig = TRUE,
4232cdf0e10cSrcweir	MenuConfig = TRUE,
4233cdf0e10cSrcweir	StatusBarConfig = FALSE,
4234cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4235cdf0e10cSrcweir	GroupId = GID_VIEW;
4236cdf0e10cSrcweir]
4237cdf0e10cSrcweir
4238cdf0e10cSrcweir//--------------------------------------------------------------------------
4239cdf0e10cSrcweirSfxVoidItem MeasureAttributes SID_MEASURE_DLG
4240cdf0e10cSrcweir()
4241cdf0e10cSrcweir[
4242cdf0e10cSrcweir	/* flags: */
4243cdf0e10cSrcweir	AutoUpdate = FALSE,
4244cdf0e10cSrcweir	Cachable = Cachable,
4245cdf0e10cSrcweir	FastCall = FALSE,
4246cdf0e10cSrcweir	HasCoreId = FALSE,
4247cdf0e10cSrcweir	HasDialog = TRUE,
4248cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4249cdf0e10cSrcweir	Toggle = FALSE,
4250cdf0e10cSrcweir	Container = FALSE,
4251cdf0e10cSrcweir	RecordAbsolute = FALSE,
4252cdf0e10cSrcweir	RecordPerSet;
4253cdf0e10cSrcweir	Synchron;
4254cdf0e10cSrcweir
4255cdf0e10cSrcweir	/* config: */
4256cdf0e10cSrcweir	AccelConfig = TRUE,
4257cdf0e10cSrcweir	MenuConfig = TRUE,
4258cdf0e10cSrcweir	StatusBarConfig = FALSE,
4259cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4260cdf0e10cSrcweir	GroupId = GID_FORMAT;
4261cdf0e10cSrcweir]
4262cdf0e10cSrcweir
4263cdf0e10cSrcweir//--------------------------------------------------------------------------
4264cdf0e10cSrcweirSfxBoolItem MeasureLine SID_DRAW_MEASURELINE
4265cdf0e10cSrcweir
4266cdf0e10cSrcweir[
4267cdf0e10cSrcweir	/* flags: */
4268cdf0e10cSrcweir	AutoUpdate = TRUE,
4269cdf0e10cSrcweir	Cachable = Cachable,
4270cdf0e10cSrcweir	FastCall = FALSE,
4271cdf0e10cSrcweir	HasCoreId = FALSE,
4272cdf0e10cSrcweir	HasDialog = FALSE,
4273cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4274cdf0e10cSrcweir	Toggle = FALSE,
4275cdf0e10cSrcweir	Container = FALSE,
4276cdf0e10cSrcweir	RecordAbsolute = FALSE,
4277cdf0e10cSrcweir	RecordPerItem;
4278cdf0e10cSrcweir	Synchron;
4279cdf0e10cSrcweir
4280cdf0e10cSrcweir	Readonly = FALSE,
4281cdf0e10cSrcweir
4282cdf0e10cSrcweir	/* config: */
4283cdf0e10cSrcweir	AccelConfig = TRUE,
4284cdf0e10cSrcweir	MenuConfig = TRUE,
4285cdf0e10cSrcweir	StatusBarConfig = FALSE,
4286cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4287cdf0e10cSrcweir	GroupId = GID_DRAWING;
4288cdf0e10cSrcweir]
4289cdf0e10cSrcweir
4290cdf0e10cSrcweir//--------------------------------------------------------------------------
4291cdf0e10cSrcweirSfxVoidItem MirrorHorz SID_HORIZONTAL
4292cdf0e10cSrcweir()
4293cdf0e10cSrcweir[
4294cdf0e10cSrcweir	/* flags: */
4295cdf0e10cSrcweir	AutoUpdate = FALSE,
4296cdf0e10cSrcweir	Cachable = Cachable,
4297cdf0e10cSrcweir	FastCall = FALSE,
4298cdf0e10cSrcweir	HasCoreId = FALSE,
4299cdf0e10cSrcweir	HasDialog = FALSE,
4300cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4301cdf0e10cSrcweir	Toggle = FALSE,
4302cdf0e10cSrcweir	Container = FALSE,
4303cdf0e10cSrcweir	RecordAbsolute = FALSE,
4304cdf0e10cSrcweir	RecordPerSet;
4305cdf0e10cSrcweir	Synchron;
4306cdf0e10cSrcweir
4307cdf0e10cSrcweir	/* config: */
4308cdf0e10cSrcweir	AccelConfig = FALSE,
4309cdf0e10cSrcweir	MenuConfig = TRUE,
4310cdf0e10cSrcweir	StatusBarConfig = FALSE,
4311cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4312cdf0e10cSrcweir	GroupId = GID_MODIFY;
4313cdf0e10cSrcweir]
4314cdf0e10cSrcweir
4315cdf0e10cSrcweir//--------------------------------------------------------------------------
4316cdf0e10cSrcweirSfxVoidItem MirrorVert SID_VERTICAL
4317cdf0e10cSrcweir()
4318cdf0e10cSrcweir[
4319cdf0e10cSrcweir	/* flags: */
4320cdf0e10cSrcweir	AutoUpdate = FALSE,
4321cdf0e10cSrcweir	Cachable = Cachable,
4322cdf0e10cSrcweir	FastCall = FALSE,
4323cdf0e10cSrcweir	HasCoreId = FALSE,
4324cdf0e10cSrcweir	HasDialog = FALSE,
4325cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4326cdf0e10cSrcweir	Toggle = FALSE,
4327cdf0e10cSrcweir	Container = FALSE,
4328cdf0e10cSrcweir	RecordAbsolute = FALSE,
4329cdf0e10cSrcweir	RecordPerSet;
4330cdf0e10cSrcweir	Synchron;
4331cdf0e10cSrcweir
4332cdf0e10cSrcweir	/* config: */
4333cdf0e10cSrcweir	AccelConfig = FALSE,
4334cdf0e10cSrcweir	MenuConfig = TRUE,
4335cdf0e10cSrcweir	StatusBarConfig = FALSE,
4336cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4337cdf0e10cSrcweir	GroupId = GID_MODIFY;
4338cdf0e10cSrcweir]
4339cdf0e10cSrcweir
4340cdf0e10cSrcweir//--------------------------------------------------------------------------
4341cdf0e10cSrcweirSfxVoidItem ModifyField SID_MODIFY_FIELD
4342cdf0e10cSrcweir()
4343cdf0e10cSrcweir[
4344cdf0e10cSrcweir	/* flags: */
4345cdf0e10cSrcweir	AutoUpdate = FALSE,
4346cdf0e10cSrcweir	Cachable = Cachable,
4347cdf0e10cSrcweir	FastCall = FALSE,
4348cdf0e10cSrcweir	HasCoreId = FALSE,
4349cdf0e10cSrcweir	HasDialog = TRUE,
4350cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4351cdf0e10cSrcweir	Toggle = FALSE,
4352cdf0e10cSrcweir	Container = FALSE,
4353cdf0e10cSrcweir	RecordAbsolute = FALSE,
4354cdf0e10cSrcweir	RecordPerSet;
4355cdf0e10cSrcweir	Synchron;
4356cdf0e10cSrcweir
4357cdf0e10cSrcweir	/* config: */
4358cdf0e10cSrcweir	AccelConfig = TRUE,
4359cdf0e10cSrcweir	MenuConfig = TRUE,
4360cdf0e10cSrcweir	StatusBarConfig = FALSE,
4361cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4362cdf0e10cSrcweir	GroupId = GID_EDIT;
4363cdf0e10cSrcweir]
4364cdf0e10cSrcweir
4365cdf0e10cSrcweir//--------------------------------------------------------------------------
4366cdf0e10cSrcweirSfxVoidItem ModifyLayer SID_MODIFYLAYER
4367cdf0e10cSrcweir(SfxStringItem LayerName ID_VAL_LAYERNAME,SfxBoolItem IsVisible ID_VAL_ISVISIBLE,SfxBoolItem IsLocked ID_VAL_ISLOCKED,SfxBoolItem IsPrintable ID_VAL_ISPRINTABLE)
4368cdf0e10cSrcweir[
4369cdf0e10cSrcweir	/* flags: */
4370cdf0e10cSrcweir	AutoUpdate = FALSE,
4371cdf0e10cSrcweir	Cachable = Cachable,
4372cdf0e10cSrcweir	FastCall = FALSE,
4373cdf0e10cSrcweir	HasCoreId = FALSE,
4374cdf0e10cSrcweir	HasDialog = TRUE,
4375cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4376cdf0e10cSrcweir	Toggle = FALSE,
4377cdf0e10cSrcweir	Container = FALSE,
4378cdf0e10cSrcweir	RecordAbsolute = FALSE,
4379cdf0e10cSrcweir	RecordPerSet;
4380cdf0e10cSrcweir	Synchron;
4381cdf0e10cSrcweir
4382cdf0e10cSrcweir	/* config: */
4383cdf0e10cSrcweir	AccelConfig = TRUE,
4384cdf0e10cSrcweir	MenuConfig = TRUE,
4385cdf0e10cSrcweir	StatusBarConfig = FALSE,
4386cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4387cdf0e10cSrcweir	GroupId = GID_MODIFY;
4388cdf0e10cSrcweir]
4389cdf0e10cSrcweir
4390cdf0e10cSrcweir//--------------------------------------------------------------------------
4391cdf0e10cSrcweirSfxVoidItem ModifyPage SID_MODIFYPAGE
4392cdf0e10cSrcweir(SfxStringItem PageName ID_VAL_PAGENAME,SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT,SfxBoolItem IsPageBack ID_VAL_ISPAGEBACK,SfxBoolItem IsPageObj ID_VAL_ISPAGEOBJ)
4393cdf0e10cSrcweir[
4394cdf0e10cSrcweir	/* flags: */
4395cdf0e10cSrcweir	AutoUpdate = FALSE,
4396cdf0e10cSrcweir	Cachable = Cachable,
4397cdf0e10cSrcweir	FastCall = FALSE,
4398cdf0e10cSrcweir	HasCoreId = FALSE,
4399cdf0e10cSrcweir	HasDialog = TRUE,
4400cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4401cdf0e10cSrcweir	Toggle = FALSE,
4402cdf0e10cSrcweir	Container = FALSE,
4403cdf0e10cSrcweir	RecordAbsolute = FALSE,
4404cdf0e10cSrcweir	RecordPerSet;
4405cdf0e10cSrcweir	Synchron;
4406cdf0e10cSrcweir
4407cdf0e10cSrcweir	/* config: */
4408cdf0e10cSrcweir	AccelConfig = TRUE,
4409cdf0e10cSrcweir	MenuConfig = TRUE,
4410cdf0e10cSrcweir	StatusBarConfig = FALSE,
4411cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4412cdf0e10cSrcweir	GroupId = GID_MODIFY;
4413cdf0e10cSrcweir]
4414cdf0e10cSrcweir
4415cdf0e10cSrcweirSfxUInt32Item AssignLayout SID_ASSIGN_LAYOUT
4416cdf0e10cSrcweir(SfxUInt32Item WhatPage ID_VAL_WHATPAGE, SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT)
4417cdf0e10cSrcweir[
4418cdf0e10cSrcweir	/* flags: */
4419cdf0e10cSrcweir	AutoUpdate = FALSE,
4420cdf0e10cSrcweir	Cachable = Cachable
4421cdf0e10cSrcweir	FastCall = FALSE,
4422cdf0e10cSrcweir	HasCoreId = FALSE,
4423cdf0e10cSrcweir	HasDialog = TRUE,
4424cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4425cdf0e10cSrcweir	Toggle = FALSE,
4426cdf0e10cSrcweir	Container = FALSE,
4427cdf0e10cSrcweir	RecordAbsolute = FALSE,
4428cdf0e10cSrcweir	RecordPerSet;
4429cdf0e10cSrcweir	Synchron;
4430cdf0e10cSrcweir
4431cdf0e10cSrcweir	/* config: */
4432cdf0e10cSrcweir	AccelConfig = FALSE,
4433cdf0e10cSrcweir	MenuConfig = FALSE,
4434cdf0e10cSrcweir	StatusBarConfig = FALSE,
4435cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4436cdf0e10cSrcweir	GroupId = GID_MODIFY;
4437cdf0e10cSrcweir]
4438cdf0e10cSrcweir
4439cdf0e10cSrcweir//--------------------------------------------------------------------------
4440cdf0e10cSrcweirSfxVoidItem ModifyPresentationObject SID_PRESENTATIONOBJECT
4441cdf0e10cSrcweir()
4442cdf0e10cSrcweir[
4443cdf0e10cSrcweir	/* flags: */
4444cdf0e10cSrcweir	AutoUpdate = FALSE,
4445cdf0e10cSrcweir	Cachable = Cachable,
4446cdf0e10cSrcweir	FastCall = FALSE,
4447cdf0e10cSrcweir	HasCoreId = FALSE,
4448cdf0e10cSrcweir	HasDialog = FALSE,
4449cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4450cdf0e10cSrcweir	Toggle = FALSE,
4451cdf0e10cSrcweir	Container = FALSE,
4452cdf0e10cSrcweir	RecordAbsolute = FALSE,
4453cdf0e10cSrcweir	RecordPerSet;
4454cdf0e10cSrcweir	Synchron;
4455cdf0e10cSrcweir
4456cdf0e10cSrcweir	/* config: */
4457cdf0e10cSrcweir	AccelConfig = FALSE,
4458cdf0e10cSrcweir	MenuConfig = FALSE,
4459cdf0e10cSrcweir	StatusBarConfig = FALSE,
4460cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4461cdf0e10cSrcweir	GroupId = GID_MODIFY;
4462cdf0e10cSrcweir]
4463cdf0e10cSrcweir
4464cdf0e10cSrcweir//--------------------------------------------------------------------------
4465cdf0e10cSrcweirSfxVoidItem Morphing SID_POLYGON_MORPHING
4466cdf0e10cSrcweir()
4467cdf0e10cSrcweir[
4468cdf0e10cSrcweir	/* flags: */
4469cdf0e10cSrcweir	AutoUpdate = FALSE,
4470cdf0e10cSrcweir	Cachable = Cachable,
4471cdf0e10cSrcweir	FastCall = FALSE,
4472cdf0e10cSrcweir	HasCoreId = FALSE,
4473cdf0e10cSrcweir	HasDialog = TRUE,
4474cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4475cdf0e10cSrcweir	Toggle = FALSE,
4476cdf0e10cSrcweir	Container = FALSE,
4477cdf0e10cSrcweir	RecordAbsolute = FALSE,
4478cdf0e10cSrcweir	RecordPerSet;
4479cdf0e10cSrcweir	Synchron;
4480cdf0e10cSrcweir
4481cdf0e10cSrcweir	/* config: */
4482cdf0e10cSrcweir	AccelConfig = TRUE,
4483cdf0e10cSrcweir	MenuConfig = TRUE,
4484cdf0e10cSrcweir	StatusBarConfig = FALSE,
4485cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4486cdf0e10cSrcweir	GroupId = GID_MODIFY;
4487cdf0e10cSrcweir]
4488cdf0e10cSrcweir
4489cdf0e10cSrcweir//--------------------------------------------------------------------------
4490cdf0e10cSrcweirSfxVoidItem MoveTo SID_MOVETO
4491cdf0e10cSrcweir(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y)
4492cdf0e10cSrcweir[
4493cdf0e10cSrcweir	/* flags: */
4494cdf0e10cSrcweir	AutoUpdate = FALSE,
4495cdf0e10cSrcweir	Cachable = Cachable,
4496cdf0e10cSrcweir	FastCall = FALSE,
4497cdf0e10cSrcweir	HasCoreId = FALSE,
4498cdf0e10cSrcweir	HasDialog = FALSE,
4499cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4500cdf0e10cSrcweir	Toggle = FALSE,
4501cdf0e10cSrcweir	Container = FALSE,
4502cdf0e10cSrcweir	RecordAbsolute = FALSE,
4503cdf0e10cSrcweir	RecordPerSet;
4504cdf0e10cSrcweir	Synchron;
4505cdf0e10cSrcweir
4506cdf0e10cSrcweir	/* config: */
4507cdf0e10cSrcweir	AccelConfig = FALSE,
4508cdf0e10cSrcweir	MenuConfig = FALSE,
4509cdf0e10cSrcweir	StatusBarConfig = FALSE,
4510cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4511cdf0e10cSrcweir	GroupId = GID_DRAWING;
4512cdf0e10cSrcweir]
4513cdf0e10cSrcweir
4514cdf0e10cSrcweir//--------------------------------------------------------------------------
4515cdf0e10cSrcweirSfxVoidItem NameGroup SID_NAME_GROUP
4516cdf0e10cSrcweir()
4517cdf0e10cSrcweir[
4518cdf0e10cSrcweir	/* flags: */
4519cdf0e10cSrcweir	AutoUpdate = FALSE,
4520cdf0e10cSrcweir	Cachable = Cachable,
4521cdf0e10cSrcweir	FastCall = FALSE,
4522cdf0e10cSrcweir	HasCoreId = FALSE,
4523cdf0e10cSrcweir	HasDialog = TRUE,
4524cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4525cdf0e10cSrcweir	Toggle = FALSE,
4526cdf0e10cSrcweir	Container = FALSE,
4527cdf0e10cSrcweir	RecordAbsolute = FALSE,
4528cdf0e10cSrcweir	RecordPerSet;
4529cdf0e10cSrcweir	Synchron;
4530cdf0e10cSrcweir
4531cdf0e10cSrcweir	/* config: */
4532cdf0e10cSrcweir	AccelConfig = TRUE,
4533cdf0e10cSrcweir	MenuConfig = TRUE,
4534cdf0e10cSrcweir	StatusBarConfig = FALSE,
4535cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4536cdf0e10cSrcweir	GroupId = GID_MODIFY;
4537cdf0e10cSrcweir]
4538cdf0e10cSrcweir
4539cdf0e10cSrcweir//-#i68101#------------------------------------------------------------------------
4540cdf0e10cSrcweirSfxVoidItem ObjectTitleDescription SID_OBJECT_TITLE_DESCRIPTION
4541cdf0e10cSrcweir()
4542cdf0e10cSrcweir[
4543cdf0e10cSrcweir	/* flags: */
4544cdf0e10cSrcweir	AutoUpdate = FALSE,
4545cdf0e10cSrcweir	Cachable = Cachable,
4546cdf0e10cSrcweir	FastCall = FALSE,
4547cdf0e10cSrcweir	HasCoreId = FALSE,
4548cdf0e10cSrcweir	HasDialog = TRUE,
4549cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4550cdf0e10cSrcweir	Toggle = FALSE,
4551cdf0e10cSrcweir	Container = FALSE,
4552cdf0e10cSrcweir	RecordAbsolute = FALSE,
4553cdf0e10cSrcweir	RecordPerSet;
4554cdf0e10cSrcweir	Synchron;
4555cdf0e10cSrcweir
4556cdf0e10cSrcweir	/* config: */
4557cdf0e10cSrcweir	AccelConfig = TRUE,
4558cdf0e10cSrcweir	MenuConfig = TRUE,
4559cdf0e10cSrcweir	StatusBarConfig = FALSE,
4560cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4561cdf0e10cSrcweir	GroupId = GID_MODIFY;
4562cdf0e10cSrcweir]
4563cdf0e10cSrcweir
4564cdf0e10cSrcweir//--------------------------------------------------------------------------
4565cdf0e10cSrcweirSfxBoolItem NavigatorInit SID_NAVIGATOR_INIT
4566cdf0e10cSrcweir
4567cdf0e10cSrcweir[
4568cdf0e10cSrcweir	/* flags: */
4569cdf0e10cSrcweir	AutoUpdate = FALSE,
4570cdf0e10cSrcweir	Cachable = Cachable,
4571cdf0e10cSrcweir	FastCall = FALSE,
4572cdf0e10cSrcweir	HasCoreId = FALSE,
4573cdf0e10cSrcweir	HasDialog = FALSE,
4574cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4575cdf0e10cSrcweir	Toggle = FALSE,
4576cdf0e10cSrcweir	Container = FALSE,
4577cdf0e10cSrcweir	RecordAbsolute = FALSE,
4578cdf0e10cSrcweir	RecordPerSet;
4579cdf0e10cSrcweir	Synchron;
4580cdf0e10cSrcweir
4581cdf0e10cSrcweir	Readonly = FALSE,
4582cdf0e10cSrcweir
4583cdf0e10cSrcweir	/* config: */
4584cdf0e10cSrcweir	AccelConfig = FALSE,
4585cdf0e10cSrcweir	MenuConfig = FALSE,
4586cdf0e10cSrcweir	StatusBarConfig = FALSE,
4587cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4588cdf0e10cSrcweir	GroupId = GID_EDIT;
4589cdf0e10cSrcweir]
4590cdf0e10cSrcweir
4591cdf0e10cSrcweir//--------------------------------------------------------------------------
4592cdf0e10cSrcweirSfxStringItem NavigatorObject SID_NAVIGATOR_OBJECT
4593cdf0e10cSrcweir
4594cdf0e10cSrcweir[
4595cdf0e10cSrcweir	/* flags: */
4596cdf0e10cSrcweir	AutoUpdate = FALSE,
4597cdf0e10cSrcweir	Cachable = Cachable,
4598cdf0e10cSrcweir	FastCall = FALSE,
4599cdf0e10cSrcweir	HasCoreId = FALSE,
4600cdf0e10cSrcweir	HasDialog = FALSE,
4601cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4602cdf0e10cSrcweir	Toggle = FALSE,
4603cdf0e10cSrcweir	Container = FALSE,
4604cdf0e10cSrcweir	RecordAbsolute = FALSE,
4605cdf0e10cSrcweir	RecordPerSet;
4606cdf0e10cSrcweir	Synchron;
4607cdf0e10cSrcweir
4608cdf0e10cSrcweir	Readonly = FALSE,
4609cdf0e10cSrcweir
4610cdf0e10cSrcweir	/* config: */
4611cdf0e10cSrcweir	AccelConfig = FALSE,
4612cdf0e10cSrcweir	MenuConfig = FALSE,
4613cdf0e10cSrcweir	StatusBarConfig = FALSE,
4614cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4615cdf0e10cSrcweir	GroupId = GID_EDIT;
4616cdf0e10cSrcweir]
4617cdf0e10cSrcweir
4618cdf0e10cSrcweir//--------------------------------------------------------------------------
4619cdf0e10cSrcweirSfxUInt16Item NavigatorPage SID_NAVIGATOR_PAGE
4620cdf0e10cSrcweir
4621cdf0e10cSrcweir[
4622cdf0e10cSrcweir	/* flags: */
4623cdf0e10cSrcweir	AutoUpdate = FALSE,
4624cdf0e10cSrcweir	Cachable = Cachable,
4625cdf0e10cSrcweir	FastCall = FALSE,
4626cdf0e10cSrcweir	HasCoreId = FALSE,
4627cdf0e10cSrcweir	HasDialog = FALSE,
4628cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4629cdf0e10cSrcweir	Toggle = FALSE,
4630cdf0e10cSrcweir	Container = FALSE,
4631cdf0e10cSrcweir	RecordAbsolute = FALSE,
4632cdf0e10cSrcweir	RecordPerSet;
4633cdf0e10cSrcweir	Synchron;
4634cdf0e10cSrcweir
4635cdf0e10cSrcweir	Readonly = FALSE,
4636cdf0e10cSrcweir
4637cdf0e10cSrcweir	/* config: */
4638cdf0e10cSrcweir	AccelConfig = FALSE,
4639cdf0e10cSrcweir	MenuConfig = FALSE,
4640cdf0e10cSrcweir	StatusBarConfig = FALSE,
4641cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4642cdf0e10cSrcweir	GroupId = GID_EDIT;
4643cdf0e10cSrcweir]
4644cdf0e10cSrcweir
4645cdf0e10cSrcweir//--------------------------------------------------------------------------
4646cdf0e10cSrcweirSfxStringItem NavigatorPageName SID_NAVIGATOR_PAGENAME
4647cdf0e10cSrcweir
4648cdf0e10cSrcweir[
4649cdf0e10cSrcweir	/* flags: */
4650cdf0e10cSrcweir	AutoUpdate = FALSE,
4651cdf0e10cSrcweir	Cachable = Cachable,
4652cdf0e10cSrcweir	FastCall = FALSE,
4653cdf0e10cSrcweir	HasCoreId = FALSE,
4654cdf0e10cSrcweir	HasDialog = FALSE,
4655cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4656cdf0e10cSrcweir	Toggle = FALSE,
4657cdf0e10cSrcweir	Container = FALSE,
4658cdf0e10cSrcweir	RecordAbsolute = FALSE,
4659cdf0e10cSrcweir	RecordPerSet;
4660cdf0e10cSrcweir	Synchron;
4661cdf0e10cSrcweir
4662cdf0e10cSrcweir	Readonly = FALSE,
4663cdf0e10cSrcweir
4664cdf0e10cSrcweir	/* config: */
4665cdf0e10cSrcweir	AccelConfig = FALSE,
4666cdf0e10cSrcweir	MenuConfig = FALSE,
4667cdf0e10cSrcweir	StatusBarConfig = FALSE,
4668cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4669cdf0e10cSrcweir	GroupId = GID_EDIT;
4670cdf0e10cSrcweir]
4671cdf0e10cSrcweir
4672cdf0e10cSrcweir//--------------------------------------------------------------------------
4673cdf0e10cSrcweirSfxBoolItem NavigatorPen SID_NAVIGATOR_PEN
4674cdf0e10cSrcweir
4675cdf0e10cSrcweir[
4676cdf0e10cSrcweir	/* flags: */
4677cdf0e10cSrcweir	AutoUpdate = FALSE,
4678cdf0e10cSrcweir	Cachable = Cachable,
4679cdf0e10cSrcweir	FastCall = FALSE,
4680cdf0e10cSrcweir	HasCoreId = FALSE,
4681cdf0e10cSrcweir	HasDialog = FALSE,
4682cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4683cdf0e10cSrcweir	Toggle = FALSE,
4684cdf0e10cSrcweir	Container = FALSE,
4685cdf0e10cSrcweir	RecordAbsolute = FALSE,
4686cdf0e10cSrcweir	RecordPerSet;
4687cdf0e10cSrcweir	Synchron;
4688cdf0e10cSrcweir
4689cdf0e10cSrcweir	Readonly = FALSE,
4690cdf0e10cSrcweir
4691cdf0e10cSrcweir	/* config: */
4692cdf0e10cSrcweir	AccelConfig = FALSE,
4693cdf0e10cSrcweir	MenuConfig = FALSE,
4694cdf0e10cSrcweir	StatusBarConfig = FALSE,
4695cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4696cdf0e10cSrcweir	GroupId = GID_EDIT;
4697cdf0e10cSrcweir]
4698cdf0e10cSrcweir
4699cdf0e10cSrcweir//--------------------------------------------------------------------------
4700cdf0e10cSrcweirSfxUInt32Item NavigatorState SID_NAVIGATOR_STATE
4701cdf0e10cSrcweir
4702cdf0e10cSrcweir[
4703cdf0e10cSrcweir	/* flags: */
4704cdf0e10cSrcweir	AutoUpdate = FALSE,
4705cdf0e10cSrcweir	Cachable = Cachable,
4706cdf0e10cSrcweir	FastCall = FALSE,
4707cdf0e10cSrcweir	HasCoreId = FALSE,
4708cdf0e10cSrcweir	HasDialog = FALSE,
4709cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4710cdf0e10cSrcweir	Toggle = FALSE,
4711cdf0e10cSrcweir	Container = FALSE,
4712cdf0e10cSrcweir	RecordAbsolute = FALSE,
4713cdf0e10cSrcweir	RecordPerSet;
4714cdf0e10cSrcweir	Synchron;
4715cdf0e10cSrcweir
4716cdf0e10cSrcweir	Readonly = FALSE,
4717cdf0e10cSrcweir
4718cdf0e10cSrcweir	/* config: */
4719cdf0e10cSrcweir	AccelConfig = FALSE,
4720cdf0e10cSrcweir	MenuConfig = FALSE,
4721cdf0e10cSrcweir	StatusBarConfig = FALSE,
4722cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4723cdf0e10cSrcweir	GroupId = GID_EDIT;
4724cdf0e10cSrcweir]
4725cdf0e10cSrcweir
4726cdf0e10cSrcweir//--------------------------------------------------------------------------
4727cdf0e10cSrcweirSfxBoolItem NewRouting SID_CONNECTION_NEW_ROUTING
4728cdf0e10cSrcweir
4729cdf0e10cSrcweir[
4730cdf0e10cSrcweir	/* flags: */
4731cdf0e10cSrcweir	AutoUpdate = FALSE,
4732cdf0e10cSrcweir	Cachable = Cachable,
4733cdf0e10cSrcweir	FastCall = FALSE,
4734cdf0e10cSrcweir	HasCoreId = FALSE,
4735cdf0e10cSrcweir	HasDialog = FALSE,
4736cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4737cdf0e10cSrcweir	Toggle = FALSE,
4738cdf0e10cSrcweir	Container = FALSE,
4739cdf0e10cSrcweir	RecordAbsolute = FALSE,
4740cdf0e10cSrcweir	RecordPerSet;
4741cdf0e10cSrcweir	Synchron;
4742cdf0e10cSrcweir
4743cdf0e10cSrcweir	Readonly = FALSE,
4744cdf0e10cSrcweir
4745cdf0e10cSrcweir	/* config: */
4746cdf0e10cSrcweir	AccelConfig = TRUE,
4747cdf0e10cSrcweir	MenuConfig = TRUE,
4748cdf0e10cSrcweir	StatusBarConfig = FALSE,
4749cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4750cdf0e10cSrcweir	GroupId = GID_DRAWING;
4751cdf0e10cSrcweir]
4752cdf0e10cSrcweir
4753cdf0e10cSrcweir//--------------------------------------------------------------------------
4754cdf0e10cSrcweirSfxVoidItem NotesMasterPage SID_NOTES_MASTERPAGE
4755cdf0e10cSrcweir(SfxBoolItem Isactive ID_VAL_ISACTIVE)
4756cdf0e10cSrcweir[
4757cdf0e10cSrcweir	/* flags: */
4758cdf0e10cSrcweir	AutoUpdate = FALSE,
4759cdf0e10cSrcweir	Cachable = Cachable,
4760cdf0e10cSrcweir	FastCall = FALSE,
4761cdf0e10cSrcweir	HasCoreId = FALSE,
4762cdf0e10cSrcweir	HasDialog = FALSE,
4763cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4764cdf0e10cSrcweir	Toggle = FALSE,
4765cdf0e10cSrcweir	Container = FALSE,
4766cdf0e10cSrcweir	RecordAbsolute = FALSE,
4767cdf0e10cSrcweir	RecordPerSet;
4768cdf0e10cSrcweir	Synchron;
4769cdf0e10cSrcweir
4770cdf0e10cSrcweir	/* status: */
4771cdf0e10cSrcweir	SlotType = SfxBoolItem
4772cdf0e10cSrcweir
4773cdf0e10cSrcweir	/* config: */
4774cdf0e10cSrcweir	AccelConfig = TRUE,
4775cdf0e10cSrcweir	MenuConfig = TRUE,
4776cdf0e10cSrcweir	StatusBarConfig = FALSE,
4777cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4778cdf0e10cSrcweir	GroupId = GID_VIEW;
4779cdf0e10cSrcweir]
4780cdf0e10cSrcweir
4781cdf0e10cSrcweir//--------------------------------------------------------------------------
4782cdf0e10cSrcweirSfxBoolItem NotesMode SID_NOTESMODE
4783cdf0e10cSrcweir
4784cdf0e10cSrcweir[
4785cdf0e10cSrcweir	/* flags: */
4786cdf0e10cSrcweir	AutoUpdate = FALSE,
4787cdf0e10cSrcweir	Cachable = Cachable,
4788cdf0e10cSrcweir	FastCall = FALSE,
4789cdf0e10cSrcweir	HasCoreId = FALSE,
4790cdf0e10cSrcweir	HasDialog = FALSE,
4791cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4792cdf0e10cSrcweir	Toggle = FALSE,
4793cdf0e10cSrcweir	Container = FALSE,
4794cdf0e10cSrcweir	RecordAbsolute = FALSE,
4795cdf0e10cSrcweir	RecordPerSet;
4796cdf0e10cSrcweir	Synchron;
4797cdf0e10cSrcweir
4798cdf0e10cSrcweir	Readonly = FALSE,
4799cdf0e10cSrcweir
4800cdf0e10cSrcweir	/* config: */
4801cdf0e10cSrcweir	AccelConfig = TRUE,
4802cdf0e10cSrcweir	MenuConfig = TRUE,
4803cdf0e10cSrcweir	StatusBarConfig = FALSE,
4804cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4805cdf0e10cSrcweir	GroupId = GID_VIEW;
4806cdf0e10cSrcweir]
4807cdf0e10cSrcweir
4808cdf0e10cSrcweir//--------------------------------------------------------------------------
4809cdf0e10cSrcweirTbxImageItem ObjectPosition SID_POSITION
4810cdf0e10cSrcweir
4811cdf0e10cSrcweir[
4812cdf0e10cSrcweir	/* flags: */
4813cdf0e10cSrcweir	AutoUpdate = FALSE,
4814cdf0e10cSrcweir	Cachable = Cachable,
4815cdf0e10cSrcweir	FastCall = FALSE,
4816cdf0e10cSrcweir	HasCoreId = FALSE,
4817cdf0e10cSrcweir	HasDialog = FALSE,
4818cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4819cdf0e10cSrcweir	Toggle = FALSE,
4820cdf0e10cSrcweir	Container = FALSE,
4821cdf0e10cSrcweir	RecordAbsolute = FALSE,
4822cdf0e10cSrcweir	RecordPerSet;
4823cdf0e10cSrcweir	Synchron;
4824cdf0e10cSrcweir
4825cdf0e10cSrcweir	Readonly = FALSE,
4826cdf0e10cSrcweir
4827cdf0e10cSrcweir	/* config: */
4828cdf0e10cSrcweir	AccelConfig = TRUE,
4829cdf0e10cSrcweir	MenuConfig = TRUE,
4830cdf0e10cSrcweir	StatusBarConfig = FALSE,
4831cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4832cdf0e10cSrcweir	GroupId = GID_MODIFY;
4833cdf0e10cSrcweir]
4834cdf0e10cSrcweir
4835cdf0e10cSrcweir//--------------------------------------------------------------------------
4836cdf0e10cSrcweirTbxImageItem Objects3DToolbox SID_DRAWTBX_3D_OBJECTS
4837cdf0e10cSrcweir
4838cdf0e10cSrcweir[
4839cdf0e10cSrcweir	/* flags: */
4840cdf0e10cSrcweir	AutoUpdate = FALSE,
4841cdf0e10cSrcweir	Cachable = Cachable,
4842cdf0e10cSrcweir	FastCall = FALSE,
4843cdf0e10cSrcweir	HasCoreId = FALSE,
4844cdf0e10cSrcweir	HasDialog = FALSE,
4845cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4846cdf0e10cSrcweir	Toggle = FALSE,
4847cdf0e10cSrcweir	Container = FALSE,
4848cdf0e10cSrcweir	RecordAbsolute = FALSE,
4849cdf0e10cSrcweir	RecordPerSet;
4850cdf0e10cSrcweir	Synchron;
4851cdf0e10cSrcweir
4852cdf0e10cSrcweir	Readonly = FALSE,
4853cdf0e10cSrcweir
4854cdf0e10cSrcweir	/* config: */
4855cdf0e10cSrcweir	AccelConfig = TRUE,
4856cdf0e10cSrcweir	MenuConfig = TRUE,
4857cdf0e10cSrcweir	StatusBarConfig = FALSE,
4858cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4859cdf0e10cSrcweir	GroupId = GID_DRAWING;
4860cdf0e10cSrcweir]
4861cdf0e10cSrcweir
4862cdf0e10cSrcweir//--------------------------------------------------------------------------
4863cdf0e10cSrcweirSfxVoidItem OriginalSize SID_ORIGINAL_SIZE
4864cdf0e10cSrcweir()
4865cdf0e10cSrcweir[
4866cdf0e10cSrcweir	/* flags: */
4867cdf0e10cSrcweir	AutoUpdate = FALSE,
4868cdf0e10cSrcweir	Cachable = Cachable,
4869cdf0e10cSrcweir	FastCall = FALSE,
4870cdf0e10cSrcweir	HasCoreId = FALSE,
4871cdf0e10cSrcweir	HasDialog = FALSE,
4872cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
4873cdf0e10cSrcweir	Toggle = FALSE,
4874cdf0e10cSrcweir	Container = FALSE,
4875cdf0e10cSrcweir	RecordAbsolute = FALSE,
4876cdf0e10cSrcweir	RecordPerSet;
4877cdf0e10cSrcweir	Synchron;
4878cdf0e10cSrcweir
4879cdf0e10cSrcweir	/* config: */
4880cdf0e10cSrcweir	AccelConfig = FALSE,
4881cdf0e10cSrcweir	MenuConfig = FALSE,
4882cdf0e10cSrcweir	StatusBarConfig = FALSE,
4883cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4884cdf0e10cSrcweir	GroupId = GID_MODIFY;
4885cdf0e10cSrcweir]
4886cdf0e10cSrcweir
4887cdf0e10cSrcweir//--------------------------------------------------------------------------
4888cdf0e10cSrcweirSfxVoidItem SaveGraphic SID_SAVEGRAPHIC
4889cdf0e10cSrcweir()
4890cdf0e10cSrcweir[
4891cdf0e10cSrcweir	/* flags: */
4892cdf0e10cSrcweir	AutoUpdate = FALSE,
4893cdf0e10cSrcweir	Cachable = Cachable,
4894cdf0e10cSrcweir	FastCall = FALSE,
4895cdf0e10cSrcweir	HasCoreId = FALSE,
4896cdf0e10cSrcweir	HasDialog = FALSE,
4897cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4898cdf0e10cSrcweir	Toggle = FALSE,
4899cdf0e10cSrcweir	Container = FALSE,
4900cdf0e10cSrcweir	RecordAbsolute = FALSE,
4901cdf0e10cSrcweir	RecordPerSet;
4902cdf0e10cSrcweir	Synchron;
4903cdf0e10cSrcweir
4904cdf0e10cSrcweir	/* config: */
4905cdf0e10cSrcweir	AccelConfig = FALSE,
4906cdf0e10cSrcweir	MenuConfig = FALSE,
4907cdf0e10cSrcweir	StatusBarConfig = FALSE,
4908cdf0e10cSrcweir	ToolBoxConfig = FALSE,
4909cdf0e10cSrcweir	GroupId = GID_MODIFY;
4910cdf0e10cSrcweir]
4911cdf0e10cSrcweir
4912cdf0e10cSrcweir//--------------------------------------------------------------------------
4913cdf0e10cSrcweirSfxBoolItem OutlineMode SID_OUTLINEMODE
4914cdf0e10cSrcweir
4915cdf0e10cSrcweir[
4916cdf0e10cSrcweir	/* flags: */
4917cdf0e10cSrcweir	AutoUpdate = FALSE,
4918cdf0e10cSrcweir	Cachable = Cachable,
4919cdf0e10cSrcweir	FastCall = FALSE,
4920cdf0e10cSrcweir	HasCoreId = FALSE,
4921cdf0e10cSrcweir	HasDialog = FALSE,
4922cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4923cdf0e10cSrcweir	Toggle = FALSE,
4924cdf0e10cSrcweir	Container = FALSE,
4925cdf0e10cSrcweir	RecordAbsolute = FALSE,
4926cdf0e10cSrcweir	RecordPerSet;
4927cdf0e10cSrcweir	Synchron;
4928cdf0e10cSrcweir
4929cdf0e10cSrcweir	Readonly = FALSE,
4930cdf0e10cSrcweir
4931cdf0e10cSrcweir	/* config: */
4932cdf0e10cSrcweir	AccelConfig = TRUE,
4933cdf0e10cSrcweir	MenuConfig = TRUE,
4934cdf0e10cSrcweir	StatusBarConfig = FALSE,
4935cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4936cdf0e10cSrcweir	GroupId = GID_VIEW;
4937cdf0e10cSrcweir]
4938cdf0e10cSrcweir
4939cdf0e10cSrcweir//--------------------------------------------------------------------------
4940cdf0e10cSrcweirSfxBoolItem OutputQualityBlackWhite SID_OUTPUT_QUALITY_BLACKWHITE
4941cdf0e10cSrcweir
4942cdf0e10cSrcweir[
4943cdf0e10cSrcweir	/* flags: */
4944cdf0e10cSrcweir	AutoUpdate = FALSE,
4945cdf0e10cSrcweir	Cachable = Cachable,
4946cdf0e10cSrcweir	FastCall = FALSE,
4947cdf0e10cSrcweir	HasCoreId = FALSE,
4948cdf0e10cSrcweir	HasDialog = FALSE,
4949cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4950cdf0e10cSrcweir	Toggle = FALSE,
4951cdf0e10cSrcweir	Container = FALSE,
4952cdf0e10cSrcweir	RecordAbsolute = FALSE,
4953cdf0e10cSrcweir	RecordPerSet;
4954cdf0e10cSrcweir	Asynchron;
4955cdf0e10cSrcweir
4956cdf0e10cSrcweir	Readonly = FALSE,
4957cdf0e10cSrcweir
4958cdf0e10cSrcweir	/* config: */
4959cdf0e10cSrcweir	AccelConfig = TRUE,
4960cdf0e10cSrcweir	MenuConfig = TRUE,
4961cdf0e10cSrcweir	StatusBarConfig = FALSE,
4962cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4963cdf0e10cSrcweir	GroupId = GID_VIEW;
4964cdf0e10cSrcweir]
4965cdf0e10cSrcweir
4966cdf0e10cSrcweir//--------------------------------------------------------------------------
4967cdf0e10cSrcweirSfxBoolItem OutputQualityColor SID_OUTPUT_QUALITY_COLOR
4968cdf0e10cSrcweir
4969cdf0e10cSrcweir[
4970cdf0e10cSrcweir	/* flags: */
4971cdf0e10cSrcweir	AutoUpdate = FALSE,
4972cdf0e10cSrcweir	Cachable = Cachable,
4973cdf0e10cSrcweir	FastCall = FALSE,
4974cdf0e10cSrcweir	HasCoreId = FALSE,
4975cdf0e10cSrcweir	HasDialog = FALSE,
4976cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
4977cdf0e10cSrcweir	Toggle = FALSE,
4978cdf0e10cSrcweir	Container = FALSE,
4979cdf0e10cSrcweir	RecordAbsolute = FALSE,
4980cdf0e10cSrcweir	RecordPerSet;
4981cdf0e10cSrcweir	Asynchron;
4982cdf0e10cSrcweir
4983cdf0e10cSrcweir	Readonly = FALSE,
4984cdf0e10cSrcweir
4985cdf0e10cSrcweir	/* config: */
4986cdf0e10cSrcweir	AccelConfig = TRUE,
4987cdf0e10cSrcweir	MenuConfig = TRUE,
4988cdf0e10cSrcweir	StatusBarConfig = FALSE,
4989cdf0e10cSrcweir	ToolBoxConfig = TRUE,
4990cdf0e10cSrcweir	GroupId = GID_VIEW;
4991cdf0e10cSrcweir]
4992cdf0e10cSrcweir
4993cdf0e10cSrcweir//--------------------------------------------------------------------------
4994cdf0e10cSrcweirSfxBoolItem OutputQualityContrast SID_OUTPUT_QUALITY_CONTRAST
4995cdf0e10cSrcweir
4996cdf0e10cSrcweir[
4997cdf0e10cSrcweir	/* flags: */
4998cdf0e10cSrcweir	AutoUpdate = FALSE,
4999cdf0e10cSrcweir	Cachable = Cachable,
5000cdf0e10cSrcweir	FastCall = FALSE,
5001cdf0e10cSrcweir	HasCoreId = FALSE,
5002cdf0e10cSrcweir	HasDialog = FALSE,
5003cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5004cdf0e10cSrcweir	Toggle = FALSE,
5005cdf0e10cSrcweir	Container = FALSE,
5006cdf0e10cSrcweir	RecordAbsolute = FALSE,
5007cdf0e10cSrcweir	RecordPerSet;
5008cdf0e10cSrcweir	Asynchron;
5009cdf0e10cSrcweir
5010cdf0e10cSrcweir	Readonly = FALSE,
5011cdf0e10cSrcweir
5012cdf0e10cSrcweir	/* config: */
5013cdf0e10cSrcweir	AccelConfig = TRUE,
5014cdf0e10cSrcweir	MenuConfig = TRUE,
5015cdf0e10cSrcweir	StatusBarConfig = FALSE,
5016cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5017cdf0e10cSrcweir	GroupId = GID_VIEW;
5018cdf0e10cSrcweir]
5019cdf0e10cSrcweir
5020cdf0e10cSrcweir//--------------------------------------------------------------------------
5021cdf0e10cSrcweirSfxBoolItem OutputQualityGrayscale SID_OUTPUT_QUALITY_GRAYSCALE
5022cdf0e10cSrcweir
5023cdf0e10cSrcweir[
5024cdf0e10cSrcweir	/* flags: */
5025cdf0e10cSrcweir	AutoUpdate = FALSE,
5026cdf0e10cSrcweir	Cachable = Cachable,
5027cdf0e10cSrcweir	FastCall = FALSE,
5028cdf0e10cSrcweir	HasCoreId = FALSE,
5029cdf0e10cSrcweir	HasDialog = FALSE,
5030cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5031cdf0e10cSrcweir	Toggle = FALSE,
5032cdf0e10cSrcweir	Container = FALSE,
5033cdf0e10cSrcweir	RecordAbsolute = FALSE,
5034cdf0e10cSrcweir	RecordPerSet;
5035cdf0e10cSrcweir	Asynchron;
5036cdf0e10cSrcweir
5037cdf0e10cSrcweir	Readonly = FALSE,
5038cdf0e10cSrcweir
5039cdf0e10cSrcweir	/* config: */
5040cdf0e10cSrcweir	AccelConfig = TRUE,
5041cdf0e10cSrcweir	MenuConfig = TRUE,
5042cdf0e10cSrcweir	StatusBarConfig = FALSE,
5043cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5044cdf0e10cSrcweir	GroupId = GID_VIEW;
5045cdf0e10cSrcweir]
5046cdf0e10cSrcweir
5047cdf0e10cSrcweir//--------------------------------------------------------------------------
5048cdf0e10cSrcweirSfxVoidItem PackAndGo SID_PACKNGO
5049cdf0e10cSrcweir()
5050cdf0e10cSrcweir[
5051cdf0e10cSrcweir	/* flags: */
5052cdf0e10cSrcweir	AutoUpdate = FALSE,
5053cdf0e10cSrcweir	Cachable = Cachable,
5054cdf0e10cSrcweir	FastCall = FALSE,
5055cdf0e10cSrcweir	HasCoreId = FALSE,
5056cdf0e10cSrcweir	HasDialog = TRUE,
5057cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5058cdf0e10cSrcweir	Toggle = FALSE,
5059cdf0e10cSrcweir	Container = FALSE,
5060cdf0e10cSrcweir	RecordAbsolute = FALSE,
5061cdf0e10cSrcweir	RecordPerSet;
5062cdf0e10cSrcweir	Synchron;
5063cdf0e10cSrcweir
5064cdf0e10cSrcweir	/* config: */
5065cdf0e10cSrcweir	AccelConfig = FALSE,
5066cdf0e10cSrcweir	MenuConfig = TRUE,
5067cdf0e10cSrcweir	StatusBarConfig = FALSE,
5068cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5069cdf0e10cSrcweir	GroupId = GID_APPLICATION;
5070cdf0e10cSrcweir]
5071cdf0e10cSrcweir
5072cdf0e10cSrcweir//--------------------------------------------------------------------------
5073cdf0e10cSrcweirSfxVoidItem PageMargin SID_PAGEMARGIN
5074cdf0e10cSrcweir(SfxUInt32Item PageLeft ID_VAL_PAGELEFT,SfxUInt32Item PageRight ID_VAL_PAGERIGHT,SfxUInt32Item PageTop ID_VAL_PAGETOP,SfxUInt32Item PageBottom ID_VAL_PAGEBOTTOM,SfxBoolItem ScaleObjects ID_VAL_SCALEOBJECTS)
5075cdf0e10cSrcweir[
5076cdf0e10cSrcweir	/* flags: */
5077cdf0e10cSrcweir	AutoUpdate = FALSE,
5078cdf0e10cSrcweir	Cachable = Cachable,
5079cdf0e10cSrcweir	FastCall = FALSE,
5080cdf0e10cSrcweir	HasCoreId = FALSE,
5081cdf0e10cSrcweir	HasDialog = FALSE,
5082cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5083cdf0e10cSrcweir	Toggle = FALSE,
5084cdf0e10cSrcweir	Container = FALSE,
5085cdf0e10cSrcweir	RecordAbsolute = FALSE,
5086cdf0e10cSrcweir	RecordPerSet;
5087cdf0e10cSrcweir	Synchron;
5088cdf0e10cSrcweir
5089cdf0e10cSrcweir	/* config: */
5090cdf0e10cSrcweir	AccelConfig = FALSE,
5091cdf0e10cSrcweir	MenuConfig = FALSE,
5092cdf0e10cSrcweir	StatusBarConfig = FALSE,
5093cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5094cdf0e10cSrcweir	GroupId = GID_MODIFY;
5095cdf0e10cSrcweir]
5096cdf0e10cSrcweir
5097cdf0e10cSrcweir//--------------------------------------------------------------------------
5098cdf0e10cSrcweirSfxVoidItem PageMode SID_PAGEMODE
5099cdf0e10cSrcweir(SfxBoolItem IsActive ID_VAL_ISACTIVE,SfxUInt32Item WhatKind ID_VAL_WHATKIND)
5100cdf0e10cSrcweir[
5101cdf0e10cSrcweir	/* flags: */
5102cdf0e10cSrcweir	AutoUpdate = FALSE,
5103cdf0e10cSrcweir	Cachable = Cachable,
5104cdf0e10cSrcweir	FastCall = FALSE,
5105cdf0e10cSrcweir	HasCoreId = FALSE,
5106cdf0e10cSrcweir	HasDialog = FALSE,
5107cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5108cdf0e10cSrcweir	Toggle = FALSE,
5109cdf0e10cSrcweir	Container = FALSE,
5110cdf0e10cSrcweir	RecordAbsolute = FALSE,
5111cdf0e10cSrcweir	RecordPerSet;
5112cdf0e10cSrcweir	Synchron;
5113cdf0e10cSrcweir
5114cdf0e10cSrcweir	/* status: */
5115cdf0e10cSrcweir	SlotType = SfxBoolItem
5116cdf0e10cSrcweir
5117cdf0e10cSrcweir	/* config: */
5118cdf0e10cSrcweir	AccelConfig = TRUE,
5119cdf0e10cSrcweir	MenuConfig = TRUE,
5120cdf0e10cSrcweir	StatusBarConfig = FALSE,
5121cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5122cdf0e10cSrcweir	GroupId = GID_VIEW;
5123cdf0e10cSrcweir]
5124cdf0e10cSrcweir
5125cdf0e10cSrcweir//--------------------------------------------------------------------------
5126cdf0e10cSrcweirSfxVoidItem PageSetup SID_PAGESETUP
5127cdf0e10cSrcweir()
5128cdf0e10cSrcweir[
5129cdf0e10cSrcweir	/* flags: */
5130cdf0e10cSrcweir	AutoUpdate = FALSE,
5131cdf0e10cSrcweir	Cachable = Cachable,
5132cdf0e10cSrcweir	FastCall = FALSE,
5133cdf0e10cSrcweir	HasCoreId = FALSE,
5134cdf0e10cSrcweir	HasDialog = TRUE,
5135cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5136cdf0e10cSrcweir	Toggle = FALSE,
5137cdf0e10cSrcweir	Container = FALSE,
5138cdf0e10cSrcweir	RecordAbsolute = FALSE,
5139cdf0e10cSrcweir	RecordPerSet;
5140cdf0e10cSrcweir	Synchron;
5141cdf0e10cSrcweir
5142cdf0e10cSrcweir	/* config: */
5143cdf0e10cSrcweir	AccelConfig = TRUE,
5144cdf0e10cSrcweir	MenuConfig = TRUE,
5145cdf0e10cSrcweir	StatusBarConfig = FALSE,
5146cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5147cdf0e10cSrcweir	GroupId = GID_OPTIONS;
5148cdf0e10cSrcweir]
5149cdf0e10cSrcweir
5150cdf0e10cSrcweir//--------------------------------------------------------------------------
5151cdf0e10cSrcweirSfxVoidItem PageSize SID_PAGESIZE
5152cdf0e10cSrcweir(SfxUInt32Item PageWidth ID_VAL_PAGEWIDTH,SfxUInt32Item PageHeight ID_VAL_PAGEHEIGHT,SfxBoolItem ScaleObjects ID_VAL_SCALEOBJECTS)
5153cdf0e10cSrcweir[
5154cdf0e10cSrcweir	/* flags: */
5155cdf0e10cSrcweir	AutoUpdate = FALSE,
5156cdf0e10cSrcweir	Cachable = Cachable,
5157cdf0e10cSrcweir	FastCall = FALSE,
5158cdf0e10cSrcweir	HasCoreId = FALSE,
5159cdf0e10cSrcweir	HasDialog = FALSE,
5160cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5161cdf0e10cSrcweir	Toggle = FALSE,
5162cdf0e10cSrcweir	Container = FALSE,
5163cdf0e10cSrcweir	RecordAbsolute = FALSE,
5164cdf0e10cSrcweir	RecordPerSet;
5165cdf0e10cSrcweir	Synchron;
5166cdf0e10cSrcweir
5167cdf0e10cSrcweir	/* config: */
5168cdf0e10cSrcweir	AccelConfig = FALSE,
5169cdf0e10cSrcweir	MenuConfig = FALSE,
5170cdf0e10cSrcweir	StatusBarConfig = FALSE,
5171cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5172cdf0e10cSrcweir	GroupId = GID_APPLICATION;
5173cdf0e10cSrcweir]
5174cdf0e10cSrcweir
5175cdf0e10cSrcweir//--------------------------------------------------------------------------
5176cdf0e10cSrcweirSfxUInt16Item PagesPerRow SID_PAGES_PER_ROW
5177cdf0e10cSrcweir
5178cdf0e10cSrcweir[
5179cdf0e10cSrcweir	/* flags: */
5180cdf0e10cSrcweir	AutoUpdate = TRUE,
5181cdf0e10cSrcweir	Cachable = Cachable,
5182cdf0e10cSrcweir	FastCall = FALSE,
5183cdf0e10cSrcweir	HasCoreId = FALSE,
5184cdf0e10cSrcweir	HasDialog = FALSE,
5185cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5186cdf0e10cSrcweir	Toggle = FALSE,
5187cdf0e10cSrcweir	Container = FALSE,
5188cdf0e10cSrcweir	RecordAbsolute = FALSE,
5189cdf0e10cSrcweir	RecordPerSet;
5190cdf0e10cSrcweir	Asynchron;
5191cdf0e10cSrcweir
5192cdf0e10cSrcweir	Readonly = FALSE,
5193cdf0e10cSrcweir
5194cdf0e10cSrcweir	/* config: */
5195cdf0e10cSrcweir	AccelConfig = FALSE,
5196cdf0e10cSrcweir	MenuConfig = FALSE,
5197cdf0e10cSrcweir	StatusBarConfig = FALSE,
5198cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5199cdf0e10cSrcweir	GroupId = GID_MODIFY;
5200cdf0e10cSrcweir]
5201cdf0e10cSrcweir
5202cdf0e10cSrcweir//--------------------------------------------------------------------------
5203cdf0e10cSrcweirSfxStringItem PageStatus SID_STATUS_PAGE
5204cdf0e10cSrcweir
5205cdf0e10cSrcweir[
5206cdf0e10cSrcweir	/* flags: */
5207cdf0e10cSrcweir	AutoUpdate = FALSE,
5208cdf0e10cSrcweir	Cachable = Cachable,
5209cdf0e10cSrcweir	FastCall = FALSE,
5210cdf0e10cSrcweir	HasCoreId = FALSE,
5211cdf0e10cSrcweir	HasDialog = FALSE,
5212cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5213cdf0e10cSrcweir	Toggle = FALSE,
5214cdf0e10cSrcweir	Container = FALSE,
5215cdf0e10cSrcweir	RecordAbsolute = FALSE,
5216cdf0e10cSrcweir	RecordPerSet;
5217cdf0e10cSrcweir	Synchron;
5218cdf0e10cSrcweir
5219cdf0e10cSrcweir	Readonly = FALSE,
5220cdf0e10cSrcweir
5221cdf0e10cSrcweir	/* config: */
5222cdf0e10cSrcweir	AccelConfig = FALSE,
5223cdf0e10cSrcweir	MenuConfig = FALSE,
5224cdf0e10cSrcweir	StatusBarConfig = TRUE,
5225cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5226cdf0e10cSrcweir	GroupId = GID_VIEW;
5227cdf0e10cSrcweir]
5228cdf0e10cSrcweir
5229cdf0e10cSrcweir//--------------------------------------------------------------------------
5230cdf0e10cSrcweirSfxBoolItem ParaspaceDecrease SID_PARASPACE_DECREASE
5231cdf0e10cSrcweir
5232cdf0e10cSrcweir[
5233cdf0e10cSrcweir	/* flags: */
5234cdf0e10cSrcweir	AutoUpdate = TRUE,
5235cdf0e10cSrcweir	Cachable = Cachable,
5236cdf0e10cSrcweir	FastCall = FALSE,
5237cdf0e10cSrcweir	HasCoreId = FALSE,
5238cdf0e10cSrcweir	HasDialog = FALSE,
5239cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5240cdf0e10cSrcweir	Toggle = FALSE,
5241cdf0e10cSrcweir	Container = FALSE,
5242cdf0e10cSrcweir	RecordAbsolute = FALSE,
5243cdf0e10cSrcweir	RecordPerSet;
5244cdf0e10cSrcweir	Synchron;
5245cdf0e10cSrcweir
5246cdf0e10cSrcweir	Readonly = FALSE,
5247cdf0e10cSrcweir
5248cdf0e10cSrcweir	/* config: */
5249cdf0e10cSrcweir	AccelConfig = TRUE,
5250cdf0e10cSrcweir	MenuConfig = TRUE,
5251cdf0e10cSrcweir	StatusBarConfig = FALSE,
5252cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5253cdf0e10cSrcweir	GroupId = GID_FORMAT;
5254cdf0e10cSrcweir]
5255cdf0e10cSrcweir
5256cdf0e10cSrcweir//--------------------------------------------------------------------------
5257cdf0e10cSrcweirSfxBoolItem ParaspaceIncrease SID_PARASPACE_INCREASE
5258cdf0e10cSrcweir
5259cdf0e10cSrcweir[
5260cdf0e10cSrcweir	/* flags: */
5261cdf0e10cSrcweir	AutoUpdate = TRUE,
5262cdf0e10cSrcweir	Cachable = Cachable,
5263cdf0e10cSrcweir	FastCall = FALSE,
5264cdf0e10cSrcweir	HasCoreId = FALSE,
5265cdf0e10cSrcweir	HasDialog = FALSE,
5266cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5267cdf0e10cSrcweir	Toggle = FALSE,
5268cdf0e10cSrcweir	Container = FALSE,
5269cdf0e10cSrcweir	RecordAbsolute = FALSE,
5270cdf0e10cSrcweir	RecordPerSet;
5271cdf0e10cSrcweir	Synchron;
5272cdf0e10cSrcweir
5273cdf0e10cSrcweir	Readonly = FALSE,
5274cdf0e10cSrcweir
5275cdf0e10cSrcweir	/* config: */
5276cdf0e10cSrcweir	AccelConfig = TRUE,
5277cdf0e10cSrcweir	MenuConfig = TRUE,
5278cdf0e10cSrcweir	StatusBarConfig = FALSE,
5279cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5280cdf0e10cSrcweir	GroupId = GID_FORMAT;
5281cdf0e10cSrcweir]
5282cdf0e10cSrcweir
5283cdf0e10cSrcweir//--------------------------------------------------------------------------
5284cdf0e10cSrcweirSfxBoolItem PickThrough SID_PICK_THROUGH
5285cdf0e10cSrcweir
5286cdf0e10cSrcweir[
5287cdf0e10cSrcweir	/* flags: */
5288cdf0e10cSrcweir	AutoUpdate = FALSE,
5289cdf0e10cSrcweir	Cachable = Cachable,
5290cdf0e10cSrcweir	FastCall = FALSE,
5291cdf0e10cSrcweir	HasCoreId = FALSE,
5292cdf0e10cSrcweir	HasDialog = FALSE,
5293cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5294cdf0e10cSrcweir	Toggle = FALSE,
5295cdf0e10cSrcweir	Container = FALSE,
5296cdf0e10cSrcweir	RecordAbsolute = FALSE,
5297cdf0e10cSrcweir	RecordPerSet;
5298cdf0e10cSrcweir	Synchron;
5299cdf0e10cSrcweir
5300cdf0e10cSrcweir	Readonly = FALSE,
5301cdf0e10cSrcweir
5302cdf0e10cSrcweir	/* config: */
5303cdf0e10cSrcweir	AccelConfig = TRUE,
5304cdf0e10cSrcweir	MenuConfig = TRUE,
5305cdf0e10cSrcweir	StatusBarConfig = FALSE,
5306cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5307cdf0e10cSrcweir	GroupId = GID_MODIFY;
5308cdf0e10cSrcweir]
5309cdf0e10cSrcweir
5310cdf0e10cSrcweir//--------------------------------------------------------------------------
5311cdf0e10cSrcweirSfxBoolItem Polygon SID_DRAW_POLYGON
5312cdf0e10cSrcweir
5313cdf0e10cSrcweir[
5314cdf0e10cSrcweir	/* flags: */
5315cdf0e10cSrcweir	AutoUpdate = TRUE,
5316cdf0e10cSrcweir	Cachable = Cachable,
5317cdf0e10cSrcweir	FastCall = FALSE,
5318cdf0e10cSrcweir	HasCoreId = FALSE,
5319cdf0e10cSrcweir	HasDialog = FALSE,
5320cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5321cdf0e10cSrcweir	Toggle = FALSE,
5322cdf0e10cSrcweir	Container = FALSE,
5323cdf0e10cSrcweir	RecordAbsolute = FALSE,
5324cdf0e10cSrcweir	RecordPerItem;
5325cdf0e10cSrcweir	Synchron;
5326cdf0e10cSrcweir
5327cdf0e10cSrcweir	Readonly = FALSE,
5328cdf0e10cSrcweir
5329cdf0e10cSrcweir	/* config: */
5330cdf0e10cSrcweir	AccelConfig = TRUE,
5331cdf0e10cSrcweir	MenuConfig = TRUE,
5332cdf0e10cSrcweir	StatusBarConfig = FALSE,
5333cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5334cdf0e10cSrcweir	GroupId = GID_DRAWING;
5335cdf0e10cSrcweir]
5336cdf0e10cSrcweir
5337cdf0e10cSrcweir//--------------------------------------------------------------------------
5338cdf0e10cSrcweirSfxVoidItem Presentation SID_PRESENTATION
5339cdf0e10cSrcweir()
5340cdf0e10cSrcweir[
5341cdf0e10cSrcweir	/* flags: */
5342cdf0e10cSrcweir	AutoUpdate = FALSE,
5343cdf0e10cSrcweir	Cachable = Cachable,
5344cdf0e10cSrcweir	FastCall = FALSE,
5345cdf0e10cSrcweir	HasCoreId = FALSE,
5346cdf0e10cSrcweir	HasDialog = TRUE,
5347cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5348cdf0e10cSrcweir	Toggle = FALSE,
5349cdf0e10cSrcweir	Container = FALSE,
5350cdf0e10cSrcweir	RecordAbsolute = FALSE,
5351cdf0e10cSrcweir	RecordPerSet;
5352cdf0e10cSrcweir	Asynchron;
5353cdf0e10cSrcweir
5354cdf0e10cSrcweir	/* config: */
5355cdf0e10cSrcweir	AccelConfig = TRUE,
5356cdf0e10cSrcweir	MenuConfig = TRUE,
5357cdf0e10cSrcweir	StatusBarConfig = FALSE,
5358cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5359cdf0e10cSrcweir	GroupId = GID_VIEW;
5360cdf0e10cSrcweir]
5361cdf0e10cSrcweir
5362cdf0e10cSrcweir//--------------------------------------------------------------------------
5363cdf0e10cSrcweirSfxVoidItem PresentationDialog SID_PRESENTATION_DLG
5364cdf0e10cSrcweir()
5365cdf0e10cSrcweir[
5366cdf0e10cSrcweir	/* flags: */
5367cdf0e10cSrcweir	AutoUpdate = FALSE,
5368cdf0e10cSrcweir	Cachable = Cachable,
5369cdf0e10cSrcweir	FastCall = TRUE,
5370cdf0e10cSrcweir	HasCoreId = FALSE,
5371cdf0e10cSrcweir	HasDialog = TRUE,
5372cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5373cdf0e10cSrcweir	Toggle = FALSE,
5374cdf0e10cSrcweir	Container = FALSE,
5375cdf0e10cSrcweir	RecordAbsolute = FALSE,
5376cdf0e10cSrcweir	RecordPerItem;
5377cdf0e10cSrcweir	Synchron;
5378cdf0e10cSrcweir
5379cdf0e10cSrcweir	/* config: */
5380cdf0e10cSrcweir	AccelConfig = TRUE,
5381cdf0e10cSrcweir	MenuConfig = TRUE,
5382cdf0e10cSrcweir	StatusBarConfig = FALSE,
5383cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5384cdf0e10cSrcweir	GroupId = GID_OPTIONS;
5385cdf0e10cSrcweir]
5386cdf0e10cSrcweir
5387cdf0e10cSrcweir//--------------------------------------------------------------------------
5388*597a4c59SAriel Constenla-HaileSfxVoidItem PresentationMinimizer SID_PRESENTATION_MINIMIZER
5389*597a4c59SAriel Constenla-Haile()
5390*597a4c59SAriel Constenla-Haile[
5391*597a4c59SAriel Constenla-Haile    /* flags: */
5392*597a4c59SAriel Constenla-Haile    AutoUpdate = FALSE,
5393*597a4c59SAriel Constenla-Haile    Cachable = Cachable,
5394*597a4c59SAriel Constenla-Haile    FastCall = FALSE,
5395*597a4c59SAriel Constenla-Haile    HasCoreId = FALSE,
5396*597a4c59SAriel Constenla-Haile    HasDialog = TRUE,
5397*597a4c59SAriel Constenla-Haile    ReadOnlyDoc = TRUE,
5398*597a4c59SAriel Constenla-Haile    Toggle = FALSE,
5399*597a4c59SAriel Constenla-Haile    Container = FALSE,
5400*597a4c59SAriel Constenla-Haile    RecordAbsolute = FALSE,
5401*597a4c59SAriel Constenla-Haile    RecordPerSet;
5402*597a4c59SAriel Constenla-Haile    Asynchron;
5403*597a4c59SAriel Constenla-Haile
5404*597a4c59SAriel Constenla-Haile    /* config: */
5405*597a4c59SAriel Constenla-Haile    AccelConfig = TRUE,
5406*597a4c59SAriel Constenla-Haile    MenuConfig = TRUE,
5407*597a4c59SAriel Constenla-Haile    StatusBarConfig = FALSE,
5408*597a4c59SAriel Constenla-Haile    ToolBoxConfig = TRUE,
5409*597a4c59SAriel Constenla-Haile    GroupId = GID_APPLICATION;
5410*597a4c59SAriel Constenla-Haile]
5411*597a4c59SAriel Constenla-Haile
5412*597a4c59SAriel Constenla-Haile//--------------------------------------------------------------------------
5413cdf0e10cSrcweirSfxVoidItem PresentationEnd SID_PRESENTATION_END
5414cdf0e10cSrcweir()
5415cdf0e10cSrcweir[
5416cdf0e10cSrcweir	/* flags: */
5417cdf0e10cSrcweir	AutoUpdate = FALSE,
5418cdf0e10cSrcweir	Cachable = Cachable,
5419cdf0e10cSrcweir	FastCall = FALSE,
5420cdf0e10cSrcweir	HasCoreId = FALSE,
5421cdf0e10cSrcweir	HasDialog = TRUE,
5422cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5423cdf0e10cSrcweir	Toggle = FALSE,
5424cdf0e10cSrcweir	Container = FALSE,
5425cdf0e10cSrcweir	RecordAbsolute = FALSE,
5426cdf0e10cSrcweir	RecordPerSet;
5427cdf0e10cSrcweir	Synchron;
5428cdf0e10cSrcweir
5429cdf0e10cSrcweir	/* config: */
5430cdf0e10cSrcweir	AccelConfig = FALSE,
5431cdf0e10cSrcweir	MenuConfig = FALSE,
5432cdf0e10cSrcweir	StatusBarConfig = FALSE,
5433cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5434cdf0e10cSrcweir	GroupId = GID_VIEW;
5435cdf0e10cSrcweir]
5436cdf0e10cSrcweir
5437cdf0e10cSrcweir//--------------------------------------------------------------------------
5438cdf0e10cSrcweirSfxVoidItem ClearUndoStack SID_CLEAR_UNDO_STACK
5439cdf0e10cSrcweir()
5440cdf0e10cSrcweir[
5441cdf0e10cSrcweir	/* flags: */
5442cdf0e10cSrcweir	AutoUpdate = FALSE,
5443cdf0e10cSrcweir	Cachable = Cachable,
5444cdf0e10cSrcweir	FastCall = FALSE,
5445cdf0e10cSrcweir	HasCoreId = FALSE,
5446cdf0e10cSrcweir	HasDialog = TRUE,
5447cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5448cdf0e10cSrcweir	Toggle = FALSE,
5449cdf0e10cSrcweir	Container = FALSE,
5450cdf0e10cSrcweir	RecordAbsolute = FALSE,
5451cdf0e10cSrcweir	RecordPerSet;
5452cdf0e10cSrcweir	Synchron;
5453cdf0e10cSrcweir
5454cdf0e10cSrcweir	/* config: */
5455cdf0e10cSrcweir	AccelConfig = FALSE,
5456cdf0e10cSrcweir	MenuConfig = FALSE,
5457cdf0e10cSrcweir	StatusBarConfig = FALSE,
5458cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5459cdf0e10cSrcweir	GroupId = GID_VIEW;
5460cdf0e10cSrcweir]
5461cdf0e10cSrcweir
5462cdf0e10cSrcweir//--------------------------------------------------------------------------
5463cdf0e10cSrcweirSfxVoidItem PresentationLayout SID_PRESENTATION_LAYOUT
5464cdf0e10cSrcweir()
5465cdf0e10cSrcweir[
5466cdf0e10cSrcweir	/* flags: */
5467cdf0e10cSrcweir	AutoUpdate = FALSE,
5468cdf0e10cSrcweir	Cachable = Cachable,
5469cdf0e10cSrcweir	FastCall = FALSE,
5470cdf0e10cSrcweir	HasCoreId = FALSE,
5471cdf0e10cSrcweir	HasDialog = TRUE,
5472cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5473cdf0e10cSrcweir	Toggle = FALSE,
5474cdf0e10cSrcweir	Container = FALSE,
5475cdf0e10cSrcweir	RecordAbsolute = FALSE,
5476cdf0e10cSrcweir	RecordPerSet;
5477cdf0e10cSrcweir	Synchron;
5478cdf0e10cSrcweir
5479cdf0e10cSrcweir	/* config: */
5480cdf0e10cSrcweir	AccelConfig = TRUE,
5481cdf0e10cSrcweir	MenuConfig = TRUE,
5482cdf0e10cSrcweir	StatusBarConfig = FALSE,
5483cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5484cdf0e10cSrcweir	GroupId = GID_FORMAT;
5485cdf0e10cSrcweir]
5486cdf0e10cSrcweir
5487cdf0e10cSrcweir//--------------------------------------------------------------------------
5488cdf0e10cSrcweirSfxUInt32Item PreviewState SID_PREVIEW_STATE
5489cdf0e10cSrcweir
5490cdf0e10cSrcweir[
5491cdf0e10cSrcweir	/* flags: */
5492cdf0e10cSrcweir	AutoUpdate = FALSE,
5493cdf0e10cSrcweir	Cachable = Cachable,
5494cdf0e10cSrcweir	FastCall = FALSE,
5495cdf0e10cSrcweir	HasCoreId = FALSE,
5496cdf0e10cSrcweir	HasDialog = FALSE,
5497cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5498cdf0e10cSrcweir	Toggle = FALSE,
5499cdf0e10cSrcweir	Container = FALSE,
5500cdf0e10cSrcweir	RecordAbsolute = FALSE,
5501cdf0e10cSrcweir	RecordPerSet;
5502cdf0e10cSrcweir	Synchron;
5503cdf0e10cSrcweir
5504cdf0e10cSrcweir	Readonly = FALSE,
5505cdf0e10cSrcweir
5506cdf0e10cSrcweir	/* config: */
5507cdf0e10cSrcweir	AccelConfig = FALSE,
5508cdf0e10cSrcweir	MenuConfig = FALSE,
5509cdf0e10cSrcweir	StatusBarConfig = FALSE,
5510cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5511cdf0e10cSrcweir	GroupId = GID_VIEW;
5512cdf0e10cSrcweir]
5513cdf0e10cSrcweir
5514cdf0e10cSrcweir//--------------------------------------------------------------------------
5515cdf0e10cSrcweirSfxBoolItem PreviewWindow SID_PREVIEW_WIN
5516cdf0e10cSrcweir
5517cdf0e10cSrcweir[
5518cdf0e10cSrcweir	/* flags: */
5519cdf0e10cSrcweir	AutoUpdate = TRUE,
5520cdf0e10cSrcweir	Cachable = Cachable,
5521cdf0e10cSrcweir	FastCall = FALSE,
5522cdf0e10cSrcweir	HasCoreId = FALSE,
5523cdf0e10cSrcweir	HasDialog = TRUE,
5524cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5525cdf0e10cSrcweir	Toggle = FALSE,
5526cdf0e10cSrcweir	Container = FALSE,
5527cdf0e10cSrcweir	RecordAbsolute = FALSE,
5528cdf0e10cSrcweir	RecordPerSet;
5529cdf0e10cSrcweir	Synchron;
5530cdf0e10cSrcweir
5531cdf0e10cSrcweir	Readonly = FALSE,
5532cdf0e10cSrcweir
5533cdf0e10cSrcweir	/* config: */
5534cdf0e10cSrcweir	AccelConfig = TRUE,
5535cdf0e10cSrcweir	MenuConfig = TRUE,
5536cdf0e10cSrcweir	StatusBarConfig = FALSE,
5537cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5538cdf0e10cSrcweir	GroupId = GID_VIEW;
5539cdf0e10cSrcweir]
5540cdf0e10cSrcweir
5541cdf0e10cSrcweir//--------------------------------------------------------------------------
5542cdf0e10cSrcweirSfxBoolItem QuickEdit SID_QUICKEDIT
5543cdf0e10cSrcweir
5544cdf0e10cSrcweir[
5545cdf0e10cSrcweir	/* flags: */
5546cdf0e10cSrcweir	AutoUpdate = FALSE,
5547cdf0e10cSrcweir	Cachable = Cachable,
5548cdf0e10cSrcweir	FastCall = FALSE,
5549cdf0e10cSrcweir	HasCoreId = FALSE,
5550cdf0e10cSrcweir	HasDialog = FALSE,
5551cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5552cdf0e10cSrcweir	Toggle = FALSE,
5553cdf0e10cSrcweir	Container = FALSE,
5554cdf0e10cSrcweir	RecordAbsolute = FALSE,
5555cdf0e10cSrcweir	RecordPerSet;
5556cdf0e10cSrcweir	Synchron;
5557cdf0e10cSrcweir
5558cdf0e10cSrcweir	Readonly = FALSE,
5559cdf0e10cSrcweir
5560cdf0e10cSrcweir	/* config: */
5561cdf0e10cSrcweir	AccelConfig = TRUE,
5562cdf0e10cSrcweir	MenuConfig = TRUE,
5563cdf0e10cSrcweir	StatusBarConfig = FALSE,
5564cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5565cdf0e10cSrcweir	GroupId = GID_OPTIONS;
5566cdf0e10cSrcweir]
5567cdf0e10cSrcweir
5568cdf0e10cSrcweir//--------------------------------------------------------------------------
5569cdf0e10cSrcweirTbxImageItem RectangleToolbox SID_DRAWTBX_RECTANGLES
5570cdf0e10cSrcweir
5571cdf0e10cSrcweir[
5572cdf0e10cSrcweir	/* flags: */
5573cdf0e10cSrcweir	AutoUpdate = FALSE,
5574cdf0e10cSrcweir	Cachable = Cachable,
5575cdf0e10cSrcweir	FastCall = FALSE,
5576cdf0e10cSrcweir	HasCoreId = FALSE,
5577cdf0e10cSrcweir	HasDialog = FALSE,
5578cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5579cdf0e10cSrcweir	Toggle = FALSE,
5580cdf0e10cSrcweir	Container = FALSE,
5581cdf0e10cSrcweir	RecordAbsolute = FALSE,
5582cdf0e10cSrcweir	RecordPerSet;
5583cdf0e10cSrcweir	Synchron;
5584cdf0e10cSrcweir
5585cdf0e10cSrcweir	Readonly = FALSE,
5586cdf0e10cSrcweir
5587cdf0e10cSrcweir	/* config: */
5588cdf0e10cSrcweir	AccelConfig = TRUE,
5589cdf0e10cSrcweir	MenuConfig = TRUE,
5590cdf0e10cSrcweir	StatusBarConfig = FALSE,
5591cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5592cdf0e10cSrcweir	GroupId = GID_DRAWING;
5593cdf0e10cSrcweir]
5594cdf0e10cSrcweir
5595cdf0e10cSrcweir//--------------------------------------------------------------------------
5596cdf0e10cSrcweirSfxVoidItem RehearseTimings SID_REHEARSE_TIMINGS
5597cdf0e10cSrcweir()
5598cdf0e10cSrcweir[
5599cdf0e10cSrcweir	/* flags: */
5600cdf0e10cSrcweir	AutoUpdate = FALSE,
5601cdf0e10cSrcweir	Cachable = Cachable,
5602cdf0e10cSrcweir	FastCall = FALSE,
5603cdf0e10cSrcweir	HasCoreId = FALSE,
5604cdf0e10cSrcweir	HasDialog = FALSE,
5605cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5606cdf0e10cSrcweir	Toggle = FALSE,
5607cdf0e10cSrcweir	Container = FALSE,
5608cdf0e10cSrcweir	RecordAbsolute = FALSE,
5609cdf0e10cSrcweir	RecordPerSet;
5610cdf0e10cSrcweir	Synchron;
5611cdf0e10cSrcweir
5612cdf0e10cSrcweir	/* config: */
5613cdf0e10cSrcweir	AccelConfig = FALSE,
5614cdf0e10cSrcweir	MenuConfig = TRUE,
5615cdf0e10cSrcweir	StatusBarConfig = FALSE,
5616cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5617cdf0e10cSrcweir	GroupId = GID_MODIFY;
5618cdf0e10cSrcweir]
5619cdf0e10cSrcweir
5620cdf0e10cSrcweir//--------------------------------------------------------------------------
5621cdf0e10cSrcweirSfxVoidItem RenameLayer SID_RENAMELAYER
5622cdf0e10cSrcweir()
5623cdf0e10cSrcweir[
5624cdf0e10cSrcweir	/* flags: */
5625cdf0e10cSrcweir	AutoUpdate = FALSE,
5626cdf0e10cSrcweir	Cachable = Cachable,
5627cdf0e10cSrcweir	FastCall = FALSE,
5628cdf0e10cSrcweir	HasCoreId = FALSE,
5629cdf0e10cSrcweir	HasDialog = TRUE,
5630cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5631cdf0e10cSrcweir	Toggle = FALSE,
5632cdf0e10cSrcweir	Container = FALSE,
5633cdf0e10cSrcweir	RecordAbsolute = FALSE,
5634cdf0e10cSrcweir	RecordPerSet;
5635cdf0e10cSrcweir	Synchron;
5636cdf0e10cSrcweir
5637cdf0e10cSrcweir	/* config: */
5638cdf0e10cSrcweir	AccelConfig = TRUE,
5639cdf0e10cSrcweir	MenuConfig = TRUE,
5640cdf0e10cSrcweir	StatusBarConfig = FALSE,
5641cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5642cdf0e10cSrcweir	GroupId = GID_FORMAT;
5643cdf0e10cSrcweir]
5644cdf0e10cSrcweir
5645cdf0e10cSrcweir//--------------------------------------------------------------------------
5646cdf0e10cSrcweirSfxVoidItem RenamePage SID_RENAMEPAGE
5647cdf0e10cSrcweir()
5648cdf0e10cSrcweir[
5649cdf0e10cSrcweir	/* flags: */
5650cdf0e10cSrcweir	AutoUpdate = FALSE,
5651cdf0e10cSrcweir	Cachable = Cachable,
5652cdf0e10cSrcweir	FastCall = FALSE,
5653cdf0e10cSrcweir	HasCoreId = FALSE,
5654cdf0e10cSrcweir	HasDialog = TRUE,
5655cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5656cdf0e10cSrcweir	Toggle = FALSE,
5657cdf0e10cSrcweir	Container = FALSE,
5658cdf0e10cSrcweir	RecordAbsolute = FALSE,
5659cdf0e10cSrcweir	RecordPerSet;
5660cdf0e10cSrcweir	Synchron;
5661cdf0e10cSrcweir
5662cdf0e10cSrcweir	/* config: */
5663cdf0e10cSrcweir	AccelConfig = TRUE,
5664cdf0e10cSrcweir	MenuConfig = TRUE,
5665cdf0e10cSrcweir	StatusBarConfig = FALSE,
5666cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5667cdf0e10cSrcweir	GroupId = GID_FORMAT;
5668cdf0e10cSrcweir]
5669cdf0e10cSrcweir
5670cdf0e10cSrcweir//--------------------------------------------------------------------------
5671cdf0e10cSrcweirSfxVoidItem RenamePageQuick SID_RENAMEPAGE_QUICK
5672cdf0e10cSrcweir()
5673cdf0e10cSrcweir[
5674cdf0e10cSrcweir	/* flags: */
5675cdf0e10cSrcweir	AutoUpdate = FALSE,
5676cdf0e10cSrcweir	Cachable = Cachable,
5677cdf0e10cSrcweir	FastCall = FALSE,
5678cdf0e10cSrcweir	HasCoreId = FALSE,
5679cdf0e10cSrcweir	HasDialog = TRUE,
5680cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5681cdf0e10cSrcweir	Toggle = FALSE,
5682cdf0e10cSrcweir	Container = FALSE,
5683cdf0e10cSrcweir	RecordAbsolute = FALSE,
5684cdf0e10cSrcweir	RecordPerSet;
5685cdf0e10cSrcweir	Synchron;
5686cdf0e10cSrcweir
5687cdf0e10cSrcweir	/* config: */
5688cdf0e10cSrcweir	AccelConfig = FALSE,
5689cdf0e10cSrcweir	MenuConfig = FALSE,
5690cdf0e10cSrcweir	StatusBarConfig = FALSE,
5691cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5692cdf0e10cSrcweir	GroupId = GID_FORMAT;
5693cdf0e10cSrcweir]
5694cdf0e10cSrcweir
5695cdf0e10cSrcweir//--------------------------------------------------------------------------
5696cdf0e10cSrcweirSfxVoidItem ReverseOrder SID_REVERSE_ORDER
5697cdf0e10cSrcweir()
5698cdf0e10cSrcweir[
5699cdf0e10cSrcweir	/* flags: */
5700cdf0e10cSrcweir	AutoUpdate = FALSE,
5701cdf0e10cSrcweir	Cachable = Cachable,
5702cdf0e10cSrcweir	FastCall = FALSE,
5703cdf0e10cSrcweir	HasCoreId = FALSE,
5704cdf0e10cSrcweir	HasDialog = FALSE,
5705cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5706cdf0e10cSrcweir	Toggle = FALSE,
5707cdf0e10cSrcweir	Container = FALSE,
5708cdf0e10cSrcweir	RecordAbsolute = FALSE,
5709cdf0e10cSrcweir	RecordPerSet;
5710cdf0e10cSrcweir	Synchron;
5711cdf0e10cSrcweir
5712cdf0e10cSrcweir	/* config: */
5713cdf0e10cSrcweir	AccelConfig = TRUE,
5714cdf0e10cSrcweir	MenuConfig = TRUE,
5715cdf0e10cSrcweir	StatusBarConfig = FALSE,
5716cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5717cdf0e10cSrcweir	GroupId = GID_MODIFY;
5718cdf0e10cSrcweir]
5719cdf0e10cSrcweir
5720cdf0e10cSrcweir//--------------------------------------------------------------------------
5721cdf0e10cSrcweirSvxObjectItem RulerObject SID_RULER_OBJECT
5722cdf0e10cSrcweir
5723cdf0e10cSrcweir[
5724cdf0e10cSrcweir	/* flags: */
5725cdf0e10cSrcweir	AutoUpdate = FALSE,
5726cdf0e10cSrcweir	Cachable = Cachable,
5727cdf0e10cSrcweir	FastCall = FALSE,
5728cdf0e10cSrcweir	HasCoreId = FALSE,
5729cdf0e10cSrcweir	HasDialog = FALSE,
5730cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5731cdf0e10cSrcweir	Toggle = FALSE,
5732cdf0e10cSrcweir	Container = FALSE,
5733cdf0e10cSrcweir	RecordAbsolute = FALSE,
5734cdf0e10cSrcweir	RecordPerSet;
5735cdf0e10cSrcweir	Synchron;
5736cdf0e10cSrcweir
5737cdf0e10cSrcweir	Readonly = FALSE,
5738cdf0e10cSrcweir
5739cdf0e10cSrcweir	/* config: */
5740cdf0e10cSrcweir	AccelConfig = FALSE,
5741cdf0e10cSrcweir	MenuConfig = FALSE,
5742cdf0e10cSrcweir	StatusBarConfig = FALSE,
5743cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5744cdf0e10cSrcweir	GroupId = ;
5745cdf0e10cSrcweir]
5746cdf0e10cSrcweir
5747cdf0e10cSrcweir//--------------------------------------------------------------------------
5748cdf0e10cSrcweirSfxVoidItem SelectAt SID_SELECTAT
5749cdf0e10cSrcweir(SfxUInt32Item AnchorX ID_VAL_ANCHOR_X,SfxUInt32Item AnchorY ID_VAL_ANCHOR_Y,SfxUInt32Item Left ID_VAL_MOUSESTART_X,SfxUInt32Item Top ID_VAL_MOUSESTART_Y,SfxUInt32Item Right ID_VAL_LENGTH_X,SfxUInt32Item Bottom ID_VAL_LENGTH_Y)
5750cdf0e10cSrcweir[
5751cdf0e10cSrcweir	/* flags: */
5752cdf0e10cSrcweir	AutoUpdate = FALSE,
5753cdf0e10cSrcweir	Cachable = Cachable,
5754cdf0e10cSrcweir	FastCall = FALSE,
5755cdf0e10cSrcweir	HasCoreId = FALSE,
5756cdf0e10cSrcweir	HasDialog = FALSE,
5757cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5758cdf0e10cSrcweir	Toggle = FALSE,
5759cdf0e10cSrcweir	Container = FALSE,
5760cdf0e10cSrcweir	RecordAbsolute = FALSE,
5761cdf0e10cSrcweir	RecordPerSet;
5762cdf0e10cSrcweir	Synchron;
5763cdf0e10cSrcweir
5764cdf0e10cSrcweir	/* config: */
5765cdf0e10cSrcweir	AccelConfig = FALSE,
5766cdf0e10cSrcweir	MenuConfig = FALSE,
5767cdf0e10cSrcweir	StatusBarConfig = FALSE,
5768cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5769cdf0e10cSrcweir	GroupId = GID_EDIT;
5770cdf0e10cSrcweir]
5771cdf0e10cSrcweir
5772cdf0e10cSrcweir//--------------------------------------------------------------------------
5773cdf0e10cSrcweirSfxVoidItem SelectGradient SID_SELECTGRADIENT
5774cdf0e10cSrcweir(SfxStringItem Name ID_VAL_INDEX)
5775cdf0e10cSrcweir[
5776cdf0e10cSrcweir	/* flags: */
5777cdf0e10cSrcweir	AutoUpdate = FALSE,
5778cdf0e10cSrcweir	Cachable = Cachable,
5779cdf0e10cSrcweir	FastCall = FALSE,
5780cdf0e10cSrcweir	HasCoreId = FALSE,
5781cdf0e10cSrcweir	HasDialog = FALSE,
5782cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5783cdf0e10cSrcweir	Toggle = FALSE,
5784cdf0e10cSrcweir	Container = FALSE,
5785cdf0e10cSrcweir	RecordAbsolute = FALSE,
5786cdf0e10cSrcweir	RecordPerSet;
5787cdf0e10cSrcweir	Synchron;
5788cdf0e10cSrcweir
5789cdf0e10cSrcweir	/* config: */
5790cdf0e10cSrcweir	AccelConfig = FALSE,
5791cdf0e10cSrcweir	MenuConfig = FALSE,
5792cdf0e10cSrcweir	StatusBarConfig = FALSE,
5793cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5794cdf0e10cSrcweir	GroupId = GID_EDIT;
5795cdf0e10cSrcweir]
5796cdf0e10cSrcweir
5797cdf0e10cSrcweir//--------------------------------------------------------------------------
5798cdf0e10cSrcweirSfxVoidItem SelectHatch SID_SELECTHATCH
5799cdf0e10cSrcweir(SfxStringItem Name ID_VAL_INDEX)
5800cdf0e10cSrcweir[
5801cdf0e10cSrcweir	/* flags: */
5802cdf0e10cSrcweir	AutoUpdate = FALSE,
5803cdf0e10cSrcweir	Cachable = Cachable,
5804cdf0e10cSrcweir	FastCall = FALSE,
5805cdf0e10cSrcweir	HasCoreId = FALSE,
5806cdf0e10cSrcweir	HasDialog = FALSE,
5807cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
5808cdf0e10cSrcweir	Toggle = FALSE,
5809cdf0e10cSrcweir	Container = FALSE,
5810cdf0e10cSrcweir	RecordAbsolute = FALSE,
5811cdf0e10cSrcweir	RecordPerSet;
5812cdf0e10cSrcweir	Synchron;
5813cdf0e10cSrcweir
5814cdf0e10cSrcweir	/* config: */
5815cdf0e10cSrcweir	AccelConfig = FALSE,
5816cdf0e10cSrcweir	MenuConfig = FALSE,
5817cdf0e10cSrcweir	StatusBarConfig = FALSE,
5818cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5819cdf0e10cSrcweir	GroupId = GID_EDIT;
5820cdf0e10cSrcweir]
5821cdf0e10cSrcweir
5822cdf0e10cSrcweir//--------------------------------------------------------------------------
5823cdf0e10cSrcweirSfxVoidItem SetFillStyle SID_SETFILLSTYLE
5824cdf0e10cSrcweir(SfxUInt32Item Style ID_VAL_STYLE)
5825cdf0e10cSrcweir[
5826cdf0e10cSrcweir	/* flags: */
5827cdf0e10cSrcweir	AutoUpdate = FALSE,
5828cdf0e10cSrcweir	Cachable = Cachable,
5829cdf0e10cSrcweir	FastCall = FALSE,
5830cdf0e10cSrcweir	HasCoreId = FALSE,
5831cdf0e10cSrcweir	HasDialog = FALSE,
5832cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5833cdf0e10cSrcweir	Toggle = FALSE,
5834cdf0e10cSrcweir	Container = FALSE,
5835cdf0e10cSrcweir	RecordAbsolute = FALSE,
5836cdf0e10cSrcweir	RecordPerSet;
5837cdf0e10cSrcweir	Synchron;
5838cdf0e10cSrcweir
5839cdf0e10cSrcweir	/* config: */
5840cdf0e10cSrcweir	AccelConfig = FALSE,
5841cdf0e10cSrcweir	MenuConfig = FALSE,
5842cdf0e10cSrcweir	StatusBarConfig = FALSE,
5843cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5844cdf0e10cSrcweir	GroupId = GID_FORMAT;
5845cdf0e10cSrcweir]
5846cdf0e10cSrcweir
5847cdf0e10cSrcweir//--------------------------------------------------------------------------
5848cdf0e10cSrcweirSfxVoidItem SetLineStyle SID_SETLINESTYLE
5849cdf0e10cSrcweir(SfxUInt32Item Style ID_VAL_STYLE)
5850cdf0e10cSrcweir[
5851cdf0e10cSrcweir	/* flags: */
5852cdf0e10cSrcweir	AutoUpdate = FALSE,
5853cdf0e10cSrcweir	Cachable = Cachable,
5854cdf0e10cSrcweir	FastCall = FALSE,
5855cdf0e10cSrcweir	HasCoreId = FALSE,
5856cdf0e10cSrcweir	HasDialog = FALSE,
5857cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5858cdf0e10cSrcweir	Toggle = FALSE,
5859cdf0e10cSrcweir	Container = FALSE,
5860cdf0e10cSrcweir	RecordAbsolute = FALSE,
5861cdf0e10cSrcweir	RecordPerSet;
5862cdf0e10cSrcweir	Synchron;
5863cdf0e10cSrcweir
5864cdf0e10cSrcweir	/* config: */
5865cdf0e10cSrcweir	AccelConfig = FALSE,
5866cdf0e10cSrcweir	MenuConfig = FALSE,
5867cdf0e10cSrcweir	StatusBarConfig = FALSE,
5868cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5869cdf0e10cSrcweir	GroupId = GID_FORMAT;
5870cdf0e10cSrcweir]
5871cdf0e10cSrcweir
5872cdf0e10cSrcweir//--------------------------------------------------------------------------
5873cdf0e10cSrcweirSfxVoidItem SetLineWidth SID_SETLINEWIDTH
5874cdf0e10cSrcweir(SfxUInt32Item Width ID_VAL_WIDTH)
5875cdf0e10cSrcweir[
5876cdf0e10cSrcweir	/* flags: */
5877cdf0e10cSrcweir	AutoUpdate = FALSE,
5878cdf0e10cSrcweir	Cachable = Cachable,
5879cdf0e10cSrcweir	FastCall = FALSE,
5880cdf0e10cSrcweir	HasCoreId = FALSE,
5881cdf0e10cSrcweir	HasDialog = FALSE,
5882cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5883cdf0e10cSrcweir	Toggle = FALSE,
5884cdf0e10cSrcweir	Container = FALSE,
5885cdf0e10cSrcweir	RecordAbsolute = FALSE,
5886cdf0e10cSrcweir	RecordPerSet;
5887cdf0e10cSrcweir	Synchron;
5888cdf0e10cSrcweir
5889cdf0e10cSrcweir	/* config: */
5890cdf0e10cSrcweir	AccelConfig = FALSE,
5891cdf0e10cSrcweir	MenuConfig = FALSE,
5892cdf0e10cSrcweir	StatusBarConfig = FALSE,
5893cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5894cdf0e10cSrcweir	GroupId = GID_FORMAT;
5895cdf0e10cSrcweir]
5896cdf0e10cSrcweir
5897cdf0e10cSrcweir//--------------------------------------------------------------------------
5898cdf0e10cSrcweirSfxStringItem SetSnapItem SID_SET_SNAPITEM
5899cdf0e10cSrcweir
5900cdf0e10cSrcweir[
5901cdf0e10cSrcweir	/* flags: */
5902cdf0e10cSrcweir	AutoUpdate = FALSE,
5903cdf0e10cSrcweir	Cachable = Cachable,
5904cdf0e10cSrcweir	FastCall = FALSE,
5905cdf0e10cSrcweir	HasCoreId = FALSE,
5906cdf0e10cSrcweir	HasDialog = FALSE,
5907cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5908cdf0e10cSrcweir	Toggle = FALSE,
5909cdf0e10cSrcweir	Container = FALSE,
5910cdf0e10cSrcweir	RecordAbsolute = FALSE,
5911cdf0e10cSrcweir	RecordPerSet;
5912cdf0e10cSrcweir	Synchron;
5913cdf0e10cSrcweir
5914cdf0e10cSrcweir	Readonly = FALSE,
5915cdf0e10cSrcweir
5916cdf0e10cSrcweir	/* config: */
5917cdf0e10cSrcweir	AccelConfig = FALSE,
5918cdf0e10cSrcweir	MenuConfig = FALSE,
5919cdf0e10cSrcweir	StatusBarConfig = FALSE,
5920cdf0e10cSrcweir	ToolBoxConfig = FALSE,
5921cdf0e10cSrcweir	GroupId = GID_MODIFY;
5922cdf0e10cSrcweir]
5923cdf0e10cSrcweir
5924cdf0e10cSrcweir//--------------------------------------------------------------------------
5925cdf0e10cSrcweirSfxBoolItem Shear SID_OBJECT_SHEAR
5926cdf0e10cSrcweir
5927cdf0e10cSrcweir[
5928cdf0e10cSrcweir	/* flags: */
5929cdf0e10cSrcweir	AutoUpdate = TRUE,
5930cdf0e10cSrcweir	Cachable = Cachable,
5931cdf0e10cSrcweir	FastCall = FALSE,
5932cdf0e10cSrcweir	HasCoreId = FALSE,
5933cdf0e10cSrcweir	HasDialog = FALSE,
5934cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5935cdf0e10cSrcweir	Toggle = FALSE,
5936cdf0e10cSrcweir	Container = FALSE,
5937cdf0e10cSrcweir	RecordAbsolute = FALSE,
5938cdf0e10cSrcweir	RecordPerSet;
5939cdf0e10cSrcweir	Asynchron;
5940cdf0e10cSrcweir
5941cdf0e10cSrcweir	Readonly = FALSE,
5942cdf0e10cSrcweir
5943cdf0e10cSrcweir	/* config: */
5944cdf0e10cSrcweir	AccelConfig = TRUE,
5945cdf0e10cSrcweir	MenuConfig = TRUE,
5946cdf0e10cSrcweir	StatusBarConfig = FALSE,
5947cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5948cdf0e10cSrcweir	GroupId = GID_MODIFY;
5949cdf0e10cSrcweir]
5950cdf0e10cSrcweir
5951cdf0e10cSrcweir//--------------------------------------------------------------------------
5952cdf0e10cSrcweirSfxBoolItem Shell3D SID_3D_SHELL
5953cdf0e10cSrcweir
5954cdf0e10cSrcweir[
5955cdf0e10cSrcweir	/* flags: */
5956cdf0e10cSrcweir	AutoUpdate = TRUE,
5957cdf0e10cSrcweir	Cachable = Cachable,
5958cdf0e10cSrcweir	FastCall = FALSE,
5959cdf0e10cSrcweir	HasCoreId = FALSE,
5960cdf0e10cSrcweir	HasDialog = FALSE,
5961cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5962cdf0e10cSrcweir	Toggle = FALSE,
5963cdf0e10cSrcweir	Container = FALSE,
5964cdf0e10cSrcweir	RecordAbsolute = FALSE,
5965cdf0e10cSrcweir	RecordManual;
5966cdf0e10cSrcweir	Synchron;
5967cdf0e10cSrcweir
5968cdf0e10cSrcweir	Readonly = FALSE,
5969cdf0e10cSrcweir
5970cdf0e10cSrcweir	/* config: */
5971cdf0e10cSrcweir	AccelConfig = TRUE,
5972cdf0e10cSrcweir	MenuConfig = TRUE,
5973cdf0e10cSrcweir	StatusBarConfig = FALSE,
5974cdf0e10cSrcweir	ToolBoxConfig = TRUE,
5975cdf0e10cSrcweir	GroupId = GID_DRAWING;
5976cdf0e10cSrcweir]
5977cdf0e10cSrcweir
5978cdf0e10cSrcweir//--------------------------------------------------------------------------
5979cdf0e10cSrcweirSfxBoolItem SlideChangeWindow SID_SLIDE_TRANSITIONS_PANEL
5980cdf0e10cSrcweir
5981cdf0e10cSrcweir[
5982cdf0e10cSrcweir	/* flags: */
5983cdf0e10cSrcweir	AutoUpdate = TRUE,
5984cdf0e10cSrcweir	Cachable = Cachable,
5985cdf0e10cSrcweir	FastCall = FALSE,
5986cdf0e10cSrcweir	HasCoreId = FALSE,
5987cdf0e10cSrcweir	HasDialog = TRUE,
5988cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
5989cdf0e10cSrcweir	Toggle = FALSE,
5990cdf0e10cSrcweir	Container = FALSE,
5991cdf0e10cSrcweir	RecordAbsolute = FALSE,
5992cdf0e10cSrcweir	RecordPerSet;
5993cdf0e10cSrcweir	Synchron;
5994cdf0e10cSrcweir
5995cdf0e10cSrcweir	Readonly = FALSE,
5996cdf0e10cSrcweir
5997cdf0e10cSrcweir	/* config: */
5998cdf0e10cSrcweir	AccelConfig = TRUE,
5999cdf0e10cSrcweir	MenuConfig = TRUE,
6000cdf0e10cSrcweir	StatusBarConfig = FALSE,
6001cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6002cdf0e10cSrcweir	GroupId = GID_MODIFY;
6003cdf0e10cSrcweir]
6004cdf0e10cSrcweir
6005cdf0e10cSrcweir//--------------------------------------------------------------------------
6006cdf0e10cSrcweirSfxVoidItem SlideMasterPage SID_SLIDE_MASTERPAGE
6007cdf0e10cSrcweir(SfxBoolItem Isactive ID_VAL_ISACTIVE)
6008cdf0e10cSrcweir[
6009cdf0e10cSrcweir	/* flags: */
6010cdf0e10cSrcweir	AutoUpdate = FALSE,
6011cdf0e10cSrcweir	Cachable = Cachable,
6012cdf0e10cSrcweir	FastCall = FALSE,
6013cdf0e10cSrcweir	HasCoreId = FALSE,
6014cdf0e10cSrcweir	HasDialog = FALSE,
6015cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6016cdf0e10cSrcweir	Toggle = FALSE,
6017cdf0e10cSrcweir	Container = FALSE,
6018cdf0e10cSrcweir	RecordAbsolute = FALSE,
6019cdf0e10cSrcweir	RecordPerSet;
6020cdf0e10cSrcweir	Synchron;
6021cdf0e10cSrcweir
6022cdf0e10cSrcweir	/* status: */
6023cdf0e10cSrcweir	SlotType = SfxBoolItem
6024cdf0e10cSrcweir
6025cdf0e10cSrcweir	/* config: */
6026cdf0e10cSrcweir	AccelConfig = TRUE,
6027cdf0e10cSrcweir	MenuConfig = TRUE,
6028cdf0e10cSrcweir	StatusBarConfig = FALSE,
6029cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6030cdf0e10cSrcweir	GroupId = GID_VIEW;
6031cdf0e10cSrcweir]
6032cdf0e10cSrcweir
6033cdf0e10cSrcweir//--------------------------------------------------------------------------
6034cdf0e10cSrcweirSfxBoolItem SnapBorder SID_SNAP_BORDER
6035cdf0e10cSrcweir
6036cdf0e10cSrcweir[
6037cdf0e10cSrcweir	/* flags: */
6038cdf0e10cSrcweir	AutoUpdate = FALSE,
6039cdf0e10cSrcweir	Cachable = Cachable,
6040cdf0e10cSrcweir	FastCall = FALSE,
6041cdf0e10cSrcweir	HasCoreId = FALSE,
6042cdf0e10cSrcweir	HasDialog = FALSE,
6043cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6044cdf0e10cSrcweir	Toggle = FALSE,
6045cdf0e10cSrcweir	Container = FALSE,
6046cdf0e10cSrcweir	RecordAbsolute = FALSE,
6047cdf0e10cSrcweir	RecordPerSet;
6048cdf0e10cSrcweir	Synchron;
6049cdf0e10cSrcweir
6050cdf0e10cSrcweir	Readonly = FALSE,
6051cdf0e10cSrcweir
6052cdf0e10cSrcweir	/* config: */
6053cdf0e10cSrcweir	AccelConfig = TRUE,
6054cdf0e10cSrcweir	MenuConfig = TRUE,
6055cdf0e10cSrcweir	StatusBarConfig = FALSE,
6056cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6057cdf0e10cSrcweir	GroupId = GID_VIEW;
6058cdf0e10cSrcweir]
6059cdf0e10cSrcweir
6060cdf0e10cSrcweir//--------------------------------------------------------------------------
6061cdf0e10cSrcweirSfxBoolItem SnapFrame SID_SNAP_FRAME
6062cdf0e10cSrcweir
6063cdf0e10cSrcweir[
6064cdf0e10cSrcweir	/* flags: */
6065cdf0e10cSrcweir	AutoUpdate = FALSE,
6066cdf0e10cSrcweir	Cachable = Cachable,
6067cdf0e10cSrcweir	FastCall = FALSE,
6068cdf0e10cSrcweir	HasCoreId = FALSE,
6069cdf0e10cSrcweir	HasDialog = FALSE,
6070cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6071cdf0e10cSrcweir	Toggle = FALSE,
6072cdf0e10cSrcweir	Container = FALSE,
6073cdf0e10cSrcweir	RecordAbsolute = FALSE,
6074cdf0e10cSrcweir	RecordPerSet;
6075cdf0e10cSrcweir	Synchron;
6076cdf0e10cSrcweir
6077cdf0e10cSrcweir	Readonly = FALSE,
6078cdf0e10cSrcweir
6079cdf0e10cSrcweir	/* config: */
6080cdf0e10cSrcweir	AccelConfig = TRUE,
6081cdf0e10cSrcweir	MenuConfig = TRUE,
6082cdf0e10cSrcweir	StatusBarConfig = FALSE,
6083cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6084cdf0e10cSrcweir	GroupId = GID_VIEW;
6085cdf0e10cSrcweir]
6086cdf0e10cSrcweir
6087cdf0e10cSrcweir//--------------------------------------------------------------------------
6088cdf0e10cSrcweirSfxBoolItem SnapPoints SID_SNAP_POINTS
6089cdf0e10cSrcweir
6090cdf0e10cSrcweir[
6091cdf0e10cSrcweir	/* flags: */
6092cdf0e10cSrcweir	AutoUpdate = FALSE,
6093cdf0e10cSrcweir	Cachable = Cachable,
6094cdf0e10cSrcweir	FastCall = FALSE,
6095cdf0e10cSrcweir	HasCoreId = FALSE,
6096cdf0e10cSrcweir	HasDialog = FALSE,
6097cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6098cdf0e10cSrcweir	Toggle = FALSE,
6099cdf0e10cSrcweir	Container = FALSE,
6100cdf0e10cSrcweir	RecordAbsolute = FALSE,
6101cdf0e10cSrcweir	RecordPerSet;
6102cdf0e10cSrcweir	Synchron;
6103cdf0e10cSrcweir
6104cdf0e10cSrcweir	Readonly = FALSE,
6105cdf0e10cSrcweir
6106cdf0e10cSrcweir	/* config: */
6107cdf0e10cSrcweir	AccelConfig = TRUE,
6108cdf0e10cSrcweir	MenuConfig = TRUE,
6109cdf0e10cSrcweir	StatusBarConfig = FALSE,
6110cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6111cdf0e10cSrcweir	GroupId = GID_VIEW;
6112cdf0e10cSrcweir]
6113cdf0e10cSrcweir
6114cdf0e10cSrcweir//--------------------------------------------------------------------------
6115cdf0e10cSrcweirSfxBoolItem SolidCreate SID_SOLID_CREATE
6116cdf0e10cSrcweir
6117cdf0e10cSrcweir[
6118cdf0e10cSrcweir	/* flags: */
6119cdf0e10cSrcweir	AutoUpdate = FALSE,
6120cdf0e10cSrcweir	Cachable = Cachable,
6121cdf0e10cSrcweir	FastCall = FALSE,
6122cdf0e10cSrcweir	HasCoreId = FALSE,
6123cdf0e10cSrcweir	HasDialog = FALSE,
6124cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6125cdf0e10cSrcweir	Toggle = FALSE,
6126cdf0e10cSrcweir	Container = FALSE,
6127cdf0e10cSrcweir	RecordAbsolute = FALSE,
6128cdf0e10cSrcweir	RecordPerSet;
6129cdf0e10cSrcweir	Synchron;
6130cdf0e10cSrcweir
6131cdf0e10cSrcweir	Readonly = FALSE,
6132cdf0e10cSrcweir
6133cdf0e10cSrcweir	/* config: */
6134cdf0e10cSrcweir	AccelConfig = TRUE,
6135cdf0e10cSrcweir	MenuConfig = TRUE,
6136cdf0e10cSrcweir	StatusBarConfig = FALSE,
6137cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6138cdf0e10cSrcweir	GroupId = GID_VIEW;
6139cdf0e10cSrcweir]
6140cdf0e10cSrcweir
6141cdf0e10cSrcweir//--------------------------------------------------------------------------
6142cdf0e10cSrcweirSfxBoolItem Sphere SID_3D_SPHERE
6143cdf0e10cSrcweir
6144cdf0e10cSrcweir[
6145cdf0e10cSrcweir	/* flags: */
6146cdf0e10cSrcweir	AutoUpdate = TRUE,
6147cdf0e10cSrcweir	Cachable = Cachable,
6148cdf0e10cSrcweir	FastCall = FALSE,
6149cdf0e10cSrcweir	HasCoreId = FALSE,
6150cdf0e10cSrcweir	HasDialog = FALSE,
6151cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6152cdf0e10cSrcweir	Toggle = FALSE,
6153cdf0e10cSrcweir	Container = FALSE,
6154cdf0e10cSrcweir	RecordAbsolute = FALSE,
6155cdf0e10cSrcweir	RecordManual;
6156cdf0e10cSrcweir	Synchron;
6157cdf0e10cSrcweir
6158cdf0e10cSrcweir	Readonly = FALSE,
6159cdf0e10cSrcweir
6160cdf0e10cSrcweir	/* config: */
6161cdf0e10cSrcweir	AccelConfig = TRUE,
6162cdf0e10cSrcweir	MenuConfig = TRUE,
6163cdf0e10cSrcweir	StatusBarConfig = FALSE,
6164cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6165cdf0e10cSrcweir	GroupId = GID_DRAWING;
6166cdf0e10cSrcweir]
6167cdf0e10cSrcweir
6168cdf0e10cSrcweir//--------------------------------------------------------------------------
6169cdf0e10cSrcweirSfxVoidItem StartApplication SID_STARTAPP
6170cdf0e10cSrcweir()
6171cdf0e10cSrcweir[
6172cdf0e10cSrcweir	/* flags: */
6173cdf0e10cSrcweir	AutoUpdate = FALSE,
6174cdf0e10cSrcweir	Cachable = Cachable,
6175cdf0e10cSrcweir	FastCall = FALSE,
6176cdf0e10cSrcweir	HasCoreId = FALSE,
6177cdf0e10cSrcweir	HasDialog = FALSE,
6178cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6179cdf0e10cSrcweir	Toggle = FALSE,
6180cdf0e10cSrcweir	Container = FALSE,
6181cdf0e10cSrcweir	RecordAbsolute = FALSE,
6182cdf0e10cSrcweir	RecordPerSet;
6183cdf0e10cSrcweir	Synchron;
6184cdf0e10cSrcweir
6185cdf0e10cSrcweir	/* config: */
6186cdf0e10cSrcweir	AccelConfig = FALSE,
6187cdf0e10cSrcweir	MenuConfig = FALSE,
6188cdf0e10cSrcweir	StatusBarConfig = FALSE,
6189cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6190cdf0e10cSrcweir	GroupId = GID_APPLICATION;
6191cdf0e10cSrcweir]
6192cdf0e10cSrcweir
6193cdf0e10cSrcweir//--------------------------------------------------------------------------
6194cdf0e10cSrcweirSfxVoidItem SummaryPage SID_SUMMARY_PAGE
6195cdf0e10cSrcweir()
6196cdf0e10cSrcweir[
6197cdf0e10cSrcweir	/* flags: */
6198cdf0e10cSrcweir	AutoUpdate = FALSE,
6199cdf0e10cSrcweir	Cachable = Cachable,
6200cdf0e10cSrcweir	FastCall = FALSE,
6201cdf0e10cSrcweir	HasCoreId = FALSE,
6202cdf0e10cSrcweir	HasDialog = TRUE,
6203cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6204cdf0e10cSrcweir	Toggle = FALSE,
6205cdf0e10cSrcweir	Container = FALSE,
6206cdf0e10cSrcweir	RecordAbsolute = FALSE,
6207cdf0e10cSrcweir	RecordPerSet;
6208cdf0e10cSrcweir	Synchron;
6209cdf0e10cSrcweir
6210cdf0e10cSrcweir	/* config: */
6211cdf0e10cSrcweir	AccelConfig = TRUE,
6212cdf0e10cSrcweir	MenuConfig = TRUE,
6213cdf0e10cSrcweir	StatusBarConfig = FALSE,
6214cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6215cdf0e10cSrcweir	GroupId = GID_INSERT;
6216cdf0e10cSrcweir]
6217cdf0e10cSrcweir
6218cdf0e10cSrcweir//--------------------------------------------------------------------------
6219cdf0e10cSrcweirSfxVoidItem SwitchLayer SID_SWITCHLAYER
6220cdf0e10cSrcweir(SfxUInt32Item WhatLayer ID_VAL_WHATLAYER)
6221cdf0e10cSrcweir[
6222cdf0e10cSrcweir	/* flags: */
6223cdf0e10cSrcweir	AutoUpdate = FALSE,
6224cdf0e10cSrcweir	Cachable = Cachable,
6225cdf0e10cSrcweir	FastCall = FALSE,
6226cdf0e10cSrcweir	HasCoreId = FALSE,
6227cdf0e10cSrcweir	HasDialog = FALSE,
6228cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6229cdf0e10cSrcweir	Toggle = FALSE,
6230cdf0e10cSrcweir	Container = FALSE,
6231cdf0e10cSrcweir	RecordAbsolute = FALSE,
6232cdf0e10cSrcweir	RecordPerSet;
6233cdf0e10cSrcweir	Synchron;
6234cdf0e10cSrcweir
6235cdf0e10cSrcweir	/* config: */
6236cdf0e10cSrcweir	AccelConfig = FALSE,
6237cdf0e10cSrcweir	MenuConfig = FALSE,
6238cdf0e10cSrcweir	StatusBarConfig = FALSE,
6239cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6240cdf0e10cSrcweir	GroupId = GID_VIEW;
6241cdf0e10cSrcweir]
6242cdf0e10cSrcweir
6243cdf0e10cSrcweir//--------------------------------------------------------------------------
6244cdf0e10cSrcweirSfxVoidItem SwitchPage SID_SWITCHPAGE
6245cdf0e10cSrcweir(SfxUInt32Item WhatPage ID_VAL_WHATPAGE,SfxUInt32Item WhatKind ID_VAL_WHATKIND)
6246cdf0e10cSrcweir[
6247cdf0e10cSrcweir	/* flags: */
6248cdf0e10cSrcweir	AutoUpdate = FALSE,
6249cdf0e10cSrcweir	Cachable = Cachable,
6250cdf0e10cSrcweir	FastCall = FALSE,
6251cdf0e10cSrcweir	HasCoreId = FALSE,
6252cdf0e10cSrcweir	HasDialog = FALSE,
6253cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6254cdf0e10cSrcweir	Toggle = FALSE,
6255cdf0e10cSrcweir	Container = FALSE,
6256cdf0e10cSrcweir	RecordAbsolute = FALSE,
6257cdf0e10cSrcweir	RecordPerSet;
6258cdf0e10cSrcweir	Synchron;
6259cdf0e10cSrcweir
6260cdf0e10cSrcweir	/* config: */
6261cdf0e10cSrcweir	AccelConfig = FALSE,
6262cdf0e10cSrcweir	MenuConfig = FALSE,
6263cdf0e10cSrcweir	StatusBarConfig = FALSE,
6264cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6265cdf0e10cSrcweir	GroupId = GID_VIEW;
6266cdf0e10cSrcweir]
6267cdf0e10cSrcweir
6268cdf0e10cSrcweir//--------------------------------------------------------------------------
6269cdf0e10cSrcweirSfxVoidItem SwitchPointEdit SID_SWITCH_POINTEDIT
6270cdf0e10cSrcweir()
6271cdf0e10cSrcweir[
6272cdf0e10cSrcweir	/* flags: */
6273cdf0e10cSrcweir	AutoUpdate = FALSE,
6274cdf0e10cSrcweir	Cachable = Cachable,
6275cdf0e10cSrcweir	FastCall = FALSE,
6276cdf0e10cSrcweir	HasCoreId = FALSE,
6277cdf0e10cSrcweir	HasDialog = FALSE,
6278cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6279cdf0e10cSrcweir	Toggle = FALSE,
6280cdf0e10cSrcweir	Container = FALSE,
6281cdf0e10cSrcweir	RecordAbsolute = FALSE,
6282cdf0e10cSrcweir	RecordManual;
6283cdf0e10cSrcweir	Synchron;
6284cdf0e10cSrcweir
6285cdf0e10cSrcweir	/* config: */
6286cdf0e10cSrcweir	AccelConfig = FALSE,
6287cdf0e10cSrcweir	MenuConfig = FALSE,
6288cdf0e10cSrcweir	StatusBarConfig = FALSE,
6289cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6290cdf0e10cSrcweir	GroupId = GID_VIEW;
6291cdf0e10cSrcweir]
6292cdf0e10cSrcweir
6293cdf0e10cSrcweir//--------------------------------------------------------------------------
6294cdf0e10cSrcweirSfxBoolItem TextAlignment SID_TEXTALIGNMENT
6295cdf0e10cSrcweir
6296cdf0e10cSrcweir[
6297cdf0e10cSrcweir	/* flags: */
6298cdf0e10cSrcweir	AutoUpdate = FALSE,
6299cdf0e10cSrcweir	Cachable = Cachable,
6300cdf0e10cSrcweir	FastCall = FALSE,
6301cdf0e10cSrcweir	HasCoreId = FALSE,
6302cdf0e10cSrcweir	HasDialog = FALSE,
6303cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6304cdf0e10cSrcweir	Toggle = FALSE,
6305cdf0e10cSrcweir	Container = FALSE,
6306cdf0e10cSrcweir	RecordAbsolute = FALSE,
6307cdf0e10cSrcweir	RecordPerSet;
6308cdf0e10cSrcweir	Synchron;
6309cdf0e10cSrcweir
6310cdf0e10cSrcweir	Readonly = FALSE,
6311cdf0e10cSrcweir
6312cdf0e10cSrcweir	/* config: */
6313cdf0e10cSrcweir	AccelConfig = FALSE,
6314cdf0e10cSrcweir	MenuConfig = FALSE,
6315cdf0e10cSrcweir	StatusBarConfig = FALSE,
6316cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6317cdf0e10cSrcweir	GroupId = GID_FORMAT;
6318cdf0e10cSrcweir]
6319cdf0e10cSrcweir
6320cdf0e10cSrcweir//--------------------------------------------------------------------------
6321cdf0e10cSrcweirSfxVoidItem TextAttributes SID_TEXTATTR_DLG
6322cdf0e10cSrcweir(SfxBoolItem IsAutoGrow ID_VAL_DUMMY0,SfxBoolItem IsCenter ID_VAL_DUMMY1,SfxBoolItem IsFitToSize ID_VAL_DUMMY2,SfxUInt32Item LeftBorder ID_VAL_DUMMY3,SfxUInt32Item RightBorder ID_VAL_DUMMY4,SfxUInt32Item TopBorder ID_VAL_DUMMY5,SfxUInt32Item BottomBorder ID_VAL_DUMMY6)
6323cdf0e10cSrcweir[
6324cdf0e10cSrcweir	/* flags: */
6325cdf0e10cSrcweir	AutoUpdate = FALSE,
6326cdf0e10cSrcweir	Cachable = Cachable,
6327cdf0e10cSrcweir	FastCall = FALSE,
6328cdf0e10cSrcweir	HasCoreId = FALSE,
6329cdf0e10cSrcweir	HasDialog = TRUE,
6330cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6331cdf0e10cSrcweir	Toggle = FALSE,
6332cdf0e10cSrcweir	Container = FALSE,
6333cdf0e10cSrcweir	RecordAbsolute = FALSE,
6334cdf0e10cSrcweir	RecordPerSet;
6335cdf0e10cSrcweir	Synchron;
6336cdf0e10cSrcweir
6337cdf0e10cSrcweir	/* config: */
6338cdf0e10cSrcweir	AccelConfig = TRUE,
6339cdf0e10cSrcweir	MenuConfig = TRUE,
6340cdf0e10cSrcweir	StatusBarConfig = FALSE,
6341cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6342cdf0e10cSrcweir	GroupId = GID_FORMAT;
6343cdf0e10cSrcweir]
6344cdf0e10cSrcweir
6345cdf0e10cSrcweir//--------------------------------------------------------------------------
6346cdf0e10cSrcweir//#i80528#SfxBoolItem TextDraft SID_TEXT_DRAFT
6347cdf0e10cSrcweir//#i80528#
6348cdf0e10cSrcweir//#i80528#[
6349cdf0e10cSrcweir//#i80528#	/* flags: */
6350cdf0e10cSrcweir//#i80528#	AutoUpdate = FALSE,
6351cdf0e10cSrcweir//#i80528#	Cachable = Cachable,
6352cdf0e10cSrcweir//#i80528#	FastCall = FALSE,
6353cdf0e10cSrcweir//#i80528#	HasCoreId = FALSE,
6354cdf0e10cSrcweir//#i80528#	HasDialog = FALSE,
6355cdf0e10cSrcweir//#i80528#	ReadOnlyDoc = TRUE,
6356cdf0e10cSrcweir//#i80528#	Toggle = FALSE,
6357cdf0e10cSrcweir//#i80528#	Container = FALSE,
6358cdf0e10cSrcweir//#i80528#	RecordAbsolute = FALSE,
6359cdf0e10cSrcweir//#i80528#	RecordPerSet;
6360cdf0e10cSrcweir//#i80528#	Synchron;
6361cdf0e10cSrcweir//#i80528#
6362cdf0e10cSrcweir//#i80528#	Readonly = FALSE,
6363cdf0e10cSrcweir//#i80528#
6364cdf0e10cSrcweir//#i80528#	/* config: */
6365cdf0e10cSrcweir//#i80528#	AccelConfig = TRUE,
6366cdf0e10cSrcweir//#i80528#	MenuConfig = TRUE,
6367cdf0e10cSrcweir//#i80528#	StatusBarConfig = FALSE,
6368cdf0e10cSrcweir//#i80528#	ToolBoxConfig = TRUE,
6369cdf0e10cSrcweir//#i80528#	GroupId = GID_VIEW;
6370cdf0e10cSrcweir//#i80528#]
6371cdf0e10cSrcweir
6372cdf0e10cSrcweir//--------------------------------------------------------------------------
6373cdf0e10cSrcweirSfxBoolItem TextFitToSizeTool SID_TEXT_FITTOSIZE
6374cdf0e10cSrcweir
6375cdf0e10cSrcweir[
6376cdf0e10cSrcweir	/* flags: */
6377cdf0e10cSrcweir	AutoUpdate = TRUE,
6378cdf0e10cSrcweir	Cachable = Cachable,
6379cdf0e10cSrcweir	FastCall = FALSE,
6380cdf0e10cSrcweir	HasCoreId = FALSE,
6381cdf0e10cSrcweir	HasDialog = FALSE,
6382cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6383cdf0e10cSrcweir	Toggle = FALSE,
6384cdf0e10cSrcweir	Container = FALSE,
6385cdf0e10cSrcweir	RecordAbsolute = FALSE,
6386cdf0e10cSrcweir	RecordPerSet;
6387cdf0e10cSrcweir	Synchron;
6388cdf0e10cSrcweir
6389cdf0e10cSrcweir	Readonly = FALSE,
6390cdf0e10cSrcweir
6391cdf0e10cSrcweir	/* config: */
6392cdf0e10cSrcweir	AccelConfig = TRUE,
6393cdf0e10cSrcweir	MenuConfig = TRUE,
6394cdf0e10cSrcweir	StatusBarConfig = FALSE,
6395cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6396cdf0e10cSrcweir	GroupId = GID_FORMAT;
6397cdf0e10cSrcweir]
6398cdf0e10cSrcweir
6399cdf0e10cSrcweir//--------------------------------------------------------------------------
6400cdf0e10cSrcweirTbxImageItem TextToolbox SID_DRAWTBX_TEXT
6401cdf0e10cSrcweir
6402cdf0e10cSrcweir[
6403cdf0e10cSrcweir	/* flags: */
6404cdf0e10cSrcweir	AutoUpdate = FALSE,
6405cdf0e10cSrcweir	Cachable = Cachable,
6406cdf0e10cSrcweir	FastCall = FALSE,
6407cdf0e10cSrcweir	HasCoreId = FALSE,
6408cdf0e10cSrcweir	HasDialog = FALSE,
6409cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6410cdf0e10cSrcweir	Toggle = FALSE,
6411cdf0e10cSrcweir	Container = FALSE,
6412cdf0e10cSrcweir	RecordAbsolute = FALSE,
6413cdf0e10cSrcweir	RecordPerSet;
6414cdf0e10cSrcweir	Synchron;
6415cdf0e10cSrcweir
6416cdf0e10cSrcweir	Readonly = FALSE,
6417cdf0e10cSrcweir
6418cdf0e10cSrcweir	/* config: */
6419cdf0e10cSrcweir	AccelConfig = TRUE,
6420cdf0e10cSrcweir	MenuConfig = TRUE,
6421cdf0e10cSrcweir	StatusBarConfig = FALSE,
6422cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6423cdf0e10cSrcweir	GroupId = GID_DRAWING;
6424cdf0e10cSrcweir]
6425cdf0e10cSrcweir
6426cdf0e10cSrcweir//--------------------------------------------------------------------------
6427cdf0e10cSrcweirSfxVoidItem TitleMasterPage SID_TITLE_MASTERPAGE
6428cdf0e10cSrcweir(SfxBoolItem Isactive ID_VAL_ISACTIVE)
6429cdf0e10cSrcweir[
6430cdf0e10cSrcweir	/* flags: */
6431cdf0e10cSrcweir	AutoUpdate = FALSE,
6432cdf0e10cSrcweir	Cachable = Cachable,
6433cdf0e10cSrcweir	FastCall = FALSE,
6434cdf0e10cSrcweir	HasCoreId = FALSE,
6435cdf0e10cSrcweir	HasDialog = FALSE,
6436cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6437cdf0e10cSrcweir	Toggle = FALSE,
6438cdf0e10cSrcweir	Container = FALSE,
6439cdf0e10cSrcweir	RecordAbsolute = FALSE,
6440cdf0e10cSrcweir	RecordPerSet;
6441cdf0e10cSrcweir	Synchron;
6442cdf0e10cSrcweir
6443cdf0e10cSrcweir	/* status: */
6444cdf0e10cSrcweir	SlotType = SfxBoolItem
6445cdf0e10cSrcweir
6446cdf0e10cSrcweir	/* config: */
6447cdf0e10cSrcweir	AccelConfig = TRUE,
6448cdf0e10cSrcweir	MenuConfig = TRUE,
6449cdf0e10cSrcweir	StatusBarConfig = FALSE,
6450cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6451cdf0e10cSrcweir	GroupId = GID_VIEW;
6452cdf0e10cSrcweir]
6453cdf0e10cSrcweir
6454cdf0e10cSrcweir//--------------------------------------------------------------------------
6455cdf0e10cSrcweirSfxBoolItem Torus SID_3D_TORUS
6456cdf0e10cSrcweir
6457cdf0e10cSrcweir[
6458cdf0e10cSrcweir	/* flags: */
6459cdf0e10cSrcweir	AutoUpdate = TRUE,
6460cdf0e10cSrcweir	Cachable = Cachable,
6461cdf0e10cSrcweir	FastCall = FALSE,
6462cdf0e10cSrcweir	HasCoreId = FALSE,
6463cdf0e10cSrcweir	HasDialog = FALSE,
6464cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6465cdf0e10cSrcweir	Toggle = FALSE,
6466cdf0e10cSrcweir	Container = FALSE,
6467cdf0e10cSrcweir	RecordAbsolute = FALSE,
6468cdf0e10cSrcweir	RecordManual;
6469cdf0e10cSrcweir	Synchron;
6470cdf0e10cSrcweir
6471cdf0e10cSrcweir	Readonly = FALSE,
6472cdf0e10cSrcweir
6473cdf0e10cSrcweir	/* config: */
6474cdf0e10cSrcweir	AccelConfig = TRUE,
6475cdf0e10cSrcweir	MenuConfig = TRUE,
6476cdf0e10cSrcweir	StatusBarConfig = FALSE,
6477cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6478cdf0e10cSrcweir	GroupId = GID_DRAWING;
6479cdf0e10cSrcweir]
6480cdf0e10cSrcweir
6481cdf0e10cSrcweir//--------------------------------------------------------------------------
6482cdf0e10cSrcweirSfxBoolItem VerticalTextFitToSizeTool SID_TEXT_FITTOSIZE_VERTICAL
6483cdf0e10cSrcweir
6484cdf0e10cSrcweir[
6485cdf0e10cSrcweir	/* flags: */
6486cdf0e10cSrcweir	AutoUpdate = TRUE,
6487cdf0e10cSrcweir	Cachable = Cachable,
6488cdf0e10cSrcweir	FastCall = FALSE,
6489cdf0e10cSrcweir	HasCoreId = FALSE,
6490cdf0e10cSrcweir	HasDialog = FALSE,
6491cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6492cdf0e10cSrcweir	Toggle = FALSE,
6493cdf0e10cSrcweir	Container = FALSE,
6494cdf0e10cSrcweir	RecordAbsolute = FALSE,
6495cdf0e10cSrcweir	RecordPerSet;
6496cdf0e10cSrcweir	Synchron;
6497cdf0e10cSrcweir
6498cdf0e10cSrcweir	Readonly = FALSE,
6499cdf0e10cSrcweir
6500cdf0e10cSrcweir	/* config: */
6501cdf0e10cSrcweir	AccelConfig = TRUE,
6502cdf0e10cSrcweir	MenuConfig = TRUE,
6503cdf0e10cSrcweir	StatusBarConfig = FALSE,
6504cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6505cdf0e10cSrcweir	GroupId = GID_FORMAT;
6506cdf0e10cSrcweir]
6507cdf0e10cSrcweir
6508cdf0e10cSrcweir//--------------------------------------------------------------------------
6509cdf0e10cSrcweirSfxVoidItem ZoomPanning SID_ZOOM_PANNING
6510cdf0e10cSrcweir()
6511cdf0e10cSrcweir[
6512cdf0e10cSrcweir	/* flags: */
6513cdf0e10cSrcweir	AutoUpdate = TRUE,
6514cdf0e10cSrcweir	Cachable = Cachable,
6515cdf0e10cSrcweir	FastCall = FALSE,
6516cdf0e10cSrcweir	HasCoreId = FALSE,
6517cdf0e10cSrcweir	HasDialog = FALSE,
6518cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6519cdf0e10cSrcweir	Toggle = FALSE,
6520cdf0e10cSrcweir	Container = FALSE,
6521cdf0e10cSrcweir	RecordAbsolute = FALSE,
6522cdf0e10cSrcweir	RecordPerSet;
6523cdf0e10cSrcweir	Synchron;
6524cdf0e10cSrcweir
6525cdf0e10cSrcweir	/* config: */
6526cdf0e10cSrcweir	AccelConfig = TRUE,
6527cdf0e10cSrcweir	MenuConfig = TRUE,
6528cdf0e10cSrcweir	StatusBarConfig = FALSE,
6529cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6530cdf0e10cSrcweir	GroupId = GID_VIEW;
6531cdf0e10cSrcweir]
6532cdf0e10cSrcweir
6533cdf0e10cSrcweirSfxVoidItem Mirror SID_OBJECT_MIRROR
6534cdf0e10cSrcweir( SfxBoolItem MirrorVert ID_VAL_MIRRORVERT )
6535cdf0e10cSrcweir[
6536cdf0e10cSrcweir	/* flags: */
6537cdf0e10cSrcweir	AutoUpdate = TRUE,
6538cdf0e10cSrcweir	Cachable = Cachable,
6539cdf0e10cSrcweir	FastCall = FALSE,
6540cdf0e10cSrcweir	HasCoreId = FALSE,
6541cdf0e10cSrcweir	HasDialog = FALSE,
6542cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6543cdf0e10cSrcweir	Toggle = FALSE,
6544cdf0e10cSrcweir	Container = FALSE,
6545cdf0e10cSrcweir	RecordAbsolute = FALSE,
6546cdf0e10cSrcweir	RecordPerSet;
6547cdf0e10cSrcweir	Synchron;
6548cdf0e10cSrcweir
6549cdf0e10cSrcweir	/* status: */
6550cdf0e10cSrcweir	SlotType = SfxBoolItem
6551cdf0e10cSrcweir
6552cdf0e10cSrcweir	/* config: */
6553cdf0e10cSrcweir	AccelConfig = TRUE,
6554cdf0e10cSrcweir	MenuConfig = TRUE,
6555cdf0e10cSrcweir	StatusBarConfig = FALSE,
6556cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6557cdf0e10cSrcweir	GroupId = GID_DOCUMENT ;
6558cdf0e10cSrcweir]
6559cdf0e10cSrcweir
6560cdf0e10cSrcweirSfxVoidItem Crop SID_OBJECT_CROP
6561cdf0e10cSrcweir()
6562cdf0e10cSrcweir[
6563cdf0e10cSrcweir	/* flags: */
6564cdf0e10cSrcweir	AutoUpdate = TRUE,
6565cdf0e10cSrcweir	Cachable = Cachable,
6566cdf0e10cSrcweir	FastCall = FALSE,
6567cdf0e10cSrcweir	HasCoreId = FALSE,
6568cdf0e10cSrcweir	HasDialog = FALSE,
6569cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6570cdf0e10cSrcweir	Toggle = FALSE,
6571cdf0e10cSrcweir	Container = FALSE,
6572cdf0e10cSrcweir	RecordAbsolute = FALSE,
6573cdf0e10cSrcweir	RecordPerSet;
6574cdf0e10cSrcweir	Synchron;
6575cdf0e10cSrcweir
6576cdf0e10cSrcweir	/* status: */
6577cdf0e10cSrcweir	SlotType = SfxBoolItem
6578cdf0e10cSrcweir
6579cdf0e10cSrcweir	/* config: */
6580cdf0e10cSrcweir	AccelConfig = TRUE,
6581cdf0e10cSrcweir	MenuConfig = TRUE,
6582cdf0e10cSrcweir	StatusBarConfig = FALSE,
6583cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6584cdf0e10cSrcweir	GroupId = GID_DOCUMENT ;
6585cdf0e10cSrcweir]
6586cdf0e10cSrcweir
6587cdf0e10cSrcweir//--------------------------------------------------------------------------
6588cdf0e10cSrcweirSfxVoidItem HeaderAndFooter SID_HEADER_AND_FOOTER
6589cdf0e10cSrcweir()
6590cdf0e10cSrcweir[
6591cdf0e10cSrcweir	/* flags: */
6592cdf0e10cSrcweir	AutoUpdate = FALSE,
6593cdf0e10cSrcweir	Cachable = Cachable,
6594cdf0e10cSrcweir	FastCall = FALSE,
6595cdf0e10cSrcweir	HasCoreId = FALSE,
6596cdf0e10cSrcweir	HasDialog = TRUE,
6597cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6598cdf0e10cSrcweir	Toggle = FALSE,
6599cdf0e10cSrcweir	Container = FALSE,
6600cdf0e10cSrcweir	RecordAbsolute = FALSE,
6601cdf0e10cSrcweir	RecordPerSet;
6602cdf0e10cSrcweir	Synchron;
6603cdf0e10cSrcweir
6604cdf0e10cSrcweir	/* config: */
6605cdf0e10cSrcweir	AccelConfig = TRUE,
6606cdf0e10cSrcweir	MenuConfig = TRUE,
6607cdf0e10cSrcweir	StatusBarConfig = FALSE,
6608cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6609cdf0e10cSrcweir	GroupId = GID_MODIFY;
6610cdf0e10cSrcweir]
6611cdf0e10cSrcweir
6612cdf0e10cSrcweir//--------------------------------------------------------------------------
6613cdf0e10cSrcweirSfxVoidItem InsertPageNumber SID_INSERT_PAGE_NUMBER
6614cdf0e10cSrcweir()
6615cdf0e10cSrcweir[
6616cdf0e10cSrcweir	/* flags: */
6617cdf0e10cSrcweir	AutoUpdate = FALSE,
6618cdf0e10cSrcweir	Cachable = Cachable,
6619cdf0e10cSrcweir	FastCall = FALSE,
6620cdf0e10cSrcweir	HasCoreId = FALSE,
6621cdf0e10cSrcweir	HasDialog = TRUE,
6622cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6623cdf0e10cSrcweir	Toggle = FALSE,
6624cdf0e10cSrcweir	Container = FALSE,
6625cdf0e10cSrcweir	RecordAbsolute = FALSE,
6626cdf0e10cSrcweir	RecordPerSet;
6627cdf0e10cSrcweir	Synchron;
6628cdf0e10cSrcweir
6629cdf0e10cSrcweir	/* config: */
6630cdf0e10cSrcweir	AccelConfig = TRUE,
6631cdf0e10cSrcweir	MenuConfig = TRUE,
6632cdf0e10cSrcweir	StatusBarConfig = FALSE,
6633cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6634cdf0e10cSrcweir	GroupId = GID_MODIFY;
6635cdf0e10cSrcweir]
6636cdf0e10cSrcweir
6637cdf0e10cSrcweir//--------------------------------------------------------------------------
6638cdf0e10cSrcweirSfxVoidItem InsertDateAndTime SID_INSERT_DATE_TIME
6639cdf0e10cSrcweir()
6640cdf0e10cSrcweir[
6641cdf0e10cSrcweir	/* flags: */
6642cdf0e10cSrcweir	AutoUpdate = FALSE,
6643cdf0e10cSrcweir	Cachable = Cachable,
6644cdf0e10cSrcweir	FastCall = FALSE,
6645cdf0e10cSrcweir	HasCoreId = FALSE,
6646cdf0e10cSrcweir	HasDialog = TRUE,
6647cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6648cdf0e10cSrcweir	Toggle = FALSE,
6649cdf0e10cSrcweir	Container = FALSE,
6650cdf0e10cSrcweir	RecordAbsolute = FALSE,
6651cdf0e10cSrcweir	RecordPerSet;
6652cdf0e10cSrcweir	Synchron;
6653cdf0e10cSrcweir
6654cdf0e10cSrcweir	/* config: */
6655cdf0e10cSrcweir	AccelConfig = TRUE,
6656cdf0e10cSrcweir	MenuConfig = TRUE,
6657cdf0e10cSrcweir	StatusBarConfig = FALSE,
6658cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6659cdf0e10cSrcweir	GroupId = GID_MODIFY;
6660cdf0e10cSrcweir]
6661cdf0e10cSrcweir
6662cdf0e10cSrcweir//--------------------------------------------------------------------------
6663cdf0e10cSrcweirSfxVoidItem MasterLayouts SID_MASTER_LAYOUTS
6664cdf0e10cSrcweir()
6665cdf0e10cSrcweir[
6666cdf0e10cSrcweir	/* flags: */
6667cdf0e10cSrcweir	AutoUpdate = FALSE,
6668cdf0e10cSrcweir	Cachable = Cachable,
6669cdf0e10cSrcweir	FastCall = FALSE,
6670cdf0e10cSrcweir	HasCoreId = FALSE,
6671cdf0e10cSrcweir	HasDialog = TRUE,
6672cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6673cdf0e10cSrcweir	Toggle = FALSE,
6674cdf0e10cSrcweir	Container = FALSE,
6675cdf0e10cSrcweir	RecordAbsolute = FALSE,
6676cdf0e10cSrcweir	RecordPerSet;
6677cdf0e10cSrcweir	Synchron;
6678cdf0e10cSrcweir
6679cdf0e10cSrcweir	/* config: */
6680cdf0e10cSrcweir	AccelConfig = TRUE,
6681cdf0e10cSrcweir	MenuConfig = TRUE,
6682cdf0e10cSrcweir	StatusBarConfig = FALSE,
6683cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6684cdf0e10cSrcweir	GroupId = GID_MODIFY;
6685cdf0e10cSrcweir]
6686cdf0e10cSrcweir
6687cdf0e10cSrcweirSfxBoolItem DrawFontwork SID_DRAW_FONTWORK
6688cdf0e10cSrcweir[
6689cdf0e10cSrcweir	/* flags: */
6690cdf0e10cSrcweir	AutoUpdate = TRUE,
6691cdf0e10cSrcweir	Cachable = Cachable,
6692cdf0e10cSrcweir	FastCall = FALSE,
6693cdf0e10cSrcweir	HasCoreId = FALSE,
6694cdf0e10cSrcweir	HasDialog = FALSE,
6695cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6696cdf0e10cSrcweir	Toggle = FALSE,
6697cdf0e10cSrcweir	Container = FALSE,
6698cdf0e10cSrcweir	RecordAbsolute = FALSE,
6699cdf0e10cSrcweir	RecordPerItem;
6700cdf0e10cSrcweir	Synchron;
6701cdf0e10cSrcweir
6702cdf0e10cSrcweir	Readonly = FALSE,
6703cdf0e10cSrcweir
6704cdf0e10cSrcweir	/* config: */
6705cdf0e10cSrcweir	AccelConfig = FALSE,
6706cdf0e10cSrcweir	MenuConfig = FALSE,
6707cdf0e10cSrcweir	StatusBarConfig = FALSE,
6708cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6709cdf0e10cSrcweir	GroupId = GID_DRAWING;
6710cdf0e10cSrcweir]
6711cdf0e10cSrcweir
6712cdf0e10cSrcweirSfxBoolItem DrawFontworkVertical SID_DRAW_FONTWORK_VERTICAL
6713cdf0e10cSrcweir[
6714cdf0e10cSrcweir	/* flags: */
6715cdf0e10cSrcweir	AutoUpdate = TRUE,
6716cdf0e10cSrcweir	Cachable = Cachable,
6717cdf0e10cSrcweir	FastCall = FALSE,
6718cdf0e10cSrcweir	HasCoreId = FALSE,
6719cdf0e10cSrcweir	HasDialog = FALSE,
6720cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6721cdf0e10cSrcweir	Toggle = FALSE,
6722cdf0e10cSrcweir	Container = FALSE,
6723cdf0e10cSrcweir	RecordAbsolute = FALSE,
6724cdf0e10cSrcweir	RecordPerItem;
6725cdf0e10cSrcweir	Synchron;
6726cdf0e10cSrcweir
6727cdf0e10cSrcweir	Readonly = FALSE,
6728cdf0e10cSrcweir
6729cdf0e10cSrcweir	/* config: */
6730cdf0e10cSrcweir	AccelConfig = FALSE,
6731cdf0e10cSrcweir	MenuConfig = FALSE,
6732cdf0e10cSrcweir	StatusBarConfig = FALSE,
6733cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6734cdf0e10cSrcweir	GroupId = GID_DRAWING;
6735cdf0e10cSrcweir]
6736cdf0e10cSrcweir
6737cdf0e10cSrcweirSfxBoolItem LayerDialogChildWindow SID_LAYER_DIALOG_WIN
6738cdf0e10cSrcweir
6739cdf0e10cSrcweir[
6740cdf0e10cSrcweir	/* flags: */
6741cdf0e10cSrcweir	AutoUpdate = TRUE,
6742cdf0e10cSrcweir	Cachable = Cachable,
6743cdf0e10cSrcweir	FastCall = FALSE,
6744cdf0e10cSrcweir	HasCoreId = FALSE,
6745cdf0e10cSrcweir	HasDialog = TRUE,
6746cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6747cdf0e10cSrcweir	Toggle = FALSE,
6748cdf0e10cSrcweir	Container = FALSE,
6749cdf0e10cSrcweir	RecordAbsolute = FALSE,
6750cdf0e10cSrcweir	RecordPerSet;
6751cdf0e10cSrcweir	Synchron;
6752cdf0e10cSrcweir
6753cdf0e10cSrcweir	Readonly = FALSE,
6754cdf0e10cSrcweir
6755cdf0e10cSrcweir	/* config: */
6756cdf0e10cSrcweir	AccelConfig = FALSE,
6757cdf0e10cSrcweir	MenuConfig = FALSE,
6758cdf0e10cSrcweir	StatusBarConfig = FALSE,
6759cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6760cdf0e10cSrcweir	GroupId = GID_OPTIONS;
6761cdf0e10cSrcweir]
6762cdf0e10cSrcweir
6763cdf0e10cSrcweir
6764cdf0e10cSrcweirSfxVoidItem InsertMasterPage SID_INSERT_MASTER_PAGE(
6765cdf0e10cSrcweirSfxStringItem PageName ID_VAL_PAGENAME,
6766cdf0e10cSrcweirSfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT,
6767cdf0e10cSrcweirSfxBoolItem IsPageBack ID_VAL_ISPAGEBACK,
6768cdf0e10cSrcweirSfxBoolItem IsPageObj ID_VAL_ISPAGEOBJ)
6769cdf0e10cSrcweir[
6770cdf0e10cSrcweir	/* flags: */
6771cdf0e10cSrcweir	AutoUpdate = FALSE,
6772cdf0e10cSrcweir	Cachable = Cachable,
6773cdf0e10cSrcweir	FastCall = FALSE,
6774cdf0e10cSrcweir	HasCoreId = FALSE,
6775cdf0e10cSrcweir	HasDialog = TRUE,
6776cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6777cdf0e10cSrcweir	Toggle = FALSE,
6778cdf0e10cSrcweir	Container = FALSE,
6779cdf0e10cSrcweir	RecordAbsolute = FALSE,
6780cdf0e10cSrcweir	RecordPerSet;
6781cdf0e10cSrcweir	Synchron;
6782cdf0e10cSrcweir
6783cdf0e10cSrcweir	/* config: */
6784cdf0e10cSrcweir	AccelConfig = TRUE,
6785cdf0e10cSrcweir	MenuConfig = TRUE,
6786cdf0e10cSrcweir	StatusBarConfig = FALSE,
6787cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6788cdf0e10cSrcweir	GroupId = GID_INSERT;
6789cdf0e10cSrcweir]
6790cdf0e10cSrcweir
6791cdf0e10cSrcweirSfxVoidItem DeleteMasterPage SID_DELETE_MASTER_PAGE()
6792cdf0e10cSrcweir[
6793cdf0e10cSrcweir	/* flags: */
6794cdf0e10cSrcweir	AutoUpdate = FALSE,
6795cdf0e10cSrcweir    Cachable = Cachable,
6796cdf0e10cSrcweir	FastCall = FALSE,
6797cdf0e10cSrcweir	HasCoreId = FALSE,
6798cdf0e10cSrcweir	HasDialog = TRUE,
6799cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6800cdf0e10cSrcweir	Toggle = FALSE,
6801cdf0e10cSrcweir	Container = FALSE,
6802cdf0e10cSrcweir	RecordAbsolute = FALSE,
6803cdf0e10cSrcweir	RecordPerSet;
6804cdf0e10cSrcweir	Synchron;
6805cdf0e10cSrcweir
6806cdf0e10cSrcweir	/* config: */
6807cdf0e10cSrcweir	AccelConfig = TRUE,
6808cdf0e10cSrcweir	MenuConfig = TRUE,
6809cdf0e10cSrcweir	StatusBarConfig = FALSE,
6810cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6811cdf0e10cSrcweir	GroupId = GID_EDIT;
6812cdf0e10cSrcweir]
6813cdf0e10cSrcweirSfxVoidItem RenameMasterPage SID_RENAME_MASTER_PAGE()
6814cdf0e10cSrcweir[
6815cdf0e10cSrcweir	/* flags: */
6816cdf0e10cSrcweir	AutoUpdate = FALSE,
6817cdf0e10cSrcweir	Cachable = Cachable,
6818cdf0e10cSrcweir	FastCall = FALSE,
6819cdf0e10cSrcweir	HasCoreId = FALSE,
6820cdf0e10cSrcweir	HasDialog = TRUE,
6821cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6822cdf0e10cSrcweir	Toggle = FALSE,
6823cdf0e10cSrcweir	Container = FALSE,
6824cdf0e10cSrcweir	RecordAbsolute = FALSE,
6825cdf0e10cSrcweir	RecordPerSet;
6826cdf0e10cSrcweir	Synchron;
6827cdf0e10cSrcweir
6828cdf0e10cSrcweir	/* config: */
6829cdf0e10cSrcweir	AccelConfig = TRUE,
6830cdf0e10cSrcweir	MenuConfig = TRUE,
6831cdf0e10cSrcweir	StatusBarConfig = FALSE,
6832cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6833cdf0e10cSrcweir	GroupId = GID_FORMAT;
6834cdf0e10cSrcweir]
6835cdf0e10cSrcweir
6836cdf0e10cSrcweirSfxVoidItem CloseMasterView SID_CLOSE_MASTER_VIEW()
6837cdf0e10cSrcweir[
6838cdf0e10cSrcweir	/* flags: */
6839cdf0e10cSrcweir	AutoUpdate = FALSE,
6840cdf0e10cSrcweir	Cachable = Cachable,
6841cdf0e10cSrcweir	FastCall = FALSE,
6842cdf0e10cSrcweir	HasCoreId = FALSE,
6843cdf0e10cSrcweir	HasDialog = TRUE,
6844cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6845cdf0e10cSrcweir	Toggle = FALSE,
6846cdf0e10cSrcweir	Container = FALSE,
6847cdf0e10cSrcweir	RecordAbsolute = FALSE,
6848cdf0e10cSrcweir	RecordPerSet;
6849cdf0e10cSrcweir	Synchron;
6850cdf0e10cSrcweir
6851cdf0e10cSrcweir	/* config: */
6852cdf0e10cSrcweir	AccelConfig = TRUE,
6853cdf0e10cSrcweir	MenuConfig = TRUE,
6854cdf0e10cSrcweir	StatusBarConfig = FALSE,
6855cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6856cdf0e10cSrcweir	GroupId = GID_FORMAT;
6857cdf0e10cSrcweir]
6858cdf0e10cSrcweir
6859cdf0e10cSrcweirSfxVoidItem SelectBackground SID_SELECT_BACKGROUND
6860cdf0e10cSrcweir()
6861cdf0e10cSrcweir[
6862cdf0e10cSrcweir	/* flags: */
6863cdf0e10cSrcweir	AutoUpdate = FALSE,
6864cdf0e10cSrcweir	Cachable = Cachable,
6865cdf0e10cSrcweir	FastCall = FALSE,
6866cdf0e10cSrcweir	HasCoreId = FALSE,
6867cdf0e10cSrcweir	HasDialog = TRUE,
6868cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6869cdf0e10cSrcweir	Toggle = FALSE,
6870cdf0e10cSrcweir	Container = FALSE,
6871cdf0e10cSrcweir	RecordAbsolute = FALSE,
6872cdf0e10cSrcweir	RecordPerSet;
6873cdf0e10cSrcweir	Synchron;
6874cdf0e10cSrcweir
6875cdf0e10cSrcweir	/* config: */
6876cdf0e10cSrcweir	AccelConfig = FALSE,
6877cdf0e10cSrcweir	MenuConfig = FALSE,
6878cdf0e10cSrcweir	StatusBarConfig = FALSE,
6879cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6880cdf0e10cSrcweir	GroupId = GID_OPTIONS;
6881cdf0e10cSrcweir]
6882cdf0e10cSrcweir
6883cdf0e10cSrcweirSfxBoolItem DisplayMasterBackground SID_DISPLAY_MASTER_BACKGROUND
6884cdf0e10cSrcweir[
6885cdf0e10cSrcweir	/* flags: */
6886cdf0e10cSrcweir	AutoUpdate = FALSE,
6887cdf0e10cSrcweir	Cachable = Cachable,
6888cdf0e10cSrcweir	FastCall = FALSE,
6889cdf0e10cSrcweir	HasCoreId = FALSE,
6890cdf0e10cSrcweir	HasDialog = FALSE,
6891cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6892cdf0e10cSrcweir	Toggle = FALSE,
6893cdf0e10cSrcweir	Container = FALSE,
6894cdf0e10cSrcweir	RecordAbsolute = FALSE,
6895cdf0e10cSrcweir	RecordPerSet;
6896cdf0e10cSrcweir	Synchron;
6897cdf0e10cSrcweir
6898cdf0e10cSrcweir	Readonly = FALSE,
6899cdf0e10cSrcweir
6900cdf0e10cSrcweir	/* config: */
6901cdf0e10cSrcweir	AccelConfig = FALSE,
6902cdf0e10cSrcweir	MenuConfig = FALSE,
6903cdf0e10cSrcweir	StatusBarConfig = FALSE,
6904cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6905cdf0e10cSrcweir	GroupId = GID_VIEW;
6906cdf0e10cSrcweir]
6907cdf0e10cSrcweirSfxBoolItem DisplayMasterObjects SID_DISPLAY_MASTER_OBJECTS
6908cdf0e10cSrcweir[
6909cdf0e10cSrcweir	/* flags: */
6910cdf0e10cSrcweir	AutoUpdate = FALSE,
6911cdf0e10cSrcweir	Cachable = Cachable,
6912cdf0e10cSrcweir	FastCall = FALSE,
6913cdf0e10cSrcweir	HasCoreId = FALSE,
6914cdf0e10cSrcweir	HasDialog = FALSE,
6915cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6916cdf0e10cSrcweir	Toggle = FALSE,
6917cdf0e10cSrcweir	Container = FALSE,
6918cdf0e10cSrcweir	RecordAbsolute = FALSE,
6919cdf0e10cSrcweir	RecordPerSet;
6920cdf0e10cSrcweir	Synchron;
6921cdf0e10cSrcweir
6922cdf0e10cSrcweir	Readonly = FALSE,
6923cdf0e10cSrcweir
6924cdf0e10cSrcweir	/* config: */
6925cdf0e10cSrcweir	AccelConfig = FALSE,
6926cdf0e10cSrcweir	MenuConfig = FALSE,
6927cdf0e10cSrcweir	StatusBarConfig = FALSE,
6928cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6929cdf0e10cSrcweir	GroupId = GID_VIEW;
6930cdf0e10cSrcweir]
6931cdf0e10cSrcweir
6932cdf0e10cSrcweirSfxVoidItem TableToolBox SID_TABLE_TOOLBOX
6933cdf0e10cSrcweir[
6934cdf0e10cSrcweir	/* flags: */
6935cdf0e10cSrcweir	AutoUpdate = FALSE,
6936cdf0e10cSrcweir	Cachable = Cachable,
6937cdf0e10cSrcweir	FastCall = FALSE,
6938cdf0e10cSrcweir	HasCoreId = FALSE,
6939cdf0e10cSrcweir	HasDialog = FALSE,
6940cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
6941cdf0e10cSrcweir	Toggle = FALSE,
6942cdf0e10cSrcweir	Container = FALSE,
6943cdf0e10cSrcweir	RecordAbsolute = FALSE,
6944cdf0e10cSrcweir	RecordPerSet;
6945cdf0e10cSrcweir	Synchron;
6946cdf0e10cSrcweir
6947cdf0e10cSrcweir	/* config: */
6948cdf0e10cSrcweir	AccelConfig = FALSE,
6949cdf0e10cSrcweir	MenuConfig = FALSE,
6950cdf0e10cSrcweir	StatusBarConfig = FALSE,
6951cdf0e10cSrcweir	ToolBoxConfig = FALSE,
6952cdf0e10cSrcweir	GroupId = GID_APPLICATION;
6953cdf0e10cSrcweir]
6954cdf0e10cSrcweir
6955cdf0e10cSrcweir//--------------------------------------------------------------------------
6956cdf0e10cSrcweirSfxVoidItem DistributeColumns SID_TABLE_DISTRIBUTE_COLUMNS
6957cdf0e10cSrcweir()
6958cdf0e10cSrcweir[
6959cdf0e10cSrcweir	/* flags: */
6960cdf0e10cSrcweir	AutoUpdate = FALSE,
6961cdf0e10cSrcweir	Cachable = Cachable,
6962cdf0e10cSrcweir	FastCall = TRUE,
6963cdf0e10cSrcweir	HasCoreId = FALSE,
6964cdf0e10cSrcweir	HasDialog = FALSE,
6965cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6966cdf0e10cSrcweir	Toggle = FALSE,
6967cdf0e10cSrcweir	Container = FALSE,
6968cdf0e10cSrcweir	RecordAbsolute = FALSE,
6969cdf0e10cSrcweir	RecordPerSet;
6970cdf0e10cSrcweir	Synchron;
6971cdf0e10cSrcweir
6972cdf0e10cSrcweir	/* config: */
6973cdf0e10cSrcweir	AccelConfig = TRUE,
6974cdf0e10cSrcweir	MenuConfig = TRUE,
6975cdf0e10cSrcweir	StatusBarConfig = FALSE,
6976cdf0e10cSrcweir	ToolBoxConfig = TRUE,
6977cdf0e10cSrcweir	GroupId = GID_TABLE;
6978cdf0e10cSrcweir]
6979cdf0e10cSrcweir
6980cdf0e10cSrcweir//--------------------------------------------------------------------------
6981cdf0e10cSrcweir
6982cdf0e10cSrcweirSfxVoidItem DistributeRows SID_TABLE_DISTRIBUTE_ROWS
6983cdf0e10cSrcweir()
6984cdf0e10cSrcweir[
6985cdf0e10cSrcweir	/* flags: */
6986cdf0e10cSrcweir	AutoUpdate = FALSE,
6987cdf0e10cSrcweir	Cachable = Cachable,
6988cdf0e10cSrcweir	FastCall = TRUE,
6989cdf0e10cSrcweir	HasCoreId = FALSE,
6990cdf0e10cSrcweir	HasDialog = FALSE,
6991cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
6992cdf0e10cSrcweir	Toggle = FALSE,
6993cdf0e10cSrcweir	Container = FALSE,
6994cdf0e10cSrcweir	RecordAbsolute = FALSE,
6995cdf0e10cSrcweir	RecordPerSet;
6996cdf0e10cSrcweir	Synchron;
6997cdf0e10cSrcweir
6998cdf0e10cSrcweir	/* config: */
6999cdf0e10cSrcweir	AccelConfig = TRUE,
7000cdf0e10cSrcweir	MenuConfig = TRUE,
7001cdf0e10cSrcweir	StatusBarConfig = FALSE,
7002cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7003cdf0e10cSrcweir	GroupId = GID_TABLE;
7004cdf0e10cSrcweir]
7005cdf0e10cSrcweir
7006cdf0e10cSrcweirSfxVoidItem TaskPaneApplyToAllSlides SID_TP_APPLY_TO_ALL_SLIDES
7007cdf0e10cSrcweir[
7008cdf0e10cSrcweir	/* flags: */
7009cdf0e10cSrcweir	AutoUpdate = TRUE,
7010cdf0e10cSrcweir	Cachable = Cachable,
7011cdf0e10cSrcweir	FastCall = FALSE,
7012cdf0e10cSrcweir	HasCoreId = FALSE,
7013cdf0e10cSrcweir	HasDialog = FALSE,
7014cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7015cdf0e10cSrcweir	Toggle = FALSE,
7016cdf0e10cSrcweir	Container = FALSE,
7017cdf0e10cSrcweir	RecordAbsolute = FALSE,
7018cdf0e10cSrcweir	RecordPerSet;
7019cdf0e10cSrcweir    Synchron;
7020cdf0e10cSrcweir
7021cdf0e10cSrcweir	Readonly = FALSE,
7022cdf0e10cSrcweir
7023cdf0e10cSrcweir	/* config: */
7024cdf0e10cSrcweir	AccelConfig = FALSE,
7025cdf0e10cSrcweir	MenuConfig = FALSE,
7026cdf0e10cSrcweir	StatusBarConfig = FALSE,
7027cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7028cdf0e10cSrcweir	GroupId = GID_VIEW;
7029cdf0e10cSrcweir]
7030cdf0e10cSrcweir
7031cdf0e10cSrcweirSfxVoidItem TaskPaneApplyToSelectedSlides SID_TP_APPLY_TO_SELECTED_SLIDES
7032cdf0e10cSrcweir[
7033cdf0e10cSrcweir	/* flags: */
7034cdf0e10cSrcweir	AutoUpdate = TRUE,
7035cdf0e10cSrcweir	Cachable = Cachable,
7036cdf0e10cSrcweir	FastCall = FALSE,
7037cdf0e10cSrcweir	HasCoreId = FALSE,
7038cdf0e10cSrcweir	HasDialog = FALSE,
7039cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7040cdf0e10cSrcweir	Toggle = FALSE,
7041cdf0e10cSrcweir	Container = FALSE,
7042cdf0e10cSrcweir	RecordAbsolute = FALSE,
7043cdf0e10cSrcweir	RecordPerSet;
7044cdf0e10cSrcweir	Synchron;
7045cdf0e10cSrcweir
7046cdf0e10cSrcweir	Readonly = FALSE,
7047cdf0e10cSrcweir
7048cdf0e10cSrcweir	/* config: */
7049cdf0e10cSrcweir	AccelConfig = FALSE,
7050cdf0e10cSrcweir	MenuConfig = FALSE,
7051cdf0e10cSrcweir	StatusBarConfig = FALSE,
7052cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7053cdf0e10cSrcweir	GroupId = GID_VIEW;
7054cdf0e10cSrcweir]
7055cdf0e10cSrcweir
7056cdf0e10cSrcweirSfxVoidItem TaskPaneUseForNewPresentations SID_TP_USE_FOR_NEW_PRESENTATIONS
7057cdf0e10cSrcweir[
7058cdf0e10cSrcweir	/* flags: */
7059cdf0e10cSrcweir	AutoUpdate = TRUE,
7060cdf0e10cSrcweir	Cachable = Cachable,
7061cdf0e10cSrcweir	FastCall = FALSE,
7062cdf0e10cSrcweir	HasCoreId = FALSE,
7063cdf0e10cSrcweir	HasDialog = FALSE,
7064cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7065cdf0e10cSrcweir	Toggle = FALSE,
7066cdf0e10cSrcweir	Container = FALSE,
7067cdf0e10cSrcweir	RecordAbsolute = FALSE,
7068cdf0e10cSrcweir	RecordPerSet;
7069cdf0e10cSrcweir	Synchron;
7070cdf0e10cSrcweir
7071cdf0e10cSrcweir	Readonly = FALSE,
7072cdf0e10cSrcweir
7073cdf0e10cSrcweir	/* config: */
7074cdf0e10cSrcweir	AccelConfig = FALSE,
7075cdf0e10cSrcweir	MenuConfig = FALSE,
7076cdf0e10cSrcweir	StatusBarConfig = FALSE,
7077cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7078cdf0e10cSrcweir	GroupId = GID_VIEW;
7079cdf0e10cSrcweir]
7080cdf0e10cSrcweir
7081cdf0e10cSrcweirSfxVoidItem TaskPaneShowSmallPreview SID_TP_SHOW_SMALL_PREVIEW
7082cdf0e10cSrcweir[
7083cdf0e10cSrcweir	/* flags: */
7084cdf0e10cSrcweir	AutoUpdate = TRUE,
7085cdf0e10cSrcweir	Cachable = Cachable,
7086cdf0e10cSrcweir	FastCall = FALSE,
7087cdf0e10cSrcweir	HasCoreId = FALSE,
7088cdf0e10cSrcweir	HasDialog = FALSE,
7089cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7090cdf0e10cSrcweir	Toggle = FALSE,
7091cdf0e10cSrcweir	Container = FALSE,
7092cdf0e10cSrcweir	RecordAbsolute = FALSE,
7093cdf0e10cSrcweir	RecordPerSet;
7094cdf0e10cSrcweir	Synchron;
7095cdf0e10cSrcweir
7096cdf0e10cSrcweir	Readonly = FALSE,
7097cdf0e10cSrcweir
7098cdf0e10cSrcweir	/* config: */
7099cdf0e10cSrcweir	AccelConfig = FALSE,
7100cdf0e10cSrcweir	MenuConfig = FALSE,
7101cdf0e10cSrcweir	StatusBarConfig = FALSE,
7102cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7103cdf0e10cSrcweir	GroupId = GID_VIEW;
7104cdf0e10cSrcweir]
7105cdf0e10cSrcweir
7106cdf0e10cSrcweir
7107cdf0e10cSrcweirSfxVoidItem TaskPaneShowLargePreview SID_TP_SHOW_LARGE_PREVIEW
7108cdf0e10cSrcweir[
7109cdf0e10cSrcweir	/* flags: */
7110cdf0e10cSrcweir	AutoUpdate = TRUE,
7111cdf0e10cSrcweir	Cachable = Cachable,
7112cdf0e10cSrcweir	FastCall = FALSE,
7113cdf0e10cSrcweir	HasCoreId = FALSE,
7114cdf0e10cSrcweir	HasDialog = FALSE,
7115cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7116cdf0e10cSrcweir	Toggle = FALSE,
7117cdf0e10cSrcweir	Container = FALSE,
7118cdf0e10cSrcweir	RecordAbsolute = FALSE,
7119cdf0e10cSrcweir	RecordPerSet;
7120cdf0e10cSrcweir	Synchron;
7121cdf0e10cSrcweir
7122cdf0e10cSrcweir	Readonly = FALSE,
7123cdf0e10cSrcweir
7124cdf0e10cSrcweir	/* config: */
7125cdf0e10cSrcweir	AccelConfig = FALSE,
7126cdf0e10cSrcweir	MenuConfig = FALSE,
7127cdf0e10cSrcweir	StatusBarConfig = FALSE,
7128cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7129cdf0e10cSrcweir	GroupId = GID_VIEW;
7130cdf0e10cSrcweir]
7131cdf0e10cSrcweir
7132cdf0e10cSrcweirSfxVoidItem TaskPaneEditMaster SID_TP_EDIT_MASTER
7133cdf0e10cSrcweir[
7134cdf0e10cSrcweir	/* flags: */
7135cdf0e10cSrcweir	AutoUpdate = TRUE,
7136cdf0e10cSrcweir	Cachable = Cachable,
7137cdf0e10cSrcweir	FastCall = FALSE,
7138cdf0e10cSrcweir	HasCoreId = FALSE,
7139cdf0e10cSrcweir	HasDialog = FALSE,
7140cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7141cdf0e10cSrcweir	Toggle = FALSE,
7142cdf0e10cSrcweir	Container = FALSE,
7143cdf0e10cSrcweir	RecordAbsolute = FALSE,
7144cdf0e10cSrcweir	RecordPerSet;
7145cdf0e10cSrcweir	Synchron;
7146cdf0e10cSrcweir
7147cdf0e10cSrcweir	Readonly = FALSE,
7148cdf0e10cSrcweir
7149cdf0e10cSrcweir	/* config: */
7150cdf0e10cSrcweir	AccelConfig = FALSE,
7151cdf0e10cSrcweir	MenuConfig = FALSE,
7152cdf0e10cSrcweir	StatusBarConfig = FALSE,
7153cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7154cdf0e10cSrcweir	GroupId = GID_VIEW;
7155cdf0e10cSrcweir]
7156cdf0e10cSrcweir
7157cdf0e10cSrcweirSfxVoidItem TaskPaneInsertPage SID_INSERTPAGE_LAYOUT_MENU
7158cdf0e10cSrcweir[
7159cdf0e10cSrcweir	/* flags: */
7160cdf0e10cSrcweir	AutoUpdate = FALSE,
7161cdf0e10cSrcweir	Cachable = Cachable,
7162cdf0e10cSrcweir	FastCall = FALSE,
7163cdf0e10cSrcweir	HasCoreId = FALSE,
7164cdf0e10cSrcweir	HasDialog = FALSE,
7165cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7166cdf0e10cSrcweir	Toggle = FALSE,
7167cdf0e10cSrcweir	Container = FALSE,
7168cdf0e10cSrcweir	RecordAbsolute = FALSE,
7169cdf0e10cSrcweir	RecordPerSet;
7170cdf0e10cSrcweir	Synchron;
7171cdf0e10cSrcweir
7172cdf0e10cSrcweir    Readonly = TRUE,
7173cdf0e10cSrcweir
7174cdf0e10cSrcweir	/* config: */
7175cdf0e10cSrcweir	AccelConfig = TRUE,
7176cdf0e10cSrcweir	MenuConfig = TRUE,
7177cdf0e10cSrcweir	StatusBarConfig = FALSE,
7178cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7179cdf0e10cSrcweir	GroupId = GID_INSERT;
7180cdf0e10cSrcweir]
7181cdf0e10cSrcweir
7182cdf0e10cSrcweir/** This item holds the requested type of view shell when calling the
7183cdf0e10cSrcweir    SID_SWITCH_SHELL slot.
7184cdf0e10cSrcweir*/
7185cdf0e10cSrcweirSfxInt32Item SwitchViewShell SID_SWITCH_SHELL
7186cdf0e10cSrcweir[
7187cdf0e10cSrcweir	/* flags: */
7188cdf0e10cSrcweir	AutoUpdate = FALSE,
7189cdf0e10cSrcweir	Cachable = Cachable,
7190cdf0e10cSrcweir	FastCall = FALSE,
7191cdf0e10cSrcweir	HasCoreId = FALSE,
7192cdf0e10cSrcweir	HasDialog = FALSE,
7193cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7194cdf0e10cSrcweir	Toggle = FALSE,
7195cdf0e10cSrcweir	Container = FALSE,
7196cdf0e10cSrcweir	RecordAbsolute = FALSE,
7197cdf0e10cSrcweir	RecordPerSet;
7198cdf0e10cSrcweir	Asynchron;
7199cdf0e10cSrcweir
7200cdf0e10cSrcweir	Readonly = FALSE,
7201cdf0e10cSrcweir
7202cdf0e10cSrcweir	/* config: */
7203cdf0e10cSrcweir	AccelConfig = FALSE,
7204cdf0e10cSrcweir	MenuConfig = FALSE,
7205cdf0e10cSrcweir	StatusBarConfig = FALSE,
7206cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7207cdf0e10cSrcweir	GroupId = GID_VIEW;
7208cdf0e10cSrcweir]
7209cdf0e10cSrcweir
7210cdf0e10cSrcweir
7211cdf0e10cSrcweir/** This item holds the requested pane of the multi pane GUI in which a
7212cdf0e10cSrcweir    change of the view shell is requested by a call to the SID_SWITCH_SHELL
7213cdf0e10cSrcweir    slot.
7214cdf0e10cSrcweir*/
7215cdf0e10cSrcweirSfxInt32Item SwitchViewShellPane SID_SWITCH_SHELL_PANE
7216cdf0e10cSrcweir[
7217cdf0e10cSrcweir	// flags:
7218cdf0e10cSrcweir	AutoUpdate = FALSE,
7219cdf0e10cSrcweir	Cachable = Cachable,
7220cdf0e10cSrcweir	FastCall = FALSE,
7221cdf0e10cSrcweir	HasCoreId = FALSE,
7222cdf0e10cSrcweir	HasDialog = FALSE,
7223cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7224cdf0e10cSrcweir	Toggle = FALSE,
7225cdf0e10cSrcweir	Container = FALSE,
7226cdf0e10cSrcweir	RecordAbsolute = FALSE,
7227cdf0e10cSrcweir	RecordPerSet;
7228cdf0e10cSrcweir	Asynchron;
7229cdf0e10cSrcweir
7230cdf0e10cSrcweir	Readonly = FALSE,
7231cdf0e10cSrcweir
7232cdf0e10cSrcweir	// config:
7233cdf0e10cSrcweir	AccelConfig = FALSE,
7234cdf0e10cSrcweir	MenuConfig = FALSE,
7235cdf0e10cSrcweir	StatusBarConfig = FALSE,
7236cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7237cdf0e10cSrcweir	GroupId = GID_VIEW;
7238cdf0e10cSrcweir]
7239cdf0e10cSrcweir
7240cdf0e10cSrcweirSfxBoolItem LeftPaneImpress SID_LEFT_PANE_IMPRESS
7241cdf0e10cSrcweir
7242cdf0e10cSrcweir[
7243cdf0e10cSrcweir	/* flags: */
7244cdf0e10cSrcweir	AutoUpdate = TRUE,
7245cdf0e10cSrcweir	Cachable = Cachable,
7246cdf0e10cSrcweir	FastCall = FALSE,
7247cdf0e10cSrcweir	HasCoreId = FALSE,
7248cdf0e10cSrcweir	HasDialog = TRUE,
7249cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7250cdf0e10cSrcweir	Toggle = FALSE,
7251cdf0e10cSrcweir	Container = FALSE,
7252cdf0e10cSrcweir	RecordAbsolute = FALSE,
7253cdf0e10cSrcweir	RecordPerSet;
7254cdf0e10cSrcweir	Asynchron;
7255cdf0e10cSrcweir
7256cdf0e10cSrcweir	Readonly = FALSE,
7257cdf0e10cSrcweir
7258cdf0e10cSrcweir	/* config: */
7259cdf0e10cSrcweir	AccelConfig = TRUE,
7260cdf0e10cSrcweir	MenuConfig = TRUE,
7261cdf0e10cSrcweir	StatusBarConfig = FALSE,
7262cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7263cdf0e10cSrcweir	GroupId = GID_MODIFY;
7264cdf0e10cSrcweir]
7265cdf0e10cSrcweir
7266cdf0e10cSrcweirSfxBoolItem LeftPaneDraw SID_LEFT_PANE_DRAW
7267cdf0e10cSrcweir
7268cdf0e10cSrcweir[
7269cdf0e10cSrcweir	/* flags: */
7270cdf0e10cSrcweir	AutoUpdate = TRUE,
7271cdf0e10cSrcweir	Cachable = Cachable,
7272cdf0e10cSrcweir	FastCall = FALSE,
7273cdf0e10cSrcweir	HasCoreId = FALSE,
7274cdf0e10cSrcweir	HasDialog = TRUE,
7275cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7276cdf0e10cSrcweir	Toggle = FALSE,
7277cdf0e10cSrcweir	Container = FALSE,
7278cdf0e10cSrcweir	RecordAbsolute = FALSE,
7279cdf0e10cSrcweir	RecordPerSet;
7280cdf0e10cSrcweir	Asynchron;
7281cdf0e10cSrcweir
7282cdf0e10cSrcweir	Readonly = FALSE,
7283cdf0e10cSrcweir
7284cdf0e10cSrcweir	/* config: */
7285cdf0e10cSrcweir	AccelConfig = TRUE,
7286cdf0e10cSrcweir	MenuConfig = TRUE,
7287cdf0e10cSrcweir	StatusBarConfig = FALSE,
7288cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7289cdf0e10cSrcweir	GroupId = GID_MODIFY;
7290cdf0e10cSrcweir]
7291cdf0e10cSrcweir
7292cdf0e10cSrcweirSfxVoidItem NotesChildWindow SID_NOTES_WINDOW
7293cdf0e10cSrcweir
7294cdf0e10cSrcweir[
7295cdf0e10cSrcweir	/* flags: */
7296cdf0e10cSrcweir	AutoUpdate = TRUE,
7297cdf0e10cSrcweir	Cachable = Cachable,
7298cdf0e10cSrcweir	FastCall = FALSE,
7299cdf0e10cSrcweir	HasCoreId = FALSE,
7300cdf0e10cSrcweir	HasDialog = FALSE,
7301cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7302cdf0e10cSrcweir	Toggle = FALSE,
7303cdf0e10cSrcweir	Container = TRUE,
7304cdf0e10cSrcweir	RecordAbsolute = FALSE,
7305cdf0e10cSrcweir	RecordPerSet;
7306cdf0e10cSrcweir	Asynchron;
7307cdf0e10cSrcweir
7308cdf0e10cSrcweir	Readonly = FALSE,
7309cdf0e10cSrcweir
7310cdf0e10cSrcweir	/* config: */
7311cdf0e10cSrcweir	AccelConfig = FALSE,
7312cdf0e10cSrcweir	MenuConfig = FALSE,
7313cdf0e10cSrcweir	StatusBarConfig = FALSE,
7314cdf0e10cSrcweir	ToolBoxConfig = FALSE,
7315cdf0e10cSrcweir	GroupId = GID_VIEW;
7316cdf0e10cSrcweir]
7317cdf0e10cSrcweir
7318cdf0e10cSrcweirSfxBoolItem NormalMultiPaneGUI SID_NORMAL_MULTI_PANE_GUI
7319cdf0e10cSrcweir
7320cdf0e10cSrcweir[
7321cdf0e10cSrcweir	/* flags: */
7322cdf0e10cSrcweir	AutoUpdate = TRUE,
7323cdf0e10cSrcweir	Cachable = Cachable,
7324cdf0e10cSrcweir	FastCall = FALSE,
7325cdf0e10cSrcweir	HasCoreId = FALSE,
7326cdf0e10cSrcweir	HasDialog = TRUE,
7327cdf0e10cSrcweir	ReadOnlyDoc = TRUE,
7328cdf0e10cSrcweir	Toggle = FALSE,
7329cdf0e10cSrcweir	Container = FALSE,
7330cdf0e10cSrcweir	RecordAbsolute = FALSE,
7331cdf0e10cSrcweir	RecordPerSet;
7332cdf0e10cSrcweir	Asynchron;
7333cdf0e10cSrcweir
7334cdf0e10cSrcweir	Readonly = FALSE,
7335cdf0e10cSrcweir
7336cdf0e10cSrcweir	/* config: */
7337cdf0e10cSrcweir	AccelConfig = TRUE,
7338cdf0e10cSrcweir	MenuConfig = TRUE,
7339cdf0e10cSrcweir	StatusBarConfig = FALSE,
7340cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7341cdf0e10cSrcweir	GroupId = GID_MODIFY;
7342cdf0e10cSrcweir]
7343cdf0e10cSrcweir
7344cdf0e10cSrcweirSfxBoolItem SlideSorterMultiPaneGUI SID_SLIDE_SORTER_MULTI_PANE_GUI
7345cdf0e10cSrcweir
7346cdf0e10cSrcweir[
7347cdf0e10cSrcweir	/* flags: */
7348cdf0e10cSrcweir	AutoUpdate = TRUE,
7349cdf0e10cSrcweir	Cachable = Cachable,
7350cdf0e10cSrcweir	FastCall = FALSE,
7351cdf0e10cSrcweir	HasCoreId = FALSE,
7352cdf0e10cSrcweir	HasDialog = TRUE,
7353cdf0e10cSrcweir	ReadOnlyDoc = FALSE,
7354cdf0e10cSrcweir	Toggle = FALSE,
7355cdf0e10cSrcweir	Container = FALSE,
7356cdf0e10cSrcweir	RecordAbsolute = FALSE,
7357cdf0e10cSrcweir	RecordPerSet;
7358cdf0e10cSrcweir	Asynchron;
7359cdf0e10cSrcweir
7360cdf0e10cSrcweir	Readonly = FALSE,
7361cdf0e10cSrcweir
7362cdf0e10cSrcweir	/* config: */
7363cdf0e10cSrcweir	AccelConfig = TRUE,
7364cdf0e10cSrcweir	MenuConfig = TRUE,
7365cdf0e10cSrcweir	StatusBarConfig = FALSE,
7366cdf0e10cSrcweir	ToolBoxConfig = TRUE,
7367cdf0e10cSrcweir	GroupId = GID_MODIFY;
7368cdf0e10cSrcweir]
7369