Home
last modified time | relevance | path

Searched refs:getCurr (Results 1 – 4 of 4) sorted by path

/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx292 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()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1729 String LocaleDataWrapper::getCurr( sal_Int64 nNumber, sal_uInt16 nDecimals, in getCurr() function in LocaleDataWrapper
/trunk/main/vcl/source/control/
H A Dfield.cxx2193 …return ImplGetLocaleDataWrapper().getCurr( nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseT… in CreateFieldText()
H A Dlongcurr.cxx68 return rLocaleDataWrapper.getCurr( (long)rNumber, nDigits, rCurrSymbol, bShowThousandSep ); in ImplGetCurr()
85 …XubString aTemplate = rLocaleDataWrapper.getCurr( (long)aFraction, nDigits, rCurrSymbol, bShowThou… in ImplGetCurr()

Completed in 26 milliseconds