Searched refs:maRelationMap (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/toolkit/test/accessibility/tools/ |
H A D | NameProvider.java | 91 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName() 98 private static HashMap maRelationMap = new HashMap(); field in NameProvider 270 maRelationMap.put (new Integer (AccessibleRelationType.INVALID), "INVALID"); in maRelationMap.put() 271 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_FROM), "CONTENT_FLOWS_FROM"); in maRelationMap.put() 272 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_TO), "CONTENT_FLOWS_TO"); in maRelationMap.put() 273 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLED_BY), "CONTROLLED_BY"); in maRelationMap.put() 274 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLER_FOR), "CONTROLLER_FOR"); in maRelationMap.put() 275 maRelationMap.put (new Integer (AccessibleRelationType.LABEL_FOR), "LABEL_FOR"); in maRelationMap.put() 276 maRelationMap.put (new Integer (AccessibleRelationType.LABELED_BY), "LABELED_BY"); in maRelationMap.put() 277 maRelationMap.put (new Integer (AccessibleRelationType.MEMBER_OF), "MEMBER_OF"); in maRelationMap.put() [all …]
|
/aoo4110/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | NameProvider.java | 91 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName() 98 private static HashMap maRelationMap = new HashMap(); field in NameProvider 269 maRelationMap.put (new Integer (AccessibleRelationType.INVALID), "INVALID"); in maRelationMap.put() 270 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_FROM), "CONTENT_FLOWS_FROM"); in maRelationMap.put() 271 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_TO), "CONTENT_FLOWS_TO"); in maRelationMap.put() 272 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLED_BY), "CONTROLLED_BY"); in maRelationMap.put() 273 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLER_FOR), "CONTROLLER_FOR"); in maRelationMap.put() 274 maRelationMap.put (new Integer (AccessibleRelationType.LABEL_FOR), "LABEL_FOR"); in maRelationMap.put() 275 maRelationMap.put (new Integer (AccessibleRelationType.LABELED_BY), "LABELED_BY"); in maRelationMap.put() 276 maRelationMap.put (new Integer (AccessibleRelationType.MEMBER_OF), "MEMBER_OF"); in maRelationMap.put() [all …]
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | NameProvider.java | 95 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName() 102 private static HashMap maRelationMap = new HashMap(); field in NameProvider 274 maRelationMap.put (new Integer (AccessibleRelationType.INVALID), "INVALID"); in maRelationMap.put() 275 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_FROM), "CONTENT_FLOWS_FROM"); in maRelationMap.put() 276 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_TO), "CONTENT_FLOWS_TO"); in maRelationMap.put() 277 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLED_BY), "CONTROLLED_BY"); in maRelationMap.put() 278 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLER_FOR), "CONTROLLER_FOR"); in maRelationMap.put() 279 maRelationMap.put (new Integer (AccessibleRelationType.LABEL_FOR), "LABEL_FOR"); in maRelationMap.put() 280 maRelationMap.put (new Integer (AccessibleRelationType.LABELED_BY), "LABELED_BY"); in maRelationMap.put() 281 maRelationMap.put (new Integer (AccessibleRelationType.MEMBER_OF), "MEMBER_OF"); in maRelationMap.put() [all …]
|
Completed in 27 milliseconds