22 module
com { module sun { module star { module script {
54 any invoke( [in]
string aFunctionName,
55 [in] sequence<any> aParams,
56 [out] sequence<short> aOutParamIndex,
57 [out] sequence<any> aOutParam )
71 void setValue( [in]
string aPropertyName,
82 any getValue( [in]
string aPropertyName )
94 boolean hasMethod( [in]
string aName );
108 boolean hasProperty( [in]
string aName );
Definition: Ambiguous.idl:20
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:30
gives access to an object's methods and properties.
Definition: XInvocation.idl:31
This exception denotes a checked exception (wrapping an originating exception) and may be thrown upon...
Definition: InvocationTargetException.idl:30
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
represents the result of an introspection operation done by the inspect method of XIntrospection...
Definition: XIntrospectionAccess.idl:45
base interface of all UNO interfaces
Definition: XInterface.idl:45
This exception is thrown to indicate that a type conversion can not be performed. ...
Definition: CannotConvertException.idl:27