Searched refs:m_xInStream (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/package/source/zippackage/ |
| H A D | wrapstreamforshare.cxx | 36 , 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() 60 if ( !m_xInStream.is() ) in readBytes() 65 sal_Int32 nRead = m_xInStream->readBytes( aData, nBytesToRead ); in readBytes() 79 if ( !m_xInStream.is() ) in readSomeBytes() 84 sal_Int32 nRead = m_xInStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes() 98 if ( !m_xInStream.is() ) in skipBytes() 103 m_xInStream->skipBytes( nBytesToSkip ); in skipBytes() 114 if ( !m_xInStream.is() ) in available() [all …]
|
| H A D | wrapstreamforshare.hxx | 38 ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > m_xInStream;
|
| /AOO41X/main/qadevOOo/runner/helper/ |
| H A D | StreamSimulator.java | 56 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() 148 if (m_xInStream == null) in readBytes() 157 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes() 188 if (m_xInStream == null) in readSomeBytes() 197 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes() 227 if (m_xInStream == null) in skipBytes() 235 m_xInStream.skipBytes(nBytesToSkip); in skipBytes() 259 if (m_xInStream == null) in available() [all …]
|
| /AOO41X/main/framework/qa/complex/loadAllDocuments/ |
| H A D | StreamSimulator.java | 51 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 …]
|
| /AOO41X/main/comphelper/source/streaming/ |
| H A D | streamsection.cxx | 35 ,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()
|
| /AOO41X/main/package/source/xstor/ |
| H A D | owriteablestream.cxx | 1833 m_xInStream = xStream->getInputStream(); in OWriteStream() 1836 …OSL_ENSURE( m_xInStream.is() && m_xOutStream.is() && m_xSeekable.is(), "Stream implementation is i… in OWriteStream() 1875 m_xInStream = uno::Reference< io::XInputStream >(); in DeInit() 1896 m_xInStream.set( xStream->getInputStream(), uno::UNO_SET_THROW ); in CheckInitOnDemand() 1914 if ( !m_xInStream.is() ) in CopyToStreamInternally_Impl() 1934 ::comphelper::OStorageHelper::CopyInputToOutput( m_xInStream, xDestOutStream ); in CopyToStreamInternally_Impl() 2197 if ( !m_xInStream.is() ) in readBytes() 2200 return m_xInStream->readBytes( aData, nBytesToRead ); in readBytes() 2220 if ( !m_xInStream.is() ) in readSomeBytes() 2223 return m_xInStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes() [all …]
|
| H A D | owriteablestream.hxx | 284 ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > m_xInStream;
|
| /AOO41X/main/filter/source/xsltfilter/ |
| H A D | uof2storage.cxx | 60 : 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 D | uof2storage.hxx | 138 …::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xInStream;///Cached base …
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | streamsection.hxx | 48 staruno::Reference< stario::XDataInputStream > m_xInStream; member in utl::OStreamSection
|
| /AOO41X/main/comphelper/inc/comphelper/ |
| H A D | streamsection.hxx | 49 staruno::Reference< stario::XDataInputStream > m_xInStream; member in comphelper::OStreamSection
|