Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx623 #define KEY_TAB_SIZE 146 macro
625 static sal_uInt16 aImplTranslateKeyTab[KEY_TAB_SIZE] =
3594 if ( wParam < KEY_TAB_SIZE ) in ImplSalGetKeyCode()
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx525 #define KEY_TAB_SIZE (VK_ENDDRAG+1) macro
527 static USHORT aImplTranslateKeyTab[KEY_TAB_SIZE] =
2604 if ( (nKeyFlags & KC_VIRTUALKEY) && (nKeyCode < KEY_TAB_SIZE) ) in ImplSalGetKeyCode()

Completed in 71 milliseconds