LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides functions to manage the sheet local databases More...
import"XUnnamedDatabaseRanges.idl";
Public Member Functions | |
void | setByTable ([in] com::sun::star::table::CellRangeAddress aRange) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
any | getByTable ([in] long nTab) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::IndexOutOfBoundsException ) |
boolean | hasByTable ([in] long nTab) raises ( com::sun::star::lang::IndexOutOfBoundsException ) |
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 functions to manage the sheet local databases
any getByTable | ( | [in] long | nTab | ) | |
raises | ( | com::sun::star::container::NoSuchElementException, | |||
com::sun::star::lang::IndexOutOfBoundsException | |||||
) |
boolean hasByTable | ( | [in] long | nTab | ) | |
raises | ( | com::sun::star::lang::IndexOutOfBoundsException | |||
) |
void setByTable | ( | [in] com::sun::star::table::CellRangeAddress | aRange | ) | |
raises | ( | com::sun::star::lang::IndexOutOfBoundsException | |||
) |