Home
last modified time | relevance | path

Searched refs:mnCharCode (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Devent.hxx57 xub_Unicode mnCharCode; member in KeyEvent
70 xub_Unicode GetCharCode() const { return mnCharCode; } in GetCharCode()
81 mnCharCode = 0; in KeyEvent()
90 mnCharCode = nChar; in KeyEvent()
/trunk/main/vcl/source/window/
H A Dkeyevent.cxx35 mnCharCode(rKeyEvent.mnCharCode) in KeyEvent()
48 mnCharCode = rEvent.KeyChar; in KeyEvent()
H A Dwinproc.cxx2435 pKeyEvt->mnCode, pKeyEvt->mnCharCode, pKeyEvt->mnRepeat, sal_True ); in ImplWindowFrameProc()
2449 pKeyEvt->mnCode, pKeyEvt->mnCharCode, pKeyEvt->mnRepeat, sal_True ); in ImplWindowFrameProc()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3794 aKeyEvt.mnCharCode = ImplGetCharCode( pFrame, wParam ); in ImplHandleKeyMsg()
3828 aKeyEvt.mnCharCode = (sal_Unicode) wParam; in ImplHandleKeyMsg()
3889 aKeyEvt.mnCharCode = 0; in ImplHandleKeyMsg()
3925 aKeyEvt.mnCharCode = ImplGetCharCode( pFrame, aCharMsg.wParam ); in ImplHandleKeyMsg()
3927 aKeyEvt.mnCharCode = 0; in ImplHandleKeyMsg()
3929 nLastChar = aKeyEvt.mnCharCode; in ImplHandleKeyMsg()
3936 aKeyEvt.mnCharCode = nLastChar; in ImplHandleKeyMsg()
3942 if ( aKeyEvt.mnCode || aKeyEvt.mnCharCode ) in ImplHandleKeyMsg()
3954 aKeyEvt.mnCharCode ) in ImplHandleKeyMsg()
4020 aKeyEvt.mnCharCode = 0; in ImplHandleSalObjKeyMsg()
[all …]
/trunk/main/vcl/inc/
H A Dsalwtype.hxx125 sal_uInt16 mnCharCode; // SV-CharCode member
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx328 aEvent.mnCharCode = aOrigCode; in doKeyCallback()
372 aEvent.mnCharCode = aAlternate.nCharCode; in doKeyCallback()
3141 aKeyEvt.mnCharCode = 0; in signalKey()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3379 aKeyEvt.mnCharCode = 0; in HandleKeyEvent()
3512 aKeyEvt.mnCharCode = pString[ 0 ]; in HandleKeyEvent()
3529 aKeyEvt.mnCharCode = aAlternate.nCharCode; in HandleKeyEvent()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1468 aEvent.mnCharCode = aChar;
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2832 aKeyEvt.mnCharCode = nSVCharCode; in ImplHandleKeyMsg()