Lines Matching refs:m_xInStream
56 private com.sun.star.io.XInputStream m_xInStream ; field in StreamSimulator
108 m_xInStream = xHelper.openFileRead(m_sFileName); in StreamSimulator()
111 m_xInStream); in StreamSimulator()
148 if (m_xInStream == null) in readBytes()
157 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()
188 if (m_xInStream == null) in readSomeBytes()
197 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes()
227 if (m_xInStream == null) in skipBytes()
235 m_xInStream.skipBytes(nBytesToSkip); in skipBytes()
259 if (m_xInStream == null) in available()
268 nAvailable = m_xInStream.available(); in available()
291 if (m_xInStream == null) in closeInput()
299 m_xInStream.closeInput(); in closeInput()
428 if (m_xInStream != null) in seek()
464 if (m_xInStream != null) in getPosition()
500 if (m_xInStream != null) in getLength()