LibreOffice
LibreOffice 24.2 SDK API Reference
|
collects all properties used to describe a function. More...
import"FunctionDescription.idl";
Public Attributes | |
long | Id |
returns the function's unique identifier. More... | |
long | Category |
returns the function's category. More... | |
string | Name |
returns the localized function's name. More... | |
string | Description |
returns a localized description of the function. More... | |
sequence< com::sun::star::sheet::FunctionArgument > | Arguments |
returns a sequence of localized descriptions of the function's arguments (in the order specified by the function). More... | |
collects all properties used to describe a function.
|
propertyreadonly |
returns a sequence of localized descriptions of the function's arguments (in the order specified by the function).
|
propertyreadonly |
returns the function's category.
|
propertyreadonly |
returns a localized description of the function.
|
propertyreadonly |
returns the function's unique identifier.
|
propertyreadonly |
returns the localized function's name.