| /aoo4110/main/tools/source/generic/ | 
| H A D | poly2.cxx | 126 PolyPolygon::PolyPolygon( const PolyPolygon& rPolyPoly )  in PolyPolygon()365 void PolyPolygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const  in GetIntersection()  argument
 372 void PolyPolygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const  in GetUnion()  argument
 379 void PolyPolygon::GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const  in GetDifference()  argument
 386 void PolyPolygon::GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const  in GetXOR()  argument
 393 void PolyPolygon::ImplDoOperation( const PolyPolygon& rPolyPoly, PolyPolygon& rResult, sal_uIntPtr …  in ImplDoOperation()  argument
 691 PolyPolygon& PolyPolygon::operator=( const PolyPolygon& rPolyPoly )  in operator =()
 745 SvStream& operator>>( SvStream& rIStream, PolyPolygon& rPolyPoly )  in operator >>()
 782 SvStream& operator<<( SvStream& rOStream, const PolyPolygon& rPolyPoly )  in operator <<()
 
 | 
| /aoo4110/main/canvas/source/directx/ | 
| H A D | dx_linepolypolygon.cxx | 35     LinePolyPolygon::LinePolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) :  in LinePolyPolygon()
 | 
| /aoo4110/main/cppcanvas/source/mtfrenderer/ | 
| H A D | polypolyaction.cxx | 97             PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon&	rPolyPoly,   in PolyPolyAction()118             PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon&	rPolyPoly,   in PolyPolyAction()
 287 …       TexturedPolyPolyAction::TexturedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly,   in TexturedPolyPolyAction()
 399 …    StrokedPolyPolyAction::StrokedPolyPolyAction( const ::basegfx::B2DPolyPolygon&      rPolyPoly,   in StrokedPolyPolyAction()
 
 | 
| /aoo4110/main/basegfx/source/tools/ | 
| H A D | b2dclipstate.cxx | 519     B2DClipState::B2DClipState( const B2DPolyPolygon& rPolyPoly ) :  in B2DClipState()577     void B2DClipState::unionPolyPolygon(const B2DPolyPolygon& rPolyPoly)  in unionPolyPolygon()
 597     void B2DClipState::intersectPolyPolygon(const B2DPolyPolygon& rPolyPoly)  in intersectPolyPolygon()
 617     void B2DClipState::subtractPolyPolygon(const B2DPolyPolygon& rPolyPoly)  in subtractPolyPolygon()
 637     void B2DClipState::xorPolyPolygon(const B2DPolyPolygon& rPolyPoly)  in xorPolyPolygon()
 
 | 
| H A D | canvastools.cxx | 112 …uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > > bezierSequenceSequenceFromB2DPolyP…  in bezierSequenceSequenceFromB2DPolyPolygon()130 …uno::Sequence< uno::Sequence< geometry::RealPoint2D > > pointSequenceSequenceFromB2DPolyPolygon( c…  in pointSequenceSequenceFromB2DPolyPolygon()
 181 …uno::Reference< rendering::XPolyPolygon2D > xPolyPolygonFromB2DPolyPolygon( const uno::Reference< …  in xPolyPolygonFromB2DPolyPolygon()
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | region.cxx | 51     bool ImplIsPolygonRectilinear (const PolyPolygon& rPolyPoly)  in ImplIsPolygonRectilinear()96     RegionBand* ImplRectilinearPolygonToBands(const PolyPolygon& rPolyPoly)  in ImplRectilinearPolygonToBands()
 194 …RegionBand* ImplGeneralPolygonToBands(const PolyPolygon& rPolyPoly, const Rectangle& rPolygonBound…  in ImplGeneralPolygonToBands()
 355 Region::Region(const PolyPolygon& rPolyPoly)  in Region()
 369 Region::Region(const basegfx::B2DPolyPolygon& rPolyPoly)  in Region()
 395 void Region::ImplCreatePolyPolyRegion( const PolyPolygon& rPolyPoly )  in ImplCreatePolyPolyRegion()
 421 void Region::ImplCreatePolyPolyRegion( const basegfx::B2DPolyPolygon& rPolyPoly )  in ImplCreatePolyPolyRegion()
 1769 Region Region::GetRegionFromPolyPolygon( const PolyPolygon& rPolyPoly )  in GetRegionFromPolyPolygon()
 
 | 
| H A D | outdev4.cxx | 98 void OutputDevice::ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* pClipPolyP…  in ImplDrawPolyPolygon()779 void OutputDevice::DrawGradient( const PolyPolygon& rPolyPoly,  in DrawGradient()
 1047 void OutputDevice::DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch )  in DrawHatch()
 1125 void OutputDevice::AddHatchActions( const PolyPolygon& rPolyPoly, const Hatch& rHatch,  in AddHatchActions()
 1148 void OutputDevice::ImplDrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch, sal_Bool bMtf )  in ImplDrawHatch()
 1334 void OutputDevice::ImplDrawHatchLine( const Line& rLine, const PolyPolygon& rPolyPoly,  in ImplDrawHatchLine()
 
 | 
| H A D | bmpacc3.cxx | 373 void BitmapWriteAccess::FillPolyPolygon( const PolyPolygon& rPolyPoly )  in FillPolyPolygon()415 void BitmapWriteAccess::DrawPolyPolygon( const PolyPolygon& rPolyPoly )  in DrawPolyPolygon()
 
 | 
| H A D | pdfwriter.cxx | 182 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly )  in DrawPolyPolygon()265 void PDFWriter::DrawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient )  in DrawGradient()
 270 void PDFWriter::DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch )  in DrawHatch()
 280 void PDFWriter::DrawTransparent( const PolyPolygon& rPolyPoly, sal_uInt16 nTransparencePercent )  in DrawTransparent()
 553 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill )  in DrawPolyPolygon()
 
 | 
| H A D | cvtsvm.cxx | 85 void ImplReadPolyPoly( SvStream& rIStm, PolyPolygon& rPolyPoly )  in ImplReadPolyPoly()101 void ImplWritePolyPolyAction( SvStream& rOStm, const PolyPolygon& rPolyPoly )  in ImplWritePolyPolyAction()
 451 void ImplReadExtendedPolyPolygonAction(SvStream& rIStm, PolyPolygon& rPolyPoly)  in ImplReadExtendedPolyPolygonAction()
 2179 				const PolyPolygon&	rPolyPoly = ( (MetaTransparentAction*) pAction )->GetPolyPolygon();  in ImplWriteActions()  local
 2302 				const PolyPolygon&		rPolyPoly = pA->GetPolyPolygon();  in ImplWriteActions()  local
 
 | 
| H A D | impvect.cxx | 844 									PolyPolygon& rPolyPoly,  in ImplVectorize()940 void ImplVectorizer::ImplLimitPolyPoly( PolyPolygon& rPolyPoly )  in ImplLimitPolyPoly()
 1067 void ImplVectorizer::ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, s…  in ImplCalculate()
 
 | 
| H A D | outdev.cxx | 228 PolyPolygon ImplSubdivideBezier( const PolyPolygon& rPolyPoly )  in ImplSubdivideBezier()241 void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly )  in ImplDrawPolyPolygon()
 2048 void OutputDevice::DrawPolyPolygon( const PolyPolygon& rPolyPoly )  in DrawPolyPolygon()
 
 | 
