LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 
128  [property] boolean RegularExpressions;
129 
130 
134 
135 
143  [readonly, optional, property] boolean HasDrawPages;
144 
145 
149 
150 
154 
155 
159 
160 
165  [optional, property] boolean IsLoaded;
166 
167 
172  [optional, property] boolean IsUndoEnabled;
173 
174 
180  [optional, property] boolean IsAdjustHeightEnabled;
181 
182 
187  [optional, property] boolean IsExecuteLinkEnabled;
188 
189 
194  [readonly, optional, property] com::sun::star::awt::XDevice ReferenceDevice;
195 
196 };
197 
198 
199 }; }; }; };
200 
201 #endif
202 
203 /* 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 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:194
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:143
boolean IsUndoEnabled
specifies whether the undo command is enabled.
Definition: SpreadsheetDocumentSettings.idl:172
com::sun::star::lang::Locale CharLocaleComplex
contains the standard document language for Complex text.
Definition: SpreadsheetDocumentSettings.idl:158
com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters
contains the interface XForbiddenCharacters.
Definition: SpreadsheetDocumentSettings.idl:133
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:148
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:128
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:165
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:180
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:153
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:187
boolean IsIterationEnabled
enables iterated calculation of circular references.
Definition: SpreadsheetDocumentSettings.idl:46
provides access to forbidden character settings in a document.
Definition: XForbiddenCharacters.idl:38