Home
last modified time | relevance | path

Searched refs:aKeyEvt (Results 1 – 11 of 11) sorted by path

/aoo41x/main/basctl/source/basicide/
H A Dbasicbox.cxx272 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local
273 sal_uInt16 nKeyCode = aKeyEvt.GetKeyCode().GetCode(); in PreNotify()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx257 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local
258 KeyCode aCode = aKeyEvt.GetKeyCode(); in PreNotify()
/aoo41x/main/svtools/source/dialogs/
H A Dfiledlg2.cxx82 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local
83 sal_Unicode cCharCode = aKeyEvt.GetCharCode(); in PreNotify()
106 if ( aKeyEvt.GetKeyCode().GetCode() == KEY_RETURN ) in PreNotify()
/aoo41x/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx616 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in Notify() local
617 sal_uInt16 nKeyCode = aKeyEvt.GetKeyCode().GetCode(); in Notify()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2832 SalKeyEvent aKeyEvt; in ImplHandleKeyMsg() local
2833 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()
/aoo41x/main/vcl/source/control/
H A Dcombobox.cxx829 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in Notify() local
830 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()
H A Dlstbox.cxx954 KeyEvent aKeyEvt = *rNEvt.GetKeyEvent(); in PreNotify() local
955 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()
/aoo41x/main/vcl/source/window/
H A Dwinproc.cxx1099 KeyEvent aKeyEvt( (xub_Unicode)nCharCode, aKeyCode, nRepeat ); in ImplHandleKey() local
1100 NotifyEvent aNotifyEvt( nSVEvent, pChild, &aKeyEvt ); in ImplHandleKey()
1109 pChild->KeyInput( aKeyEvt ); in ImplHandleKey()
1114 pChild->KeyUp( aKeyEvt ); in ImplHandleKey()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx3275 SalKeyEvent aKeyEvt; in HandleKeyEvent() local
3377 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 …]
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3136 SalKeyEvent aKeyEvt; in signalKey() local
3138 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()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3776 SalKeyEvent aKeyEvt; in ImplHandleKeyMsg() local
3793 aKeyEvt.mnCode = 0; in ImplHandleKeyMsg()
3815 SalKeyEvent aKeyEvt; in ImplHandleKeyMsg() local
3818 aKeyEvt.mnRepeat = 0; in ImplHandleKeyMsg()
3893 aKeyEvt.mnCode = 0; in ImplHandleKeyMsg()
3945 if ( aKeyEvt.mnCode || aKeyEvt.mnCharCode ) in ImplHandleKeyMsg()
4025 if ( aKeyEvt.mnCode ) in ImplHandleSalObjKeyMsg()
4066 SalKeyEvent aKeyEvt; in ImplHandleSalObjSysCharMsg() local
4075 aKeyEvt.mnCode = 0; in ImplHandleSalObjSysCharMsg()
4078 aKeyEvt.mnRepeat = nRepeat; in ImplHandleSalObjSysCharMsg()
[all …]

Completed in 210 milliseconds