LibreOffice
LibreOffice 24.2 SDK API Reference
|
Symbols, names, and attributes of a specific currency, returned in a sequence by XLocaleData2::getAllCurrencies2(). More...
import"Currency2.idl";
Public Attributes | |
boolean | LegacyOnly |
If set, the currency and/or its symbol is only to be used in legacy context. More... | |
Public Attributes inherited from Currency | |
string | ID |
ISO 4217 currency code identifier, for example, EUR or USD. More... | |
string | Symbol |
Currency symbol, for example, $. More... | |
string | BankSymbol |
Currency abbreviation used by banks and in money exchange, for example, EUR or USD. More... | |
string | Name |
Name of the currency, for example, Euro or US Dollar. More... | |
boolean | Default |
If this currency is the default currency for a given locale. More... | |
boolean | UsedInCompatibleFormatCodes |
If this currency is the one used in compatible number format codes with FormatElement::formatIndex() values in the range 12..17. More... | |
short | DecimalPlaces |
The number of decimal places, for example, 2 for US Dollar or 0 for Italian Lira. More... | |
Symbols, names, and attributes of a specific currency, returned in a sequence by XLocaleData2::getAllCurrencies2().
It is derived from com::sun::star::i18n::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.
boolean LegacyOnly |
If set, the currency and/or its symbol is only to be used in legacy context.