Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx855 sal_uLong nBufCount; in ImplWriteRLE() local
865 nX = nBufCount = 0UL; in ImplWriteRLE()
883 nBufCount += 2; in ImplWriteRLE()
928 nBufCount += ( nCount + 3 ); in ImplWriteRLE()
931 nBufCount += ( nCount + 2 ); in ImplWriteRLE()
942 nBufCount += 4; in ImplWriteRLE()
945 nBufCount += 2; in ImplWriteRLE()
950 pBuf[ nBufCount++ ] = 0; in ImplWriteRLE()
951 pBuf[ nBufCount++ ] = 0; in ImplWriteRLE()
953 rOStm.Write( pBuf, nBufCount ); in ImplWriteRLE()
/trunk/main/tools/source/stream/
H A Dstream.cxx2278 sal_Size nBufCount; in CryptAndWriteBuffer() local
2283 nBufCount = CRYPT_BUFSIZE; in CryptAndWriteBuffer()
2285 nBufCount = nLen; in CryptAndWriteBuffer()
2286 nLen -= nBufCount; in CryptAndWriteBuffer()
2287 memcpy( pTemp, pDataPtr, (sal_uInt16)nBufCount ); in CryptAndWriteBuffer()
2297 nCount += PutData( (char*)pTemp, nBufCount ); in CryptAndWriteBuffer()
2298 pDataPtr += nBufCount; in CryptAndWriteBuffer()

Completed in 34 milliseconds