LibreOffice
LibreOffice 5.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 #ifndef __com_sun_star_sheet_SpreadsheetDocumentSettings_idl__
21 #define __com_sun_star_sheet_SpreadsheetDocumentSettings_idl__
22 
28 
29 
30 module com { module sun { module star { module sheet {
31 
32 
40 published service SpreadsheetDocumentSettings
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 
184  [optional, property] boolean IsAdjustHeightEnabled;
185 
186 
191  [optional, property] boolean IsExecuteLinkEnabled;
192 
193 
198  [readonly, optional, property] com::sun::star::awt::XDevice ReferenceDevice;
199 
207  [optional, property] boolean RecordChanges;
208 
213  [readonly,optional, property] boolean IsRecordChangesProtected;
214 
215 
225  [optional, property] boolean Wildcards;
226 
227 };
228 
229 
230 }; }; }; };
231 
232 #endif
233 
234 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
represents a date value.
Definition: Date.idl:30
boolean CalcAsShown
specifies whether calculations are performed with the rounded values displayed in cells (set to TRUE)...
Definition: SpreadsheetDocumentSettings.idl:101
boolean RecordChanges
specifies whether changes record is enabled.
Definition: SpreadsheetDocumentSettings.idl:207
boolean LookUpLabels
specifies whether column or row labels are looked up from anywhere on the sheet.
Definition: SpreadsheetDocumentSettings.idl:122
com::sun::star::awt::XDevice ReferenceDevice
contains the reference device used for formatting the document.
Definition: SpreadsheetDocumentSettings.idl:198
provides information about a graphical output device and offers a factory for the graphics which prov...
Definition: XDevice.idl:41
boolean HasDrawPages
If this property is set the document has DrawPages.
Definition: SpreadsheetDocumentSettings.idl:147
boolean IsUndoEnabled
specifies whether the undo command is enabled.
Definition: SpreadsheetDocumentSettings.idl:176
Definition: Ambiguous.idl:22
boolean IsRecordChangesProtected
specifies whether changes record is protected.
Definition: SpreadsheetDocumentSettings.idl:213
com::sun::star::lang::Locale CharLocaleComplex
contains the standard document language for Complex text.
Definition: SpreadsheetDocumentSettings.idl:162
com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters
contains the interface XForbiddenCharacters.
Definition: SpreadsheetDocumentSettings.idl:137
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:52
long IterationCount
specifies how many iterations are carried out.
Definition: SpreadsheetDocumentSettings.idl:59
double IterationEpsilon
specifies the point at which a change in results will stop the iteration.
Definition: SpreadsheetDocumentSettings.idl:73
boolean SpellOnline
enables online spell checking.
Definition: SpreadsheetDocumentSettings.idl:111
boolean MatchWholeCell
specifies whether filter criteria must match entire cell contents.
Definition: SpreadsheetDocumentSettings.idl:106
short StandardDecimals
specifies the number of decimals in the default number format.
Definition: SpreadsheetDocumentSettings.idl:78
com::sun::star::lang::Locale CharLocale
contains the standard document language for Western text.
Definition: SpreadsheetDocumentSettings.idl:152
short DefaultTabStop
specifies the width of default tabulators.
Definition: SpreadsheetDocumentSettings.idl:88
boolean RegularExpressions
specifies whether regular expressions in formulas are enabled, e.g., for functions which look up spre...
Definition: SpreadsheetDocumentSettings.idl:132
boolean IgnoreCase
specifies whether upper and lower cases are treated as equal when comparing cells.
Definition: SpreadsheetDocumentSettings.idl:94
boolean IsLoaded
specifies whether the document data are already loaded.
Definition: SpreadsheetDocumentSettings.idl:169
com::sun::star::util::Date NullDate
specifies the date that is represented by the value zero.
Definition: SpreadsheetDocumentSettings.idl:83
boolean IsAdjustHeightEnabled
specifies whether the automatic adjustment of the row height is enabled.
Definition: SpreadsheetDocumentSettings.idl:184
contributes properties to control the configuration which is global for all views of a spreadsheet do...
Definition: SpreadsheetDocumentSettings.idl:40
com::sun::star::lang::Locale CharLocaleAsian
contains the standard document language for Asian text.
Definition: SpreadsheetDocumentSettings.idl:157
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
boolean IsExecuteLinkEnabled
specifies whether the automatic execution of links is enabled.
Definition: SpreadsheetDocumentSettings.idl:191
boolean IsIterationEnabled
enables iterated calculation of circular references.
Definition: SpreadsheetDocumentSettings.idl:46
boolean Wildcards
specifies whether wildcards in formulas are enabled, e.g., for functions which look up spreadsheet co...
Definition: SpreadsheetDocumentSettings.idl:225
provides access to forbidden character settings in a document.
Definition: XForbiddenCharacters.idl:38