LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XAddIn_idl__
21 #define __com_sun_star_sheet_XAddIn_idl__
26 module
com { module sun { module star { module sheet {
100 [in]
string aProgrammaticFunctionName,
101 [in]
long nArgument );
120 [in]
string aProgrammaticFunctionName,
121 [in]
long nArgument );
makes it possible to set a Locale to be used by the object.
Definition: XLocalizable.idl:32
string getFunctionDescription([in] string aProgrammaticName)
returns the description of a function.
string getArgumentDescription([in] string aProgrammaticFunctionName, [in] long nArgument)
returns the description of the specified argument.
string getDisplayArgumentName([in] string aProgrammaticFunctionName, [in] long nArgument)
returns the user-visible name of the specified argument.
gives access to function descriptions and user-visible names.
Definition: XAddIn.idl:32
Definition: Ambiguous.idl:22
string getProgrammaticCategoryName([in] string aProgrammaticFunctionName)
returns the programmatic name of the category the function belongs to.
string getDisplayFunctionName([in] string aProgrammaticName)
returns the user-visible function name for an internal name.
string getProgrammaticFuntionName([in] string aDisplayName)
returns the internal function name for an user-visible name.
string getDisplayCategoryName([in] string aProgrammaticFunctionName)
returns the user-visible name of the category the function belongs to.