Home
last modified time | relevance | path

Searched refs:aKEvt (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx4932 KeyEvent aKEvt = *rNEvt.GetKeyEvent(); in Notify() local
4933 KeyCode aKeyCode = aKEvt.GetKeyCode(); in Notify()
H A Dwinproc.cxx1212 KeyEvent aKEvt( (xub_Unicode)nCharCode, aKeyCode, nRepeat ); in ImplHandleKey() local
1213 NotifyEvent aNEvt( nSVEvent, pChild, &aKEvt ); in ImplHandleKey()
1223 pChild->KeyInput( aKEvt ); in ImplHandleKey()
1228 pChild->KeyUp( aKEvt ); in ImplHandleKey()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx587 KeyEvent aKEvt( 0, aKCode ); in FuSupport() local
588 pOutlView->PostKeyEvent(aKEvt); in FuSupport()
593 pFuOutlineText->UpdateForKeyPress (aKEvt); in FuSupport()
H A Ddrviewse.cxx876 KeyEvent aKEvt( 0, aKCode); in FuSupport() local
877 pOLV->PostKeyEvent(aKEvt); in FuSupport()
888 KeyEvent aKEvt( 0, aKCode); in FuSupport() local
890 bool bConsumed = mpDrawView && mpDrawView->getSmartTags().KeyInput( aKEvt ); in FuSupport()
893 bConsumed = GetCurrentFunction()->KeyInput(aKEvt); in FuSupport()
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx1011 KeyEvent aKEvt(rKEvt.GetCharCode(), aKeyCode); in KeyInput() local
1017 bOK = !EditEngine::DoesKeyChangeText(aKEvt); in KeyInput()
1024 if (bOK && mpView->KeyInput(aKEvt, mpWindow) ) in KeyInput()
1046 bReturn = FuDraw::KeyInput(aKEvt); in KeyInput()
/trunk/main/formula/source/ui/dlg/
H A Dfuncpage.cxx55 KeyEvent aKEvt=rKEvt; in KeyInput() local
58 if(aKEvt.GetCharCode()==' ') in KeyInput()
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx151 KeyEvent aKEvt = *rNEvt.GetKeyEvent(); in Notify() local
152 KeyCode aCode = aKEvt.GetKeyCode(); in Notify()

Completed in 79 milliseconds