Lines Matching refs:vos
42 std::auto_ptr< vos::OGuard > * pGuardArray;
48 std::auto_ptr< vos::OGuard > & operator[] ( sal_Int32 i ) { return pGuardArray[i]; } in operator []()
54 pGuardArray = new std::auto_ptr< vos::OGuard >[ nSize ]; in AutoOGuardArray()
72 using vos::IMutex;
130 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValue()
132 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValue()
150 std::auto_ptr< vos::OGuard > pMutexGuard2; in setPropertyValue()
152 pMutexGuard2.reset( new vos::OGuard(pSlave->mpMutex) ); in setPropertyValue()
164 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValue()
166 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValue()
185 std::auto_ptr< vos::OGuard > pMutexGuard2; in getPropertyValue()
187 pMutexGuard2.reset( new vos::OGuard(pSlave->mpMutex) ); in getPropertyValue()
225 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValues()
227 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValues()
264 aOGuardArray[i].reset( new vos::OGuard(pSlave->mpSlave->mpMutex) ); in setPropertyValues()
291 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValues()
293 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValues()
329 aOGuardArray[i].reset( new vos::OGuard(pSlave->mpSlave->mpMutex) ); in getPropertyValues()
392 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyState()
394 pMutexGuard.reset( new vos::OGuard(pSlave->mpMutex) ); in getPropertyState()