Lines Matching refs:m_rSource
458 …Reference<XInputStream> m_rSource; // the stream covering the original data of the content member in UCBStorageStream_Impl
741 if( m_rSource.is() ) in ~UCBStorageStream_Impl()
742 m_rSource = Reference< XInputStream >(); in ~UCBStorageStream_Impl()
845 if( m_bSourceRead && !m_rSource.is() ) in Init()
852 m_rSource = m_pContent->openStream(); in Init()
859 if( m_rSource.is() ) in Init()
865 m_rSource->skipBytes( m_pStream->Tell() ); in Init()
890 DBG_ASSERT( m_rSource.is() || !m_bSourceRead, "Unreadable source stream!" ); in Init()
911 aReaded = m_rSource->readBytes( aData, 32000 );
951 aReaded = m_rSource->readBytes( aData, aToCopy );
1031 sal_uLong aReaded = m_rSource->readBytes( aData, aToRead );
1300 m_rSource = m_pContent->openStream();
1301 if( m_rSource.is() )
1358 m_rSource = Reference< XInputStream >();