LibreOffice
LibreOffice 7.1 SDK API Reference
SpreadsheetDocumentSettings.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef __com_sun_star_sheet_SpreadsheetDocumentSettings_idl__
21#define __com_sun_star_sheet_SpreadsheetDocumentSettings_idl__
22
28
29
30module com { module sun { module star { module sheet {
31
32
41{
42
44
47
48
51 [property] boolean IsIterationEnabled;
52
53
59 [property] long IterationCount;
60
61
73 [property] double IterationEpsilon;
74
75
78 [property] short StandardDecimals;
79
80
84
85
88 [property] short DefaultTabStop;
89
90
94 [property] boolean IgnoreCase;
95
96
101 [property] boolean CalcAsShown;
102
103
106 [property] boolean MatchWholeCell;
107
108
111 [property] boolean SpellOnline;
112
113
122 [property] boolean LookUpLabels;
123
124
132 [property] boolean RegularExpressions;
133
134
138
139
147 [readonly, optional, property] boolean HasDrawPages;
148
149
153
154
158
159
163
164
169 [optional, property] boolean IsLoaded;
170
171
176 [optional, property] boolean IsUndoEnabled;
177
178
188 [optional, property] boolean IsAdjustHeightEnabled;
189
190
195 [optional, property] boolean IsExecuteLinkEnabled;
196
197
202 [readonly, optional, property] com::sun::star::awt::XDevice ReferenceDevice;
203
211 [optional, property] boolean RecordChanges;
212
217 [readonly,optional, property] boolean IsRecordChangesProtected;
218
219
229 [optional, property] boolean Wildcards;
230
231};
232
233
234}; }; }; };
235
236#endif
237
238/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about a graphical output device and offers a factory for the graphics which prov...
Definition: XDevice.idl:42
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
provides access to forbidden character settings in a document.
Definition: XForbiddenCharacters.idl:39
Definition: Accessible.idl:22
contributes properties to control the configuration which is global for all views of a spreadsheet do...
Definition: SpreadsheetDocumentSettings.idl:41
boolean RegularExpressions
specifies whether regular expressions in formulas are enabled, e.g., for functions which look up spre...
Definition: SpreadsheetDocumentSettings.idl:132
com::sun::star::lang::Locale CharLocale
contains the standard document language for Western text.
Definition: SpreadsheetDocumentSettings.idl:152
com::sun::star::lang::Locale CharLocaleComplex
contains the standard document language for Complex text.
Definition: SpreadsheetDocumentSettings.idl:162
boolean IsRecordChangesProtected
specifies whether changes record is protected.
Definition: SpreadsheetDocumentSettings.idl:217
short DefaultTabStop
specifies the width of default tabulators.
Definition: SpreadsheetDocumentSettings.idl:88
boolean LookUpLabels
specifies whether column or row labels are looked up from anywhere on the sheet.
Definition: SpreadsheetDocumentSettings.idl:122
long IterationCount
specifies how many iterations are carried out.
Definition: SpreadsheetDocumentSettings.idl:59
boolean IsUndoEnabled
specifies whether the undo command is enabled.
Definition: SpreadsheetDocumentSettings.idl:176
com::sun::star::util::Date NullDate
specifies the date that is represented by the value zero.
Definition: SpreadsheetDocumentSettings.idl:83
com::sun::star::lang::Locale CharLocaleAsian
contains the standard document language for Asian text.
Definition: SpreadsheetDocumentSettings.idl:157
boolean SpellOnline
enables online spell checking.
Definition: SpreadsheetDocumentSettings.idl:111
boolean IgnoreCase
specifies whether upper and lower cases are treated as equal when comparing cells.
Definition: SpreadsheetDocumentSettings.idl:94
boolean RecordChanges
specifies whether changes record is enabled.
Definition: SpreadsheetDocumentSettings.idl:211
boolean IsExecuteLinkEnabled
specifies whether the automatic execution of links is enabled.
Definition: SpreadsheetDocumentSettings.idl:195
boolean IsIterationEnabled
enables iterated calculation of circular references.
Definition: SpreadsheetDocumentSettings.idl:46
boolean IsAdjustHeightEnabled
specifies whether the automatic adjustment of the row height is enabled.
Definition: SpreadsheetDocumentSettings.idl:188
boolean IsLoaded
specifies whether the document data are already loaded.
Definition: SpreadsheetDocumentSettings.idl:169
com::sun::star::awt::XDevice ReferenceDevice
contains the reference device used for formatting the document.
Definition: SpreadsheetDocumentSettings.idl:202
boolean MatchWholeCell
specifies whether filter criteria must match entire cell contents.
Definition: SpreadsheetDocumentSettings.idl:106
boolean CalcAsShown
specifies whether calculations are performed with the rounded values displayed in cells (set to TRUE)...
Definition: SpreadsheetDocumentSettings.idl:101
boolean HasDrawPages
If this property is set the document has DrawPages.
Definition: SpreadsheetDocumentSettings.idl:147
short StandardDecimals
specifies the number of decimals in the default number format.
Definition: SpreadsheetDocumentSettings.idl:78
boolean Wildcards
specifies whether wildcards in formulas are enabled, e.g., for functions which look up spreadsheet co...
Definition: SpreadsheetDocumentSettings.idl:229
com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters
contains the interface XForbiddenCharacters.
Definition: SpreadsheetDocumentSettings.idl:137
double IterationEpsilon
specifies the point at which a change in results will stop the iteration.
Definition: SpreadsheetDocumentSettings.idl:73
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:48
represents a date value.
Definition: Date.idl:31