Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/control/
H A Dfield.cxx77 const LocaleDataWrapper& rLocaleDataWrappper ) in ImplNumericProcessKeyInput() argument
89 (cChar == rLocaleDataWrappper.getNumDecimalSep() ) || in ImplNumericProcessKeyInput()
90 (bThousandSep && (cChar == rLocaleDataWrappper.getNumThousandSep())) || in ImplNumericProcessKeyInput()
101 … sal_uInt16 nDecDigits, const LocaleDataWrapper& rLocaleDataWrappper, in ImplNumericGetValue() argument
119 nDecPos = aStr.Search( rLocaleDataWrappper.getNumDecimalSep() ); in ImplNumericGetValue()
148 sal_uInt16 nFormat = rLocaleDataWrappper.getCurrNegativeFormat(); in ImplNumericGetValue()

Completed in 36 milliseconds