Home
last modified time | relevance | path

Searched refs:rCurrSymbol (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/control/
H A Dlongcurr.cxx63 …eDataWrapper, const BigInt &rNumber, sal_uInt16 nDigits, const String& rCurrSymbol, sal_Bool bShow… in ImplGetCurr() argument
68 return rLocaleDataWrapper.getCurr( (long)rNumber, nDigits, rCurrSymbol, bShowThousandSep ); in ImplGetCurr()
85 …XubString aTemplate = rLocaleDataWrapper.getCurr( (long)aFraction, nDigits, rCurrSymbol, bShowThou… in ImplGetCurr()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx882 SVL_DLLPRIVATE void ImpGetNegCurrFormat( String& sNegStr, const String& rCurrSymbol );
884 SVL_DLLPRIVATE void ImpGetPosCurrFormat( String& sPosStr, const String& rCurrSymbol );
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2688 void SvNumberFormatter::ImpGetPosCurrFormat( String& sPosStr, const String& rCurrSymbol ) in ImpGetPosCurrFormat() argument
2691 rCurrSymbol, xLocaleData->getCurrPositiveFormat() ); in ImpGetPosCurrFormat()
2694 void SvNumberFormatter::ImpGetNegCurrFormat( String& sNegStr, const String& rCurrSymbol ) in ImpGetNegCurrFormat() argument
2697 rCurrSymbol, xLocaleData->getCurrNegativeFormat() ); in ImpGetNegCurrFormat()

Completed in 41 milliseconds