| LibreOffice
    LibreOffice 24.8 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. | |
| void | setDataArea ([in] com::sun::star::table::CellRangeAddress aDataArea) | 
| sets the data area of the database range. | |
| sequence< com::sun::star::beans::PropertyValue > | getSortDescriptor () | 
| returns the sort descriptor stored with the database range. | |
| XSheetFilterDescriptor | getFilterDescriptor () | 
| returns the filter descriptor stored with the database range. | |
| XSubTotalDescriptor | getSubTotalDescriptor () | 
| returns the subtotal descriptor stored with the database range. | |
| sequence< com::sun::star::beans::PropertyValue > | getImportDescriptor () | 
| returns the database import descriptor stored with this database range. | |
| void | refresh () | 
| executes the stored import, filter, sorting, and subtotals descriptors again. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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.