Home
last modified time | relevance | path

Searched refs:nbOfCurrencies (Results 1 – 2 of 2) sorted by relevance

/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx1386 sal_Int16 nbOfCurrencies = 0; in generateCode() local
1392 for ( i = 0; i < getNumberOfChildren(); i++,nbOfCurrencies++) { in generateCode()
1395 bool bDefault = of.writeDefaultParameter("Currency", str, nbOfCurrencies); in generateCode()
1399 bool bLegacy = of.writeDefaultParameter("CurrencyLegacyOnly", str, nbOfCurrencies); in generateCode()
1415 of.writeParameter("currencyID", str, nbOfCurrencies); in generateCode()
1420 of.writeParameter("currencySymbol", str, nbOfCurrencies); in generateCode()
1422 of.writeParameter("bankSymbol", str, nbOfCurrencies); in generateCode()
1428 of.writeParameter("currencyName", str, nbOfCurrencies); in generateCode()
1431 of.writeIntParameter("currencyDecimalPlaces", nbOfCurrencies, nDecimalPlaces); in generateCode()
1441 of.writeInt(nbOfCurrencies); in generateCode()
[all …]
H A Dsaxparser.cxx142 rootNode(0), nError(0), nbOfCurrencies(0), nbOfCalendars(0), nbOfFormatElements(0), in TestDocumentHandler()
300 sal_Int16 nbOfCurrencies; member in TestDocumentHandler

Completed in 25 milliseconds