Home
last modified time | relevance | path

Searched refs:OSeekableInputStreamWrapper (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/unotools/source/streaming/
H A Dstreamwrap.cxx178 OSeekableInputStreamWrapper::OSeekableInputStreamWrapper(SvStream& _rStream) in OSeekableInputStreamWrapper() function in utl::OSeekableInputStreamWrapper
184 OSeekableInputStreamWrapper::OSeekableInputStreamWrapper(SvStream* _pStream, sal_Bool _bOwner) in OSeekableInputStreamWrapper() function in utl::OSeekableInputStreamWrapper
190 void SAL_CALL OSeekableInputStreamWrapper::seek( sal_Int64 _nLocation ) throw (IllegalArgumentExcep… in seek()
200 sal_Int64 SAL_CALL OSeekableInputStreamWrapper::getPosition( ) throw (IOException, RuntimeExceptio… in getPosition()
211 sal_Int64 SAL_CALL OSeekableInputStreamWrapper::getLength( ) throw (IOException, RuntimeException) in getLength()
/aoo41x/main/unotools/inc/unotools/
H A Dstreamwrap.hxx88 class UNOTOOLS_DLLPUBLIC OSeekableInputStreamWrapper : public ::cppu::ImplInheritanceHelper1 < OInp… class
91 OSeekableInputStreamWrapper() {} in OSeekableInputStreamWrapper() function in utl::OSeekableInputStreamWrapper
93 OSeekableInputStreamWrapper(SvStream& _rStream);
94 OSeekableInputStreamWrapper(SvStream* _pStream, sal_Bool _bOwner = sal_False);
152 …UBLIC OStreamWrapper : public ::cppu::ImplInheritanceHelper3 < OSeekableInputStreamWrapper, com::s…
/aoo41x/main/svtools/source/misc/
H A Dimageresourceaccess.cxx173 new OSeekableInputStreamWrapper( *pMemBuffer ), in getImageStream()
198 …return new OSeekableInputStreamWrapper( getImageStream( _rxORB, _rImageResourceURL ), sal_True ); … in getImageXStream()
H A Dembedhlp.cxx655 xInSeekGrStream = new ::utl::OSeekableInputStreamWrapper( pGraphicStream ); in SetGraphicStream()
883 … uno::Reference < io::XInputStream > xStream = new ::utl::OSeekableInputStreamWrapper( aStream ); in SetGraphicToContainer()
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx161 Reference< XInputStream > xInput( new utl::OSeekableInputStreamWrapper( pStream, true ) ); in addFile()
246 …Reference< XInputStream > XIS( new utl::OSeekableInputStreamWrapper( new SvFileStream(aTempFileUR… in savePackage()
/aoo41x/main/writerperfect/source/stream/
H A DWPXSvStream.cxx163 Reference < XInputStream > xContents(new utl::OSeekableInputStreamWrapper( mxChildStream )); in getDocumentOLEStream()
/aoo41x/main/sfx2/source/doc/
H A Dobjstor.cxx2341 temp = new utl::OSeekableInputStreamWrapper ( *rMedium.GetInStream() ); in InsertFrom()
2438 …uno::Reference < com::sun::star::io::XInputStream > ( new utl::OSeekableInputStreamWrapper ( *rMed… in ImportFrom()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx7231 … uno::Reference < io::XInputStream > xStream = new ::utl::OSeekableInputStreamWrapper( *pStream ); in CheckForConvertToSOObj()

Completed in 82 milliseconds