| /aoo4110/main/dbaccess/source/ui/app/ | 
| H A D | AppControllerGen.cxx | 215 		::osl::MutexGuard aGuard( getMutex() );  in openDialog()305 	::osl::MutexGuard aGuard( getMutex() );  in propertyChange()
 353 	::osl::MutexGuard aGuard( getMutex() );  in getDataSource()
 361 	::osl::MutexGuard aGuard( getMutex() );  in getApplicationMainWindow()
 370 	::osl::MutexGuard aGuard( getMutex() );  in getSubComponents()
 377 	::osl::MutexGuard aGuard( getMutex() );  in getActiveConnection()
 384 	::osl::MutexGuard aGuard( getMutex() );  in isConnected()
 392 	::osl::MutexGuard aGuard( getMutex() );  in connect()
 411 	::osl::MutexGuard aGuard( getMutex() );  in identifySubComponent()
 431 	::osl::MutexGuard aGuard( getMutex() );  in closeSubComponents()
 [all …]
 
 | 
| H A D | subcomponentmanager.cxx | 231         ::osl::Mutex&   getMutex() const { return m_aMutex; }  in getMutex()  function251         ::osl::MutexGuard aGuard( m_pData->getMutex() );  in disposing()
 399         ::osl::ClearableMutexGuard aGuard( m_pData->getMutex() );  in disposing()
 448         ::osl::MutexGuard aGuard( m_pData->getMutex() );  in getSubComponents()
 464 	    ::osl::MutexGuard aGuard( m_pData->getMutex() );  in closeSubComponents()
 488 	    ::osl::MutexGuard aGuard( m_pData->getMutex() );  in empty()
 496 	    ::osl::ClearableMutexGuard aGuard( m_pData->getMutex() );  in onSubComponentOpened()
 532 	    ::osl::MutexGuard aGuard( m_pData->getMutex() );  in activateSubFrame()
 560 	    ::osl::MutexGuard aGuard( m_pData->getMutex() );  in closeSubFrames()
 
 | 
| H A D | AppControllerDnD.cxx | 440 	::osl::MutexGuard aGuard( getMutex() );  in deleteEntries()470 	::osl::MutexGuard aGuard( getMutex() );  in ensureConnection()
 586 	::osl::MutexGuard aGuard( getMutex() );  in getSelectionElementNames()
 619 		::osl::MutexGuard aGuard( getMutex() );  in copyObject()
 902 	::osl::MutexGuard aGuard( getMutex() );
 
 | 
| H A D | AppController.cxx | 314     ,m_aContextMenuInterceptors( getMutex() )  in DBG_NAME()499     ::osl::MutexGuard aGuard( getMutex() );  in disposing()
 549     ::osl::MutexGuard aGuard( getMutex() );  in suspend()
 1018 	::osl::MutexGuard aGuard( getMutex() );  in Execute()
 1555 	::osl::MutexGuard aGuard( getMutex() );  in elementInserted()
 1591 	::osl::MutexGuard aGuard( getMutex() );  in elementRemoved()
 1625 	::osl::MutexGuard aGuard( getMutex() );  in elementReplaced()
 2073 	::osl::MutexGuard aGuard( getMutex() );  in renameEntry()
 2648 	::osl::MutexGuard aGuard( getMutex() );
 2712 	::osl::MutexGuard aGuard( getMutex() );  in attachModel()
 [all …]
 
 | 
| /aoo4110/main/scripting/source/stringresource/ | 
| H A D | stringresource.cxx | 64 ::osl::Mutex& getMutex()  in getMutex()  function112 	, m_aListenerContainer( getMutex() )  in StringResourceImpl()
 171     ::osl::MutexGuard aGuard( getMutex() );  in addModifyListener()
 182     ::osl::MutexGuard aGuard( getMutex() );  in removeModifyListener()
 218     ::osl::MutexGuard aGuard( getMutex() );  in resolveString()
 225     ::osl::MutexGuard aGuard( getMutex() );  in resolveStringForLocale()
 245     ::osl::MutexGuard aGuard( getMutex() );  in hasEntryForId()
 253     ::osl::MutexGuard aGuard( getMutex() );  in hasEntryForIdAndLocale()
 283     ::osl::MutexGuard aGuard( getMutex() );  in getResourceIDsForLocale()
 291     ::osl::MutexGuard aGuard( getMutex() );  in getResourceIDs()
 [all …]
 
 | 
