19 #ifndef __com_sun_star_script_XInvocation2_idl__
20 #define __com_sun_star_script_XInvocation2_idl__
27 module
com { module sun { module star { module script {
40 sequence< string > getMemberNames();
46 sequence< InvocationInfo > getInfo();
61 InvocationInfo getInfoForName( [in]
string aName, [in]
boolean bExact )
Extension of XInvocation to provide additional information about the methods and properties that are ...
Definition: XInvocation2.idl:36
– idl definition –
Definition: Ambiguous.idl:22
gives access to an object's methods and properties.
Definition: XInvocation.idl:45
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This struct is used to specify information about object members (methods or properties) accessed via ...
Definition: InvocationInfo.idl:36