Home
last modified time | relevance | path

Searched refs:ReAllocateMemory (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/tools/source/stream/
H A Dstream.cxx2752 if( !ReAllocateMemory( nNewResize) ) in PutData()
2762 if( !ReAllocateMemory( nCount-nMaxCount+nNewResize ) ) in PutData()
2806 ReAllocateMemory( nDiff ); in SeekPos()
2880 sal_Bool SvMemoryStream::ReAllocateMemory( long nDiff ) in ReAllocateMemory() function in SvMemoryStream
2974 ReAllocateMemory( nDiff ); in SetSize()
/AOO41X/main/tools/inc/tools/
H A Dstream.hxx814 virtual sal_Bool ReAllocateMemory( long nDiff );
/AOO41X/main/sot/source/sdstor/
H A Dstgstrms.cxx1202 ReAllocateMemory( - ( (long) nEndOfData - 16 ) ); in SetSize()