Home
last modified time | relevance | path

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

/aoo41x/main/ucb/qa/complex/tdoc/
H A D_XChild.java60 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class,gotten); in _getParent()
61 if (the_name != null) in _getParent()
62 log.println("Parent:"+the_name.getName()); in _getParent()
/aoo41x/main/qadevOOo/tests/java/ifc/container/
H A D_XChild.java56 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class,gotten); in _getParent() local
57 if (the_name != null) in _getParent()
58 log.println("Parent:"+the_name.getName()); in _getParent()
/aoo41x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextDocument.java166 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, in createTestEnvironment() local
168 the_name.setName("SwXTextDocument"); in createTestEnvironment()
176 the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, aMark); in createTestEnvironment()
177 the_name.setName("SwXTextDocument"); in createTestEnvironment()
/aoo41x/main/qadevOOo/runner/util/
H A DWriterTools.java109 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, in insertTextGraphic() local
111 the_name.setName(name); in insertTextGraphic()
H A Dutils.java597 String the_name = list[i].Name; in hasPropertyByName() local
598 if (aName.equals(the_name)) { in hasPropertyByName()

Completed in 49 milliseconds