LibreOffice
LibreOffice 7.4 SDK API Reference
|
represents something from which criteria for filtering can be read. More...
import"XSheetFilterableEx.idl";
Public Member Functions | |
com::sun::star::sheet::XSheetFilterDescriptor | createFilterDescriptorByObject ([in] com::sun::star::sheet::XSheetFilterable xObject) |
creates a filter descriptor for the specified filterable object from the contents of this object. More... | |
![]() | |
com::sun::star::sheet::XSheetFilterDescriptor | createFilterDescriptor ([in] boolean bEmpty) |
creates a filter descriptor. More... | |
void | filter ([in] com::sun::star::sheet::XSheetFilterDescriptor xDescriptor) |
performs a filter operation, using the settings of the passed filter descriptor. 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... | |
represents something from which criteria for filtering can be read.
In general the current object will be used only to create the descriptor to filter another object, i.e. the advanced filter feature in a spreadsheet.
com::sun::star::sheet::XSheetFilterDescriptor createFilterDescriptorByObject | ( | [in] com::sun::star::sheet::XSheetFilterable | xObject | ) |
creates a filter descriptor for the specified filterable object from the contents of this object.