Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx410 sal_uLong* pCount2 = new sal_uLong[ nDiff ]; in Compare() local
412 memset( pCount2, 0, nDiff * sizeof( sal_uLong )); in Compare()
416 CountDifference( rData2, pCount2 ); in Compare()
421 SetDiscard( rData1, pDiscard1, pCount2 ); in Compare()
425 delete [] pCount1; delete [] pCount2; in Compare()

Completed in 28 milliseconds