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

struct LocalizedName
Description
A name that is valid for a specified locale.
See also
XCompatibilityNames

Elements' Summary
Locale The locale for which this name is valid.  
Name The name itself.  
Elements' Details
Locale
::com::sun::star::lang::Locale Locale;
Description
The locale for which this name is valid.
Name
string Name;
Description
The name itself.
Top of Page