Home
last modified time | relevance | path

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

/aoo42x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx99 Mutex _aMutex; member in CPPU_CURRENT_NAMESPACE::RTTInfos
138 MutexGuard aGuard( _aMutex ); in getRTTI()
172 MutexGuard aGuard( _aMutex ); in ~RTTInfos()
371 Mutex _aMutex; member in CPPU_CURRENT_NAMESPACE::ExceptionInfos
391 MutexGuard aGuard( _aMutex ); in ~ExceptionInfos()
423 MutexGuard aGuard( s_pInfos->_aMutex ); in getRaiseInfo()
/aoo42x/main/sfx2/source/doc/
H A Dobjuno.cxx331 ::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 …]
/aoo42x/main/desktop/source/splash/
H A Dsplash.cxx175 ::osl::ClearableMutexGuard aGuard( _aMutex ); in initialize()
716 osl::Mutex SplashScreen::_aMutex; member in desktop::SplashScreen
722 osl::MutexGuard guard(_aMutex); in getInstance()
H A Dsplash.hxx81 static osl::Mutex _aMutex; member in desktop::SplashScreen
/aoo42x/main/reportdesign/source/core/api/
H A DReportDefinition.cxx630 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 53 milliseconds