Lines Matching refs:count

90 		const sal_uInt32 nCount = rPolyPolygon.count();  in insert()
120 sal_uInt32 count() const in count() function in ImplB3DPolyPolygon
254 sal_uInt32 B3DPolyPolygon::count() const in count() function in basegfx::B3DPolyPolygon
256 return mpPolyPolygon->count(); in count()
261 OSL_ENSURE(nIndex < mpPolyPolygon->count(), "B3DPolyPolygon access outside range (!)"); in getB3DPolygon()
268 OSL_ENSURE(nIndex < mpPolyPolygon->count(), "B3DPolyPolygon access outside range (!)"); in setB3DPolygon()
276 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in areBColorsUsed()
301 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in areNormalsUsed()
326 for(sal_uInt32 a(0L); a < mpPolyPolygon->count(); a++) in areTextureCoordinatesUsed()
345 OSL_ENSURE(nIndex <= mpPolyPolygon->count(), "B3DPolyPolygon Insert outside range (!)"); in insert()
354 mpPolyPolygon->insert(mpPolyPolygon->count(), rPolygon, nCount); in append()
359 OSL_ENSURE(nIndex <= mpPolyPolygon->count(), "B3DPolyPolygon Insert outside range (!)"); in insert()
361 if(rPolyPolygon.count()) in insert()
367 if(rPolyPolygon.count()) in append()
368 mpPolyPolygon->insert(mpPolyPolygon->count(), rPolyPolygon); in append()
373 OSL_ENSURE(nIndex + nCount <= mpPolyPolygon->count(), "B3DPolyPolygon Remove outside range (!)"); in remove()
390 for(sal_uInt32 a(0L); bRetval && a < mpPolyPolygon->count(); a++) in isClosed()
416 for(sal_uInt32 a(0L); !bRetval && a < mpPolyPolygon->count(); a++) in hasDoublePoints()
435 if(mpPolyPolygon->count() && !rMatrix.isIdentity()) in transform()