Lines Matching refs:m_xInStream
51 private com.sun.star.io.XInputStream m_xInStream ; field in StreamSimulator
101 m_xInStream = xHelper.openFileRead(m_sFileName); in StreamSimulator()
104 m_xInStream); in StreamSimulator()
134 if (m_xInStream == null) in readBytes()
142 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()
166 if (m_xInStream == null) in readSomeBytes()
174 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes()
199 if (m_xInStream == null) in skipBytes()
206 m_xInStream.skipBytes(nBytesToSkip); in skipBytes()
226 if (m_xInStream == null) in available()
234 nAvailable = m_xInStream.available(); in available()
255 if (m_xInStream == null) in closeInput()
262 m_xInStream.closeInput(); in closeInput()
379 if (m_xInStream != null) in seek()
410 if (m_xInStream != null) in getPosition()
443 if (m_xInStream != null) in getLength()