Lines Matching refs:m_xOutStream
52 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()
413 if (m_xOutStream != null) in getPosition()
446 if (m_xOutStream != null) in getLength()