|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
identifies a XFunctionDescription which allows to retrieve the meta data of all supported functions. More...
import "XFunctionDescription.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). | |
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
| gives access to the properties. | |
Public Attributes | |
| XFunctionCategory | Category |
| specifies the category number. | |
| string | Name |
| returns the localized function's name. | |
| string | Description |
| returns a localized description of the function. | |
| string | Signature |
| returns the signature of the function. | |
identifies a XFunctionDescription which allows to retrieve the meta data of all supported functions.
|
attributereadonly |
returns a sequence of localized descriptions of the function's arguments (in the order specified by the function).
| interface com::sun::star::beans::XPropertySet |
gives access to the properties.
| string createFormula | ( | [in] sequence< string > | arguments | ) | ||
| raises | ( | ::com::sun::star::lang::DisposedException, | ||||
| com::sun::star::lang::IllegalArgumentException, | ||||||
| ::com::sun::star::uno::Exception ) | ||||||
|
attributereadonly |
specifies the category number.
|
attributereadonly |
returns a localized description of the function.
|
attributereadonly |
returns the localized function's name.
|
attributereadonly |
returns the signature of the function.