Lines Matching refs:aCode
689 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
694 if(aCode.GetCode() == KEY_ADD ) in KeyInput()
702 else if(aCode.GetCode() == KEY_SUBTRACT) in KeyInput()
1852 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
1853 if(aCode.GetCode() == KEY_RIGHT && rSel.A() == nTextLen) in KeyInput()
1858 else if(aCode.GetCode() == KEY_LEFT && !rSel.A() ) in KeyInput()
1863 else if ( (aCode.GetCode() == KEY_F3) && aCode.IsShift() && !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
1988 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput() local
1989 if(aCode.GetCode() == KEY_RIGHT) in KeyInput()
1994 else if(aCode.GetCode() == KEY_LEFT ) in KeyInput()
1999 else if(aCode.GetCode() == KEY_DELETE) in KeyInput()
2005 else if ( (aCode.GetCode() == KEY_F3) && aCode.IsShift() && !aCode.IsMod1() && !aCode.IsMod2() ) in KeyInput()
2669 KeyCode aCode = rKEvt.GetKeyCode(); in Notify() local
2670 if ( (aCode.GetCode() == KEY_F4) && aCode.IsShift() && !aCode.IsMod1() && !aCode.IsMod2() ) in Notify()