Lines Matching refs:rNEvt
651 long LongCurrencyField::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
653 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify()
655 …if ( ImplLongCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseTho… in PreNotify()
658 return SpinField::PreNotify( rNEvt ); in PreNotify()
663 long LongCurrencyField::Notify( NotifyEvent& rNEvt ) in Notify() argument
665 if( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
669 else if( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
677 return SpinField::Notify( rNEvt ); in Notify()
763 long LongCurrencyBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
765 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify()
767 …if ( ImplLongCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseTho… in PreNotify()
770 return ComboBox::PreNotify( rNEvt ); in PreNotify()
775 long LongCurrencyBox::Notify( NotifyEvent& rNEvt ) in Notify() argument
777 if( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
781 else if( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
789 return ComboBox::Notify( rNEvt ); in Notify()