Home
last modified time | relevance | path

Searched refs:pMutexGuard (Results 1 – 2 of 2) sorted by relevance

/trunk/main/comphelper/source/property/
H A DMasterPropertySet.cxx128 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValue() local
130 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValue()
161 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValue() local
163 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValue()
217 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValues() local
219 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValues()
282 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValues() local
284 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValues()
379 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyState() local
381 pMutexGuard.reset( new vos::OGuard(pSlave->mpMutex) ); in getPropertyState()
H A DChainablePropertySet.cxx75 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValue() local
77 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValue()
92 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValue() local
94 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValue()
133 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValues() local
135 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValues()
166 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValues() local
168 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValues()