Home
last modified time | relevance | path

Searched refs:aPPoly (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx552 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()
[all …]
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx222 PolyPolygon aPPoly; member
236 PolyPolygon aPPoly; member
485 PolyPolygon * pPP=&(pAreaStack->aPPoly); in AddPointsToArea()
506 PolyPolygon * pPP=&(pPathStack->aPPoly); in AddPointsToPath()
1470 AddPointsToPath( p->aPPoly.GetObject( i ) ); in ReadOrder()
1483 DrawPolyPolygon( p->aPPoly ); in ReadOrder()
1549 pVirDev->DrawPolyPolygon( p->aPPoly ); in ReadOrder()
1556 pVirDev->DrawPolyPolygon( p->aPPoly ); in ReadOrder()
1590 nC=p->aPPoly.Count(); in ReadOrder()
1594 DrawPolygon( p->aPPoly.GetObject( i ) ); in ReadOrder()
[all …]
/trunk/main/svx/workben/
H A Dedittest.cxx1276 PolyPolygon aPPoly( aPoly ); in CreatePolygon() local
1277 pEditView->GetEditEngine()->SetPolygon( aPPoly ); in CreatePolygon()

Completed in 47 milliseconds