Searched refs:m_xOutput (Results 1 – 7 of 7) sorted by relevance
147 m_xOutput->writeBytes(aData); in writeBytes()159 if(m_xOutput.is()) in closeStream()161 m_xOutput->closeOutput(); in closeStream()162 m_xOutput = NULL; in closeStream()200 m_xOutput->flush(); in flush()224 if(!m_xOutput.is()) in ensureOutputStream()235 m_xOutput = xStream->getOutputStream(); in ensureOutputStream()242 if(!m_xOutput.is()) in ensureOutputStream()244 m_xTruncate = uno::Reference< io::XTruncate>(m_xOutput,uno::UNO_QUERY); in ensureOutputStream()
54 ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream> m_xOutput;
59 public com.sun.star.io.XOutputStream m_xOutput ; field in FilterOptions118 m_xOutput = null ; in analyze()137 …m_xOutput = (com.sun.star.io.XOutputStream)AnyConverter.toObject(new com.sun.star.uno.Type(com.sun… in analyze()173 if (m_xInput==null && m_xOutput==null && m_sURL!=null) in analyze()184 return(m_xInput!=null || m_xOutput!=null); in isValid()211 m_xOutput = xHelper.openFileWrite(m_sURL); in impl_openStreams()214 m_bStreamOwner = (m_xInput!=null || m_xOutput!=null); in impl_openStreams()
576 aOptions.m_xOutput.writeBytes(sText.getBytes()); in implts_export()577 aOptions.m_xOutput.flush(); in implts_export()584 aOptions.m_xOutput.closeOutput(); in implts_export()
43 uno::Reference<io::XOutputStream> m_xOutput; member in pdfi::OdfEmitter56 m_xOutput( xOutput ), in OdfEmitter()60 OSL_PRECOND(m_xOutput.is(), "OdfEmitter(): invalid output stream"); in OdfEmitter()114 m_xOutput->writeBytes(m_aBuf); in write()115 m_xOutput->writeBytes(m_aLineFeed); in write()
71 Reference< XOutputStream > m_xOutput; member in io_stm::Pump225 rOutput = m_xOutput; in close()226 m_xOutput.clear(); in close()272 rOutput = m_xOutput; in run()440 m_xOutput = xOut; in setOutputStream()452 return m_xOutput; in getOutputStream()
62 Reference< XOutputStream > m_xOutput; member in svt::StreamSupplier82 ,m_xOutput( _rxOutput ) in StreamSupplier()86 m_xSeekable = m_xSeekable.query( m_xOutput ); in StreamSupplier()99 return m_xOutput; in getOutputStream()
Completed in 42 milliseconds