Lines Matching refs:pPolyPoly

100 	PolyPolygon* pPolyPoly;  in ImplDrawPolyPolygon()  local
104 pPolyPoly = new PolyPolygon; in ImplDrawPolyPolygon()
105 rPolyPoly.GetIntersection( *pClipPolyPoly, *pPolyPoly ); in ImplDrawPolyPolygon()
108 pPolyPoly = (PolyPolygon*) &rPolyPoly; in ImplDrawPolyPolygon()
110 if( pPolyPoly->Count() == 1 ) in ImplDrawPolyPolygon()
112 const Polygon rPoly = pPolyPoly->GetObject( 0 ); in ImplDrawPolyPolygon()
121 else if( pPolyPoly->Count() ) in ImplDrawPolyPolygon()
123 sal_uInt16 nCount = pPolyPoly->Count(); in ImplDrawPolyPolygon()
129 const Polygon& rPoly = pPolyPoly->GetObject( i ); in ImplDrawPolyPolygon()
152 delete pPolyPoly; in ImplDrawPolyPolygon()
405 PolyPolygon* pPolyPoly; in ImplDrawComplexGradient() local
422 pPolyPoly = new PolyPolygon( 2 ); in ImplDrawComplexGradient()
424 pPolyPoly = NULL; in ImplDrawComplexGradient()
533 if( pPolyPoly ) in ImplDrawComplexGradient()
535 pPolyPoly->Insert( aPoly = rRect ); in ImplDrawComplexGradient()
536 pPolyPoly->Insert( aPoly ); in ImplDrawComplexGradient()
571 const long nStepIndex = ( ( pPolyPoly != NULL ) ? i : ( i + 1 ) ); in ImplDrawComplexGradient()
577 if( pPolyPoly ) in ImplDrawComplexGradient()
581 pPolyPoly->Replace( pPolyPoly->GetObject( 1 ), 0 ); in ImplDrawComplexGradient()
582 pPolyPoly->Replace( aPoly, 1 ); in ImplDrawComplexGradient()
585 mpMetaFile->AddAction( new MetaPolyPolygonAction( *pPolyPoly ) ); in ImplDrawComplexGradient()
587 ImplDrawPolyPolygon( *pPolyPoly, pClipPolyPoly ); in ImplDrawComplexGradient()
614 if( pPolyPoly ) in ImplDrawComplexGradient()
616 const Polygon& rPoly = pPolyPoly->GetObject( 1 ); in ImplDrawComplexGradient()
642 delete pPolyPoly; in ImplDrawComplexGradient()