Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sheet ::

interface XCompatibilityNames

Base Interface
com::sun::star::uno::XInterface

Description
gives access to an AddIn's compatibility names.


Known Services which Export this Interface

com::sun::star::sheet::AddIn is the base for AddIn services that supply functions which can be called by other components.

Methods' Summary

getCompatibilityNames returns the compatibility names of the function.

Methods' Details

getCompatibilityNames
 
sequence< com::sun::star::sheet::LocalizedName >
getCompatibilityNames(
[ in ] string aProgrammaticName );

Description
returns the compatibility names of the function.

The compatibility names are used for import and export to other applications. They may be locale-dependent. The default name for each locale must be the first for that locale. The first entry in the sequence must be for the default locale (used for a locale that is not in the list). If a function doesn't have any compatibility names, the returned sequence is empty.


Top of Page