| /aoo4110/main/cppcanvas/source/wrapper/ | 
| H A D | implpolypolygon.cxx | 47         ImplPolyPolygon::ImplPolyPolygon( const CanvasSharedPtr& rParentCanvas,  in ImplPolyPolygon()
 | 
| /aoo4110/main/basebmp/source/ | 
| H A D | polypolygonrenderer.cxx | 34                                      basegfx::B2DPolyPolygon const& rPolyPoly,  in setupGlobalEdgeTable()
 | 
| /aoo4110/main/basegfx/test/ | 
| H A D | testtools.cxx | 150         void Plotter::plot( const B2DPolyPolygon& rPolyPoly )  in plot()
 | 
| /aoo4110/main/svx/source/dialog/ | 
| H A D | contwnd.cxx | 77 void ContourWindow::SetPolyPolygon( const PolyPolygon& rPolyPoly )  in SetPolyPolygon()
 | 
| /aoo4110/main/filter/source/flash/ | 
| H A D | swfwriter.cxx | 389 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle )  in defineShape()433 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& r…  in defineShape()
 
 | 
| H A D | swfwriter1.cxx | 295 void Writer::Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, sal_uInt8 nTran…  in Impl_writePolyPolygon()308 void Writer::Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, const Color& rF…  in Impl_writePolyPolygon()
 344 void Writer::Impl_writeGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient )  in Impl_writeGradientEx()
 1569 				const PolyPolygon&				rPolyPoly = pA->GetPolyPolygon();  in Impl_writeActions()  local
 1605 				const PolyPolygon&				rPolyPoly = pA->GetPolyPolygon();  in Impl_writeActions()  local
 
 | 
