Searched refs:atargets (Results 1 – 1 of 1) sorted by relevance
90 XAccessibleText[] atargets = new XAccessibleText[2]; in contents_flows_from() local100 … atargets[0] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()106 … atargets[1] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()117 … atargets[0] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()123 … atargets[1] = (XAccessibleText) UnoRuntime.queryInterface(XAccessibleText.class, oTmp); in contents_flows_from()142 "didn't gain correct target paragraph", atargets[0].getText(), in contents_flows_from()152 "didn't gain correct target paragraph", atargets[1].getText(), in contents_flows_from()
Completed in 10 milliseconds