Lines Matching refs:UnoRuntime
37 import com.sun.star.uno.UnoRuntime;
105 UnoRuntime.queryInterface( in initialize()
208 UnoRuntime.queryInterface(XActiveDataSource.class, ostream); in createTestEnvironment()
211 UnoRuntime.queryInterface(XActiveDataSource.class, mostream); in createTestEnvironment()
214 UnoRuntime.queryInterface(XOutputStream.class, mostream); in createTestEnvironment()
217 UnoRuntime.queryInterface(XOutputStream.class, aPipe); in createTestEnvironment()
219 UnoRuntime.queryInterface(XInputStream.class, aPipe); in createTestEnvironment()
225 UnoRuntime.queryInterface(XObjectInputStream.class, istream); in createTestEnvironment()
228 UnoRuntime.queryInterface(XObjectOutputStream.class, ostream); in createTestEnvironment()
231 UnoRuntime.queryInterface(XActiveDataSink.class, mistream); in createTestEnvironment()
233 UnoRuntime.queryInterface(XInputStream.class, mistream); in createTestEnvironment()
235 XActiveDataSink xdSi = (XActiveDataSink) UnoRuntime.queryInterface in createTestEnvironment()
246 UnoRuntime.queryInterface(XPersistObject.class, oPersObj); in createTestEnvironment()