Lines Matching refs:UnoRuntime
52 import com.sun.star.uno.UnoRuntime;
95 UnoRuntime.queryInterface( in initialize()
168 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xImpressDoc); in createTestEnvironment()
171 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
198 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
204 UnoRuntime.queryInterface(XShapes.class, secondDrawPage); in createTestEnvironment()
210 UnoRuntime.queryInterface(XModel.class, xImpressDoc); in createTestEnvironment()
215 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
217 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
233 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
235 UnoRuntime.queryInterface(XIndexAccess.class, o2); in createTestEnvironment()
263 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
275 UnoRuntime.queryInterface(XModifiable.class,xImpressDoc); in createTestEnvironment()