21module 
com {  module sun {  module star {  module sheet {
 
   95            [in] 
string aProgrammaticFunctionName,
 
   96            [in] 
long nArgument );
 
  115            [in] 
string aProgrammaticFunctionName,
 
  116            [in] 
long nArgument );
 
 
makes it possible to set a Locale to be used by the object.
Definition XLocalizable.idl:26
gives access to function descriptions and user-visible names.
Definition XAddIn.idl:27
string getDisplayCategoryName([in] string aProgrammaticFunctionName)
returns the user-visible 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 getFunctionDescription([in] string aProgrammaticName)
returns the description of a function.
string getProgrammaticCategoryName([in] string aProgrammaticFunctionName)
returns the programmatic name of the category the function belongs to.
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.
Definition Ambiguous.idl:20