| /aoo4110/main/vcl/unx/generic/dtrans/ | 
| H A D | X11_clipboard.cxx | 60     >( rManager.getMutex() ),  in X11Clipboard()104     ClearableMutexGuard aGuard( m_rSelectionManager.getMutex() );  in fireChangedContentsEvent()
 125 	ClearableMutexGuard aGuard(m_rSelectionManager.getMutex());  in clearContents()
 149 	MutexGuard aGuard(m_rSelectionManager.getMutex());  in getContents()
 164 	ClearableMutexGuard aGuard(m_rSelectionManager.getMutex());  in setContents()
 212     MutexGuard aGuard( m_rSelectionManager.getMutex() );  in addClipboardListener()
 221     MutexGuard aGuard( m_rSelectionManager.getMutex() );  in removeClipboardListener()
 
 | 
| /aoo4110/main/desktop/source/deployment/registry/ | 
| H A D | dp_backend.cxx | 68     ::osl::MutexGuard guard( getMutex() );  in disposing()79     : t_BackendBase( getMutex() ),  in PackageRegistryBackend()
 112     ::osl::MutexGuard guard( getMutex() );  in check()
 151     ::osl::ResettableMutexGuard guard( getMutex() );  in bindPackage()
 329     : t_PackageBase( getMutex() ),  in Package()
 360     ::osl::MutexGuard guard( getMutex() );  in check()
 621         ::osl::ResettableMutexGuard guard( getMutex() );  in isRegistered()
 658             ::osl::ResettableMutexGuard guard( getMutex() );  in processPackage_impl()
 
 | 
| /aoo4110/main/comphelper/inc/comphelper/ | 
| H A D | componentbase.hxx | 81         inline  ::osl::Mutex&   getMutex( GuardAccess )                 { return getMutex(); }  in getMutex()  function in comphelper::ComponentBase91         inline  ::osl::Mutex&               getMutex()              { return m_rBHelper.rMutex; }  in getMutex()  function in comphelper::ComponentBase
 130             :m_aMutexGuard( _rComponent.getMutex( ComponentBase::GuardAccess() ) )  in ComponentMethodGuard()
 
 | 
| H A D | sharedmutex.hxx | 51         inline ::osl::Mutex& getMutex() { return *m_pMutexImpl; }  in getMutex()  function in comphelper::SharedMutex77         ::osl::Mutex&   getMutex() const { return m_aMutex; }  in getMutex()  function in comphelper::SharedMutexBase
 
 | 
| /aoo4110/main/dbaccess/source/ui/misc/ | 
| H A D | dbsubcomponentcontroller.cxx | 189         ,m_pImpl( new DBSubComponentController_Impl( getMutex() ) )  in DBSubComponentController()583         ::osl::MutexGuard aGuard( getMutex() );  in getTitle()
 607         ::osl::MutexGuard aGuard( getMutex() );  in getScriptContainer()
 617         ::osl::MutexGuard aGuard( getMutex() );  in addModifyListener()
 624         ::osl::MutexGuard aGuard( getMutex() );  in removeModifyListener()
 631         ::osl::MutexGuard aGuard( getMutex() );  in isModified()
 638         ::osl::ClearableMutexGuard aGuard( getMutex() );  in setModified()
 
 | 
| /aoo4110/main/stoc/source/registry_tdprovider/ | 
| H A D | tdservice.cxx | 232         MutexGuard guard(getMutex());  in getProperties()308     MutexGuard guard(getMutex());  in getProperties()
 331     MutexGuard guard(getMutex());  in getConstructors()
 369         MutexGuard guard(getMutex());  in getReferences()
 417         MutexGuard guard(getMutex());  in getReferences()
 549         MutexGuard guard(getMutex());  in getReferences()
 
 | 
| H A D | tdcomp.cxx | 68                 MutexGuard aGuard( getMutex() );  in getBaseType()134 		ClearableMutexGuard aGuard( getMutex() );  in getMemberTypes()
 167 		ClearableMutexGuard aGuard( getMutex() );  in getMemberNames()
 
 | 
