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' 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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.