Searched refs:nByteOffset (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/tools/source/stream/ |
H A D | strmunx.cxx | 468 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 D | strmwnt.cxx | 346 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 D | strmos2.cxx | 351 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()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 823 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 …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | stream.hxx | 762 sal_Bool LockRange( sal_Size nByteOffset, sal_Size nBytes ); 763 sal_Bool UnlockRange( sal_Size nByteOffset, sal_Size nBytes );
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bmpfast.cxx | 47 void AddByteOffset( int nByteOffset ) { mpPixel += nByteOffset; } in AddByteOffset() argument
|
Completed in 79 milliseconds