Lines Matching refs:rNEvt
97 long SystemWindow::Notify( NotifyEvent& rNEvt ) in Notify() argument
100 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
109 if ( pMBar && pMBar->ImplHandleKeyEvent( *rNEvt.GetKeyEvent(), sal_False ) ) in Notify()
113 return Window::Notify( rNEvt ); in Notify()
118 long SystemWindow::PreNotify( NotifyEvent& rNEvt ) in PreNotify() argument
121 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in PreNotify()
123 if( rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_F6 && in PreNotify()
124 rNEvt.GetKeyEvent()->GetKeyCode().IsMod1() && in PreNotify()
125 !rNEvt.GetKeyEvent()->GetKeyCode().IsShift() ) in PreNotify()
153 if( pTList && pTList->HandleKeyEvent( *rNEvt.GetKeyEvent() ) ) in PreNotify()
157 return Window::PreNotify( rNEvt ); in PreNotify()