Lines Matching refs:m_xInputStream
1275 : m_xInputStream (NULL) in UcbLockBytes()
1291 if ( m_xInputStream.is() ) in ~UcbLockBytes()
1295 m_xInputStream->closeInput(); in ~UcbLockBytes()
1304 if ( !m_xInputStream.is() && m_xOutputStream.is() ) in ~UcbLockBytes()
1321 return m_xInputStream; in getInputStream()
1350 return m_xInputStream.is(); in setStream_Impl()
1361 if ( !m_bDontClose && m_xInputStream.is() ) in setInputStream_Impl()
1362 m_xInputStream->closeInput(); in setInputStream_Impl()
1364 m_xInputStream = rxInputStream; in setInputStream_Impl()
1379 m_xInputStream = Reference< XInputStream >( rxTempOut, UNO_QUERY ); in setInputStream_Impl()
1385 bRet = m_xInputStream.is(); in setInputStream_Impl()
1391 if ( m_bStreamValid && m_xInputStream.is() ) in setInputStream_Impl()
1400 if ( m_xInputStream.is() ) in SetStreamValid_Impl()
1411 if ( GetError() == ERRCODE_NONE && !m_xInputStream.is() ) in terminate_Impl()