Lines Matching refs:m_rMutexRef

198 : m_rMutexRef( new SotMutexHolder )  in OStorage_Impl()
238 : m_rMutexRef( new SotMutexHolder ) in OStorage_Impl()
281 : m_rMutexRef( new SotMutexHolder ) in OStorage_Impl()
309 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in ~OStorage_Impl()
463 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in OpenOwnPackage()
555 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in GetChildrenList()
628 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in ReadContents()
707 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in CopyToStorage()
804 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in CopyStorageElement()
1022 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in CopyLastCommitTo()
1043 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in InsertIntoPackageFolder()
1058 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in Commit()
1311 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in Revert()
1374 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ) ; in GetCommonRootEncryptionData()
1400 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in FindElement()
1536 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in InsertElement()
1576 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in OpenSubStorage()
1604 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in OpenSubStream()
1627 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in GetElementNames()
1939 …m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage… in OStorage()
1951 …m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage… in OStorage()
1959 …OSL_ENSURE( m_pImpl && m_pImpl->m_rMutexRef.Is(), "The provided pointer & mutex MUST NOT be empty!… in OStorage()
1961 …m_pData = new StorInternalData_Impl( m_pImpl->m_rMutexRef, m_pImpl->m_bIsRoot, m_pImpl->m_nStorage… in OStorage()