Searched refs:rLock (Results 1 – 6 of 6) sorted by relevance
105 inline ReadGuard( IRWLock& rLock ) in ReadGuard() argument106 : m_pLock ( &rLock ) in ReadGuard()
105 inline ResetableGuard( IMutex& rLock ) in ResetableGuard() argument106 : m_pLock ( &rLock ) in ResetableGuard()
103 inline WriteGuard( IRWLock& rLock ) in WriteGuard() argument104 : m_pLock ( &rLock ) in WriteGuard()
61 LockGuard( sal_Int32& rLock ) in LockGuard()62 : mrLock( rLock ) in LockGuard()64 rLock++; in LockGuard()
1162 ucb::Lock & rLock, in LOCK() argument1190 aReqProc->processLock(inPath, rLock, outLock, status); in LOCK()
1854 void SetTmpDocShell( SfxObjectShellLock rLock ) { xTmpDocShell = rLock; } in SetTmpDocShell() argument
Completed in 55 milliseconds