Lines Matching refs:m_xOutStream
57 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()
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()
503 if (m_xOutStream != null) in getLength()