| H A D | tdiface.cxx | 137                 MutexGuard aGuard( getMutex() );  in getReturnType()318                 MutexGuard aGuard( getMutex() );  in getType()
 447     osl::MutexGuard guard(getMutex());  in getMembers()
 531     MutexGuard guard(getMutex());  in getBaseTypes()
 555     MutexGuard guard(getMutex());  in getOptionalBaseTypes()
 
 | 
| /aoo4110/main/forms/source/component/ | 
| H A D | propertybaghelper.cxx | 171             ::osl::MutexGuard aGuard( m_rContext.getMutex() );  in impl_ts_getArrayHelper()203         ::osl::MutexGuard aGuard( m_rContext.getMutex() );  in addProperty()
 231         ::osl::MutexGuard aGuard( m_rContext.getMutex() );  in removeProperty()
 280         ::osl::MutexGuard aGuard( m_rContext.getMutex() );  in getPropertyValues()
 323         ::osl::ClearableMutexGuard aGuard( m_rContext.getMutex() );  in setPropertyValues()
 
 | 
| /aoo4110/main/framework/source/fwe/helper/ | 
| H A D | undomanagerhelper.cxx | 233         ::osl::Mutex&   getMutex() { return m_aMutex; }  in getMutex()  function in framework::UndoManagerHelper_Impl488         ::osl::MutexGuard aGuard( getMutex() );  in lock()
 502         ::osl::MutexGuard aGuard( getMutex() );  in unlock()
 1023         ::osl::MutexGuard aGuard( m_pImpl->getMutex() );  in isUndoPossible()
 1035         ::osl::MutexGuard aGuard( m_pImpl->getMutex() );  in isRedoPossible()
 1050             ::osl::MutexGuard aGuard( i_impl.getMutex() );  in lcl_getCurrentActionTitle()
 1072             ::osl::MutexGuard aGuard( i_impl.getMutex() );  in lcl_getAllActionTitles()
 1149         ::osl::MutexGuard aGuard( m_pImpl->getMutex() );  in isLocked()
 
 | 
| /aoo4110/main/desktop/source/deployment/manager/ | 
| H A D | dp_managerfac.cxx | 108     : t_pmfac_helper( getMutex() ),  in PackageManagerFactoryImpl()121     ::osl::MutexGuard guard( getMutex() );  in check()
 134     ::osl::MutexGuard guard( getMutex() );  in disposing()
 155     ::osl::ResettableMutexGuard guard( getMutex() );  in getPackageManager()
 
 | 
| H A D | dp_extensionmanager.cxx | 183     ::cppu::WeakComponentImplHelper1< css::deployment::XExtensionManager >(getMutex()),  in ExtensionManager()747         ::osl::MutexGuard guard(getMutex());  in addExtension()
 901     ::osl::MutexGuard guard(getMutex());  in removeExtension()
 997     ::osl::MutexGuard guard(getMutex());  in enableExtension()
 1066         ::osl::MutexGuard guard(getMutex());  in checkPrerequisitesAndEnable()
 1112     ::osl::MutexGuard guard(getMutex());  in disableExtension()
 1274         ::osl::MutexGuard guard(getMutex());  in reinstallDeployedExtensions()
 1384         ::osl::MutexGuard guard(getMutex());  in synchronize()
 1542     ::osl::MutexGuard guard(getMutex());  in getExtensionsWithUnacceptedLicenses()
 1606     ::osl::MutexGuard guard( getMutex() );  in check()
 
 | 
| /aoo4110/main/cppu/source/typelib/ | 
| H A D | typelib.cxx | 209 	inline Mutex & getMutex() SAL_THROW( () );531 			MutexGuard aGuard( rInit.getMutex() );  in complete()
 1584 				MutexGuard aGuard( rInit.getMutex() );  in typelib_typedescription_release()
 1596 				MutexGuard aGuard( rInit.getMutex() );  in typelib_typedescription_release()
 2077 		MutexGuard aGuard( rInit.getMutex() );  in typelib_typedescription_getByName()
 2141 		MutexGuard aGuard( rInit.getMutex() );  in typelib_typedescription_getByName()
 2237 				MutexGuard aGuard( rInit.getMutex() );  in typelib_typedescription_getByName()
 2299 				MutexGuard aGuard( rInit.getMutex() );  in typelib_typedescriptionreference_new()
 2328 	MutexGuard aGuard( rInit.getMutex() );  in typelib_typedescriptionreference_new()
 2469 		MutexGuard aGuard( rInit.getMutex() );  in typelib_typedescriptionreference_getByName()
 [all …]
 
 | 
