LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XDatabaseRange_idl__
21 #define __com_sun_star_sheet_XDatabaseRange_idl__
30 module
com { module sun { module star { module sheet {
XSheetFilterDescriptor getFilterDescriptor()
returns the filter descriptor stored with the database range.
void refresh()
executes the stored import, filter, sorting, and subtotals descriptors again.
XSubTotalDescriptor getSubTotalDescriptor()
returns the subtotal descriptor stored with the database range.
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30
provides access to the settings and options of a database range.
Definition: XDatabaseRange.idl:38
com::sun::star::table::CellRangeAddress getDataArea()
returns the data area of the database range in the spreadsheet document.
sequence< com::sun::star::beans::PropertyValue > getSortDescriptor()
returns the sort descriptor stored with the database range.
Definition: Ambiguous.idl:22
void setDataArea([in] com::sun::star::table::CellRangeAddress aDataArea)
sets the data area of the database range.
sequence< com::sun::star::beans::PropertyValue > getImportDescriptor()
returns the database import descriptor stored with this database range.
base interface of all UNO interfaces
Definition: XInterface.idl:48
provides access to a collection of filter conditions (filter fields).
Definition: XSheetFilterDescriptor.idl:35
provides access to the collection of subtotal fields in a subtotal descriptor.
Definition: XSubTotalDescriptor.idl:36