| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdtrans.cxx | 38 void MoveXPoly(XPolygon& rPoly, const Size& S)  in MoveXPoly()43 void MoveXPoly(XPolyPolygon& rPoly, const Size& S)  in MoveXPoly()
 124 void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs)  in RotatePoly()
 132 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs)  in RotateXPoly()
 140 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs)  in RotatePoly()
 148 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs)  in RotateXPoly()
 199 void MirrorPoly(Polygon& rPoly, const Point& rRef1, const Point& rRef2)  in MirrorPoly()
 207 void MirrorXPoly(XPolygon& rPoly, const Point& rRef1, const Point& rRef2)  in MirrorXPoly()
 215 void MirrorPoly(PolyPolygon& rPoly, const Point& rRef1, const Point& rRef2)  in MirrorPoly()
 223 void MirrorXPoly(XPolyPolygon& rPoly, const Point& rRef1, const Point& rRef2)  in MirrorXPoly()
 [all …]
 
 | 
| H A D | svdocapt.cxx | 465 void SdrCaptionObj::ImpCalcTail1(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const  in ImpCalcTail1()491 void SdrCaptionObj::ImpCalcTail2(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const  in ImpCalcTail2()
 508 void SdrCaptionObj::ImpCalcTail3(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const  in ImpCalcTail3()
 541 void SdrCaptionObj::ImpCalcTail4(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const  in ImpCalcTail4()
 546 void SdrCaptionObj::ImpCalcTail(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const  in ImpCalcTail()
 
 | 
| H A D | polypolygoneditor.cxx | 160 bool PolyPolygonEditor::GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbs…  in GetRelativePolyPoint()
 | 
| /aoo4110/main/cppcanvas/source/wrapper/ | 
| H A D | implpolypolygon.cxx | 70         void ImplPolyPolygon::addPolygon( const ::basegfx::B2DPolygon& rPoly )  in addPolygon()92         void ImplPolyPolygon::addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly )  in addPolyPolygon()
 
 | 
| /aoo4110/main/cppcanvas/source/mtfrenderer/ | 
| H A D | polypolyaction.cxx | 479 …ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPol…  in createPolyPolyAction()490 …ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon&   rP…  in createPolyPolyAction()
 498 …ActionSharedPtr PolyPolyActionFactory::createLinePolyPolyAction( const ::basegfx::B2DPolyPolygon& …  in createLinePolyPolyAction()
 510 …ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon&   rP…  in createPolyPolyAction()
 520 …ActionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPol…  in createPolyPolyAction()
 
 | 
| /aoo4110/main/svx/source/engine3d/ | 
| H A D | lathe3d.cxx | 88 		const basegfx::B2DPolygon rPoly(maPolyPoly2D.getB2DPolygon(0L));  in E3dLatheObj()  local195 			const basegfx::B2DPolygon rPoly(maPolyPoly2D.getB2DPolygon(0L));  in SetPolyPoly2D()  local
 
 | 
| /aoo4110/main/basegfx/source/tools/ | 
| H A D | b2dclipstate.cxx | 515     B2DClipState::B2DClipState( const B2DPolygon& rPoly ) :  in B2DClipState()572     void B2DClipState::unionPolygon(const B2DPolygon& rPoly)  in unionPolygon()
 592     void B2DClipState::intersectPolygon(const B2DPolygon& rPoly)  in intersectPolygon()
 612     void B2DClipState::subtractPolygon(const B2DPolygon& rPoly)  in subtractPolygon()
 632     void B2DClipState::xorPolygon(const B2DPolygon& rPoly)  in xorPolygon()
 
 | 
| H A D | debugplotter.cxx | 385     void DebugPlotter::plot( const B2DPolygon&	rPoly,  in plot()392     void DebugPlotter::plot( const B2DPolyPolygon&	rPoly,  in plot()
 
 | 
| H A D | canvastools.cxx | 67 …uno::Sequence< geometry::RealBezierSegment2D > bezierSequenceFromB2DPolygon(const ::basegfx::B2DPo…  in bezierSequenceFromB2DPolygon()89 …uno::Sequence< geometry::RealPoint2D > pointSequenceFromB2DPolygon( const ::basegfx::B2DPolygon& r…  in pointSequenceFromB2DPolygon()
 148 …uno::Reference< rendering::XPolyPolygon2D > xPolyPolygonFromB2DPolygon( const uno::Reference< rend…  in xPolyPolygonFromB2DPolygon()
 
 | 
| H A D | unopolypolygon.cxx | 249         const B2DPolygon& rPoly( maPolyPoly.getB2DPolygon( nPolygonIndex ) );  in getPoint()  local319         const B2DPolygon& rPoly( maPolyPoly.getB2DPolygon( nPolygonIndex ) );  in getBezierSegment()  local
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | graphictools.cxx | 30 static ::rtl::OString polyToString( const Polygon& rPoly )  in polyToString()68         const Polygon& rPoly = rPolyPoly[nPoly];  in polyPolyToString()  local
 272 void SvtGraphicStroke::setPath( const Polygon& rPoly )  in setPath()
 277 void SvtGraphicStroke::setStartArrow( const PolyPolygon& rPoly )  in setStartArrow()
 282 void SvtGraphicStroke::setEndArrow( const PolyPolygon& rPoly )  in setEndArrow()
 
 | 
| H A D | bmpacc3.cxx | 312 void BitmapWriteAccess::FillPolygon( const Polygon& rPoly )  in FillPolygon()354 void BitmapWriteAccess::DrawPolygon( const Polygon& rPoly )  in DrawPolygon()
 424 			const Polygon&	rPoly = rPolyPoly[ n++ ];  in DrawPolyPolygon()  local
 
 | 
| H A D | outdev.cxx | 216 Polygon ImplSubdivideBezier( const Polygon& rPoly )  in ImplSubdivideBezier()269         const Polygon&	rPoly = rPolyPoly.GetObject( i );  in ImplDrawPolyPolygon()  local
 1782 void OutputDevice::DrawPolyLine( const Polygon& rPoly )  in DrawPolyLine()
 1860 void OutputDevice::DrawPolyLine( const Polygon& rPoly, const LineInfo& rLineInfo )  in DrawPolyLine()
 1887 void OutputDevice::ImpDrawPolyLineWithLineInfo(const Polygon& rPoly, const LineInfo& rLineInfo)  in ImpDrawPolyLineWithLineInfo()
 1952 void OutputDevice::DrawPolygon( const Polygon& rPoly )  in DrawPolygon()
 
 | 
| H A D | outdev4.cxx | 112 		const Polygon	rPoly = pPolyPoly->GetObject( 0 );  in ImplDrawPolyPolygon()  local129 			const Polygon&	rPoly = pPolyPoly->GetObject( i );  in ImplDrawPolyPolygon()  local
 616 		const Polygon& rPoly = pPolyPoly->GetObject( 1 );  in ImplDrawComplexGradient()  local
 1342 		const Polygon& rPoly = rPolyPoly[ (sal_uInt16) nPoly ];  in ImplDrawHatchLine()  local
 
 | 
| /aoo4110/main/sw/source/core/docnode/ | 
| H A D | ndnotxt.cxx | 167 				Polygon& rPoly = (*pContour)[j];  in HasContour()  local236                 Polygon& rPoly = rContour[j];  in GetContourAPI()  local
 
 | 
| /aoo4110/main/filter/source/flash/ | 
| H A D | swfwriter.cxx | 381 sal_uInt16 Writer::defineShape( const Polygon& rPoly, const FillStyle& rFillStyle )  in defineShape()418 		const Polygon& rPoly = rPolyPoly[ i ];  in defineShape()  local
 463 		const Polygon& rPoly = rPolyPoly[ i ];  in defineShape()  local
 
 | 
| /aoo4110/main/canvas/source/directx/ | 
| H A D | dx_impltools.cxx | 188             void graphicsPathFromB2DPolygon( GraphicsPathSharedPtr&             rOutput,  in graphicsPathFromB2DPolygon()464 …GraphicsPathSharedPtr graphicsPathFromB2DPolygon( const ::basegfx::B2DPolygon& rPoly, bool bNoLine…  in graphicsPathFromB2DPolygon()
 474 …GraphicsPathSharedPtr graphicsPathFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly, bool…  in graphicsPathFromB2DPolyPolygon()
 
 | 
| /aoo4110/main/basebmp/source/ | 
| H A D | polypolygonrenderer.cxx | 45             const basegfx::B2DPolygon& rPoly( rPolyPoly.getB2DPolygon(i) );  in setupGlobalEdgeTable()  local
 | 
| H A D | bitmapdevice.cxx | 511         void implDrawPolygon( const basegfx::B2DPolygon& rPoly,   in implDrawPolygon()542         virtual void drawPolygon_i(const basegfx::B2DPolygon& rPoly,   in drawPolygon_i()
 557         virtual void drawPolygon_i(const basegfx::B2DPolygon&   rPoly,   in drawPolygon_i()
 574         void implFillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly,   in implFillPolyPolygon()
 593         virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly,   in fillPolyPolygon_i()
 610         virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly,   in fillPolyPolygon_i()
 1179 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly,   in drawPolygon()
 1190 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon&   rPoly,   in drawPolygon()
 1214 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly,   in fillPolyPolygon()
 1221 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly,   in fillPolyPolygon()
 
 | 
| /aoo4110/main/canvas/source/vcl/ | 
| H A D | impltools.cxx | 175             const ::Polygon& rPoly( rPolyPoly[0] );  in isRectangle()  local203         ::PolyPolygon mapPolyPolygon( const ::basegfx::B2DPolyPolygon& 	rPoly,  in mapPolyPolygon()
 
 | 
| /aoo4110/main/basegfx/test/ | 
| H A D | testtools.cxx | 119         void Plotter::plot( const B2DPolygon& rPoly )  in plot()
 | 
| H A D | boxclipper.cxx | 196     B2DPolyPolygon normalizePoly( const B2DPolyPolygon& rPoly )  in normalizePoly()297     void dumpSvg(const char* pName,   in dumpSvg()
 
 | 
| /aoo4110/main/basegfx/source/workbench/ | 
| H A D | convexhull.cxx | 161 Polygon2D convexHull( const Polygon2D& rPoly )  in convexHull()
 | 
| /aoo4110/main/tools/source/generic/ | 
| H A D | poly2.cxx | 111 PolyPolygon::PolyPolygon( const Polygon& rPoly )  in PolyPolygon()150 void PolyPolygon::Insert( const Polygon& rPoly, sal_uInt16 nPos )  in Insert()
 218 void PolyPolygon::Replace( const Polygon& rPoly, sal_uInt16 nPos )  in Replace()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svdtrans.hxx | 62 inline void MovePoly(Polygon& rPoly, const Size& S)      { rPoly.Move(S.Width(),S.Height()); }  in MovePoly()63 inline void MovePoly(PolyPolygon& rPoly, const Size& S)  { rPoly.Move(S.Width(),S.Height()); }  in MovePoly()
 
 |