Home
last modified time | relevance | path

Searched refs:getMutex (Results 1 – 25 of 85) sorted by relevance

1234

/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx64 ::osl::Mutex& getMutex() in getMutex() function
112 , 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 …]
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx215 ::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 Dsubcomponentmanager.cxx231 ::osl::Mutex& getMutex() const { return m_aMutex; } in getMutex() function
251 ::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 DAppController.cxx314 ,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 …]
H A DAppControllerDnD.cxx440 ::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() );
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_clipboard.cxx60 >( 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()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx68 ::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()
/trunk/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx189 ,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()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx232 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 Dtdiface.cxx137 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()
H A Dtdcomp.cxx68 MutexGuard aGuard( getMutex() ); in getBaseType()
134 ClearableMutexGuard aGuard( getMutex() ); in getMemberTypes()
167 ClearableMutexGuard aGuard( getMutex() ); in getMemberNames()
/trunk/main/comphelper/inc/comphelper/
H A Dcomponentbase.hxx81 inline ::osl::Mutex& getMutex( GuardAccess ) { return getMutex(); } in getMutex() function in comphelper::ComponentBase
91 inline ::osl::Mutex& getMutex() { return m_rBHelper.rMutex; } in getMutex() function in comphelper::ComponentBase
130 :m_aMutexGuard( _rComponent.getMutex( ComponentBase::GuardAccess() ) ) in ComponentMethodGuard()
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx233 ::osl::Mutex& getMutex() { return m_aMutex; } in getMutex() function in framework::UndoManagerHelper_Impl
488 ::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()
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx171 ::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()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx207 inline Mutex & getMutex() SAL_THROW( () );
529 MutexGuard aGuard( rInit.getMutex() ); in complete()
1582 MutexGuard aGuard( rInit.getMutex() ); in typelib_typedescription_release()
1594 MutexGuard aGuard( rInit.getMutex() ); in typelib_typedescription_release()
2075 MutexGuard aGuard( rInit.getMutex() ); in typelib_typedescription_getByName()
2139 MutexGuard aGuard( rInit.getMutex() ); in typelib_typedescription_getByName()
2235 MutexGuard aGuard( rInit.getMutex() ); in typelib_typedescription_getByName()
2297 MutexGuard aGuard( rInit.getMutex() ); in typelib_typedescriptionreference_new()
2326 MutexGuard aGuard( rInit.getMutex() ); in typelib_typedescriptionreference_new()
2467 MutexGuard aGuard( rInit.getMutex() ); in typelib_typedescriptionreference_getByName()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx246 :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 …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx108 : 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 Ddp_extensionmanager.cxx183 ::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()
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dconnectiondependent.hxx63 ::osl::Mutex& getMutex() const { return m_aMutex; } in getMutex() function in sdbtools::ConnectionDependentComponent
99 ::osl::Mutex& getMutex( GuardAccess ) const { return m_aMutex; } in getMutex() function in sdbtools::ConnectionDependentComponent
133 :m_aMutexGuard( _rComponent.getMutex( ConnectionDependentComponent::GuardAccess() ) ) in EntryGuard()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx293 ::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()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHConnection.hxx48 virtual ::osl::Mutex& getMutex() const = 0;
89 virtual ::osl::Mutex& getMutex() const;
175 :BaseGuard( _rComponent.getMutex() ) in MethodGuard()
/trunk/main/connectivity/source/resource/
H A Dsharedresources.cxx77 static ::osl::Mutex& getMutex() in getMutex() function in connectivity::SharedResources_Impl
127 ::osl::MutexGuard aGuard( getMutex() ); in revokeClient()
138 ::osl::MutexGuard aGuard( getMutex() ); in getInstance()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.hxx543 inline ::osl::Mutex& getMutex() const in getMutex() function in dbaccess::ModelDependentComponent
557 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()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx364 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()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx298 ,m_aSelectionListeners( getMutex() ) in DBG_NAME()
1000 ::osl::MutexGuard aGuard( getMutex() ); in Execute()
1835 ::osl::MutexGuard aGuard( getMutex() ); in suspend()
2207 ::osl::MutexGuard aGuard( getMutex() ); in elementReplaced()
2214 ::osl::MutexGuard aGuard( getMutex() ); in propertyChange()
2539 ::osl::MutexGuard aGuard( getMutex() ); in attachModel()
4059 ::osl::MutexGuard aGuard( getMutex() ); in getTitle()
4097 ::osl::MutexGuard aGuard( getMutex() ); in setMode()
4102 ::osl::MutexGuard aGuard( getMutex() ); in getMode()
4307 ::osl::MutexGuard aGuard( getMutex() ); in setVisualAreaSize()
[all …]

Completed in 198 milliseconds

1234