Home
last modified time | relevance | path

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

/trunk/main/sw/qa/complex/accessibility/
H A DAccessibleRelationSet.java68 Object oTmp = set.getRelation(0).TargetSet[0]; in contents_flows_to() local
69 atarget = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_to()
99 Object oTmp = set.getRelation(0).TargetSet[0]; in contents_flows_from() local
100 … atargets[0] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()
105 Object oTmp = set.getRelation(0).TargetSet[0]; in contents_flows_from() local
106 … atargets[1] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()
116 Object oTmp = set.getRelation(1).TargetSet[0]; in contents_flows_from() local
117 … atargets[0] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()
122 Object oTmp = set.getRelation(1).TargetSet[0]; in contents_flows_from() local
123 … atargets[1] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()

Completed in 12 milliseconds