| /aoo4110/main/dbaccess/source/ui/browser/ | 
| H A D | genericcontroller.cxx | 246 	:OGenericUnoController_Base( getMutex() )  in DBG_NAME()262         m_pData.reset( new OGenericUnoController_Data( *this, getMutex() ) );  in DBG_NAME()
 281 	:OGenericUnoController_Base( getMutex() )  in OGenericUnoController()
 354 	::osl::MutexGuard aGuard( getMutex() );  in initialize()
 451 	::osl::MutexGuard aGuard( getMutex() );  in modified()
 487 	::osl::MutexGuard aGuard( getMutex() );  in attachFrame()
 986     ::osl::MutexGuard aGuard( getMutex() );  in frameAction()
 1231     ::osl::MutexGuard aGuard( getMutex() );  in getFrame()
 1454     ::osl::MutexGuard aGuard( getMutex() );  in impl_getTitleHelper_throw()
 1476     ::osl::MutexGuard aGuard( getMutex() );  in getTitle()
 [all …]
 
 | 
| /aoo4110/main/dbaccess/source/sdbtools/connection/ | 
| H A D | connectiondependent.hxx | 63         ::osl::Mutex&   getMutex() const { return m_aMutex; }  in getMutex()  function in sdbtools::ConnectionDependentComponent99         ::osl::Mutex&   getMutex( GuardAccess ) const { return m_aMutex; }  in getMutex()  function in sdbtools::ConnectionDependentComponent
 133             :m_aMutexGuard( _rComponent.getMutex( ConnectionDependentComponent::GuardAccess() ) )  in EntryGuard()
 
 | 
| /aoo4110/main/connectivity/source/inc/hsqldb/ | 
| H A D | HConnection.hxx | 48             virtual ::osl::Mutex&   getMutex() const = 0;89             virtual ::osl::Mutex&   getMutex() const;
 175                 :BaseGuard( _rComponent.getMutex() )  in MethodGuard()
 
 | 
| /aoo4110/main/connectivity/source/resource/ | 
| H A D | sharedresources.cxx | 77         static ::osl::Mutex& getMutex()  in getMutex()  function in connectivity::SharedResources_Impl127         ::osl::MutexGuard aGuard( getMutex() );  in revokeClient()
 138         ::osl::MutexGuard aGuard( getMutex() );  in getInstance()
 
 | 
| /aoo4110/main/scripting/source/dlgprov/ | 
| H A D | dlgevtatt.cxx | 293             ::osl::MutexGuard aGuard( getMutex() );  in attachEvents()405         ::osl::MutexGuard aGuard( getMutex() );  in firing()
 415         ::osl::MutexGuard aGuard( getMutex() );  in approveFiring()
 651         ::osl::MutexGuard aGuard( getMutex() );  in firing()
 661         ::osl::MutexGuard aGuard( getMutex() );  in approveFiring()
 
 | 
| /aoo4110/main/dbaccess/source/core/dataaccess/ | 
| H A D | ModelImpl.hxx | 543     inline ::osl::Mutex& getMutex() const  in getMutex()  function in dbaccess::ModelDependentComponent557     inline ::osl::Mutex& getMutex( GuardAccess ) const  in getMutex()  function in dbaccess::ModelDependentComponent
 559         return getMutex();  in getMutex()
 622         :BaseMutexGuard( _component.getMutex( ModelDependentComponent::GuardAccess() ) )  in ModelMethodGuard()
 
 | 
| /aoo4110/main/desktop/source/deployment/registry/component/ | 
| H A D | dp_component.cxx | 364         const ::osl::MutexGuard guard( getMutex() );  in getRDB()840     const ::osl::MutexGuard guard( getMutex() );  in unorc_verify_init()
 1090     const ::osl::MutexGuard guard( getMutex() );  in addToUnoRc()
 1110     const ::osl::MutexGuard guard( getMutex() );  in removeFromUnoRc()
 1124     const ::osl::MutexGuard guard( getMutex() );  in hasInUnoRc()
 1328     const ::osl::MutexGuard guard( getMutex() );  in releaseObject()
 1335     const ::osl::MutexGuard guard( getMutex() );  in getObject()
 1347     const ::osl::MutexGuard guard( getMutex() );  in insertObject()
 
 |