Home
last modified time | relevance | path

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

/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx108 Mutex _aMutex; member in CPPU_CURRENT_NAMESPACE::RTTInfos
147 MutexGuard aGuard( _aMutex ); in getRTTI()
181 MutexGuard aGuard( _aMutex ); in ~RTTInfos()
380 Mutex _aMutex; member in CPPU_CURRENT_NAMESPACE::ExceptionInfos
400 MutexGuard aGuard( _aMutex ); in ~ExceptionInfos()
432 MutexGuard aGuard( s_pInfos->_aMutex ); in getRaiseInfo()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx327 ::osl::Mutex _aMutex;
341 : _aDisposeContainer( _aMutex ) in SfxDocumentInfoObject_Impl()
482 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in dispose()
505 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getPropertySetInfo()
695 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in setFastPropertyValue()
909 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getFastPropertyValue()
1012 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getUserFieldName()
1023 ::osl::MutexGuard aGuard( _pImp->_aMutex ); in getUserFieldValue()
1045 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in setUserFieldName()
1095 ::osl::ClearableMutexGuard aGuard( _pImp->_aMutex ); in setUserFieldValue()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx169 Mutex _aMutex; member in CPPU_CURRENT_NAMESPACE::RTTInfos
213 MutexGuard aGuard( _aMutex ); in getRTTI()
247 MutexGuard aGuard( _aMutex ); in ~RTTInfos()
479 Mutex _aMutex; member in CPPU_CURRENT_NAMESPACE::ExceptionInfos
499 MutexGuard aGuard( _aMutex ); in ~ExceptionInfos()
531 MutexGuard aGuard( s_pInfos->_aMutex ); in getRaiseInfo()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx169 ::osl::ClearableMutexGuard aGuard( _aMutex ); in initialize()
710 osl::Mutex SplashScreen::_aMutex; member in desktop::SplashScreen
716 osl::MutexGuard guard(_aMutex); in getInstance()
H A Dsplash.hxx81 static osl::Mutex _aMutex; member in desktop::SplashScreen
/trunk/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()