LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_script_XAutomationInvocation_idl__
20 #define __com_sun_star_script_XAutomationInvocation_idl__
24 module
com { module sun { module star { module script {
any invokeGetProperty([in] string aFunctionName, [in] sequence< any > aParams, [out] sequence< short > aOutParamIndex, [out] sequence< any > aOutParam)
Definition: XAutomationInvocation.idl:27
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
gives access to an object's methods and properties.
Definition: XInvocation.idl:46
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
any invokePutProperty([in] string aFunctionName, [in] sequence< any > aParams, [out] sequence< short > aOutParamIndex, [out] sequence< any > aOutParam)