Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx369 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 Di18n_keysym.hxx63 sal_Unicode KeysymToUnicode (KeySym nKeySym);
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx169 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 Dkeysymnames.cxx67 KeySym aSymbol;
420 String getKeysymReplacementName( const char* pKeyboard, KeySym nSymbol ) in getKeysymReplacementName()
H A Di18n_xkb.cxx121 KeySym nKeySymbol = XkbKeycodeToKeysym( mpDisplay, nKeyCode, nGroup, nShiftState ); in LookupKeysymInGroup()
H A Di18n_keysym.cxx326 KeysymToUnicode (KeySym nKeySym) in KeysymToUnicode()
/trunk/main/x11_extensions/inc/
H A Drandrproto.h44 #define KeySym CARD32 macro
204 #undef KeySym
H A Drenderproto.h43 #define KeySym CARD32 macro
656 #undef KeySym
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3245 KeySym nKeySym; in HandleKeyEvent()
3246 KeySym nUnmodifiedKeySym; in HandleKeyEvent()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2728 const KeySym aKey = XkbKeycodeToKeysym( m_pDisplay, rMessage.xkey.keycode, 0, 0 ); in handleDragEvent()

Completed in 91 milliseconds