Lines Matching refs:_rNEvt
53 long OFileURLControl::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
55 if (GetSubEdit() == _rNEvt.GetWindow()) in PreNotify()
56 if (EVENT_KEYINPUT == _rNEvt.GetType()) in PreNotify()
57 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in PreNotify()
61 return SvtURLBox::PreNotify(_rNEvt); in PreNotify()
65 long OFileURLControl::Notify( NotifyEvent& _rNEvt ) in Notify() argument
67 if (GetSubEdit() == _rNEvt.GetWindow()) in Notify()
68 if (EVENT_KEYINPUT == _rNEvt.GetType()) in Notify()
69 if (KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode()) in Notify()
72 long nReturn = SvtURLBox::Notify(_rNEvt); in Notify()
85 return SvtURLBox::Notify(_rNEvt); in Notify()