Home
last modified time | relevance | path

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

/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx325 OStreamWrapper::OStreamWrapper(SvStream& _rStream) in OStreamWrapper() function in utl::OStreamWrapper
331 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL OStreamWrapper::get… in getInputStream()
337 ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > SAL_CALL OStreamWrapper::ge… in getOutputStream()
343 void SAL_CALL OStreamWrapper::writeBytes(const staruno::Sequence< sal_Int8 >& aData) throw(stario::… in writeBytes()
356 void SAL_CALL OStreamWrapper::flush() throw(stario::NotConnectedException, stario::BufferSizeExceed… in flush()
364 void SAL_CALL OStreamWrapper::closeOutput() throw(stario::NotConnectedException, stario::BufferSize… in closeOutput()
369 void SAL_CALL OStreamWrapper::truncate() throw(::com::sun::star::io::IOException, ::com::sun::star:… in truncate()
/trunk/main/unotools/inc/unotools/
H A Dstreamwrap.hxx152 class UNOTOOLS_DLLPUBLIC OStreamWrapper : public ::cppu::ImplInheritanceHelper3 < OSeekableInputStr… class
155 OStreamWrapper(SvStream& _rStream);
/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx72 uno::Reference < io::XStream > xOut = new utl::OStreamWrapper( aNewStream ); in ConvertBufferToFormat()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx54 using ::utl::OStreamWrapper;
827 aArgs[0].Value <<= Reference< XStream > ( new OStreamWrapper( rStrm ) ); in XclExpXmlStream()
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx128 … > xStor = comphelper::OStorageHelper::GetStorageFromStream( new utl::OStreamWrapper( *pStream ) ); in GetData()
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx499 xResult = uno::Reference < io::XStream >( new ::utl::OStreamWrapper( *pStream ) ); in openStreamElement()
1496 uno::Reference < io::XStream >( new ::utl::OStreamWrapper( *pStream ) ); in openStreamElementByHierarchicalName()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx565 … uno::Reference < io::XStream > xDocStr( new utl::OStreamWrapper( *rxOStm ) ); in WriteObject()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx327 utl::OStreamWrapper* pStreamWrapper = new utl::OStreamWrapper( aStream ); in getTransferData()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx197 uno::Reference < io::XStream > xStream = new utl::OStreamWrapper( aStrm ); in implWriteBitmapEx()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx466 uno::Reference < io::XStream > xStream( new utl::OStreamWrapper( *mpTempStream ) ); in GetGraphicStream()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx2565 …sun::star::uno::Reference < com::sun::star::io::XStream > ( new utl::OStreamWrapper ( *rMedium.Get… in ExportTo()

Completed in 112 milliseconds