Lines Matching refs:GetKeyCode
244 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
302 if( rKEvt.GetKeyCode().GetModifier() == 0 ) in KeyInput()
328 if( rKEvt.GetKeyCode().GetModifier() == 0 ) in KeyInput()
350 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
375 if(rKEvt.GetKeyCode().IsMod1() || rKEvt.GetKeyCode().IsMod2()) in KeyInput()
379 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in KeyInput()
407 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
432 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
473 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
502 if(!rKEvt.GetKeyCode().IsMod1() && !bReadOnly) in KeyInput()
504 if(rKEvt.GetKeyCode().IsMod2()) in KeyInput()
511 else if(rKEvt.GetKeyCode().IsShift()) // #121236# Support for shift key in calc in KeyInput()
642 if(rKEvt.GetKeyCode().IsShift()) in KeyInput()
649 if(!rKEvt.GetKeyCode().IsShift()) in KeyInput()