LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 {
This struct is used to specify information about object members (methods or properties) accessed via ...
Definition: InvocationInfo.idl:37
sequence< string > getMemberNames()
returns the names of all methods and properties accessible via XInvocation.
sequence< InvocationInfo > getInfo()
returns information items for all methods and properties accessible via XInvocation.
InvocationInfo getInfoForName([in] string aName, [in] boolean bExact)
returns information item for the method or property defined by aName
Extension of XInvocation to provide additional information about the methods and properties that are ...
Definition: XInvocation2.idl:37
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