19 #ifndef __com_sun_star_script_XInvocation_idl__
20 #define __com_sun_star_script_XInvocation_idl__
36 module com { module sun { module star { module script {
67 any invoke( [in]
string aFunctionName,
68 [in] sequence<any> aParams,
69 [out] sequence<short> aOutParamIndex,
70 [out] sequence<any> aOutParam )
84 void setValue( [in]
string aPropertyName,
95 any getValue( [in]
string aPropertyName )
107 boolean hasMethod( [in]
string aName );
121 boolean hasProperty( [in]
string aName );
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
gives access to an object's methods and properties.
Definition: XInvocation.idl:45
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
represents the result of an introspection operation done by the inspect method of XIntrospection...
Definition: XIntrospectionAccess.idl:61
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