Searched refs:KeySym (Results 1 – 10 of 10) sorted by relevance
/trunk/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 369 KeySym nShiftKeySym_; // first shift modifier 370 KeySym nCtrlKeySym_; // first control modifier 371 KeySym nMod1KeySym_; // first mod1 modifier 425 String GetKeyNameFromKeySym( KeySym keysym ) const; 427 sal_uInt16 GetKeyCode( KeySym keysym, char*pcPrintable ) const; 428 KeySym GetKeySym( XKeyEvent *pEvent, 431 KeySym *pUnmodifiedKeySym, 541 KeySym nSymbol );
|
H A D | i18n_keysym.hxx | 63 sal_Unicode KeysymToUnicode (KeySym nKeySym);
|
/trunk/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 169 inline const char *KeyStr( KeySym n ) { return Null( XKeysymToString( n ) ); } in KeyStr() 1027 String SalDisplay::GetKeyNameFromKeySym( KeySym nKeySym ) const in GetKeyNameFromKeySym() 1055 inline KeySym sal_XModifier2Keysym( Display *pDisplay, in sal_XModifier2Keysym() 1117 KeySym nKeySym = 0; in GetKeyName() 1278 sal_uInt16 SalDisplay::GetKeyCode( KeySym keysym, char*pcPrintable ) const in GetKeyCode() 1662 KeySym SalDisplay::GetKeySym( XKeyEvent *pEvent, in GetKeySym() 1665 KeySym *pUnmodifiedKeySym, in GetKeySym() 1669 KeySym nKeySym = 0; in GetKeySym() 1733 KeySym nNewKeySym = XLookupKeysym( pEvent, nNumLockIndex_ ); in GetKeySym()
|
H A D | keysymnames.cxx | 67 KeySym aSymbol; 420 String getKeysymReplacementName( const char* pKeyboard, KeySym nSymbol ) in getKeysymReplacementName()
|
H A D | i18n_xkb.cxx | 121 KeySym nKeySymbol = XkbKeycodeToKeysym( mpDisplay, nKeyCode, nGroup, nShiftState ); in LookupKeysymInGroup()
|
H A D | i18n_keysym.cxx | 326 KeysymToUnicode (KeySym nKeySym) in KeysymToUnicode()
|
/trunk/main/x11_extensions/inc/ |
H A D | randrproto.h | 44 #define KeySym CARD32 macro 204 #undef KeySym
|
H A D | renderproto.h | 43 #define KeySym CARD32 macro 656 #undef KeySym
|
/trunk/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 3245 KeySym nKeySym; in HandleKeyEvent() 3246 KeySym nUnmodifiedKeySym; in HandleKeyEvent()
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 2728 const KeySym aKey = XkbKeycodeToKeysym( m_pDisplay, rMessage.xkey.keycode, 0, 0 ); in handleDragEvent()
|
Completed in 82 milliseconds