Lines Matching refs:aKeyEvent
1348 KeyEvent aKeyEvent( rKEvt ); in KeyInput() local
1386 aKeyEvent = KeyEvent( rKEvt.GetCharCode(), in KeyInput()
1392 const KeyCode& rKeyCode = aKeyEvent.GetKeyCode(); in KeyInput()
1393 sal_Unicode aCh = aKeyEvent.GetCharCode(); in KeyInput()
2204 if( rView.KeyInput( aKeyEvent ) ) in KeyInput()
2243 Window::KeyInput( aKeyEvent ); in KeyInput()
2274 sal_Bool bForward(!aKeyEvent.GetKeyCode().IsShift()); in KeyInput()
2283 Window::KeyInput( aKeyEvent ); in KeyInput()
2325 if( !aKeyEvent.GetRepeat() && pACorr && ( bIsAutoCorrectChar || bRunNext ) && in KeyInput()
2337 else if( !aKeyEvent.GetRepeat() && pACorr && ( bIsAutoCorrectChar || bRunNext ) && in KeyInput()
2351 aInBuffer.Expand( aInBuffer.Len() + aKeyEvent.GetRepeat() + 1,aCh ); in KeyInput()