Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/tools/source/stream/
H A Dstream.cxx2240 sal_Size nBufCount; in CryptAndWriteBuffer() local
2245 nBufCount = CRYPT_BUFSIZE; in CryptAndWriteBuffer()
2247 nBufCount = nLen; in CryptAndWriteBuffer()
2248 nLen -= nBufCount; in CryptAndWriteBuffer()
2249 memcpy( pTemp, pDataPtr, (sal_uInt16)nBufCount ); in CryptAndWriteBuffer()
2259 nCount += PutData( (char*)pTemp, nBufCount ); in CryptAndWriteBuffer()
2260 pDataPtr += nBufCount; in CryptAndWriteBuffer()

Completed in 39 milliseconds