Lines Matching refs:i

73 		for ( sal_uInt16 i = 0; i < mnCount; i++ )  in ImplPolyPolygon()  local
74 mpPolyAry[i] = new Polygon( *rImplPolyPoly.mpPolyAry[i] ); in ImplPolyPolygon()
86 for ( sal_uInt16 i = 0; i < mnCount; i++ ) in ~ImplPolyPolygon() local
87 delete mpPolyAry[i]; in ~ImplPolyPolygon()
270 for ( sal_uInt16 i = 0; i < mpImplPolyPolygon->mnCount; i++ ) in Clear() local
271 delete mpImplPolyPolygon->mpPolyAry[i]; in Clear()
331 for( sal_uInt16 i = 0, nPolyCount = mpImplPolyPolygon->mnCount; i < nPolyCount; i++ ) in Optimize() local
335 mpImplPolyPolygon->mpPolyAry[ i ]->Optimize( POLY_OPTIMIZE_NO_SAME ); in Optimize()
336 Polygon::ImplReduceEdges( *( mpImplPolyPolygon->mpPolyAry[ i ] ), fArea, nPercent ); in Optimize()
340 mpImplPolyPolygon->mpPolyAry[ i ]->Optimize( nOptimizeFlags, pData ); in Optimize()
356 for( sal_uInt16 i = 0; i < mpImplPolyPolygon->mnCount; i++ ) in AdaptiveSubdivide() local
358 mpImplPolyPolygon->mpPolyAry[ i ]->AdaptiveSubdivide( aPolygon, d ); in AdaptiveSubdivide()
470 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in Move() local
471 mpImplPolyPolygon->mpPolyAry[i]->Move( nHorzMove, nVertMove ); in Move()
489 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in Translate() local
490 mpImplPolyPolygon->mpPolyAry[ i ]->Translate( rTrans ); in Translate()
507 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in Scale() local
508 mpImplPolyPolygon->mpPolyAry[ i ]->Scale( fScaleX, fScaleY ); in Scale()
539 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in Rotate() local
540 mpImplPolyPolygon->mpPolyAry[ i ]->Rotate( rCenter, fSin, fCos ); in Rotate()
557 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in SlantX() local
558 mpImplPolyPolygon->mpPolyAry[ i ]->SlantX( nYRef, fSin, fCos ); in SlantX()
575 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in SlantY() local
576 mpImplPolyPolygon->mpPolyAry[ i ]->SlantY( nXRef, fSin, fCos ); in SlantY()
593 for ( sal_uInt16 i = 0, nCount = mpImplPolyPolygon->mnCount; i < nCount; i++ ) in Distort() local
594 mpImplPolyPolygon->mpPolyAry[ i ]->Distort( rRefRect, rDistortedRect ); in Distort()
604 sal_uInt16 i; in Clip() local
617 for ( i = 0; i < nPolyCount; i++ ) in Clip()
618 mpImplPolyPolygon->mpPolyAry[i]->Clip( rRect ); in Clip()
643 for ( sal_uInt16 i = 0; i < nPointCount; i++ ) in GetBoundRect() local
645 const Point* pPt = &pAry[ i ]; in GetBoundRect()
730 sal_uInt16 i; in IsEqual() local
731 for ( i = 0; i < Count(); i++ ) in IsEqual()
733 if (!GetObject( i ).IsEqual( rPolyPoly.GetObject( i ) ) ) in IsEqual()
767 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in operator >>() local
771 rPolyPoly.mpImplPolyPolygon->mpPolyAry[i] = pPoly; in operator >>()
792 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in operator <<() local
793 rOStream << *(rPolyPoly.mpImplPolyPolygon->mpPolyAry[i]); in operator <<()
824 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in Read() local
828 mpImplPolyPolygon->mpPolyAry[i] = pPoly; in Read()
849 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in Write() local
850 mpImplPolyPolygon->mpPolyAry[i]->ImplWrite( rOStream );; in Write()