Searched refs:KeyIdentifierInfo (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/framework/qa/complex/accelerators/ |
H A D | KeyMapping.java | 28 class KeyIdentifierInfo class 33 KeyIdentifierInfo(String sID, Short nC) in KeyIdentifierInfo() method in KeyIdentifierInfo 71 KeyIdentifierInfo[] aInfoMap = { in KeyMapping() 82 new KeyIdentifierInfo("A", new Short(com.sun.star.awt.Key.A)), in KeyMapping() 83 new KeyIdentifierInfo("B", new Short(com.sun.star.awt.Key.B)), in KeyMapping() 84 new KeyIdentifierInfo("C", new Short(com.sun.star.awt.Key.C)), in KeyMapping() 85 new KeyIdentifierInfo("D", new Short(com.sun.star.awt.Key.D)), in KeyMapping() 86 new KeyIdentifierInfo("E", new Short(com.sun.star.awt.Key.E)), in KeyMapping() 87 new KeyIdentifierInfo("F", new Short(com.sun.star.awt.Key.F)), in KeyMapping() 88 new KeyIdentifierInfo("G", new Short(com.sun.star.awt.Key.G)), in KeyMapping() [all …]
|
/aoo42x/main/framework/source/inc/accelerators/ |
H A D | keymapping.hxx | 63 struct KeyIdentifierInfo struct in framework::KeyMapping 85 static KeyIdentifierInfo KeyIdentifierMap[];
|
/aoo42x/main/framework/source/accelerators/ |
H A D | keymapping.cxx | 49 KeyMapping::KeyIdentifierInfo KeyMapping::KeyIdentifierMap[] =
|
Completed in 10 milliseconds