Home
last modified time | relevance | path

Searched refs:nUnmodifiedCode (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsalframe.cxx1101 sal_uInt16 nUnmodifiedCode = (nKeyCode & KEY_CODE_MASK); in GetKeyName() local
1102 std::map< sal_uInt16, OUString >::const_iterator it = aKeyMap.find( nUnmodifiedCode ); in GetKeyName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalframe.cxx1103 sal_uInt16 nUnmodifiedCode = (nKeyCode & KEY_CODE_MASK); in GetKeyName() local
1104 std::map< sal_uInt16, OUString >::const_iterator it = aKeyMap.find( nUnmodifiedCode ); in GetKeyName()