Lines Matching refs:rNEvt

863 long NumericField::PreNotify( NotifyEvent& rNEvt )  in PreNotify()  argument
865 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
867 …if ( ImplNumericProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousand… in PreNotify()
871 return SpinField::PreNotify( rNEvt ); in PreNotify()
876 long NumericField::Notify( NotifyEvent& rNEvt ) in Notify() argument
878 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
880 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
886 return SpinField::Notify( rNEvt ); in Notify()
982 long NumericBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
984 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
986 …if ( ImplNumericProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousand… in PreNotify()
990 return ComboBox::PreNotify( rNEvt ); in PreNotify()
995 long NumericBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
997 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
999 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
1005 return ComboBox::Notify( rNEvt ); in Notify()
1827 long MetricField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
1829 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1831 …if ( ImplMetricProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandS… in PreNotify()
1835 return SpinField::PreNotify( rNEvt ); in PreNotify()
1840 long MetricField::Notify( NotifyEvent& rNEvt ) in Notify() argument
1842 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
1844 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
1850 return SpinField::Notify( rNEvt ); in Notify()
1953 long MetricBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
1955 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1957 …if ( ImplMetricProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandS… in PreNotify()
1961 return ComboBox::PreNotify( rNEvt ); in PreNotify()
1966 long MetricBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
1968 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
1970 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
1976 return ComboBox::Notify( rNEvt ); in Notify()
2294 long CurrencyField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
2296 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2298 …if ( ImplCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousan… in PreNotify()
2302 return SpinField::PreNotify( rNEvt ); in PreNotify()
2307 long CurrencyField::Notify( NotifyEvent& rNEvt ) in Notify() argument
2309 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
2311 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
2317 return SpinField::Notify( rNEvt ); in Notify()
2413 long CurrencyBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
2415 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
2417 …if ( ImplCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousan… in PreNotify()
2421 return ComboBox::PreNotify( rNEvt ); in PreNotify()
2426 long CurrencyBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
2428 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
2430 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
2436 return ComboBox::Notify( rNEvt ); in Notify()