Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dlongcurr.cxx312 …ataWrapper, nTempVal, nDecDigits, rFormatter.GetCurrencySymbol(), rFormatter.IsUseThousandSep() ); in ImplLongCurrencyReformat()
419 …( GetLocaleDataWrapper(), nNewValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThousandSep() ); in SetUserValue()
655 …rocessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), GetLocaleD… in PreNotify()
767 …rocessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), GetLocaleD… in PreNotify()
823 …urr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThousandSep() ); in InsertValue()
831 …urr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThousandSep() ); in RemoveValue()
849 …urr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThousandSep() ); in GetValuePos()
H A Dfield.cxx612 …return ImplGetLocaleDataWrapper().getNum( nValue, GetDecimalDigits(), IsUseThousandSep(), IsShowTr… in CreateFieldText()
867 …rocessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), ImplGetLoc… in PreNotify()
986 …rocessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), ImplGetLoc… in PreNotify()
1831 …rocessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), ImplGetLoc… in PreNotify()
1957 …rocessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), ImplGetLoc… in PreNotify()
2193 …LocaleDataWrapper().getCurr( nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThousandSep() ); in CreateFieldText()
2298 …rocessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), ImplGetLoc… in PreNotify()
2417 …rocessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandSep(), ImplGetLoc… in PreNotify()
/trunk/main/sw/source/ui/sidebar/
H A DPageSizeControl.cxx111 maWidthHeightField.IsUseThousandSep(), in PageSizeControl()
118 maWidthHeightField.IsUseThousandSep(), in PageSizeControl()
/trunk/main/vcl/inc/vcl/
H A Dlongcurr.hxx66 sal_Bool IsUseThousandSep() const { return mbThousandSep; } in IsUseThousandSep() function in LongCurrencyFormatter
H A Dfield.hxx206 sal_Bool IsUseThousandSep() const { return mbThousandSep; } in IsUseThousandSep() function in NumericFormatter
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx5463 aProp <<= (sal_Bool) ((NumericField*)GetWindow())->IsUseThousandSep(); in getProperty()
5707 aProp <<= (sal_Bool) ((NumericField*)GetWindow())->IsUseThousandSep(); in getProperty()
6070 aProp <<= (sal_Bool) ((LongCurrencyField*)GetWindow())->IsUseThousandSep(); in getProperty()

Completed in 71 milliseconds