Home
last modified time | relevance | path

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

/aoo4110/main/tools/inc/tools/
H A Dgeninfo.hxx101 aLockState( read ), nLockKey( 0 ) {}; in GenericLockInformation()
132 (aLockState=writeonly, nLockKey=nKey, sal_True)); } in SetWriteLock()
138 (!nLockKey||nKey==nLockKey) && in ReleaseWriteLock()
141 (aLockState=readonly, nLockKey=nKey, sal_True)); } in SetReadLock()
143 (!nLockKey||nKey==nLockKey) && in ReleaseReadLock()
144 (aLockState=read, nLockKey=0, sal_True)); } // setzt den zustand auf "read" in ReleaseReadLock()
150 sal_Bool IsLocker( sal_uInt32 nKey ) { return (nKey==nLockKey || !nLockKey); } in IsLocker()
157 (!nLockKey || nKey==nLockKey) && in InsertSubInfo()
163 (!nLockKey || nKey==nLockKey) && in InsertSubInfo()
168 if (writeonly==aLockState && nLockKey && nKey!=nLockKey ) in GetSubInfo()
[all …]

Completed in 11 milliseconds