Searched refs:nKeySym (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | saldisp.cxx | 1027 String SalDisplay::GetKeyNameFromKeySym( KeySym nKeySym ) const in GetKeyNameFromKeySym() 1033 XLIB_KeyCode aKeyCode = XKeysymToKeycode( GetDisplay(), nKeySym ); in GetKeyNameFromKeySym() 1036 if( !nKeySym ) in GetKeyNameFromKeySym() 1040 …= ::vcl_sal::getKeysymReplacementName( const_cast<SalDisplay*>(this)->GetKeyboardName(), nKeySym ); in GetKeyNameFromKeySym() 1043 const char *pString = XKeysymToString( nKeySym ); in GetKeyNameFromKeySym() 1117 KeySym nKeySym = 0; in GetKeyName() local 1120 nKeySym = XK_0 + (nKeyCode - KEY_0); in GetKeyName() 1122 nKeySym = XK_A + (nKeyCode - KEY_A); in GetKeyName() 1124 nKeySym = XK_F1 + (nKeyCode - KEY_F1); in GetKeyName() 1128 nKeySym = XK_Down; in GetKeyName() [all …]
|
| H A D | i18n_keysym.cxx | 326 KeysymToUnicode (KeySym nKeySym) in KeysymToUnicode() argument 329 if ((nKeySym & 0xff000000) == 0x01000000) in KeysymToUnicode() 333 if (! (nKeySym & 0x00ff0000) ) in KeysymToUnicode() 334 return (sal_Unicode)(nKeySym & 0x0000ffff); in KeysymToUnicode() 339 unsigned char n_byte1 = (nKeySym & 0xff000000) >> 24; in KeysymToUnicode() 340 unsigned char n_byte2 = (nKeySym & 0x00ff0000) >> 16; in KeysymToUnicode() 341 unsigned char n_byte3 = (nKeySym & 0x0000ff00) >> 8; in KeysymToUnicode() 342 unsigned char n_byte4 = (nKeySym & 0x000000ff); in KeysymToUnicode()
|
| /AOO41X/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 3245 KeySym nKeySym; in HandleKeyEvent() local 3256 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, in HandleKeyEvent() 3263 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, in HandleKeyEvent() 3272 nKeySym = pDisplay_->GetKeySym( pEvent, pPrintable, &nLen, &nUnmodifiedKeySym, &nStatus ); in HandleKeyEvent() 3290 if( nKeySym == XK_Shift_L || nKeySym == XK_Shift_R in HandleKeyEvent() 3291 || nKeySym == XK_Control_L || nKeySym == XK_Control_R in HandleKeyEvent() 3292 || nKeySym == XK_Alt_L || nKeySym == XK_Alt_R in HandleKeyEvent() 3293 || nKeySym == XK_Meta_L || nKeySym == XK_Meta_R in HandleKeyEvent() 3294 || nKeySym == XK_Super_L || nKeySym == XK_Super_R ) in HandleKeyEvent() 3312 switch( nKeySym ) in HandleKeyEvent() [all …]
|
| /AOO41X/main/vcl/inc/unx/ |
| H A D | i18n_keysym.hxx | 63 sal_Unicode KeysymToUnicode (KeySym nKeySym);
|