|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
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 Description
returns a localized description of the function.
Definition: FunctionDescription.idl:52
long Category
returns the function's category.
Definition: FunctionDescription.idl:42
collects all properties used to describe a function.
Definition: FunctionDescription.idl:29
string Name
returns the localized function's name.
Definition: FunctionDescription.idl:47
Definition: Ambiguous.idl:20
long Id
returns the function's unique identifier.
Definition: FunctionDescription.idl:35
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