Lines Matching refs:aCode
400 KeyCode aCode( rKEvt.GetKeyCode() ); in KeyInput() local
403 switch ( aCode.GetCode() ) in KeyInput()
454 if( !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
456 bool bForward = !aCode.IsShift(); in KeyInput()
467 else if(aCode.IsMod1()) in KeyInput()
471 sal_Bool bForward(!aCode.IsShift()); in KeyInput()
484 if ( aCode.IsMod1() ) in KeyInput()
497 if ( aCode.IsMod1() ) in KeyInput()
515 if (aCode.GetCode() == KEY_UP) in KeyInput()
521 else if (aCode.GetCode() == KEY_DOWN) in KeyInput()
527 else if (aCode.GetCode() == KEY_LEFT) in KeyInput()
533 else if (aCode.GetCode() == KEY_RIGHT) in KeyInput()
540 if (pView->AreObjectsMarked() && !aCode.IsMod1() ) in KeyInput()
542 if(aCode.IsMod2()) in KeyInput()