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.cxx1571 uno::Sequence< ucb::Lock > aLocks; in LOCK() local
1572 outLock.Value >>= aLocks; in LOCK()
1573 ucb::Lock aLock = aLocks[0]; in LOCK()
1682 uno::Sequence< ucb::Lock > aLocks; in LOCK() local
1683 outLock.Value >>= aLocks; in LOCK()
1684 ucb::Lock aLock = aLocks[0]; in LOCK()
H A Dwebdavcontent.cxx3629 uno::Sequence< ::com::sun::star::ucb::Lock > aLocks; in getLockOwner() local
3631 if(aValues.getConstArray()[ 0 ] >>= aLocks) in getLockOwner()
3632 if(aLocks.getLength() > 0) in getLockOwner()
3634 ucb::Lock aLock = aLocks[0]; in getLockOwner()

Completed in 46 milliseconds