Searched refs:the_name (Results 1 – 5 of 5) sorted by relevance
60 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()
56 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class,gotten); in _getParent() local57 if (the_name != null) in _getParent()58 log.println("Parent:"+the_name.getName()); in _getParent()
166 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, in createTestEnvironment() local168 the_name.setName("SwXTextDocument"); in createTestEnvironment()176 the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, aMark); in createTestEnvironment()177 the_name.setName("SwXTextDocument"); in createTestEnvironment()
109 XNamed the_name = (XNamed) UnoRuntime.queryInterface(XNamed.class, in insertTextGraphic() local111 the_name.setName(name); in insertTextGraphic()
597 String the_name = list[i].Name; in hasPropertyByName() local598 if (aName.equals(the_name)) { in hasPropertyByName()
Completed in 22 milliseconds