21 module
com { module sun { module star { module sheet {
35 [readonly, property]
long Id;
47 [readonly, property]
string Name;
58 [readonly, property] sequence< com::sun::star::sheet::FunctionArgument >
Arguments;
string Name
returns the localized function's name.
Definition: FunctionDescription.idl:47
Definition: Ambiguous.idl:20
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 Id
returns the function's unique identifier.
Definition: FunctionDescription.idl:35
string Description
returns a localized description of the function.
Definition: FunctionDescription.idl:52
collects all properties used to describe a function.
Definition: FunctionDescription.idl:28
long Category
returns the function's category.
Definition: FunctionDescription.idl:42