contributes properties to control the configuration which is global for all views of a spreadsheet document.
More...
import "SpreadsheetDocumentSettings.idl";
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
|
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name. More...
|
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property. More...
|
|
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list. More...
|
|
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
|
|
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list. More...
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. More...
|
|
void | acquire () |
| increases the reference counter by one. More...
|
|
void | release () |
| decreases the reference counter by one. More...
|
|
contributes properties to control the configuration which is global for all views of a spreadsheet document.
- Deprecated:
- See Also
- com::sun::star::sheet::SpreadsheetDocument
published service PropertySet
provides access to the properties.
specifies whether calculations are performed with the rounded values displayed in cells (set to TRUE
) instead of the internal values (set to FALSE
).
contains the standard document language for Western text.
contains the standard document language for Asian text.
contains the standard document language for Complex text.
specifies the width of default tabulators.
contains the interface XForbiddenCharacters.
If this property is set the document has DrawPages.
Use this property to find out, whether the document has DrawPages or not, because the getDrawPage method on the XDrawPageSupplier and the getDrawPages method on the XDrawPagesSupplier always creates the DrawPages if there are none; and this is very slow and needs more memory.
specifies whether upper and lower cases are treated as equal when comparing cells.
boolean IsAdjustHeightEnabled |
|
optionalproperty |
specifies whether the automatic adjustment of the row height is enabled.
- Since
- OOo 3.0
boolean IsExecuteLinkEnabled |
|
optionalproperty |
specifies whether the automatic execution of links is enabled.
- Since
- OOo 3.0
boolean IsIterationEnabled |
|
property |
enables iterated calculation of circular references.
specifies whether the document data are already loaded.
- Since
- OOo 3.0
boolean IsRecordChangesProtected |
|
optionalpropertyreadonly |
specifies whether changes record is protected.
- Since
- LibreOffice 5.0
specifies whether the undo command is enabled.
- Since
- OOo 3.0
specifies the point at which a change in results will stop the iteration.
More exactly it specifies a difference in the change of the result between two iterations. If the result difference is less than or equal to this epsilon-value, the iteration is stopped.
This setting is only used, if iteration is enabled using SpreadsheetDocumentSettings::IsIterationEnabled.
specifies whether column or row labels are looked up from anywhere on the sheet.
Explicitly defined label ranges are used even if this property is set to FALSE
.
- See Also
- com::sun::star::sheet::LabelRanges
specifies whether filter criteria must match entire cell contents.
specifies the date that is represented by the value zero.
contains the reference device used for formatting the document.
- Since
- OOo 3.0
boolean RegularExpressions |
|
property |
specifies whether regular expressions in formulas are enabled, e.g., for functions which look up spreadsheet contents.
RegularExpressions and Wildcards are mutually exclusive, only one can have the value TRUE
. If both are set to TRUE
via API calls then the last one set takes precedence.
enables online spell checking.
specifies the number of decimals in the default number format.
specifies whether wildcards in formulas are enabled, e.g., for functions which look up spreadsheet contents.
Wildcards and RegularExpressions are mutually exclusive, only one can have the value TRUE
. If both are set to TRUE
via API calls then the last one set takes precedence.
- Since
- LibreOffice 5.2
The documentation for this service was generated from the following file: