Home
last modified time | relevance | path

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

/aoo42x/main/svl/source/misc/
H A Dsharecontrolfile.cxx250 sal_Int32 nNewInd = 0; in InsertOwnEntry() local
261 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() local
335 aNewData[nNewInd] = m_aUsersData[nInd]; in RemoveEntry()
336 nNewInd++; in RemoveEntry()
341 aNewData.realloc( nNewInd ); in RemoveEntry()
[all …]
/aoo42x/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx121 sal_uInt32 nNewInd(0L); in mergeTemporaryPointsAndPolygon() local
137 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 22 milliseconds