Home
last modified time | relevance | path

Searched refs:mxInStream (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/core/
H A Dfastparser.cxx47 Reference< XInputStream > mxInStream; member in oox::core::__anon1605df260111::InputStreamCloseGuard
52 mxInStream( rxInStream ), in InputStreamCloseGuard()
59 if( mxInStream.is() && mbCloseStream ) try { mxInStream->closeInput(); } catch( Exception& ) {} in ~InputStreamCloseGuard()
H A Dfilterbase.cxx149 Reference< XInputStream > mxInStream; member
482 if( mxImpl->mxInStream.is() ) in filter()
484 mxImpl->mxStorage = implCreateStorage( mxImpl->mxInStream ); in filter()
539 mxImpl->mxInStream = implGetInputStream( mxImpl->maMediaDesc ); in setMediaDescriptor()
540 … OSL_ENSURE( mxImpl->mxInStream.is(), "FilterBase::setMediaDescriptor - missing input stream" ); in setMediaDescriptor()
H A Drecordparser.cxx238 if( !maSource.mxInStream || maSource.mxInStream->isEof() ) in parseStream()
251 while( lclReadNextRecord( nRecId, aRecData, *maSource.mxInStream ) ) in parseStream()
H A Dxmlfilterbase.cxx365 aSource.mxInStream = std::make_shared<BinaryXInputStream>( xInStrm, true ); in importFragment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/core/
H A Dfastparser.cxx50 Reference< XInputStream > mxInStream; member in oox::core::__anon0c50917e0111::InputStreamCloseGuard
55 mxInStream( rxInStream ), in InputStreamCloseGuard()
62 if( mxInStream.is() && mbCloseStream ) try { mxInStream->closeInput(); } catch( Exception& ) {} in ~InputStreamCloseGuard()
H A Dfilterbase.cxx147 Reference< XInputStream > mxInStream; member
481 if( mxImpl->mxInStream.is() ) in filter()
483 mxImpl->mxStorage = implCreateStorage( mxImpl->mxInStream ); in filter()
539 mxImpl->mxInStream = implGetInputStream( mxImpl->maMediaDesc ); in setMediaDescriptor()
540 … OSL_ENSURE( mxImpl->mxInStream.is(), "FilterBase::setMediaDescriptor - missing input stream" ); in setMediaDescriptor()
H A Drecordparser.cxx239 if( !maSource.mxInStream || maSource.mxInStream->isEof() ) in parseStream()
253 while( lclReadNextRecord( nRecId, aRecData, *maSource.mxInStream ) ) in parseStream()
H A Dxmlfilterbase.cxx365 aSource.mxInStream.reset( new BinaryXInputStream( xInStrm, true ) ); in importFragment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/helper/
H A Dstoragebase.cxx62 mxInStream( rxInStream ), in StorageBase()
66 OSL_ENSURE( mxInStream.is(), "StorageBase::StorageBase - missing base input stream" ); in StorageBase()
155 xInStream = mxInStream; in openInputStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/helper/
H A Dstoragebase.cxx63 mxInStream( rxInStream ), in StorageBase()
67 OSL_ENSURE( mxInStream.is(), "StorageBase::StorageBase - missing base input stream" ); in StorageBase()
156 xInStream = mxInStream; in openInputStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zipapi/
H A DZipOutputEntry.cxx289 uno::Reference< io::XInputStream > mxInStream; member in ZipOutputEntryInThread::Task
296 , mxInStream(xInStream) in Task()
305 mpEntry->writeStream(mxInStream); in doWork()
306 mxInStream.clear(); in doWork()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zipapi/
H A DZipOutputEntry.cxx289 uno::Reference< io::XInputStream > mxInStream; member in ZipOutputEntryInThread::Task
296 , mxInStream(xInStream) in Task()
305 mpEntry->writeStream(mxInStream); in doWork()
306 mxInStream.clear(); in doWork()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/qa/unit/
H A Ddomtest.cxx279 rtl::Reference<SequenceInputStream> mxInStream; member
291mxInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 con… in setUp()
310 mxDomBuilder->parse(mxInStream); in serializerTest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/qa/unit/
H A Ddomtest.cxx284 rtl::Reference<SequenceInputStream> mxInStream; member
296mxInStream.set( new SequenceInputStream(css::uno::Sequence<sal_Int8>(reinterpret_cast<sal_Int8 con… in setUp()
317 mxInStream.get())); in serializerTest()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/core/
H A Drecordparser.hxx43 BinaryInputStreamRef mxInStream; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/core/
H A Drecordparser.hxx43 BinaryInputStreamRef mxInStream; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/helper/
H A Dstoragebase.hxx178 mxInStream; ///< Cached base input stream (to keep it alive). member in oox::StorageBase
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/helper/
H A Dstoragebase.hxx178 mxInStream; ///< Cached base input stream (to keep it alive). member in oox::StorageBase