Home
last modified time | relevance | path

Searched refs:m_xOutStream (Results 1 – 9 of 9) sorted by relevance

/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java52 private com.sun.star.io.XOutputStream m_xOutStream ; field in StreamSimulator
108 m_xOutStream = xHelper.openFileWrite(m_sFileName); in StreamSimulator()
111 m_xOutStream); in StreamSimulator()
288 if (m_xOutStream == null) in writeBytes()
295 m_xOutStream.writeBytes(lData); in writeBytes()
318 if (m_xOutStream == null) in flush()
325 m_xOutStream.flush(); in flush()
347 if (m_xOutStream == null) in closeOutput()
354 m_xOutStream.closeOutput(); in closeOutput()
382 if (m_xOutStream != null) in seek()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java57 private com.sun.star.io.XOutputStream m_xOutStream ; field in StreamSimulator
115 m_xOutStream = xHelper.openFileWrite(m_sFileName); in StreamSimulator()
118 m_xOutStream); in StreamSimulator()
333 if (m_xOutStream == null) in writeBytes()
341 m_xOutStream.writeBytes(lData); in writeBytes()
366 if (m_xOutStream == null) in flush()
374 m_xOutStream.flush(); in flush()
398 if (m_xOutStream == null) in closeOutput()
406 m_xOutStream.closeOutput(); in closeOutput()
437 if (m_xOutStream != null) in seek()
[all …]
/trunk/main/comphelper/source/streaming/
H A Dstreamsection.cxx50 ,m_xOutStream(_rxOutput) in OStreamSection()
54 …OSL_ENSURE(m_xOutStream.is() && m_xMarkStream.is(), "OStreamSection::OStreamSection : invalid argu… in OStreamSection()
55 if (m_xOutStream.is() && m_xMarkStream.is()) in OStreamSection()
64 m_xOutStream->writeLong(m_nBlockLen); in OStreamSection()
80 else if (m_xOutStream.is() && m_xMarkStream.is()) in ~OStreamSection()
90 m_xOutStream->writeLong(m_nBlockLen); in ~OStreamSection()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx1833 m_xOutStream = xStream->getOutputStream(); in OWriteStream()
1835 …OSL_ENSURE( m_xInStream.is() && m_xOutStream.is() && m_xSeekable.is(), "Stream implementation is i… in OWriteStream()
1875 m_xOutStream = uno::Reference< io::XOutputStream >(); in DeInit()
1896 m_xOutStream.set( xStream->getOutputStream(), uno::UNO_SET_THROW ); in CheckInitOnDemand()
2273 if ( !m_xOutStream.is() ) in closeInput()
2307 if ( !m_xOutStream.is() ) in getOutputStream()
2329 if ( !m_xOutStream.is() || !m_xSeekable.is()) in writeBytes()
2359 m_xOutStream.set( xStream->getOutputStream(), uno::UNO_SET_THROW ); in writeBytes()
2369 if ( !m_xOutStream.is() ) in writeBytes()
2372 m_xOutStream->writeBytes( aData ); in writeBytes()
[all …]
H A Dowriteablestream.hxx285 ::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > m_xOutStream;
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx68 : m_xOutStream(rxOutStream) in StorageBase()
72 OSL_ENSURE(m_xOutStream.is(), "StorageBase::StorageBase - missing base output stream"); in StorageBase()
196 xOutStream = m_xOutStream->getOutputStream(); in openOutputStream()
H A Duof2storage.hxx139 …::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xOutStream;/// Cached base out…
/trunk/main/unotools/inc/unotools/
H A Dstreamsection.hxx49 staruno::Reference< stario::XDataOutputStream > m_xOutStream; member in utl::OStreamSection
/trunk/main/comphelper/inc/comphelper/
H A Dstreamsection.hxx50 staruno::Reference< stario::XDataOutputStream > m_xOutStream; member in comphelper::OStreamSection