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:27
Definition Ambiguous.idl:20
This struct is used to specify information about object members (methods or properties) accessed via ...
Definition InvocationInfo.idl:31
sequence< type > aParamTypes
Types method parameters, for properties this sequence is empty.
Definition InvocationInfo.idl:61
short PropertyAttribute
Only for property members: This field may contain zero or more constants of the com::sun::star::beans...
Definition InvocationInfo.idl:53
string aName
Name of the method or property.
Definition InvocationInfo.idl:35
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
MemberType eMemberType
Kind of the member (method or property).
Definition InvocationInfo.idl:39