LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to the settings and options of a database range. More...
import"XDatabaseRange.idl";
Public Member Functions | |
com::sun::star::table::CellRangeAddress | getDataArea () |
returns the data area of the database range in the spreadsheet document. More... | |
void | setDataArea ([in] com::sun::star::table::CellRangeAddress aDataArea) |
sets the data area of the database range. More... | |
sequence< com::sun::star::beans::PropertyValue > | getSortDescriptor () |
returns the sort descriptor stored with the database range. More... | |
XSheetFilterDescriptor | getFilterDescriptor () |
returns the filter descriptor stored with the database range. More... | |
XSubTotalDescriptor | getSubTotalDescriptor () |
returns the subtotal descriptor stored with the database range. More... | |
sequence< com::sun::star::beans::PropertyValue > | getImportDescriptor () |
returns the database import descriptor stored with this database range. More... | |
void | refresh () |
executes the stored import, filter, sorting, and subtotals descriptors again. More... | |
Public Member Functions inherited from XInterface | |
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... | |
provides access to the settings and options of a database range.
com::sun::star::table::CellRangeAddress getDataArea | ( | ) |
returns the data area of the database range in the spreadsheet document.
XSheetFilterDescriptor getFilterDescriptor | ( | ) |
returns the filter descriptor stored with the database range.
If the filter descriptor is modified, the new filtering is carried out when XDatabaseRange::refresh() is called.
sequence< com::sun::star::beans::PropertyValue > getImportDescriptor | ( | ) |
returns the database import descriptor stored with this database range.
sequence< com::sun::star::beans::PropertyValue > getSortDescriptor | ( | ) |
returns the sort descriptor stored with the database range.
XSubTotalDescriptor getSubTotalDescriptor | ( | ) |
returns the subtotal descriptor stored with the database range.
If the subtotal descriptor is modified, the new subtotals are inserted when XDatabaseRange::refresh() is called.
void refresh | ( | ) |
executes the stored import, filter, sorting, and subtotals descriptors again.
void setDataArea | ( | [in] com::sun::star::table::CellRangeAddress | aDataArea | ) |
sets the data area of the database range.