Syntax
interface XCompatibilityNames : 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 -
Method Details
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.