Searched refs:LockRange (Results 1 – 4 of 4) sorted by relevance
346 sal_Bool SvFileStream::LockRange( sal_uIntPtr nByteOffset, sal_uIntPtr nBytes ) in LockRange() function in SvFileStream395 if( LockRange( 0L, LONG_MAX ) ) in LockFile()
351 sal_Bool SvFileStream::LockRange( sal_uIntPtr nByteOffset, sal_uIntPtr nBytes ) in LockRange() function in SvFileStream428 if( LockRange( 0L, LONG_MAX ) ) in LockFile()
468 sal_Bool SvFileStream::LockRange( sal_Size nByteOffset, sal_Size nBytes ) in LockRange() function in SvFileStream632 return LockRange( 0UL, 0UL ); in LockFile()
762 sal_Bool LockRange( sal_Size nByteOffset, sal_Size nBytes );
Completed in 25 milliseconds