Searched refs:nNewInd (Results 1 – 2 of 2) sorted by relevance
250 sal_Int32 nNewInd = 0; in InsertOwnEntry() local261 aNewData[nNewInd] = aNewEntry; in InsertOwnEntry()267 aNewData[nNewInd] = m_aUsersData[nInd]; in InsertOwnEntry()270 nNewInd++; in InsertOwnEntry()275 aNewData[nNewInd++] = aNewEntry; in InsertOwnEntry()277 aNewData.realloc( nNewInd ); in InsertOwnEntry()326 sal_Int32 nNewInd = 0; in RemoveEntry() local335 aNewData[nNewInd] = m_aUsersData[nInd]; in RemoveEntry()336 nNewInd++; in RemoveEntry()341 aNewData.realloc( nNewInd ); in RemoveEntry()[all …]
121 sal_uInt32 nNewInd(0L); in mergeTemporaryPointsAndPolygon() local137 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon()139 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon()159 while(nNewInd < nTempPointCount && rTempPoints[nNewInd].getIndex() == a) in mergeTemporaryPointsAndPolygon()161 const temporaryPoint& rTempPoint = rTempPoints[nNewInd++]; in mergeTemporaryPointsAndPolygon()
Completed in 26 milliseconds