Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx717 sal_Int32 iNext = i + 1; in DrawLWPolyLineEntity() local
718 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()
/AOO41X/main/basic/source/runtime/
H A Dmethods.cxx1605 sal_uInt16 iNext = iZeroSearch + 1; in RTLFUNC() local
1606 if( pBuf[iZeroSearch] == '0' && nLen > iNext && pBuf[iNext] == '.' ) in RTLFUNC()