Lines Matching refs:nPolyNum
1508 for (sal_uInt16 nPolyNum=nPolyAnz; nPolyNum>0;) { in EndCreate() local
1509 nPolyNum--; in EndCreate()
1510 XPolygon& rXP=aPathPolygon[nPolyNum]; in EndCreate()
1513 if (nPolyNum<nPolyAnz-1 || eCmd==SDRCREATE_FORCEEND) { in EndCreate()
1514 if (nPtAnz<2) aPathPolygon.Remove(nPolyNum); in EndCreate()
2093 sal_uInt16 nPolyNum = (sal_uInt16)rHdl.GetPolyNum(); in GetPlusHdlCount() local
2095 if(nPolyNum < aOldPathPolygon.Count()) in GetPlusHdlCount()
2097 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdlCount()
2124 sal_uInt16 nPolyNum = (sal_uInt16)rHdl.GetPolyNum(); in GetPlusHdl() local
2126 if (nPolyNum<aOldPathPolygon.Count()) in GetPlusHdl()
2128 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdl()