Lines Matching refs:rNEvt
267 long BasicLibBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
270 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify()
272 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify()
292 else if( rNEvt.GetType() == EVENT_GETFOCUS ) in PreNotify()
300 else if( rNEvt.GetType() == EVENT_LOSEFOCUS ) in PreNotify()
309 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify()
496 long BasicLanguageBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
499 if( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify()
501 sal_uInt16 nKeyCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in PreNotify()
519 else if( rNEvt.GetType() == EVENT_GETFOCUS ) in PreNotify()
522 else if( rNEvt.GetType() == EVENT_LOSEFOCUS ) in PreNotify()
526 return nDone ? nDone : ListBox::PreNotify( rNEvt ); in PreNotify()