|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
collects all properties used to describe a function. More...
import "FunctionDescription.idl";
Public Types | |
| typedef 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). | |
Public Attributes | |
| long | Id |
| returns the function's unique identifier. | |
| long | Category |
| returns the function's category. | |
| string | Name |
| returns the localized function's name. | |
| string | Description |
| returns a localized description of the function. | |
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.