Lines Matching refs:_rNEvt
75 long FileURLBox::PreNotify( NotifyEvent& _rNEvt ) in PreNotify() argument
77 switch ( _rNEvt.GetType() ) in PreNotify()
80 if ( ( GetSubEdit() == _rNEvt.GetWindow() ) in PreNotify()
81 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in PreNotify()
88 if ( IsWindowOrChild( _rNEvt.GetWindow() ) ) in PreNotify()
93 return SvtURLBox::PreNotify(_rNEvt); in PreNotify()
97 long FileURLBox::Notify( NotifyEvent& _rNEvt ) in Notify() argument
99 switch ( _rNEvt.GetType() ) in Notify()
102 if ( ( GetSubEdit() == _rNEvt.GetWindow() ) in Notify()
103 && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) in Notify()
107 long nReturn = SvtURLBox::Notify(_rNEvt); in Notify()
114 return SvtURLBox::Notify(_rNEvt); in Notify()