interface XCompatibilityNames in module com::sun::star::sheet::

(Global Index)

Syntax

interface XCompatibilityNames : com::sun::star::uno::XInterface ;

Description

gives access to an AddIn's compatibility names.

Method Summary

getCompatibilityNames returns the compatibility names of the function.

Known Services Which Export this Interface

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

Method Details



getCompatibilityNames

Syntax

sequence< com::sun::star::sheet::LocalizedName > getCompatibilityNames (
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