Lines Matching refs:queryInterface

112 …            XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, m_RootStream);  in getByName()
141 XInputStream xSubStream = (XInputStream) UnoRuntime.queryInterface(XInputStream.class, in getEncodedSubStorage()
148 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xSubStream); in getEncodedSubStorage()
185 xTempFileStream = (XStream) UnoRuntime.queryInterface(XStream.class, oTempFile); in CreateTempFileStream()
206 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xInput); in loadRootStorageFromBase64()
217 … m_Storage = (XNameContainer) UnoRuntime.queryInterface(XNameContainer.class, oTempStorage); in loadRootStorageFromBase64()
233 … m_Storage = (XNameContainer) UnoRuntime.queryInterface(XNameContainer.class, oTempStorage); in ensureCreateRootStorage()
272 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xInput); in insertSubStorage()
278 …XTransactedObject xTransact = (XTransactedObject) UnoRuntime.queryInterface(XTransactedObject.clas… in insertSubStorage()
326 XConnector xConnector = (XConnector) UnoRuntime.queryInterface(XConnector.class, x); in connectAwareGetServiceFactory()
339 XBridgeFactory xBridgeFactory = (XBridgeFactory) UnoRuntime.queryInterface( in connectAwareGetServiceFactory()
347 XComponent xComponent = (XComponent) UnoRuntime.queryInterface( in connectAwareGetServiceFactory()
359 …XMultiServiceFactory xFac = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.… in connectAwareGetServiceFactory()