Lines Matching refs:aKeyCode
366 void Splitter::ImplKbdTracking( KeyCode aKeyCode ) in ImplKbdTracking() argument
368 sal_uInt16 nCode = aKeyCode.GetCode(); in ImplKbdTracking()
408 …aNewPos = Point( ImplSplitterActive() ? aPos.X() : mnSplitPos, aKeyCode.IsShift() ? 0 : aSize.Heig… in ImplKbdTracking()
410 …aNewPos = Point( aKeyCode.IsShift() ? 0 : aSize.Width()/2, ImplSplitterActive() ? aPos.Y() : mnSpl… in ImplKbdTracking()
426 if( aKeyCode.IsShift() ) in ImplKbdTracking()
656 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local
657 sal_uInt16 nCode = aKeyCode.GetCode(); in KeyInput()
665 ImplKbdTracking( aKeyCode ); in KeyInput()
681 ImplKbdTracking( aKeyCode ); in KeyInput()
721 if( aKeyCode.IsShift() && pSibling ) in KeyInput()
730 ImplKbdTracking( aKeyCode ); in KeyInput()
736 ImplKbdTracking( aKeyCode ); in KeyInput()