Symbols, names, and attributes of a specific currency, returned in a sequence by XLocaleData::getAllCurrencies(). More...
import "Currency.idl";
 
  
| Public Attributes | |
| string | ID | 
| ISO 4217 currency code identifier, for example, EUR or USD. | |
| string | Symbol | 
| Currency symbol, for example, $. | |
| string | BankSymbol | 
| Currency abbreviation used by banks and in money exchange, for example, EUR or USD. | |
| string | Name | 
| Name of the currency, for example, Euro or US Dollar. | |
| boolean | Default | 
| If this currency is the default currency for a given locale. | |
| boolean | UsedInCompatibleFormatCodes | 
| If this currency is the one used in compatible number format codes with FormatElement::formatIndex() values in the range 12..17. | |
| short | DecimalPlaces | 
| The number of decimal places, for example, 2 for US Dollar or 0 for Italian Lira. | |
Symbols, names, and attributes of a specific currency, returned in a sequence by XLocaleData::getAllCurrencies().
| string BankSymbol | 
| short DecimalPlaces | 
The number of decimal places, for example, 2 for US Dollar or 0 for Italian Lira.
| boolean Default | 
If this currency is the default currency for a given locale.
| string ID | 
ISO 4217 currency code identifier, for example, EUR or USD.
| string Name | 
Name of the currency, for example, Euro or US Dollar.
Should be the localized name.
| string Symbol | 
Currency symbol, for example, $.
| boolean UsedInCompatibleFormatCodes | 
If this currency is the one used in compatible number format codes with FormatElement::formatIndex() values in the range 12..17.
Those format codes are used to generate some old style currency format codes for compatibility with StarOffice5 and StarOffice4.