|
XFunctionCategory | getCategory ([in] long position) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
| same as getByIndex.
|
|
XFunctionDescription | getFunctionByName ([in] string name) raises ( com::sun::star::container::NoSuchElementException) |
| get the function description by name
|
|
void | dispose () |
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references.
|
|
void | addEventListener ([in] XEventListener xListener) |
| adds an event listener to the object.
|
|
void | removeEventListener ([in] XEventListener aListener) |
| removes an event listener from the listener list.
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object.
|
|
void | acquire () |
| increases the reference counter by one.
|
|
void | release () |
| decreases the reference counter by one.
|
|
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.