:: com :: sun :: star :: i18n ::

struct Currency2
Base Hierarchy
Currency2Currency
Description
Symbols, names, and attributes of a specific currency, returned in a sequence by XLocaleData2::getAllCurrencies2().

It is derived from Currency and provides an additional flag for currency entries that are available only for legacy reasons in context of loaded documents that use them, but otherwise should not be offered to the user to be selectable.

See also
XLocaleData
for links to DTD of XML locale data files.

Elements' Summary
LegacyOnly If set, the currency and/or its symbol is only to be used in legacy context.  
Elements' Details
LegacyOnly
boolean LegacyOnly;
Description
If set, the currency and/or its symbol is only to be used in legacy context.
Since
OOo 2.0.3
Top of Page