fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sd / sdi / sdnew.sdi
bloba0287f5e7cb5c05e659c68c10ff9ebd7bd6dad0e
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 SfxBoolItem VerticalTextFitToSizeTool SID_TEXT_FITTOSIZE_VERTICAL
22     /* flags: */
23     AutoUpdate = TRUE,
24     Cachable = Cachable,
25     FastCall = FALSE,
26     HasCoreId = FALSE,
27     HasDialog = FALSE,
28     ReadOnlyDoc = FALSE,
29     Toggle = FALSE,
30     Container = FALSE,
31     Synchron;
33     Readonly = FALSE,
34     /* config: */
35     AccelConfig = TRUE,
36     MenuConfig = TRUE,
37     StatusBarConfig = FALSE,
38     ToolBoxConfig = TRUE,
39     GroupId = GID_FORMAT;
42 SvxObjectItem RulerObject SID_RULER_OBJECT
45     /* flags: */
46     AutoUpdate = FALSE,
47     Cachable = Cachable,
48     FastCall = FALSE,
49     HasCoreId = FALSE,
50     HasDialog = FALSE,
51     ReadOnlyDoc = TRUE,
52     Toggle = FALSE,
53     Synchron;
55     /* plugin: */
56     Container = FALSE,
58     /* api: */
59     Export = TRUE,
60     IsCollection = FALSE,
61     Readonly = FALSE,
62     RecordAbsolute = FALSE,
63     RecordPerSet;
65     /* config: */
66     AccelConfig = FALSE,
67     MenuConfig = FALSE,
68     StatusBarConfig = FALSE,
69     ToolBoxConfig = FALSE,
70     GroupId = ;
73 SfxBoolItem OutputQualityContrast SID_OUTPUT_QUALITY_CONTRAST
76     /* flags: */
77     AutoUpdate = FALSE,
78     Cachable = Cachable,
79     FastCall = FALSE,
80     HasCoreId = FALSE,
81     HasDialog = FALSE,
82     ReadOnlyDoc = TRUE,
83     Toggle = FALSE,
84     Container = FALSE,
85     Asynchron;
87     Readonly = FALSE,
88     /* config: */
89     AccelConfig = TRUE,
90     MenuConfig = TRUE,
91     StatusBarConfig = FALSE,
92     ToolBoxConfig = TRUE,
93     GroupId = GID_VIEW;