Lines Matching refs:rKEvent

509     virtual void    KeyInput( const KeyEvent& rKEvent );
698 … sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu = sal_True );
723 virtual void KeyInput( const KeyEvent& rKEvent );
3424 sal_Bool MenuBar::ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu ) in ImplHandleKeyEvent() argument
3436 bDone = ((MenuBarWindow*)pWin)->ImplHandleKeyEvent( rKEvent, bFromMenu ); in ImplHandleKeyEvent()
4947 void MenuFloatingWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument
4952 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput()
4972 if( nCode == KEY_F6 && !rKEvent.GetKeyCode().IsMod1() ) in KeyInput()
4984 … ((MenuBarWindow*)((MenuBar*)pMenu->pStartedFrom)->ImplGetWindow())->KeyInput( rKEvent ); in KeyInput()
5006 … ((MenuBarWindow*)((MenuBar*)pMenu->pStartedFrom)->ImplGetWindow())->KeyInput( rKEvent ); in KeyInput()
5039 pStart->ImplGetWindow()->KeyInput( rKEvent ); in KeyInput()
5070 pStart->ImplGetWindow()->KeyInput( rKEvent ); in KeyInput()
5077 xub_Unicode nCharCode = rKEvent.GetCharCode(); in KeyInput()
5080 …ta = (nCharCode && pMenu) ? pMenu->GetItemList()->SearchItem( nCharCode, rKEvent.GetKeyCode(), nPo… in KeyInput()
5097 …if ( !rKEvent.GetKeyCode().IsMod2() && ( nCode != KEY_HELP ) && ( rKEvent.GetKeyCode().GetGroup() … in KeyInput()
5099 FloatingWindow::KeyInput( rKEvent ); in KeyInput()
5717 void MenuBarWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput() argument
5719 if ( !ImplHandleKeyEvent( rKEvent ) ) in KeyInput()
5720 Window::KeyInput( rKEvent ); in KeyInput()
5723 sal_Bool MenuBarWindow::ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu ) in ImplHandleKeyEvent() argument
5732 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in ImplHandleKeyEvent()
5740 if( pSysWin->GetTaskPaneList()->HandleKeyEvent( rKEvent ) ) in ImplHandleKeyEvent()
5745 if ( nCode == KEY_MENU && !rKEvent.GetKeyCode().IsShift() ) // only F10, not Shift-F10 in ImplHandleKeyEvent()
5840 else if ( nCode == KEY_ESCAPE || ( nCode == KEY_F6 && rKEvent.GetKeyCode().IsMod1() ) ) in ImplHandleKeyEvent()
5857 if( nCode == KEY_F6 && rKEvent.GetKeyCode().IsMod1() ) in ImplHandleKeyEvent()
5867 if ( !bDone && ( bFromMenu || rKEvent.GetKeyCode().IsMod2() ) ) in ImplHandleKeyEvent()
5869 xub_Unicode nCharCode = rKEvent.GetCharCode(); in ImplHandleKeyEvent()
5873 …MenuItemData* pData = pMenu->GetItemList()->SearchItem( nCharCode, rKEvent.GetKeyCode(), nEntry, n… in ImplHandleKeyEvent()
5884 sal_uInt16 nKeyCode = rKEvent.GetKeyCode().GetCode(); in ImplHandleKeyEvent()