|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module script {
66 sequence< com::sun::star::reflection::ParamMode >
aParamModes;
string aName
Name of the method or property.
Definition: InvocationInfo.idl:35
This struct is used to specify information about object members (methods or properties) accessed via ...
Definition: InvocationInfo.idl:31
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
type aType
Type of the member, for methods the return type.
Definition: InvocationInfo.idl:57
sequence< com::sun::star::reflection::ParamMode > aParamModes
Mode of method parameters (IN, OUT, INOUT), for properties this sequence is empty.
Definition: InvocationInfo.idl:66
Definition: Ambiguous.idl:20
MemberType
These values are used to specify a member accessible by XInvocation.
Definition: MemberType.idl:27