Home
last modified time | relevance | path

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

/trunk/main/tools/source/stream/
H A Dstrmunx.cxx468 sal_Bool SvFileStream::LockRange( sal_Size nByteOffset, sal_Size nBytes ) in LockRange() argument
471 aflock.l_start = nByteOffset; in LockRange()
510 if( ! InternalStreamLock::LockFile( nByteOffset, nByteOffset+nBytes, this ) ) in LockRange()
514 … ByteString(aFilename, osl_getThreadTextEncoding()).GetBuffer(), nByteOffset, nByteOffset+nBytes ); in LockRange()
579 sal_Bool SvFileStream::UnlockRange( sal_Size nByteOffset, sal_Size nBytes ) in UnlockRange() argument
584 aflock.l_start = nByteOffset; in UnlockRange()
591 InternalStreamLock::UnlockFile( nByteOffset, nByteOffset+nBytes, this ); in UnlockRange()
H A Dstrmwnt.cxx346 sal_Bool SvFileStream::LockRange( sal_uIntPtr nByteOffset, sal_uIntPtr nBytes ) in LockRange() argument
351 bRetVal = ::LockFile(pInstanceData->hFile,nByteOffset,0L,nBytes,0L ); in LockRange()
368 sal_Bool SvFileStream::UnlockRange( sal_uIntPtr nByteOffset, sal_uIntPtr nBytes ) in UnlockRange() argument
373 bRetVal = ::UnlockFile(pInstanceData->hFile,nByteOffset,0L,nBytes,0L ); in UnlockRange()
H A Dstrmos2.cxx351 sal_Bool SvFileStream::LockRange( sal_uIntPtr nByteOffset, sal_uIntPtr nBytes ) in LockRange() argument
360 aLockArea.lOffset = (long)nByteOffset; in LockRange()
387 sal_Bool SvFileStream::UnlockRange( sal_uIntPtr nByteOffset, sal_uIntPtr nBytes ) in UnlockRange() argument
396 aUnlockArea.lOffset = (long)nByteOffset; in UnlockRange()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx823 sal_Size nByteOffset = 1; in fetchRow() local
863 nByteOffset += nLen; in fetchRow()
871 nByteOffset += nLen; in fetchRow()
966 nByteOffset += nLen; in fetchRow()
1030 nByteOffset += nLen; in fetchRow()
1714 sal_Int32 nByteOffset = 1; in UpdateBuffer() local
1847 nByteOffset += nLen; in UpdateBuffer()
1859 nByteOffset += nLen; in UpdateBuffer()
1875 char* pData = (char *)(m_pBuffer + nByteOffset); in UpdateBuffer()
1882 nByteOffset += nLen; in UpdateBuffer()
[all …]
/trunk/main/tools/inc/tools/
H A Dstream.hxx758 sal_Bool LockRange( sal_Size nByteOffset, sal_Size nBytes );
759 sal_Bool UnlockRange( sal_Size nByteOffset, sal_Size nBytes );
/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx47 void AddByteOffset( int nByteOffset ) { mpPixel += nByteOffset; } in AddByteOffset() argument

Completed in 44 milliseconds