Lines Matching refs:rNEvt
602 long FormattedField::PreNotify(NotifyEvent& rNEvt) in PreNotify() argument
605 if (rNEvt.GetType() == EVENT_KEYINPUT) in PreNotify()
607 return SpinField::PreNotify(rNEvt); in PreNotify()
852 long FormattedField::Notify(NotifyEvent& rNEvt) in Notify() argument
856 if ((rNEvt.GetType() == EVENT_KEYINPUT) && !IsReadOnly()) in Notify()
858 const KeyEvent& rKEvt = *rNEvt.GetKeyEvent(); in Notify()
875 if ((rNEvt.GetType() == EVENT_COMMAND) && !IsReadOnly()) in Notify()
877 const CommandEvent* pCommand = rNEvt.GetCommandEvent(); in Notify()
880 const CommandWheelData* pData = rNEvt.GetCommandEvent()->GetWheelData(); in Notify()
891 if (rNEvt.GetType() == EVENT_LOSEFOCUS) in Notify()
920 return SpinField::Notify( rNEvt ); in Notify()