LibreOffice
LibreOffice 24.2 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. More... | |
boolean | hasMember ([in] string aName) |
returns TRUE if the method or property with the specified name exists, else FALSE . More... | |
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 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
.