Home
last modified time | relevance | path

Searched refs:m_xInStream (Results 1 – 11 of 11) sorted by relevance

/trunk/main/package/source/package/zippackage/
H A Dwrapstreamforshare.cxx36 , m_xInStream( xInStream ) in WrapStreamForShare()
39 m_xSeekable = uno::Reference< io::XSeekable >( m_xInStream, uno::UNO_QUERY ); in WrapStreamForShare()
40 if ( !m_rMutexRef.Is() || !m_xInStream.is() || !m_xSeekable.is() ) in WrapStreamForShare()
56 if ( !m_xInStream.is() ) in readBytes()
61 sal_Int32 nRead = m_xInStream->readBytes( aData, nBytesToRead ); in readBytes()
71 if ( !m_xInStream.is() ) in readSomeBytes()
76 sal_Int32 nRead = m_xInStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
86 if ( !m_xInStream.is() ) in skipBytes()
91 m_xInStream->skipBytes( nBytesToSkip ); in skipBytes()
99 if ( !m_xInStream.is() ) in available()
[all …]
H A Dwrapstreamforshare.hxx38 ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > m_xInStream;
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java51 private com.sun.star.io.XInputStream m_xInStream ; field in StreamSimulator
101 m_xInStream = xHelper.openFileRead(m_sFileName); in StreamSimulator()
104 m_xInStream); in StreamSimulator()
134 if (m_xInStream == null) in readBytes()
142 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()
166 if (m_xInStream == null) in readSomeBytes()
174 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes()
199 if (m_xInStream == null) in skipBytes()
206 m_xInStream.skipBytes(nBytesToSkip); in skipBytes()
226 if (m_xInStream == null) in available()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java56 private com.sun.star.io.XInputStream m_xInStream ; field in StreamSimulator
108 m_xInStream = xHelper.openFileRead(m_sFileName); in StreamSimulator()
111 m_xInStream); in StreamSimulator()
154 if (m_xInStream == null) in readBytes()
163 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()
194 if (m_xInStream == null) in readSomeBytes()
203 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes()
233 if (m_xInStream == null) in skipBytes()
241 m_xInStream.skipBytes(nBytesToSkip); in skipBytes()
265 if (m_xInStream == null) in available()
[all …]
/trunk/main/comphelper/source/streaming/
H A Dstreamsection.cxx35 ,m_xInStream(_rxInput) in OStreamSection()
39 …OSL_ENSURE(m_xInStream.is() && m_xMarkStream.is(), "OStreamSection::OStreamSection : invalid argum… in OStreamSection()
40 if (m_xInStream.is() && m_xMarkStream.is()) in OStreamSection()
74 if (m_xInStream.is() && m_xMarkStream.is()) in ~OStreamSection()
77 m_xInStream->skipBytes(m_nBlockLen); in ~OStreamSection()
106 if (m_xInStream.is() && m_xMarkStream.is()) in available()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx1832 m_xInStream = xStream->getInputStream(); in OWriteStream()
1835 …OSL_ENSURE( m_xInStream.is() && m_xOutStream.is() && m_xSeekable.is(), "Stream implementation is i… in OWriteStream()
1874 m_xInStream = uno::Reference< io::XInputStream >(); in DeInit()
1895 m_xInStream.set( xStream->getInputStream(), uno::UNO_SET_THROW ); in CheckInitOnDemand()
1913 if ( !m_xInStream.is() ) in CopyToStreamInternally_Impl()
1933 ::comphelper::OStorageHelper::CopyInputToOutput( m_xInStream, xDestOutStream ); in CopyToStreamInternally_Impl()
2189 if ( !m_xInStream.is() ) in readBytes()
2192 return m_xInStream->readBytes( aData, nBytesToRead ); in readBytes()
2208 if ( !m_xInStream.is() ) in readSomeBytes()
2211 return m_xInStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()
[all …]
H A Dowriteablestream.hxx284 ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > m_xInStream;
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx60 : m_xInStream(rxInStream) in StorageBase()
64 OSL_ENSURE(m_xInStream.is(), "StorageBase::StorageBase - missing base input stream"); in StorageBase()
167 xInStream = m_xInStream; in openInputStream()
H A Duof2storage.hxx138 …::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xInStream;///Cached base …
/trunk/main/unotools/inc/unotools/
H A Dstreamsection.hxx48 staruno::Reference< stario::XDataInputStream > m_xInStream; member in utl::OStreamSection
/trunk/main/comphelper/inc/comphelper/
H A Dstreamsection.hxx49 staruno::Reference< stario::XDataInputStream > m_xInStream; member in comphelper::OStreamSection