Searched refs:pOldWhichTable (Results 1 – 2 of 2) sorted by relevance
716 sal_uInt16* RemoveWhichRange(const sal_uInt16* pOldWhichTable, sal_uInt16 nRangeBeg, sal_uInt16 nRa… in RemoveWhichRange() argument724 while (pOldWhichTable[nAnz]!=0) nAnz++; in RemoveWhichRange()732 sal_uInt16 nBeg=pOldWhichTable[nNum]; in RemoveWhichRange()733 sal_uInt16 nEnd=pOldWhichTable[nNum+1]; in RemoveWhichRange()743 memcpy(pNewWhichTable,pOldWhichTable,nAlloc*sizeof(sal_uInt16)); in RemoveWhichRange()
201 sal_uInt16* RemoveWhichRange(const sal_uInt16* pOldWhichTable, sal_uInt16 nRangeBeg, sal_uInt16 nRa…
Completed in 28 milliseconds