Home
last modified time | relevance | path

Searched refs:keyMap (Results 1 – 3 of 3) sorted by relevance

/aoo4110/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java135 String[] shiftKeys = keyMap.get(ch); in typeText()
211 protected static HashMap<Character, String[]> keyMap = new HashMap<Character, String[]>(); field in Tester
307 keyMap.put(chars.charAt(i), new String[]{chars.substring(i, i + 1)}); in chars.charAt()
308 keyMap.put(shiftChars.charAt(i), new String[]{"shift", chars.substring(i, i + 1)}); in shiftChars.charAt()
310 keyMap.put(' ', new String[]{"space"});
311 keyMap.put('\t', new String[]{"tab"});
/aoo4110/main/winaccessibility/source/UAccCOM/
H A DAccActionBase.cpp332 static struct keyMap in getOLECHARFromKeyCode() struct
/aoo4110/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 25 milliseconds