Lines Matching refs:aPPoly
552 PolyPolygon aPPoly; in DrawBackground() local
554 (*aIt)->MergeFocusToPolyPolygon( aPPoly ); in DrawBackground()
555 aPPoly.Optimize( POLY_OPTIMIZE_CLOSE ); in DrawBackground()
558 maVirDev.DrawPolyPolygon( aPPoly ); in DrawBackground()
672 PolyPolygon aPPoly; in DrawAllTrackingRects() local
676 (*aIt)->MergeFocusToPolyPolygon( aPPoly ); in DrawAllTrackingRects()
677 aPPoly.Move( maVirDevPos.X(), maVirDevPos.Y() ); in DrawAllTrackingRects()
681 aPPoly.Insert( Polygon( Rectangle( maVirDevPos, maVirDev.GetOutputSizePixel() ) ) ); in DrawAllTrackingRects()
683 aPPoly.Optimize( POLY_OPTIMIZE_CLOSE ); in DrawAllTrackingRects()
684 for( sal_uInt16 nIdx = 0, nCount = aPPoly.Count(); nIdx < nCount; ++nIdx ) in DrawAllTrackingRects()
685 mrFrameSel.InvertTracking( aPPoly.GetObject( nIdx ), SHOWTRACK_SMALL | SHOWTRACK_WINDOW ); in DrawAllTrackingRects()