Searched refs:getCurr (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/unotools/inc/unotools/ |
H A D | localedatawrapper.hxx | 292 String getCurr( sal_Int64 nNumber, sal_uInt16 nDecimals, 298 String getCurr( sal_Int64 nNumber, sal_uInt16 nDecimals, in getCurr() function in LocaleDataWrapper 300 { return getCurr( nNumber, nDecimals, in getCurr()
|
/aoo41x/main/vcl/source/control/ |
H A D | longcurr.cxx | 68 return rLocaleDataWrapper.getCurr( (long)rNumber, nDigits, rCurrSymbol, bShowThousandSep ); in ImplGetCurr() 85 …XubString aTemplate = rLocaleDataWrapper.getCurr( (long)aFraction, nDigits, rCurrSymbol, bShowThou… in ImplGetCurr()
|
H A D | field.cxx | 2193 …return ImplGetLocaleDataWrapper().getCurr( nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseT… in CreateFieldText()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | localedatawrapper.cxx | 1729 String LocaleDataWrapper::getCurr( sal_Int64 nNumber, sal_uInt16 nDecimals, in getCurr() function in LocaleDataWrapper
|
Completed in 92 milliseconds