Lines Matching refs:aKeyCode
4941 KeyCode aKeyCode = aKEvt.GetKeyCode(); in Notify() local
4942 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in Notify()
4954 … else if( ImplChangeHighlightUpDn( aKeyCode.IsShift() ? sal_True : sal_False , bNoTabCycling ) ) in Notify()
5581 KeyCode aKeyCode( 0, nModifier ); in TriggerItem() local
5582 ImplActivateItem( aKeyCode ); in TriggerItem()
5589 sal_Bool ToolBox::ImplActivateItem( KeyCode aKeyCode ) in ImplActivateItem() argument
5626 mnMouseModifier = aKeyCode.GetModifier(); in ImplActivateItem()
5671 sal_Bool ToolBox::ImplOpenItem( KeyCode aKeyCode ) in ImplOpenItem() argument
5673 sal_uInt16 nCode = aKeyCode.GetCode(); in ImplOpenItem()
5698 mnMouseModifier = aKeyCode.GetModifier(); in ImplOpenItem()
5720 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
5721 mnKeyModifier = aKeyCode.GetModifier(); in KeyInput()
5722 sal_uInt16 nCode = aKeyCode.GetCode(); in KeyInput()
5736 if( aKeyCode.GetModifier() ) // allow only pure cursor keys in KeyInput()
5741 ImplOpenItem( aKeyCode ); in KeyInput()
5746 if( aKeyCode.GetModifier() ) // allow only pure cursor keys in KeyInput()
5751 ImplOpenItem( aKeyCode ); in KeyInput()
5756 if( aKeyCode.GetModifier() ) // allow only pure cursor keys in KeyInput()
5761 ImplOpenItem( aKeyCode ); in KeyInput()
5766 if( aKeyCode.GetModifier() ) // allow only pure cursor keys in KeyInput()
5771 ImplOpenItem( aKeyCode ); in KeyInput()
5846 bForwardKey = !ImplActivateItem( aKeyCode ); in KeyInput()
5851 sal_uInt16 aKeyGroup = aKeyCode.GetGroup(); in KeyInput()
5871 if( aKeyGroup == KEYGROUP_FKEYS || aKeyGroup == KEYGROUP_MISC || aKeyCode.IsMod2() ) in KeyInput()