Searched refs:_aMutex (Results 1 – 5 of 5) sorted by relevance
99 Mutex _aMutex; member in CPPU_CURRENT_NAMESPACE::RTTInfos138 MutexGuard aGuard( _aMutex ); in getRTTI()172 MutexGuard aGuard( _aMutex ); in ~RTTInfos()371 Mutex _aMutex; member in CPPU_CURRENT_NAMESPACE::ExceptionInfos391 MutexGuard aGuard( _aMutex ); in ~ExceptionInfos()423 MutexGuard aGuard( s_pInfos->_aMutex ); in getRaiseInfo()
331 ::osl::Mutex _aMutex;345 : _aDisposeContainer( _aMutex ) in SfxDocumentInfoObject_Impl()488 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in dispose()511 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getPropertySetInfo()726 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in setFastPropertyValue()942 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getFastPropertyValue()1045 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getUserFieldName()1056 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getUserFieldValue()1078 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in setUserFieldName()1128 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in setUserFieldValue()[all …]
175 ::osl::ClearableMutexGuard aGuard( _aMutex ); in initialize()716 osl::Mutex SplashScreen::_aMutex; member in desktop::SplashScreen722 osl::MutexGuard guard(_aMutex); in getInstance()
81 static osl::Mutex _aMutex; member in desktop::SplashScreen
630 OReportDefinitionImpl(::osl::Mutex& _aMutex) in OReportDefinitionImpl()631 :m_aStorageChangeListeners(_aMutex) in OReportDefinitionImpl()632 ,m_aCloseListener(_aMutex) in OReportDefinitionImpl()633 ,m_aModifyListeners(_aMutex) in OReportDefinitionImpl()634 ,m_aDocEventListeners(_aMutex) in OReportDefinitionImpl()650 OReportDefinitionImpl(::osl::Mutex& _aMutex,const OReportDefinitionImpl& _aCopy) in OReportDefinitionImpl()651 :m_aStorageChangeListeners(_aMutex) in OReportDefinitionImpl()652 ,m_aCloseListener(_aMutex) in OReportDefinitionImpl()653 ,m_aModifyListeners(_aMutex) in OReportDefinitionImpl()654 ,m_aDocEventListeners(_aMutex) in OReportDefinitionImpl()
Completed in 60 milliseconds