Lines Matching refs:count

89 		const sal_uInt32 nCount = rPolyPolygon.count();  in insert()
119 sal_uInt32 count() const in count() function in ImplB2DPolyPolygon
245 sal_uInt32 B2DPolyPolygon::count() const in count() function in basegfx::B2DPolyPolygon
247 return mpPolyPolygon->count(); in count()
252 OSL_ENSURE(nIndex < mpPolyPolygon->count(), "B2DPolyPolygon access outside range (!)"); in getB2DPolygon()
259 OSL_ENSURE(nIndex < mpPolyPolygon->count(), "B2DPolyPolygon access outside range (!)"); in setB2DPolygon()
267 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in areControlPointsUsed()
282 OSL_ENSURE(nIndex <= mpPolyPolygon->count(), "B2DPolyPolygon Insert outside range (!)"); in insert()
291 mpPolyPolygon->insert(mpPolyPolygon->count(), rPolygon, nCount); in append()
298 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in getDefaultAdaptiveSubdivision()
310 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in getB2DRange()
320 OSL_ENSURE(nIndex <= mpPolyPolygon->count(), "B2DPolyPolygon Insert outside range (!)"); in insert()
322 if(rPolyPolygon.count()) in insert()
328 if(rPolyPolygon.count()) in append()
329 mpPolyPolygon->insert(mpPolyPolygon->count(), rPolyPolygon); in append()
334 OSL_ENSURE(nIndex + nCount <= mpPolyPolygon->count(), "B2DPolyPolygon Remove outside range (!)"); in remove()
351 for(sal_uInt32 a(0L); bRetval && a < mpPolyPolygon->count(); a++) in isClosed()
370 if(mpPolyPolygon->count()) in flip()
380 for(sal_uInt32 a(0L); !bRetval && a < mpPolyPolygon->count(); a++) in hasDoublePoints()
399 if(mpPolyPolygon->count() && !rMatrix.isIdentity()) in transform()