Difference between revisions of "Documentation/DevGuide/Spreadsheets/Function Descriptions"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Spreadsheet Documents)
m (FINAL VERSION FOR L10N)
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/Spreadsheets/Service Names
 
|NextPage=Documentation/DevGuide/Spreadsheets/Service Names
 
}}
 
}}
{{DISPLAYTITLE:Function Descriptions}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Function Descriptions}}
 
The methods from the <idl>com.sun.star.sheet.XAddIn</idl> interface are used to provide descriptions of the user-visible functions.
 
The methods from the <idl>com.sun.star.sheet.XAddIn</idl> interface are used to provide descriptions of the user-visible functions.
  

Revision as of 10:33, 14 May 2009



The methods from the com.sun.star.sheet.XAddIn interface are used to provide descriptions of the user-visible functions.

The getDisplayFunctionName() and getProgrammaticFuntionName() methods are used to map between the internal function name, as defined in the interface and the function name as shown to the user of the spreadsheet application. The user-visible name, as well as the function and argument descriptions, can be translated strings for the language which is set using setLocale().

The getProgrammaticCategoryName() method sorts each add-in functions into one of the spreadsheet application's function categories. It returns the category's internal (non-translated) name. In addition, the getDisplayCategoryName() method provides a translated name for the category.

The getFunctionDescription(), getDisplayArgumentName() and getArgumentDescription() methods provide descriptions of the function and its arguments that are shown to the user, for example in the function AutoPilot.

Template:Documentation/Note

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages