Home
last modified time | relevance | path

Searched refs:OOutputStreamWrapper (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx232 void SAL_CALL OOutputStreamWrapper::writeBytes(const staruno::Sequence< sal_Int8 >& aData) throw( s… in writeBytes()
245 void SAL_CALL OOutputStreamWrapper::flush() throw( stario::NotConnectedException, stario::BufferSiz… in flush()
252 void SAL_CALL OOutputStreamWrapper::closeOutput() throw( stario::NotConnectedException, stario::Buf… in closeOutput()
257 void OOutputStreamWrapper::checkError() const in checkError()
269 :OOutputStreamWrapper(_rStream) in OSeekableOutputStreamWrapper()
276 Any aReturn = OOutputStreamWrapper::queryInterface(_rType); in queryInterface()
285 OOutputStreamWrapper::acquire(); in acquire()
291 OOutputStreamWrapper::release(); in release()
/trunk/main/filter/source/xmlfilteradaptor/
H A Dstreamwrap.cxx44 void SAL_CALL OOutputStreamWrapper::writeBytes(const staruno::Sequence< sal_Int8 >& aData) throw( s… in writeBytes()
55 void SAL_CALL OOutputStreamWrapper::flush() throw( stario::NotConnectedException, stario::BufferSiz… in flush()
60 void SAL_CALL OOutputStreamWrapper::closeOutput() throw( stario::NotConnectedException, stario::Buf… in closeOutput()
H A Dstreamwrap.hxx54 class OOutputStreamWrapper : public OutputStreamWrapper_Base class
59 OOutputStreamWrapper(::osl::File& _rStream) :rStream(_rStream) { } in OOutputStreamWrapper() function in foo::OOutputStreamWrapper
62 DECLARE_UNO3_AGG_DEFAULTS(OOutputStreamWrapper, OutputStreamWrapper_Base);
/trunk/main/unotools/inc/unotools/
H A Dstreamwrap.hxx107 class UNOTOOLS_DLLPUBLIC OOutputStreamWrapper : public OutputStreamWrapper_Base class
114 OOutputStreamWrapper(SvStream& _rStream) :rStream(_rStream) { } in OOutputStreamWrapper() function in utl::OOutputStreamWrapper
135 :public OOutputStreamWrapper
/trunk/main/filter/source/filtertracer/
H A Dfiltertracer.cxx138 ::utl::OOutputStreamWrapper* pHelper = new ::utl::OOutputStreamWrapper( *mpStream ); in initialize()
/trunk/main/filter/source/msfilter/
H A Dmsfiltertracer.cxx111 utl::OOutputStreamWrapper* pHelper = new ::utl::OOutputStreamWrapper( *mpStream ); in MSFilterTracer()
H A Dmsoleexp.cxx213 … ::uno::Reference < io::XOutputStream > xOut = new ::utl::OOutputStreamWrapper( *pStream ); in ExportOLEObject()
313 … ::uno::Reference < io::XOutputStream > xOut = new ::utl::OOutputStreamWrapper( *xEmbStm ); in ExportOLEObject()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx530 …o::Reference<com::sun::star::io::XOutputStream> xDocOut( new utl::OOutputStreamWrapper( *rxOStm ) … in WriteObject()
559 … uno::Reference < io::XOutputStream > xDocOut( new utl::OOutputStreamWrapper( *rxOStm ) ); in WriteObject()
/trunk/main/framework/source/fwe/xml/
H A Deventsconfiguration.cxx134 (::cppu::OWeakObject *)new utl::OOutputStreamWrapper( rOutStream ), in StoreEventsConfig()
/trunk/main/filter/source/msfilter/powerpoint/
H A Dpptimporter.cxx111 …:XOutputStream ) xOutStream( (::cppu::OWeakObject*) new NMSP_UTL::OOutputStreamWrapper( aStrm ), N… in filter()
/trunk/main/chart2/source/controller/main/
H A DChartTransferable.cxx150 Reference< io::XOutputStream > xDocOut( new utl::OOutputStreamWrapper( *rxOStm ) ); in WriteObject()
/trunk/main/framework/source/xml/
H A Dimagesconfiguration.cxx138 (::cppu::OWeakObject *)new utl::OOutputStreamWrapper( rOutStream ), in StoreImages()
/trunk/main/unotools/source/config/
H A Daccelcfg.cxx212 ::utl::OOutputStreamWrapper aHelper( *pStream ); in ~SvtAcceleratorConfiguration()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1055 uno::Reference< io::XOutputStream > xDocOut( new utl::OOutputStreamWrapper( aMemStm ) ); in InsertModel()
1115 … uno::Reference< io::XOutputStream > xDocOut( new utl::OOutputStreamWrapper( *rxModelStream ) ); in GetModelStream()
/trunk/main/svx/source/xml/
H A Dxmlxtexp.cxx240 xOut = new utl::OOutputStreamWrapper( *pStream ); in save()
H A Dxmleohlp.cxx106 xOut = new OOutputStreamWrapper( *pStream ); in OutputStorageWrapper_Impl()
H A Dxmlgrhlp.cxx272 mxStmWrapper = new ::utl::OOutputStreamWrapper( *mpOStm ); in SvXMLGraphicOutputStream()
/trunk/main/editeng/source/xml/
H A Dxmltxtexp.cxx445 uno::Reference<io::XOutputStream> xOut( new utl::OOutputStreamWrapper( rStream ) ); in SvxWriteXML()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx642 …o::Reference<com::sun::star::io::XOutputStream> xDocOut( new utl::OOutputStreamWrapper( *rxOStm ) … in WriteObject()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx2207 uno::Reference < io::XOutputStream> xOut = new utl::OOutputStreamWrapper( *xStrm ); in SaveExceptList_Imp()
2634 uno::Reference < io::XOutputStream> xOut = new utl::OOutputStreamWrapper( *refList ); in MakeBlocklist_Imp()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2491 … ::utl::OOutputStreamWrapper* pHelper = new ::utl::OOutputStreamWrapper( *pStream );
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx210 xOStm = Reference< XOutputStream >( new ::utl::OOutputStreamWrapper ( *pOStm ) ); in implExport()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx520 Reference< XOutputStream > xOS( new utl::OOutputStreamWrapper( aOutputStream ) ); in insertOrEdit()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx241 new utl::OOutputStreamWrapper(*pStream) ); in Export()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx638 … uno::Reference<io::XOutputStream> xDocOut( new utl::OOutputStreamWrapper( *xStream ) ); in WriteObject()

Completed in 153 milliseconds

12