Home
last modified time | relevance | path

Searched refs:nPntCnt (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1201 sal_uInt16 nPntCnt = pImpXPolygon->nPoints; in Translate() local
1203 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Translate()
1230 sal_uInt16 nPntCnt = pImpXPolygon->nPoints; in Rotate() local
1232 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Rotate()
1299 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Scale()
1325 for (sal_uInt16 i = 0; i < nPntCnt; i++) in SlantX()
1352 for (sal_uInt16 i = 0; i < nPntCnt; i++) in SlantY()
1408 for (sal_uInt16 i = 0; i < nPntCnt; i++) in Distort()
1439 long nPntCnt = pImpXPolygon->nPoints; in Rotate20() local
1443 nPoints < nPntCnt; in Rotate20()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1665 nPntCnt( 0 ), nObjCnt( 0 ) in SwContourCache()
1680 nPntCnt -= pTextRanger[ nPos ]->GetPointCount(); in ClrObject()
1708 pContourCache->nPntCnt = 0; in ClrContourCache()
1767 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()
1824 nPntCnt += pTextRanger[ 0 ]->GetPointCount(); in ContourRect()
1825 while( nPntCnt > POLY_MAX && nObjCnt > POLY_MIN ) in ContourRect()
1827 nPntCnt -= pTextRanger[ --nObjCnt ]->GetPointCount(); in ContourRect()
H A Dtxtfly.hxx79 long nPntCnt; member in SwContourCache
/trunk/main/tools/source/generic/
H A Dpoly.cxx1141 sal_uInt16 nPntCnt = rPoly.GetSize(), nNewPos = 0; in ImplReduceEdges() local
1142 Polygon aNewPoly( nPntCnt ); in ImplReduceEdges()
1145 for( sal_uInt16 n = 0; n < nPntCnt; n++ ) in ImplReduceEdges()
1151 sal_uInt16 nIndPrev = !n ? nPntCnt - 1 : n - 1; in ImplReduceEdges()
1152 sal_uInt16 nIndPrevPrev = !nIndPrev ? nPntCnt - 1 : nIndPrev - 1; in ImplReduceEdges()
1153 sal_uInt16 nIndNext = ( n == nPntCnt-1 ) ? 0 : n + 1; in ImplReduceEdges()
1154 sal_uInt16 nIndNextNext = ( nIndNext == nPntCnt - 1 ) ? 0 : nIndNext + 1; in ImplReduceEdges()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2069 sal_uInt16 nPntCnt=rXPoly.GetPointCount(); in AddToHdlList() local
2070 if (bClosed && nPntCnt>1) nPntCnt--; in AddToHdlList()
2072 for (sal_uInt16 j=0; j<nPntCnt; j++) { in AddToHdlList()

Completed in 74 milliseconds