Home
last modified time | relevance | path

Searched refs:mnCharCode (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3834 aKeyEvt.mnCharCode = (sal_Unicode) wParam; in ImplHandleKeyMsg()
3895 aKeyEvt.mnCharCode = 0; in ImplHandleKeyMsg()
3933 aKeyEvt.mnCharCode = 0; in ImplHandleKeyMsg()
3935 nLastChar = aKeyEvt.mnCharCode; in ImplHandleKeyMsg()
3942 aKeyEvt.mnCharCode = nLastChar; in ImplHandleKeyMsg()
3948 if ( aKeyEvt.mnCode || aKeyEvt.mnCharCode ) in ImplHandleKeyMsg()
3960 aKeyEvt.mnCharCode ) in ImplHandleKeyMsg()
4026 aKeyEvt.mnCharCode = 0; in ImplHandleSalObjKeyMsg()
4080 aKeyEvt.mnCharCode = ImplGetCharCode( pFrame, cKeyCode ); in ImplHandleSalObjSysCharMsg()
5254 aKeyEvt.mnCharCode = 0; in ImplHandleSysCommand()
[all …]
/trunk/main/vcl/source/window/
H A Dwinproc.cxx2438 pKeyEvt->mnCode, pKeyEvt->mnCharCode, pKeyEvt->mnRepeat, sal_True ); in ImplWindowFrameProc()
2452 pKeyEvt->mnCode, pKeyEvt->mnCharCode, pKeyEvt->mnRepeat, sal_True ); in ImplWindowFrameProc()
H A Dkeyevent.cxx35 mnCharCode(rKeyEvent.mnCharCode) in KeyEvent()
48 mnCharCode = rEvent.KeyChar; in KeyEvent()
/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/os2/source/window/
H A Dsalframe.cxx2836 aKeyEvt.mnCharCode = nSVCharCode; in ImplHandleKeyMsg()
/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/inc/
H A Dsalwtype.hxx125 sal_uInt16 mnCharCode; // SV-CharCode member
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm1468 aEvent.mnCharCode = aChar;

Completed in 121 milliseconds