LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XConditionalFormats.idl";
Public Member Functions | |
long | createByRange ([in] com::sun::star::sheet::XSheetCellRanges range) |
adds a conditional format to the existing list returns the id of the inserted conditional format More... | |
void | removeByID ([in] long ID) |
sequence< XConditionalFormat > | getConditionalFormats () |
long | getLength () |
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... | |
long createByRange | ( | [in] com::sun::star::sheet::XSheetCellRanges | range | ) |
adds a conditional format to the existing list returns the id of the inserted conditional format
sequence< XConditionalFormat > getConditionalFormats | ( | ) |
long getLength | ( | ) |
void removeByID | ( | [in] long | ID | ) |