Searched refs:IsUseThousandSep (Results  1 – 6 of 6) sorted by relevance
| /trunk/main/vcl/source/control/ | 
| H A D | longcurr.cxx | 312 …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 D | field.cxx | 612 …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 D | PageSizeControl.cxx | 111 				maWidthHeightField.IsUseThousandSep(),  in PageSizeControl()118 				maWidthHeightField.IsUseThousandSep(),  in PageSizeControl()
 
 | 
| /trunk/main/vcl/inc/vcl/ | 
| H A D | longcurr.hxx | 66     sal_Bool                    IsUseThousandSep() const { return mbThousandSep; }  in IsUseThousandSep()  function in LongCurrencyFormatter
 | 
| H A D | field.hxx | 206     sal_Bool                    IsUseThousandSep() const { return mbThousandSep; }  in IsUseThousandSep()  function in NumericFormatter
 | 
| /trunk/main/toolkit/source/awt/ | 
| H A D | vclxwindows.cxx | 5463 			    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 89 milliseconds