21module
com { module sun { module star { module sheet {
28published service FunctionDescription
35 [readonly, property]
long Id;
47 [readonly, property]
string Name;
58 [readonly, property] sequence< com::sun::star::sheet::FunctionArgument >
Arguments;
Definition Ambiguous.idl:20
string Description
returns a localized description of the function.
Definition FunctionDescription.idl:52
string Name
returns the localized function's name.
Definition FunctionDescription.idl:47
sequence< com::sun::star::sheet::FunctionArgument > Arguments
returns a sequence of localized descriptions of the function's arguments (in the order specified by t...
Definition FunctionDescription.idl:58
long Category
returns the function's category.
Definition FunctionDescription.idl:42
long Id
returns the function's unique identifier.
Definition FunctionDescription.idl:35