Home
last modified time | relevance | path

Searched refs:m_rSource (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx741 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()
911 aReaded = m_rSource->readBytes( aData, 32000 );
951 aReaded = m_rSource->readBytes( aData, aToCopy );
1300 m_rSource = m_pContent->openStream();
1301 if( m_rSource.is() )
[all …]

Completed in 30 milliseconds