Home
last modified time | relevance | path

Searched refs:OSequenceOutputStream (Results 1 – 3 of 3) sorted by relevance

/trunk/main/comphelper/source/streaming/
H A Dseqstream.cxx137 OSequenceOutputStream::OSequenceOutputStream(Sequence< sal_Int8 >& _rSeq, double _nResizeFactor, sa… in OSequenceOutputStream() function in comphelper::OSequenceOutputStream
157 void SAL_CALL OSequenceOutputStream::writeBytes( const Sequence< sal_Int8 >& _rData ) in writeBytes()
208 void SAL_CALL OSequenceOutputStream::flush( ) in flush()
219 void SAL_CALL OSequenceOutputStream::closeOutput( ) in closeOutput()
H A Dseqoutputstreamserv.cxx80 …ream.set( static_cast < ::cppu::OWeakObject* >( new ::comphelper::OSequenceOutputStream( m_aSequen… in SequenceOutputStreamService()
/trunk/main/comphelper/inc/comphelper/
H A Dseqstream.hxx77 class OSequenceOutputStream : public OSequenceOutputStream_Base class
94 ~OSequenceOutputStream() { if (m_bConnected) closeOutput(); } in ~OSequenceOutputStream()
112 OSequenceOutputStream(