Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4068 if ( (cKeyCode >= 48) && (cKeyCode <= 57) ) in ImplHandleSalObjSysCharMsg()
4069 aKeyEvt.mnCode = KEY_0+(cKeyCode-48); in ImplHandleSalObjSysCharMsg()
4070 else if ( (cKeyCode >= 65) && (cKeyCode <= 90) ) in ImplHandleSalObjSysCharMsg()
4071 aKeyEvt.mnCode = KEY_A+(cKeyCode-65); in ImplHandleSalObjSysCharMsg()
4072 else if ( (cKeyCode >= 97) && (cKeyCode <= 122) ) in ImplHandleSalObjSysCharMsg()
4073 aKeyEvt.mnCode = KEY_A+(cKeyCode-97); in ImplHandleSalObjSysCharMsg()
5265 if ( (cKeyCode >= 65) && (cKeyCode <= 90) ) in ImplHandleSysCommand()
5266 cKeyCode += 32; in ImplHandleSysCommand()
5269 if ( ((cKeyCode >= 48) && (cKeyCode <= 57)) || in ImplHandleSysCommand()
5270 ((cKeyCode >= 97) && (cKeyCode <= 122)) ) in ImplHandleSysCommand()
[all …]

Completed in 34 milliseconds