Lines Matching refs:m_rMutexRef

43 , m_rMutexRef( m_pImpl->m_rMutexRef )  in OInputCompStream()
50 OSL_ENSURE( m_pImpl->m_rMutexRef.Is(), "No mutex is provided!\n" ); in OInputCompStream()
51 if ( !m_pImpl->m_rMutexRef.Is() ) in OInputCompStream()
62 , m_rMutexRef( new SotMutexHolder ) in OInputCompStream()
76 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in ~OInputCompStream()
127 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in readBytes()
150 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in readSomeBytes()
174 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in skipBytes()
197 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in available()
227 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getInputStream()
244 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getOutputStream()
258 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in InternalDispose()
287 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in dispose()
315 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in addEventListener()
323 m_pInterfaceContainer = new ::cppu::OInterfaceContainerHelper( m_rMutexRef->GetMutex() ); in addEventListener()
332 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in removeEventListener()
348 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in hasByID()
376 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getTargetByID()
401 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getTypeByID()
426 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getRelationshipByID()
456 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getRelationshipsByType()
491 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getAllRelationships()
522 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in insertRelationshipByID()
542 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in removeRelationshipByID()
562 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in insertRelationships()
581 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in clearRelationships()
599 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getPropertySetInfo()
619 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in setPropertyValue()
646 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in getPropertyValue()
684 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in addPropertyChangeListener()
704 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in removePropertyChangeListener()
724 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in addVetoableChangeListener()
744 ::osl::MutexGuard aGuard( m_rMutexRef->GetMutex() ); in removeVetoableChangeListener()