xref: /aoo4110/main/sd/sdi/sdnew.sdi (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22//--------------------------------------------------------------------------
23SfxBoolItem VerticalTextFitToSizeTool SID_TEXT_FITTOSIZE_VERTICAL
24
25[
26	/* flags: */
27	AutoUpdate = TRUE,
28	Cachable = Cachable,
29	FastCall = FALSE,
30	HasCoreId = FALSE,
31	HasDialog = FALSE,
32	ReadOnlyDoc = FALSE,
33	Toggle = FALSE,
34	Container = FALSE,
35	Synchron;
36
37	Readonly = FALSE,
38	/* config: */
39	AccelConfig = TRUE,
40	MenuConfig = TRUE,
41	StatusBarConfig = FALSE,
42	ToolBoxConfig = TRUE,
43	GroupId = GID_FORMAT;
44]
45
46SvxObjectItem RulerObject SID_RULER_OBJECT
47
48[
49	/* flags: */
50	AutoUpdate = FALSE,
51	Cachable = Cachable,
52	FastCall = FALSE,
53	HasCoreId = FALSE,
54	HasDialog = FALSE,
55	ReadOnlyDoc = TRUE,
56	Toggle = FALSE,
57	Synchron;
58
59	/* plugin: */
60	Container = FALSE,
61
62	/* api: */
63	Export = TRUE,
64	IsCollection = FALSE,
65	Readonly = FALSE,
66	RecordAbsolute = FALSE,
67	RecordPerSet;
68
69	/* config: */
70	AccelConfig = FALSE,
71	MenuConfig = FALSE,
72	StatusBarConfig = FALSE,
73	ToolBoxConfig = FALSE,
74	GroupId = ;
75]
76
77SfxBoolItem OutputQualityContrast SID_OUTPUT_QUALITY_CONTRAST
78
79[
80	/* flags: */
81	AutoUpdate = FALSE,
82	Cachable = Cachable,
83	FastCall = FALSE,
84	HasCoreId = FALSE,
85	HasDialog = FALSE,
86	ReadOnlyDoc = TRUE,
87	Toggle = FALSE,
88	Container = FALSE,
89	Asynchron;
90
91	Readonly = FALSE,
92	/* config: */
93	AccelConfig = TRUE,
94	MenuConfig = TRUE,
95	StatusBarConfig = FALSE,
96	ToolBoxConfig = TRUE,
97	GroupId = GID_VIEW;
98]
99