LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_script_XDirectInvocation_idl__
20 #define __com_sun_star_script_XDirectInvocation_idl__
34 module
com { module sun { module star { module script {
46 [in] sequence<any> aParams )
any directInvoke([in] string aName, [in] sequence< any > aParams)
provides access to methods and properties exposed by an object.
provides access to an object's methods and properties.
Definition: XDirectInvocation.idl:39
This exception denotes a checked exception (wrapping an originating exception) and may be thrown upon...
Definition: InvocationTargetException.idl:35
This exception is thrown to indicate that a type conversion can not be performed.
Definition: CannotConvertException.idl:34
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
boolean hasMember([in] string aName)
returns TRUE if the method or property with the specified name exists, else FALSE.