lok: status update - avoid SIGFPE on zero range.
[LibreOffice.git] / sd / sdi / sdnew.sdi
blobd27b9f4d2ec09b85ffc08b7266e901e917e998f3
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     AutoUpdate = TRUE,
23     FastCall = FALSE,
24     ReadOnlyDoc = FALSE,
25     Toggle = FALSE,
26     Container = FALSE,
28     AccelConfig = TRUE,
29     MenuConfig = TRUE,
30     ToolBoxConfig = TRUE,
31     GroupId = SfxGroupId::Format;
34 SvxObjectItem RulerObject SID_RULER_OBJECT
37     AutoUpdate = FALSE,
38     FastCall = FALSE,
39     ReadOnlyDoc = TRUE,
40     Toggle = FALSE,
42     /* plugin: */
43     Container = FALSE,
45     /* api: */
46     Export = TRUE,
47     IsCollection = FALSE,
48     RecordAbsolute = FALSE,
49     RecordPerSet;
51     AccelConfig = FALSE,
52     MenuConfig = FALSE,
53     ToolBoxConfig = FALSE,
54     GroupId = ;
57 SfxBoolItem OutputQualityContrast SID_OUTPUT_QUALITY_CONTRAST
60     AutoUpdate = FALSE,
61     FastCall = FALSE,
62     ReadOnlyDoc = TRUE,
63     Toggle = FALSE,
64     Container = FALSE,
65     Asynchron;
67     AccelConfig = TRUE,
68     MenuConfig = TRUE,
69     ToolBoxConfig = TRUE,
70     GroupId = SfxGroupId::View;