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
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()
413 if (m_xOutStream != null) in getPosition()
[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
118 m_xOutStream); in StreamSimulator()
327 if (m_xOutStream == null) in writeBytes()
335 m_xOutStream.writeBytes(lData); in writeBytes()
360 if (m_xOutStream == null) in flush()
368 m_xOutStream.flush(); in flush()
392 if (m_xOutStream == null) in closeOutput()
400 m_xOutStream.closeOutput(); in closeOutput()
431 if (m_xOutStream != null) in seek()
467 if (m_xOutStream != null) in getPosition()
[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.cxx1834 m_xOutStream = xStream->getOutputStream(); in OWriteStream()
2295 if ( !m_xOutStream.is() ) in closeInput()
2331 if ( !m_xOutStream.is() ) in getOutputStream()
2397 if ( !m_xOutStream.is() ) in writeBytes()
2400 m_xOutStream->writeBytes( aData ); in writeBytes()
2428 if ( !m_xOutStream.is() ) in flush()
2431 m_xOutStream->flush(); in flush()
2441 m_xOutStream->closeOutput(); in CloseOutput_Impl()
2476 if ( !m_xOutStream.is() ) in closeOutput()
2564 if ( !m_xOutStream.is() ) in truncate()
[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

Completed in 62 milliseconds