LibreOffice
LibreOffice 7.4 SDK API Reference
|
identifies a XFunctionManager which allows to retrieve the meta data of all supported functions. More...
import"XFunctionManager.idl";
Exported Interfaces | |
interface | com::sun::star::lang::XComponent |
allows life-time control of report engine. More... | |
interface | com::sun::star::container::XIndexAccess |
gives access to all categories More... | |
Public Member Functions | |
XFunctionCategory | getCategory ([in] long position) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
same as getByIndex. More... | |
XFunctionDescription | getFunctionByName ([in] string name) raises ( com::sun::star::container::NoSuchElementException) |
get the function description by name More... | |
![]() | |
void | dispose () |
The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More... | |
void | addEventListener ([in] XEventListener xListener) |
adds an event listener to the object. More... | |
void | removeEventListener ([in] XEventListener aListener) |
removes an event listener from the listener list. 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... | |
![]() | |
long | getCount () |
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
![]() | |
type | getElementType () |
boolean | hasElements () |
identifies a XFunctionManager which allows to retrieve the meta data of all supported functions.
interface com::sun::star::container::XIndexAccess |
gives access to all categories
interface com::sun::star::lang::XComponent |
allows life-time control of report engine.
XFunctionCategory getCategory | ( | [in] long | position | ) | |
raises | ( | com::sun::star::lang::IndexOutOfBoundsException, | |||
com::sun::star::lang::WrappedTargetException | |||||
) |
XFunctionDescription getFunctionByName | ( | [in] string | name | ) | |
raises | ( | com::sun::star::container::NoSuchElementException | |||
) |
get the function description by name
name | the name of the function |