Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/stream/
H A Dstrmwnt.cxx131 nLockCounter = 0; in SvFileStream()
157 nLockCounter = 0; in SvFileStream()
393 if( !nLockCounter ) in LockFile()
397 nLockCounter = 1; in LockFile()
403 nLockCounter++; in LockFile()
422 if( nLockCounter > 0) in UnlockFile()
424 if( nLockCounter == 1) in UnlockFile()
434 nLockCounter--; in UnlockFile()
622 if( nLockCounter ) in Close()
624 nLockCounter = 1; in Close()
[all …]
H A Dstrmos2.cxx120 nLockCounter = 0; in SvFileStream()
146 nLockCounter = 0; in SvFileStream()
426 if( !nLockCounter ) in LockFile()
430 nLockCounter = 1; in LockFile()
436 nLockCounter++; in LockFile()
455 if( nLockCounter > 0) in UnlockFile()
457 if( nLockCounter == 1) in UnlockFile()
467 nLockCounter--; in UnlockFile()
704 if( nLockCounter ) in Close()
706 nLockCounter = 1; in Close()
[all …]
H A Dstrmunx.cxx261 nLockCounter = 0; in SvFileStream()
289 nLockCounter = 0; in SvFileStream()
/aoo4110/main/tools/inc/tools/
H A Dstream.hxx734 sal_uInt16 nLockCounter; member in SvFileStream
767 sal_Bool IsLocked() const { return ( nLockCounter!=0 ); } in IsLocked()

Completed in 35 milliseconds