Lines Matching refs:mnCount

55 	mnCount 	= nInitSize;  in DBG_NAME()
66 mnCount = rImplPolyPoly.mnCount; in ImplPolyPolygon()
73 for ( sal_uInt16 i = 0; i < mnCount; i++ ) in ImplPolyPolygon()
86 for ( sal_uInt16 i = 0; i < mnCount; i++ ) in ~ImplPolyPolygon()
154 if ( mpImplPolyPolygon->mnCount >= MAX_POLYGONS ) in Insert()
163 if ( nPos > mpImplPolyPolygon->mnCount ) in Insert()
164 nPos = mpImplPolyPolygon->mnCount; in Insert()
168 else if ( mpImplPolyPolygon->mnCount == mpImplPolyPolygon->mnSize ) in Insert()
184 else if ( nPos < mpImplPolyPolygon->mnCount ) in Insert()
188 (mpImplPolyPolygon->mnCount-nPos)*sizeof(SVPPOLYGON) ); in Insert()
192 mpImplPolyPolygon->mnCount++; in Insert()
210 mpImplPolyPolygon->mnCount--; in Remove()
213 (mpImplPolyPolygon->mnCount-nPos)*sizeof(SVPPOLYGON) ); in Remove()
270 for ( sal_uInt16 i = 0; i < mpImplPolyPolygon->mnCount; i++ ) in Clear()
274 mpImplPolyPolygon->mnCount = 0; in Clear()
331 for( sal_uInt16 i = 0, nPolyCount = mpImplPolyPolygon->mnCount; i < nPolyCount; i++ ) in Optimize()
356 for( sal_uInt16 i = 0; i < mpImplPolyPolygon->mnCount; i++ ) in AdaptiveSubdivide()
449 return mpImplPolyPolygon->mnCount; in Count()
469 sal_uInt16 nPolyCount = mpImplPolyPolygon->mnCount; in Move()
489 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in Translate()
507 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in Scale()
539 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in Rotate()
557 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in SlantX()
575 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in SlantY()
593 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in Distort()
603 sal_uInt16 nPolyCount = mpImplPolyPolygon->mnCount; in Clip()
635 sal_uInt16 nPolyCount = mpImplPolyPolygon->mnCount; in GetBoundRect()
788 sal_uInt16 nPolyCount = rPolyPoly.mpImplPolyPolygon->mnCount; in operator <<()
845 sal_uInt16 nPolyCount = mpImplPolyPolygon->mnCount; in Write()
859 for(sal_uInt16 a(0); a < mpImplPolyPolygon->mnCount; a++) in getB2DPolyPolygon()