Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4071 if ( (cKeyCode >= 48) && (cKeyCode <= 57) ) in ImplHandleSalObjSysCharMsg()
4072 aKeyEvt.mnCode = KEY_0+(cKeyCode-48); in ImplHandleSalObjSysCharMsg()
4073 else if ( (cKeyCode >= 65) && (cKeyCode <= 90) ) in ImplHandleSalObjSysCharMsg()
4074 aKeyEvt.mnCode = KEY_A+(cKeyCode-65); in ImplHandleSalObjSysCharMsg()
4075 else if ( (cKeyCode >= 97) && (cKeyCode <= 122) ) in ImplHandleSalObjSysCharMsg()
4076 aKeyEvt.mnCode = KEY_A+(cKeyCode-97); in ImplHandleSalObjSysCharMsg()
5268 if ( (cKeyCode >= 65) && (cKeyCode <= 90) ) in ImplHandleSysCommand()
5269 cKeyCode += 32; in ImplHandleSysCommand()
5272 if ( ((cKeyCode >= 48) && (cKeyCode <= 57)) || in ImplHandleSysCommand()
5273 ((cKeyCode >= 97) && (cKeyCode <= 122)) ) in ImplHandleSysCommand()
[all …]

Completed in 48 milliseconds