Home
last modified time | relevance | path

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

/AOO41X/main/tools/inc/tools/
H A Dgeninfo.hxx126 enum LockState{ writeonly, read, readonly }; enumerator
132 (aLockState=writeonly, nLockKey=nKey, sal_True)); } in SetWriteLock()
137 sal_Bool ReleaseWriteLock(sal_uInt32 nKey = 0) { return ((writeonly==aLockState) && in ReleaseWriteLock()
147 sal_Bool IsWriteLocked() const { return (writeonly==aLockState); } in IsWriteLocked()
156 return ((writeonly==aLockState) && in InsertSubInfo()
162 return ((writeonly==aLockState) && in InsertSubInfo()
168 if (writeonly==aLockState && nLockKey && nKey!=nLockKey ) in GetSubInfo()