Searched refs:pNewBuf (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/filter/basflt/ |
H A D | iodetect.cxx | 475 sal_Unicode *pNewBuf = sWork.AllocBuffer( static_cast< xub_StrLen >(rLen)); in IsDetectableText() local 488 rLen, pNewBuf, nNewLen, in IsDetectableText() 499 memcpy(pNewBuf, pBuf, rLen); in IsDetectableText() 508 sal_Char* pF = (sal_Char*)pNewBuf; in IsDetectableText() 520 pNewBuf = sWork.GetBufferAccess(); in IsDetectableText() 522 for (sal_uLong nCnt = 0; nCnt < nNewLen; ++nCnt, ++pNewBuf) in IsDetectableText() 524 switch (*pNewBuf) in IsDetectableText()
|
/aoo4110/main/tools/source/stream/ |
H A D | stream.cxx | 2557 void* SvMemoryStream::SetBuffer( void* pNewBuf, sal_Size nCount, in SetBuffer() argument 2566 if( pNewBuf != pBuf ) in SetBuffer() 2572 pBuf = (sal_uInt8 *) pNewBuf; in SetBuffer() 2783 sal_uInt8* pNewBuf = new sal_uInt8[nNewSize]; in ReAllocateMemory() local 2785 if( pNewBuf ) in ReAllocateMemory() 2790 memcpy( pNewBuf, pBuf, (size_t)nNewSize ); in ReAllocateMemory() 2798 memcpy( pNewBuf, pBuf, (size_t)nSize ); in ReAllocateMemory() 2803 pBuf = pNewBuf; in ReAllocateMemory()
|
Completed in 54 milliseconds