Searched refs:OSequenceOutputStream (Results 1 – 3 of 3) sorted by relevance
145 OSequenceOutputStream::OSequenceOutputStream(Sequence< sal_Int8 >& _rSeq, double _nResizeFactor, sa… in OSequenceOutputStream() function in comphelper::OSequenceOutputStream165 void SAL_CALL OSequenceOutputStream::writeBytes( const Sequence< sal_Int8 >& _rData ) throw(NotConn… in writeBytes()216 void SAL_CALL OSequenceOutputStream::flush( ) throw(NotConnectedException, BufferSizeExceededExcep… in flush()227 void SAL_CALL OSequenceOutputStream::closeOutput( ) throw(NotConnectedException, BufferSizeExceede… in closeOutput()
80 …ream.set( static_cast < ::cppu::OWeakObject* >( new ::comphelper::OSequenceOutputStream( m_aSequen… in SequenceOutputStreamService()
85 class OSequenceOutputStream : public OSequenceOutputStream_Base class102 ~OSequenceOutputStream() { if (m_bConnected) closeOutput(); } in ~OSequenceOutputStream()120 OSequenceOutputStream(
Completed in 20 milliseconds