Home
last modified time | relevance | path

Searched refs:m_xInStream (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/unotools/inc/unotools/
H A Dstreamsection.hxx48 staruno::Reference< stario::XDataInputStream > m_xInStream; member in utl::OStreamSection
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java111 m_xInStream); in StreamSimulator()
148 if (m_xInStream == null) in readBytes()
188 if (m_xInStream == null) in readSomeBytes()
227 if (m_xInStream == null) in skipBytes()
235 m_xInStream.skipBytes(nBytesToSkip); in skipBytes()
259 if (m_xInStream == null) in available()
291 if (m_xInStream == null) in closeInput()
299 m_xInStream.closeInput(); in closeInput()
428 if (m_xInStream != null) in seek()
464 if (m_xInStream != null) in getPosition()
[all …]
/trunk/main/package/source/package/zippackage/
H A Dwrapstreamforshare.hxx38 ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > m_xInStream;
H A Dwrapstreamforshare.cxx36 , m_xInStream( xInStream ) in WrapStreamForShare()
60 if ( !m_xInStream.is() ) in readBytes()
79 if ( !m_xInStream.is() ) in readSomeBytes()
98 if ( !m_xInStream.is() ) in skipBytes()
103 m_xInStream->skipBytes( nBytesToSkip ); in skipBytes()
114 if ( !m_xInStream.is() ) in available()
117 return m_xInStream->available(); in available()
127 if ( !m_xInStream.is() ) in closeInput()
144 if ( !m_xInStream.is() ) in seek()
159 if ( !m_xInStream.is() ) in getPosition()
[all …]
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx1833 m_xInStream = xStream->getInputStream(); in OWriteStream()
1914 if ( !m_xInStream.is() ) in CopyToStreamInternally_Impl()
2197 if ( !m_xInStream.is() ) in readBytes()
2220 if ( !m_xInStream.is() ) in readSomeBytes()
2243 if ( !m_xInStream.is() ) in skipBytes()
2246 m_xInStream->skipBytes( nBytesToSkip ); in skipBytes()
2265 if ( !m_xInStream.is() ) in available()
2268 return m_xInStream->available(); in available()
2481 if ( m_bInStreamDisconnected || !m_xInStream.is() ) in closeOutput()
2599 if ( m_xInStream.is() ) in dispose()
[all …]
H A Dowriteablestream.hxx284 ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > m_xInStream;
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java104 m_xInStream); in StreamSimulator()
134 if (m_xInStream == null) in readBytes()
166 if (m_xInStream == null) in readSomeBytes()
199 if (m_xInStream == null) in skipBytes()
206 m_xInStream.skipBytes(nBytesToSkip); in skipBytes()
226 if (m_xInStream == null) in available()
255 if (m_xInStream == null) in closeInput()
262 m_xInStream.closeInput(); in closeInput()
379 if (m_xInStream != null) in seek()
410 if (m_xInStream != null) in getPosition()
[all …]
/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/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/comphelper/inc/comphelper/
H A Dstreamsection.hxx49 staruno::Reference< stario::XDataInputStream > m_xInStream; member in comphelper::OStreamSection

Completed in 57 milliseconds