Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx1550 uno::Sequence< ucb::Lock > aLocks; in LOCK() local
1551 outLock.Value >>= aLocks; in LOCK()
1552 ucb::Lock aLock = aLocks[0]; in LOCK()
1660 uno::Sequence< ucb::Lock > aLocks; in LOCK() local
1661 outLock.Value >>= aLocks; in LOCK()
1662 ucb::Lock aLock = aLocks[0]; in LOCK()
H A Dwebdavcontent.cxx3589 uno::Sequence< ::com::sun::star::ucb::Lock > aLocks; in getLockOwner() local
3591 if(aValues.getConstArray()[ 0 ] >>= aLocks) in getLockOwner()
3592 if(aLocks.getLength() > 0) in getLockOwner()
3594 ucb::Lock aLock = aLocks[0]; in getLockOwner()