Searched refs:aKEvt (Results 1 – 7 of 7) sorted by relevance
876 KeyEvent aKEvt( 0, aKCode); in FuSupport() local877 pOLV->PostKeyEvent(aKEvt); in FuSupport()888 KeyEvent aKEvt( 0, aKCode); in FuSupport() local890 bool bConsumed = mpDrawView && mpDrawView->getSmartTags().KeyInput( aKEvt ); in FuSupport()893 bConsumed = GetCurrentFunction()->KeyInput(aKEvt); in FuSupport()
587 KeyEvent aKEvt( 0, aKCode ); in FuSupport() local588 pOutlView->PostKeyEvent(aKEvt); in FuSupport()593 pFuOutlineText->UpdateForKeyPress (aKEvt); in FuSupport()
55 KeyEvent aKEvt=rKEvt; in KeyInput() local58 if(aKEvt.GetCharCode()==' ') in KeyInput()
1011 KeyEvent aKEvt(rKEvt.GetCharCode(), aKeyCode); in KeyInput() local1017 bOK = !EditEngine::DoesKeyChangeText(aKEvt); in KeyInput()1024 if (bOK && mpView->KeyInput(aKEvt, mpWindow) ) in KeyInput()1046 bReturn = FuDraw::KeyInput(aKEvt); in KeyInput()
1212 KeyEvent aKEvt( (xub_Unicode)nCharCode, aKeyCode, nRepeat ); in ImplHandleKey() local1213 NotifyEvent aNEvt( nSVEvent, pChild, &aKEvt ); in ImplHandleKey()1223 pChild->KeyInput( aKEvt ); in ImplHandleKey()1228 pChild->KeyUp( aKEvt ); in ImplHandleKey()
4932 KeyEvent aKEvt = *rNEvt.GetKeyEvent(); in Notify() local4933 KeyCode aKeyCode = aKEvt.GetKeyCode(); in Notify()
151 KeyEvent aKEvt = *rNEvt.GetKeyEvent(); in Notify() local152 KeyCode aCode = aKEvt.GetKeyCode(); in Notify()
Completed in 85 milliseconds