Home
last modified time | relevance | path

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

/AOO42X/main/tools/inc/tools/
H A Dgeninfo.hxx101 aLockState( read ), nLockKey( 0 ) {}; in GenericLockInformation()
131 sal_Bool SetWriteLock(sal_uInt32 nKey = 0) { return ((read==aLockState) && in SetWriteLock()
132 (aLockState=writeonly, nLockKey=nKey, sal_True)); } in SetWriteLock()
137 sal_Bool ReleaseWriteLock(sal_uInt32 nKey = 0) { return ((writeonly==aLockState) && in ReleaseWriteLock()
139 … (aLockState=read, nLockKey=0, sal_True)); } // setzt den zustand auf "read" in ReleaseWriteLock()
140 sal_Bool SetReadLock(sal_uInt32 nKey = 0) { return ((read==aLockState) && in SetReadLock()
141 (aLockState=readonly, nLockKey=nKey, sal_True)); } in SetReadLock()
142 sal_Bool ReleaseReadLock(sal_uInt32 nKey = 0) { return ((readonly==aLockState) && in ReleaseReadLock()
144 … (aLockState=read, nLockKey=0, sal_True)); } // setzt den zustand auf "read" in ReleaseReadLock()
146 LockState GetLockState() const { return aLockState; } in GetLockState()
[all …]