Home
last modified time | relevance | path

Searched refs:m_rMutex (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/dbaccess/source/core/dataaccess/
H A Dbookmarkcontainer.cxx83 ,m_rMutex(_rMutex) in DBG_NAME()
91 MutexGuard aGuard(m_rMutex); in dispose()
130 MutexGuard aGuard(m_rMutex); in supportsService()
147 MutexGuard aGuard(m_rMutex); in insertByName()
246 MutexGuard aGuard(m_rMutex); in addContainerListener()
254 MutexGuard aGuard(m_rMutex); in removeContainerListener()
263 MutexGuard aGuard(m_rMutex); in getElementType()
271 MutexGuard aGuard(m_rMutex); in hasElements()
280 MutexGuard aGuard(m_rMutex); in createEnumeration()
289 MutexGuard aGuard(m_rMutex); in getCount()
[all …]
H A Ddocumenteventnotifier.cxx74 ::osl::Mutex& m_rMutex;
85 ,m_rMutex( _rMutex ) in DocumentEventNotifier_Impl()
166 ::osl::ResettableMutexGuard aGuard( m_rMutex ); in disposing()
242 ::osl::MutexGuard aGuard( m_rMutex ); in processEvent()
/trunk/main/unoxml/source/dom/
H A Dnode.cxx405 ::osl::MutexGuard const g(m_rMutex); in cloneNode()
434 ::osl::MutexGuard const g(m_rMutex); in getChildNodes()
449 ::osl::MutexGuard const g(m_rMutex); in getFirstChild()
465 ::osl::MutexGuard const g(m_rMutex); in getLastChild()
492 ::osl::MutexGuard const g(m_rMutex); in getNamespaceURI()
511 ::osl::MutexGuard const g(m_rMutex); in getNextSibling()
555 ::osl::MutexGuard const g(m_rMutex); in getNodeType()
576 ::osl::MutexGuard const g(m_rMutex); in getOwnerDocument()
591 ::osl::MutexGuard const g(m_rMutex); in getParentNode()
607 ::osl::MutexGuard const g(m_rMutex); in getPrefix()
[all …]
H A Delement.cxx236 ::osl::MutexGuard const g(m_rMutex); in getAttribute()
259 ::osl::MutexGuard const g(m_rMutex); in getAttributeNode()
285 ::osl::MutexGuard const g(m_rMutex); in getAttributeNodeNS()
316 ::osl::MutexGuard const g(m_rMutex); in getAttributeNS()
347 ::osl::MutexGuard const g(m_rMutex); in getElementsByTagName()
364 ::osl::MutexGuard const g(m_rMutex); in getElementsByTagNameNS()
377 ::osl::MutexGuard const g(m_rMutex); in getTagName()
395 ::osl::MutexGuard const g(m_rMutex); in hasAttribute()
410 ::osl::MutexGuard const g(m_rMutex); in hasAttributeNS()
425 ::osl::MutexGuard const g(m_rMutex); in removeAttribute()
[all …]
H A Ddocumenttype.cxx50 ::osl::MutexGuard const g(m_rMutex); in getEntities()
55 aMap.set(new CEntitiesMap(this, m_rMutex)); in getEntities()
76 ::osl::MutexGuard const g(m_rMutex); in getName()
91 ::osl::MutexGuard const g(m_rMutex); in getNotations()
96 aMap.set(new CNotationsMap(this, m_rMutex)); in getNotations()
106 ::osl::MutexGuard const g(m_rMutex); in getPublicId()
121 ::osl::MutexGuard const g(m_rMutex); in getSystemId()
H A Dcharacterdata.cxx65 ::osl::ClearableMutexGuard guard(m_rMutex); in appendData()
84 ::osl::ClearableMutexGuard guard(m_rMutex); in deleteData()
118 ::osl::MutexGuard const g(m_rMutex); in getData()
138 ::osl::MutexGuard const g(m_rMutex); in getLength()
155 ::osl::ClearableMutexGuard guard(m_rMutex); in insertData()
190 ::osl::ClearableMutexGuard guard(m_rMutex); in replaceData()
225 ::osl::ClearableMutexGuard guard(m_rMutex); in setData()
244 ::osl::MutexGuard const g(m_rMutex); in subStringData()
H A Dattr.cxx102 ::osl::MutexGuard const g(m_rMutex); in getName()
119 ::osl::MutexGuard const g(m_rMutex); in getOwnerElement()
152 ::osl::MutexGuard const g(m_rMutex); in getValue()
173 ::osl::ClearableMutexGuard guard(m_rMutex); in setValue()
221 ::osl::MutexGuard const g(m_rMutex); in setPrefix()
237 ::osl::MutexGuard const g(m_rMutex); in getPrefix()
254 ::osl::MutexGuard const g(m_rMutex); in getNamespaceURI()
H A Dattributesmap.cxx37 , m_rMutex(rMutex) in CAttributesMap()
46 ::osl::MutexGuard const g(m_rMutex); in getLength()
68 ::osl::MutexGuard const g(m_rMutex); in getNamedItem()
100 ::osl::MutexGuard const g(m_rMutex); in getNamedItemNS()
135 ::osl::MutexGuard const g(m_rMutex); in item()
H A Dprocessinginstruction.cxx56 ::osl::MutexGuard const g(m_rMutex); in getData()
77 ::osl::MutexGuard const g(m_rMutex); in getTarget()
98 ::osl::MutexGuard const g(m_rMutex); in setData()
115 ::osl::MutexGuard const g(m_rMutex); in getNodeName()
H A Delementlist.cxx48 , m_rMutex(rMutex) in CElementList()
114 ::osl::MutexGuard const g(m_rMutex); in getLength()
130 ::osl::MutexGuard const g(m_rMutex); in item()
147 ::osl::MutexGuard const g(m_rMutex); in handleEvent()
H A Dchildlist.cxx37 , m_rMutex(rMutex) in CChildList()
46 ::osl::MutexGuard const g(m_rMutex); in getLength()
70 ::osl::MutexGuard const g(m_rMutex); in item()
H A Dentity.cxx70 ::osl::MutexGuard const g(m_rMutex); in getPublicId()
85 ::osl::MutexGuard const g(m_rMutex); in getSystemId()
96 ::osl::MutexGuard const g(m_rMutex); in getNodeName()
/trunk/main/unoxml/source/xpath/
H A Dxpathobject.cxx68 , m_rMutex(rMutex) in CXPathObject()
88 ::osl::MutexGuard const g(m_rMutex); in getNodeList()
91 new CNodeList(m_pDocument, m_rMutex, m_pXPathObj)); in getNodeList()
100 ::osl::MutexGuard const g(m_rMutex); in getBoolean()
110 ::osl::MutexGuard const g(m_rMutex); in getByte()
120 ::osl::MutexGuard const g(m_rMutex); in getShort()
130 ::osl::MutexGuard const g(m_rMutex); in getLong()
140 ::osl::MutexGuard const g(m_rMutex); in getHyper()
150 ::osl::MutexGuard const g(m_rMutex); in getFloat()
160 ::osl::MutexGuard const g(m_rMutex); in getDouble()
[all …]
H A Dnodelist.cxx35 , m_rMutex(rMutex) in CNodeList()
50 ::osl::MutexGuard const g(m_rMutex); in getLength()
64 ::osl::MutexGuard const g(m_rMutex); in item()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx245 ,m_rMutex(_rMutex) in OCollection()
296 ::osl::MutexGuard aGuard(m_rMutex); in clear_NoDispose()
308 ::osl::MutexGuard aGuard(m_rMutex); in disposing()
317 ::osl::MutexGuard aGuard(m_rMutex); in getByIndex()
326 ::osl::MutexGuard aGuard(m_rMutex); in getByName()
343 ::osl::MutexGuard aGuard(m_rMutex); in getElementNames()
349 ::osl::MutexGuard aGuard(m_rMutex); in refresh()
366 ::osl::MutexGuard aGuard(m_rMutex); in createDataDescriptor()
410 ::osl::MutexGuard aGuard(m_rMutex); in dropByName()
420 ::osl::MutexGuard aGuard(m_rMutex); in dropByIndex()
[all …]
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx59 ::osl::Mutex& m_rMutex; // mutex of the parent
66 ,m_rMutex(_rMutex) in OCollection()
116 ::osl::MutexGuard aGuard(m_rMutex); in hasElements()
123 ::osl::MutexGuard aGuard(m_rMutex); in getCount()
131 ::osl::MutexGuard aGuard(m_rMutex); in getByIndex()
150 ::osl::MutexGuard aGuard(m_rMutex); in getByName()
165 ::osl::MutexGuard aGuard(m_rMutex); in getElementNames()
187 ::osl::MutexGuard aGuard(m_rMutex); in hasByName()
195 ::osl::MutexGuard aGuard(m_rMutex); in disposing()
/trunk/main/dbaccess/source/core/misc/
H A DContainerListener.cxx58 ::osl::MutexGuard aGuard( m_rMutex ); in approveInsertElement()
68 ::osl::MutexGuard aGuard( m_rMutex ); in approveReplaceElement()
78 ::osl::MutexGuard aGuard( m_rMutex ); in approveRemoveElement()
88 ::osl::MutexGuard aGuard( m_rMutex ); in elementInserted()
98 ::osl::MutexGuard aGuard( m_rMutex ); in elementRemoved()
108 ::osl::MutexGuard aGuard( m_rMutex ); in elementReplaced()
118 ::osl::MutexGuard aGuard( m_rMutex ); in disposing()
/trunk/main/svx/source/form/
H A Dformfeaturedispatcher.cxx50 :m_rMutex( _rMutex ) in OSingleFeatureDispatcher()
64 ::osl::MutexGuard aGuard( m_rMutex ); in dispose()
73 ::osl::MutexGuard aGuard( m_rMutex ); in dispose()
94 ::osl::ClearableMutexGuard aGuard( m_rMutex ); in updateAllListeners()
153 ::osl::ClearableMutexGuard aGuard( m_rMutex ); in dispatch()
198 ::osl::ClearableMutexGuard aGuard( m_rMutex ); in addStatusListener()
222 ::osl::MutexGuard aGuard( m_rMutex ); in removeStatusListener()
/trunk/main/vos/inc/vos/
H A Dmutex.hxx117 : m_rMutex( *pMutex ) in OGuard()
119 m_rMutex.acquire(); in OGuard()
122 : m_rMutex( rMutex ) in OGuard()
124 m_rMutex.acquire(); in OGuard()
130 m_rMutex.release(); in ~OGuard()
134 IMutex& m_rMutex; member in vos::OGuard
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx136 ::osl::MutexGuard aGuard( m_rMutex ); in impl_addVbEvents_nolck_nothrow()
191 ,m_rMutex(_rMutex) in OInterfaceContainer()
202 ,m_rMutex( _rMutex ) in OInterfaceContainer()
450 ::osl::MutexGuard aGuard( m_rMutex ); in readEvents()
483 ::osl::MutexGuard aGuard( m_rMutex ); in write()
541 ::osl::MutexGuard aGuard( m_rMutex ); in read()
646 ::osl::MutexGuard aGuard( m_rMutex ); in disposing()
693 ::osl::MutexGuard aGuard( m_rMutex ); in propertyChange()
722 ::osl::MutexGuard aGuard( m_rMutex ); in createEnumeration()
829 ::osl::ClearableMutexGuard aGuard( m_rMutex ); in implInsert()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dquerydescriptor.cxx152 ,m_rMutex(_rMutex) in OQueryDescriptor_Base()
155 …m_pColumns = new OColumns(_rMySelf, m_rMutex, sal_True,::std::vector< ::rtl::OUString>(), this,thi… in OQueryDescriptor_Base()
160 ,m_rMutex(_rSource.m_rMutex) in OQueryDescriptor_Base()
163 …m_pColumns = new OColumns(_rMySelf, m_rMutex, sal_True,::std::vector< ::rtl::OUString>(), this,thi… in OQueryDescriptor_Base()
220 MutexGuard aGuard(m_rMutex); in getColumns()
302 MutexGuard aGuard( m_rMutex ); in refreshColumns()
H A Dcolumn.cxx252 MutexGuard aGuard(m_rMutex); in append()
266 MutexGuard aGuard(m_rMutex); in clearColumns()
273 MutexGuard aGuard(m_rMutex); in disposing()
468 ::osl::MutexGuard aGuard(m_rMutex); in getParent()
474 ::osl::MutexGuard aGuard(m_rMutex); in setParent()
/trunk/main/reportdesign/source/core/api/
H A DReportControlModel.cxx66 ::osl::MutexGuard aGuard(m_rMutex); in hasElements()
79 ::osl::MutexGuard aGuard(m_rMutex); in insertByIndex()
98 ::osl::MutexGuard aGuard(m_rMutex); in removeByIndex()
116 ::osl::MutexGuard aGuard(m_rMutex); in replaceByIndex()
128 ::osl::MutexGuard aGuard(m_rMutex); in getCount()
136 ::osl::MutexGuard aGuard(m_rMutex); in getByIndex()
/trunk/main/comphelper/inc/comphelper/
H A Dguarding.hxx45 MUTEX& m_rMutex; member in comphelper::ORelease
48 ORelease(MUTEX& _rMutex) : m_rMutex(_rMutex) { _rMutex.release(); } in ORelease()
49 ~ORelease() { m_rMutex.acquire(); } in ~ORelease()
/trunk/main/sfx2/source/doc/
H A Ddocstoragemodifylistener.cxx57 ,m_rMutex( _rMutex ) in DocumentStorageModifyListener()
69 ::vos::OGuard aGuard( m_rMutex ); in dispose()
76 ::vos::OGuard aGuard( m_rMutex ); in modified()

Completed in 84 milliseconds

123