21 module
com { module sun { module star { module script {
66 sequence< com::sun::star::reflection::ParamMode >
aParamModes;
MemberType
These values are used to specify a member accessible by XInvocation.
Definition: MemberType.idl:26
string aName
Name of the method or property.
Definition: InvocationInfo.idl:35
Definition: Ambiguous.idl:20
short PropertyAttribute
Only for property members: This field may contain zero or more constants of the com::sun::star::beans...
Definition: InvocationInfo.idl:53
MemberType eMemberType
Kind of the member (method or property).
Definition: InvocationInfo.idl:39
sequence< type > aParamTypes
Types method parameters, for properties this sequence is empty.
Definition: InvocationInfo.idl:61
sequence< com::sun::star::reflection::ParamMode > aParamModes
Mode of method parameters (IN, OUT, INOUT), for properties this sequence is empty.
Definition: InvocationInfo.idl:66
type aType
Type of the member, for methods the return type.
Definition: InvocationInfo.idl:57
This struct is used to specify information about object members (methods or properties) accessed via ...
Definition: InvocationInfo.idl:30