:: com :: sun :: star :: sheet ::
|
service DatabaseRange |
- Description
- represents a database range in a spreadsheet document.
A database range is a name for a cell range that also stores filtering,
sorting, subtotal and data import settings and options.
- See also
- DatabaseRanges
- Developers Guide
- Spreadsheets - Database Operations
|
Exported Interfaces - Summary |
XDatabaseRange |
- (referenced entity's summary:)
- provides access to the settings and options of a database range.
|
XCellRangeReferrer |
- (referenced entity's summary:)
- allows direct access to the cells in a named range or to the cells
which are visible in a view, without the need to get the document
object first.
|
::com::sun::star::beans::XPropertySet |
- (referenced entity's summary:)
- provides information about and access to the
properties from an implementation.
|
::com::sun::star::container::XNamed |
- (referenced entity's summary:)
- specifies the name of the object.
|
::com::sun::star::util::XRefreshable |
|
Properties' Summary |
boolean
MoveCells |
if this property is set, columns or rows are inserted or deleted
when the size of the range is changed by an update operation.
|
boolean
KeepFormats |
if this property is set, cell formats are extended
when the size of the range is changed by an update operation.
|
boolean
StripData |
if this property is set, the cell contents within the database
range are left out when the document is saved.
|
boolean
AutoFilter |
[ OPTIONAL ]
specifies whether the AutoFilter is enabled or not.
|
boolean
UseFilterCriteriaSource |
[ OPTIONAL ]
specifies whether the filter criteria should be taken from a CellRange.
|
::com::sun::star::table::CellRangeAddress
FilterCriteriaSource |
[ OPTIONAL ]
specifies the range where the filter can find the filter criteria.
|
long
RefreshPeriod |
[ OPTIONAL ]
specifies the time between two refresh actions in seconds.
|
boolean
FromSelection |
[ OPTIONAL ]
specifies whether the imported data is only a selection of the database.
|
[ readonly ] long
TokenIndex |
[ OPTIONAL ]
returns the index used to refer to this range in token arrays.
|
Properties' Details |
MoveCells
boolean MoveCells;
- Description
- if this property is set, columns or rows are inserted or deleted
when the size of the range is changed by an update operation.
|
|
KeepFormats
boolean KeepFormats;
- Description
- if this property is set, cell formats are extended
when the size of the range is changed by an update operation.
|
|
StripData
boolean StripData;
- Description
- if this property is set, the cell contents within the database
range are left out when the document is saved.
|
|
AutoFilter
boolean AutoFilter;
- Usage Restrictions
- optional
- Description
- specifies whether the AutoFilter is enabled or not.
- Since
- OOo 1.1.2
|
|
UseFilterCriteriaSource
boolean UseFilterCriteriaSource;
- Usage Restrictions
- optional
- Description
- specifies whether the filter criteria should be taken from a CellRange.
- Since
- OOo 1.1.2
|
|
FilterCriteriaSource
|
RefreshPeriod
long RefreshPeriod;
- Usage Restrictions
- optional
- Description
- specifies the time between two refresh actions in seconds.
- Since
- OOo 2.0
|
|
FromSelection
boolean FromSelection;
- Usage Restrictions
- optional
- Description
- specifies whether the imported data is only a selection of the database.
- Since
- OOo 2.0
|
|
TokenIndex
[ readonly ] long TokenIndex;
- Usage Restrictions
- optional
- Description
- returns the index used to refer to this range in token arrays.
A token describing a database range shall contain the op-code
obtained from the FormulaMapGroupSpecialOffset::DB_AREA
and this index as data part.
- Since
- OOo 3.0
- See also
- FormulaToken, FormulaMapGroupSpecialOffset::DB_AREA
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.