/aoo42x/main/vcl/source/gdi/ |
H A D | print2.cxx | 177 o_rMtf.AddAction( new MetaPolyPolygonAction(pTransAct->GetPolyPolygon()) ); in ImplConvertTransparentAction() 480 … aActionBounds = static_cast<const MetaPolyPolygonAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds() 533 aActionBounds = static_cast<const MetaGradientExAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds() 537 aActionBounds = static_cast<const MetaHatchAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds() 545 aActionBounds = static_cast<const MetaTransparentAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds() 809 static_cast<const MetaPolyPolygonAction*>(pCurrAct)->GetPolyPolygon()); in RemoveTransparenciesFromMetaFile()
|
H A D | pdfwriter_impl2.cxx | 367 m_rOuterFace.DrawPolyPolygon( pA->GetPolyPolygon() ); in playMetafile() 387 m_rOuterFace.DrawGradient( pA->GetPolyPolygon(), pA->GetGradient() ); in playMetafile() 389 implWriteGradient( pA->GetPolyPolygon(), pA->GetGradient(), pDummyVDev, i_rContext ); in playMetafile() 397 m_rOuterFace.DrawHatch( pA->GetPolyPolygon(), pA->GetHatch() ); in playMetafile() 404 m_rOuterFace.DrawTransparent( pA->GetPolyPolygon(), pA->GetTransparence() ); in playMetafile() 552 m_rOuterFace.DrawGradient( pGradAction->GetPolyPolygon(), pGradAction->GetGradient() ); in playMetafile() 554 …implWriteGradient( pGradAction->GetPolyPolygon(), pGradAction->GetGradient(), pDummyVDev, i_rConte… in playMetafile()
|
H A D | gdimtf.cxx | 1244 …aMtf.AddAction( new MetaGradientExAction( ImplGetRotatedPolyPolygon( pAct->GetPolyPolygon(), aRotA… in Rotate() 1268 … ImplGetRotatedPolyPolygon( pAct->GetPolyPolygon(), aRotAnchor, aRotOffset, fSin, fCos ), in Rotate() 1344 …aMtf.AddAction( new MetaHatchAction( ImplGetRotatedPolyPolygon( pAct->GetPolyPolygon(), aRotAnchor… in Rotate() 1352 …aMtf.AddAction( new MetaTransparentAction( ImplGetRotatedPolyPolygon( pAct->GetPolyPolygon(), aRot… in Rotate() 1649 Rectangle aRect( pAct->GetPolyPolygon().GetBoundRect() ); in GetBoundRect() 1751 Rectangle aRect( pAct->GetPolyPolygon().GetBoundRect() ); in GetBoundRect() 1765 Rectangle aRect( pAct->GetPolyPolygon().GetBoundRect() ); in GetBoundRect() 1773 Rectangle aRect( pAct->GetPolyPolygon().GetBoundRect() ); in GetBoundRect() 2255 aMtf.Insert( new MetaGradientExAction( pAct->GetPolyPolygon(), aGradient ), LIST_APPEND ); in ImplExchangeColors() 2265 aMtf.Insert( new MetaHatchAction( pAct->GetPolyPolygon(), aHatch ), LIST_APPEND ); in ImplExchangeColors() [all …]
|
H A D | cvtsvm.cxx | 665 if(pPolyPolygonAction->GetPolyPolygon().Count() == aInputPolyPolygon.Count()) in ImplConvertFromSVM1() 1732 ImplWritePolyPolyAction( rOStm, pAct->GetPolyPolygon() ); in ImplWriteActions() 1735 if(ImplWriteExtendedPolyPolygonAction(rOStm, pAct->GetPolyPolygon(), true)) in ImplWriteActions() 1944 rOStm << pA->GetPolyPolygon() << pA->GetGradient(); in ImplWriteActions() 2179 const PolyPolygon& rPolyPoly = ( (MetaTransparentAction*) pAction )->GetPolyPolygon(); in ImplWriteActions() 2302 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions()
|
H A D | gdimetafiletools.cxx | 704 const PolyPolygon& rPoly = pA->GetPolyPolygon(); in clipMetafileContentAgainstOwnRegions() 1005 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in clipMetafileContentAgainstOwnRegions()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdpoev.cxx | 229 pPath->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedPointsSmooth() 264 pPath->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedSegmentsKind() 330 if( aEditor.GetPolyPolygon().count() ) in DeleteMarkedPoints() 334 pPath->SetPathPoly( aEditor.GetPolyPolygon() ); in DeleteMarkedPoints()
|
H A D | svdfmtf.cxx | 991 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction() 1154 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction() 1250 basegfx::B2DPolyPolygon aSource(pAct->GetPolyPolygon().getB2DPolyPolygon()); in DoAction() 1465 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction() 1492 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
|
/aoo42x/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 357 PolyPolygon SvxContourDlg::GetPolyPolygon() in GetPolyPolygon() function in SvxContourDlg 359 return pSuperClass->GetPolyPolygon( sal_True ); in GetPolyPolygon() 586 PolyPolygon SvxSuperContourDlg::GetPolyPolygon( sal_Bool bRescaleToGraphic ) in GetPolyPolygon() function in SvxSuperContourDlg 588 PolyPolygon aRetPolyPoly( aContourWnd.GetPolyPolygon() ); in GetPolyPolygon() 683 PolyPolygon aPolyPoly( GetPolyPolygon( sal_False ) ); in ReducePoints()
|
H A D | contimp.hxx | 43 using SvxContourDlg::GetPolyPolygon; 100 PolyPolygon GetPolyPolygon( sal_Bool bRescaleToGraphic = sal_True );
|
H A D | contwnd.cxx | 129 const PolyPolygon& ContourWindow::GetPolyPolygon() in GetPolyPolygon() function in ContourWindow 287 PolyPolygon _aPolyPoly( GetPolyPolygon() ); in MouseButtonUp()
|
H A D | contwnd.hxx | 65 const PolyPolygon& GetPolyPolygon();
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 1137 if( aEditor.GetPolyPolygon().count() ) in DeleteMarkedPoints() 1140 mpPathObj->SetPathPoly( aEditor.GetPolyPolygon() ); in DeleteMarkedPoints() 1201 mpPathObj->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedSegmentsKind() 1255 mpPathObj->SetPathPoly(aEditor.GetPolyPolygon()); in SetMarkedPointsSmooth()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 487 const PolyPolygon& GetPolyPolygon() const { return maPolyPoly; } in GetPolyPolygon() function in MetaPolyPolygonAction 973 const PolyPolygon& GetPolyPolygon() const { return maPolyPoly; } in GetPolyPolygon() function in MetaGradientExAction 998 const PolyPolygon& GetPolyPolygon() const { return maPolyPoly; } in GetPolyPolygon() function in MetaHatchAction 1389 const PolyPolygon& GetPolyPolygon() const { return maPolyPoly; } in GetPolyPolygon() function in MetaTransparentAction
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1569 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions() 1588 Impl_writeGradientEx( pA->GetPolyPolygon(), pA->GetGradient() ); in Impl_writeActions() 1597 mpVDev->AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in Impl_writeActions() 1605 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions() 1701 Impl_writeGradientEx( pGradAction->GetPolyPolygon(), pGradAction->GetGradient()); in Impl_writeActions()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1303 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() 1332 ImplWriteGradientEx( pA->GetPolyPolygon(), pA->GetGradient(), nWriteFlags ); in ImplWriteActions() 1344 mpVDev->AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in ImplWriteActions() 1360 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() 1463 ImplWriteGradientEx( pGradAction->GetPolyPolygon(), pGradAction->GetGradient(), nWriteFlags ); in ImplWriteActions()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1086 ImplWritePolyPolygonRecord( ( (const MetaPolyPolygonAction*) pAction )->GetPolyPolygon() ); in ImplWrite() 1105 maVDev.AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in ImplWrite() 1114 ImplWritePolyPolygonRecord( ( (MetaTransparentAction*) pAction )->GetPolyPolygon() ); in ImplWrite()
|
H A D | wmfwr.cxx | 1324 WMFRecord_PolyPolygon( pA->GetPolyPolygon() ); in WriteRecords() 1483 pVirDev->AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in WriteRecords() 1720 WMFRecord_PolyPolygon( ( (MetaTransparentAction*) pMA )->GetPolyPolygon() ); in WriteRecords()
|
/aoo42x/main/svx/inc/svx/ |
H A D | polypolygoneditor.hxx | 45 const basegfx::B2DPolyPolygon& GetPolyPolygon() const { return maPolyPolygon; } in GetPolyPolygon() function in sdr::PolyPolygonEditor
|
H A D | contdlg.hxx | 111 PolyPolygon GetPolyPolygon();
|
/aoo42x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 1810 PolyPolygon aSimplePolyPoly( pA->GetPolyPolygon() ); in WriteOrders() 2097 aVDev.AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in WriteOrders() 2299 METLine(( (const MetaTransparentAction*) pMA )->GetPolyPolygon()); in WriteOrders() 2309 METLine(( (const MetaTransparentAction*) pMA )->GetPolyPolygon()); in WriteOrders()
|
/aoo42x/main/oox/source/export/ |
H A D | shapes.cxx | 394 PolyPolygon aPolyPolygon = EscherPropertyContainer::GetPolyPolygon( xShape ); in WriteBezierShape() 760 PolyPolygon aPolyPolygon = EscherPropertyContainer::GetPolyPolygon( xShape ); in WriteLineShape()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | txtrange.hxx | 93 const PolyPolygon& GetPolyPolygon() const { return *mpPolyPolygon; } in GetPolyPolygon() function in TextRanger
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1674 … rVDev.AddHatchActions( static_cast<MetaHatchAction*>(pCurrAct)->GetPolyPolygon(), in createActions() 1753 createGradientAction( pGradAction->GetPolyPolygon(), in createActions() 2210 …B2DPolyPolygon aPoly( static_cast<MetaPolyPolygonAction*>(pCurrAct)->GetPolyPolygon().getB2DPolyPo… in createActions() 2499 … ::basegfx::B2DPolyPolygon aPoly( pAct->GetPolyPolygon().getB2DPolyPolygon() ); in createActions()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 1943 basegfx::B2DPolyPolygon aPolyPolygonOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile() 2347 basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile() 2847 const basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile() 3137 … basegfx::B2DPolyPolygon aPolyPolygon(pMetaGradientExAction->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 741 ImplPolyPoly( ( (const MetaPolyPolygonAction*) pMA )->GetPolyPolygon() ); in ImplWriteActions() 876 PolyPolygon aPolyPoly( ( (const MetaGradientExAction*)pMA)->GetPolyPolygon() ); in ImplWriteActions() 887 l_aVDev.AddHatchActions( ( (const MetaHatchAction*)pMA)->GetPolyPolygon(), in ImplWriteActions() 1219 ImplWriteGradient( pGradAction->GetPolyPolygon(), pGradAction->GetGradient(), rVDev ); in ImplWriteActions()
|