Searched refs:iNext (Results 1 – 2 of 2) sorted by relevance
717 sal_Int32 iNext = i + 1; in DrawLWPolyLineEntity() local718 if ( iNext >= nVtxCount ) in DrawLWPolyLineEntity()721 iNext = 0; // closed: last vertex arcs back to the first in DrawLWPolyLineEntity()728 const DXFVector & rEnd = rE.pP[ iNext ]; in DrawLWPolyLineEntity()
1605 sal_uInt16 iNext = iZeroSearch + 1; in RTLFUNC() local1606 if( pBuf[iZeroSearch] == '0' && nLen > iNext && pBuf[iNext] == '.' ) in RTLFUNC()