Lines Matching refs:m_rMutexRef

386 	::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() );  in InsertIntoPackageFolder()
519 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in DisposeWrappers()
799 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in InsertStreamDirectly()
884 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in Commit()
994 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in Revert()
1104 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in IsTransacted()
1222 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in CopyInternallyTo_Impl()
1267 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in CopyInternallyTo_Impl()
1286 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in GetStream()
1347 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in GetStream()
1498 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in GetPlainRawInStream()
1512 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in GetRawInStream()
1530 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in GetCommonRootEncryptionData()
1541 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in InputStreamDisposed()
1585 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in GetCopyOfLastCommit()
1624 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in GetCopyOfLastCommit()
1807 OSL_ENSURE( m_pImpl->m_rMutexRef.Is(), "No mutex!\n" ); in OWriteStream()
1809 if ( !m_pImpl || !m_pImpl->m_rMutexRef.Is() ) in OWriteStream()
1812 m_pData = new WSInternalData_Impl( pImpl->m_rMutexRef, m_pImpl->m_nStorageType ); in OWriteStream()
1824 OSL_ENSURE( m_pImpl->m_rMutexRef.Is(), "No mutex!\n" ); in OWriteStream()
1826 if ( !m_pImpl || !m_pImpl->m_rMutexRef.Is() ) in OWriteStream()
1829 m_pData = new WSInternalData_Impl( pImpl->m_rMutexRef, m_pImpl->m_nStorageType ); in OWriteStream()