LibreOffice
LibreOffice 24.2 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 
21 module com { module sun { module star { module sheet {
22 
23 
31 published service SpreadsheetDocumentSettings
32 {
33 
35 
38 
39 
42  [property] boolean IsIterationEnabled;
43 
44 
50  [property] long IterationCount;
51 
52 
64  [property] double IterationEpsilon;
65 
66 
69  [property] short StandardDecimals;
70 
71 
75 
76 
79  [property] short DefaultTabStop;
80 
81 
85  [property] boolean IgnoreCase;
86 
87 
92  [property] boolean CalcAsShown;
93 
94 
97  [property] boolean MatchWholeCell;
98 
99 
102  [property] boolean SpellOnline;
103 
104 
113  [property] boolean LookUpLabels;
114 
115 
123  [property] boolean RegularExpressions;
124 
125 
129 
130 
138  [readonly, optional, property] boolean HasDrawPages;
139 
140 
144 
145 
149 
150 
154 
155 
160  [optional, property] boolean IsLoaded;
161 
162 
167  [optional, property] boolean IsUndoEnabled;
168 
169 
179  [optional, property] boolean IsAdjustHeightEnabled;
180 
181 
186  [optional, property] boolean IsExecuteLinkEnabled;
187 
188 
193  [readonly, optional, property] com::sun::star::awt::XDevice ReferenceDevice;
194 
202  [optional, property] boolean RecordChanges;
203 
208  [readonly,optional, property] boolean IsRecordChangesProtected;
209 
210 
220  [optional, property] boolean Wildcards;
221 
222 };
223 
224 
225 }; }; }; };
226 
227 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
represents a date value.
Definition: Date.idl:28
boolean CalcAsShown
specifies whether calculations are performed with the rounded values displayed in cells (set to TRUE)...
Definition: SpreadsheetDocumentSettings.idl:92
boolean RecordChanges
specifies whether changes record is enabled.
Definition: SpreadsheetDocumentSettings.idl:202
boolean LookUpLabels
specifies whether column or row labels are looked up from anywhere on the sheet.
Definition: SpreadsheetDocumentSettings.idl:113
com::sun::star::awt::XDevice ReferenceDevice
contains the reference device used for formatting the document.
Definition: SpreadsheetDocumentSettings.idl:193
provides information about a graphical output device and offers a factory for the graphics which prov...
Definition: XDevice.idl:33
boolean HasDrawPages
If this property is set the document has DrawPages.
Definition: SpreadsheetDocumentSettings.idl:138
boolean IsUndoEnabled
specifies whether the undo command is enabled.
Definition: SpreadsheetDocumentSettings.idl:167
Definition: Ambiguous.idl:20
boolean IsRecordChangesProtected
specifies whether changes record is protected.
Definition: SpreadsheetDocumentSettings.idl:208
com::sun::star::lang::Locale CharLocaleComplex
contains the standard document language for Complex text.
Definition: SpreadsheetDocumentSettings.idl:153
com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters
contains the interface XForbiddenCharacters.
Definition: SpreadsheetDocumentSettings.idl:128
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:33
long IterationCount
specifies how many iterations are carried out.
Definition: SpreadsheetDocumentSettings.idl:50
double IterationEpsilon
specifies the point at which a change in results will stop the iteration.
Definition: SpreadsheetDocumentSettings.idl:64
boolean SpellOnline
enables online spell checking.
Definition: SpreadsheetDocumentSettings.idl:102
boolean MatchWholeCell
specifies whether filter criteria must match entire cell contents.
Definition: SpreadsheetDocumentSettings.idl:97
short StandardDecimals
specifies the number of decimals in the default number format.
Definition: SpreadsheetDocumentSettings.idl:69
com::sun::star::lang::Locale CharLocale
contains the standard document language for Western text.
Definition: SpreadsheetDocumentSettings.idl:143
short DefaultTabStop
specifies the width of default tabulators.
Definition: SpreadsheetDocumentSettings.idl:79
boolean RegularExpressions
specifies whether regular expressions in formulas are enabled, e.g., for functions which look up spre...
Definition: SpreadsheetDocumentSettings.idl:123
boolean IgnoreCase
specifies whether upper and lower cases are treated as equal when comparing cells.
Definition: SpreadsheetDocumentSettings.idl:85
boolean IsLoaded
specifies whether the document data are already loaded.
Definition: SpreadsheetDocumentSettings.idl:160
com::sun::star::util::Date NullDate
specifies the date that is represented by the value zero.
Definition: SpreadsheetDocumentSettings.idl:74
boolean IsAdjustHeightEnabled
specifies whether the automatic adjustment of the row height is enabled.
Definition: SpreadsheetDocumentSettings.idl:179
contributes properties to control the configuration which is global for all views of a spreadsheet do...
Definition: SpreadsheetDocumentSettings.idl:31
com::sun::star::lang::Locale CharLocaleAsian
contains the standard document language for Asian text.
Definition: SpreadsheetDocumentSettings.idl:148
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
boolean IsExecuteLinkEnabled
specifies whether the automatic execution of links is enabled.
Definition: SpreadsheetDocumentSettings.idl:186
boolean IsIterationEnabled
enables iterated calculation of circular references.
Definition: SpreadsheetDocumentSettings.idl:37
boolean Wildcards
specifies whether wildcards in formulas are enabled, e.g., for functions which look up spreadsheet co...
Definition: SpreadsheetDocumentSettings.idl:220
provides access to forbidden character settings in a document.
Definition: XForbiddenCharacters.idl:32