Home
last modified time | relevance | path

Searched refs:m_xWrappedOutputStream (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx792 m_xWrappedOutputStream( xStreamToWrap->getOutputStream() ), // might be empty in Stream()
793 m_xWrappedTruncate( m_xWrappedOutputStream, uno::UNO_QUERY ), // might be empty in Stream()
929 if ( m_xWrappedOutputStream.is() ) in writeBytes()
931 m_xWrappedOutputStream->writeBytes( aData ); in writeBytes()
944 if ( m_xWrappedOutputStream.is() ) in flush()
946 m_xWrappedOutputStream->flush(); in flush()
958 if ( m_xWrappedOutputStream.is() ) in closeOutput()
960 m_xWrappedOutputStream->closeOutput(); in closeOutput()
H A Dtdoc_stgelems.hxx525 com::sun::star::io::XOutputStream > m_xWrappedOutputStream; member in tdoc_ucp::Stream

Completed in 26 milliseconds