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 {
45 any directInvoke( [in]
string aName,
46 [in] sequence<any> aParams )
53 boolean hasMember( [in]
string aName );
This exception denotes a checked exception (wrapping an originating exception) and may be thrown upon...
Definition: InvocationTargetException.idl:34
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
provides access to an object's methods and properties.
Definition: XDirectInvocation.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:47
This exception is thrown to indicate that a type conversion can not be performed. ...
Definition: CannotConvertException.idl:33