Searched refs:aKeyEvt (Results 1 – 11 of 11) sorted by relevance
3779 SalKeyEvent aKeyEvt; in ImplHandleKeyMsg() local3796 aKeyEvt.mnCode = 0; in ImplHandleKeyMsg()3818 SalKeyEvent aKeyEvt; in ImplHandleKeyMsg() local3821 aKeyEvt.mnRepeat = 0; in ImplHandleKeyMsg()3896 aKeyEvt.mnCode = 0; in ImplHandleKeyMsg()3948 if ( aKeyEvt.mnCode || aKeyEvt.mnCharCode ) in ImplHandleKeyMsg()4028 if ( aKeyEvt.mnCode ) in ImplHandleSalObjKeyMsg()4069 SalKeyEvent aKeyEvt; in ImplHandleSalObjSysCharMsg() local4078 aKeyEvt.mnCode = 0; in ImplHandleSalObjSysCharMsg()4081 aKeyEvt.mnRepeat = nRepeat; in ImplHandleSalObjSysCharMsg()[all …]
954 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local955 switch( aKeyEvt.GetKeyCode().GetCode() ) in PreNotify()960 aKeyEvt.GetKeyCode().IsMod2() ) in PreNotify()970 nDone = mpImplLB->ProcessKeyInput( aKeyEvt ); in PreNotify()977 aKeyEvt.GetKeyCode().IsMod2() ) in PreNotify()984 nDone = mpImplLB->ProcessKeyInput( aKeyEvt ); in PreNotify()992 mpImplLB->ProcessKeyInput( aKeyEvt ); in PreNotify()1000 nDone = mpImplLB->ProcessKeyInput( aKeyEvt ); in PreNotify()
829 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in Notify() local830 sal_uInt16 nKeyCode = aKeyEvt.GetKeyCode().GetCode(); in Notify()839 …if( ( nKeyCode == KEY_DOWN ) && mpFloatWin && !mpFloatWin->IsInPopupMode() && aKeyEvt.GetKeyCode()… in Notify()850 …else if( ( nKeyCode == KEY_UP ) && mpFloatWin && mpFloatWin->IsInPopupMode() && aKeyEvt.GetKeyCode… in Notify()857 nDone = mpImplLB->ProcessKeyInput( aKeyEvt ); in Notify()866 mpImplLB->ProcessKeyInput( aKeyEvt ); in Notify()
3275 SalKeyEvent aKeyEvt; in HandleKeyEvent() local3377 aKeyEvt.mnRepeat = 0; in HandleKeyEvent()3378 aKeyEvt.mnTime = pEvent->time; in HandleKeyEvent()3379 aKeyEvt.mnCharCode = 0; in HandleKeyEvent()3509 aKeyEvt.mnCode = nKeyCode | nModCode; in HandleKeyEvent()3510 aKeyEvt.mnRepeat = 0; in HandleKeyEvent()3511 aKeyEvt.mnTime = pEvent->time; in HandleKeyEvent()3512 aKeyEvt.mnCharCode = pString[ 0 ]; in HandleKeyEvent()3516 CallCallback( SALEVENT_KEYUP, &aKeyEvt ); in HandleKeyEvent()3529 aKeyEvt.mnCharCode = aAlternate.nCharCode; in HandleKeyEvent()[all …]
272 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local273 sal_uInt16 nKeyCode = aKeyEvt.GetKeyCode().GetCode(); in PreNotify()
616 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in Notify() local617 sal_uInt16 nKeyCode = aKeyEvt.GetKeyCode().GetCode(); in Notify()
2832 SalKeyEvent aKeyEvt; in ImplHandleKeyMsg() local2833 aKeyEvt.mnCode = nSVCode; in ImplHandleKeyMsg()2834 aKeyEvt.mnTime = WinQueryMsgTime( pFrame->mhAB ); in ImplHandleKeyMsg()2835 aKeyEvt.mnCode |= nModCode; in ImplHandleKeyMsg()2836 aKeyEvt.mnCharCode = nSVCharCode; in ImplHandleKeyMsg()2837 aKeyEvt.mnRepeat = nRepeat; in ImplHandleKeyMsg()2843 &aKeyEvt ); in ImplHandleKeyMsg()
3136 SalKeyEvent aKeyEvt; in signalKey() local3138 aKeyEvt.mnCode = KEY_MENU | nModCode; in signalKey()3139 aKeyEvt.mnRepeat = 0; in signalKey()3140 aKeyEvt.mnTime = pEvent->time; in signalKey()3141 aKeyEvt.mnCharCode = 0; in signalKey()3144 pThis->CallCallback( SALEVENT_KEYINPUT, &aKeyEvt ); in signalKey()3147 pThis->CallCallback( SALEVENT_KEYUP, &aKeyEvt ); in signalKey()
82 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local83 sal_Unicode cCharCode = aKeyEvt.GetCharCode(); in PreNotify()106 if ( aKeyEvt.GetKeyCode().GetCode() == KEY_RETURN ) in PreNotify()
1099 KeyEvent aKeyEvt( (xub_Unicode)nCharCode, aKeyCode, nRepeat ); in ImplHandleKey() local1100 NotifyEvent aNotifyEvt( nSVEvent, pChild, &aKeyEvt ); in ImplHandleKey()1109 pChild->KeyInput( aKeyEvt ); in ImplHandleKey()1114 pChild->KeyUp( aKeyEvt ); in ImplHandleKey()
259 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local260 KeyCode aCode = aKeyEvt.GetKeyCode(); in PreNotify()
Completed in 143 milliseconds