| /aoo4110/main/filter/source/svg/ | 
| H A D | svgwriter.cxx | 462 PolyPolygon& SVGActionWriter::ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) co…  in ImplMap()  argument478 ::rtl::OUString	SVGActionWriter::GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine )  in GetPathString()
 629 void SVGActionWriter::ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly,  in ImplWritePolyPolygon()
 751 void SVGActionWriter::ImplWriteGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient,   in ImplWriteGradientEx()
 1303 					const PolyPolygon&				rPolyPoly = pA->GetPolyPolygon();  in ImplWriteActions()  local
 1360 					const PolyPolygon&				rPolyPoly = pA->GetPolyPolygon();  in ImplWriteActions()  local
 
 | 
| /aoo4110/main/chart2/source/tools/ | 
| H A D | BaseGFXHelper.cxx | 39 ::basegfx::B3DRange getBoundVolume( const drawing::PolyPolygonShape3D& rPolyPoly )  in getBoundVolume()
 | 
| /aoo4110/main/svx/source/unodraw/ | 
| H A D | unoshap3.cxx | 927 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dLatheObj*>(mpObj.get())->GetPolyPoly2D();  in getPropertyValueImpl()  local1038 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dExtrudeObj*>(mpObj.get())->GetExtrudePol…  in getPropertyValueImpl()  local
 1176 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyTextur…  in getPropertyValueImpl()  local
 
 | 
| H A D | unoshap2.cxx | 1169 void SAL_CALL B2DPolyPolygonToSvxPointSequenceSequence( const basegfx::B2DPolyPolygon& rPolyPoly, d…  in B2DPolyPolygonToSvxPointSequenceSequence()1220 		const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon();  in getPropertyValueImpl()  local
 1245 		const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon();  in getPropertyValueImpl()  local
 1502 void SvxConvertB2DPolyPolygonToPolyPolygonBezier( const basegfx::B2DPolyPolygon& rPolyPoly, drawing…  in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
 1549 		const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon();  in getPropertyValueImpl()  local
 
 | 
| /aoo4110/main/canvas/source/vcl/ | 
| H A D | impltools.cxx | 169         bool isRectangle( const PolyPolygon& rPolyPoly )  in isRectangle()
 | 
| /aoo4110/main/svx/source/customshapes/ | 
| H A D | EnhancedCustomShapeFontWork.cxx | 393 					PolyPolygon& rPolyPoly = *aOutlineIter++;  in GetTextAreaOutline()  local698 								PolyPolygon& rPolyPoly = *aOutlineIter;  in FitTextOutlinesToShapeOutlines()  local
 761 							PolyPolygon& rPolyPoly = *aOutlineIter;  in FitTextOutlinesToShapeOutlines()  local
 
 | 
| /aoo4110/main/sdext/source/pdfimport/tree/ | 
| H A D | genericelements.cxx | 143                                   const basegfx::B2DPolyPolygon& rPolyPoly,  in PolyPolyElement()
 |