LibreOffice
LibreOffice 25.8 SDK API Reference
|
provides access to an object's methods and properties. More...
import "XDirectInvocation.idl";
Public Member Functions | |
any | directInvoke ([in] string aName, [in] sequence< any > aParams) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::script::CannotConvertException, com::sun::star::reflection::InvocationTargetException ) |
provides access to methods and properties exposed by an object. | |
boolean | hasMember ([in] string aName) |
returns TRUE if the method or property with the specified name exists, else FALSE. | |
Public Member Functions inherited from XInterface | |
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. |
provides access to an object's methods and properties.
any directInvoke | ( | [in] string | aName, | |||
[in] sequence< any > | aParams ) | |||||
raises | ( | com::sun::star::lang::IllegalArgumentException, | ||||
com::sun::star::script::CannotConvertException, | ||||||
com::sun::star::reflection::InvocationTargetException ) |
provides access to methods and properties exposed by an object.
aName | the method to invoke |
aParams | all parameters, out parameters are not supported |
boolean hasMember | ( | [in] string | aName | ) |
returns TRUE if the method or property with the specified name exists, else FALSE.