Searched refs:m_RootStream (Results 1 – 1 of 1) sorted by relevance
62 protected XStream m_RootStream; field in XSLTFilterOLEExtracter112 … XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, m_RootStream); in getByName()117 XInputStream xInput = m_RootStream.getInputStream(); in getByName()200 m_RootStream = CreateTempFileStream(m_xMSF); in loadRootStorageFromBase64()201 XOutputStream xOutput = m_RootStream.getOutputStream(); in loadRootStorageFromBase64()205 XInputStream xInput = m_RootStream.getInputStream(); in loadRootStorageFromBase64()224 if (null == m_RootStream || null == m_Storage) { in ensureCreateRootStorage()226 m_RootStream = CreateTempFileStream(m_xMSF); in ensureCreateRootStorage()229 pArgs[0] = (Object) m_RootStream; in ensureCreateRootStorage()