Difference between revisions of "Documentation/DevGuide/Spreadsheets/Compatibility Names"
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/Spreadsheet Documents) |
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
||
Line 5: | Line 5: | ||
|NextPage=Documentation/DevGuide/Spreadsheets/Custom Functions | |NextPage=Documentation/DevGuide/Spreadsheets/Custom Functions | ||
}} | }} | ||
− | {{DISPLAYTITLE:Compatibility Names}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}} |
+ | {{DISPLAYTITLE:Compatibility Names}} | ||
<!--<idltopic>com.sun.star.sheet.XCompatibilityNames</idltopic>--> | <!--<idltopic>com.sun.star.sheet.XCompatibilityNames</idltopic>--> | ||
Optionally, the component can implement the <idl>com.sun.star.sheet.XCompatibilityNames</idl> interface, and in the <code>getCompatibilityNames()</code> method return a sequence of locale-dependent compatibility names for a function. These names are used by the spreadsheet application when loading or saving Excel files. They should only be present for a function if it is known to be an Excel add-in function with equivalent functionality. | Optionally, the component can implement the <idl>com.sun.star.sheet.XCompatibilityNames</idl> interface, and in the <code>getCompatibilityNames()</code> method return a sequence of locale-dependent compatibility names for a function. These names are used by the spreadsheet application when loading or saving Excel files. They should only be present for a function if it is known to be an Excel add-in function with equivalent functionality. |
Latest revision as of 10:34, 14 May 2009
Optionally, the component can implement the com.sun.star.sheet.XCompatibilityNames interface, and in the getCompatibilityNames()
method return a sequence of locale-dependent compatibility names for a function. These names are used by the spreadsheet application when loading or saving Excel files. They should only be present for a function if it is known to be an Excel add-in function with equivalent functionality.
The sequence of compatibility names for a function may contain several names for a single locale. In that case, all of these names are considered when importing a file. When exporting, the first name is used. If a file is exported in a locale for which no entry is present, the first entry is used. If there is a default locale, the entries for that locale are first in the sequence.
Content on this page is licensed under the Public Documentation License (PDL). |