| /aoo4110/main/svx/source/xoutdev/ | 
| H A D | _xpoly.cxx | 43 DBG_NAME(XPolygon);280 XPolygon::XPolygon( sal_uInt16 nSize, sal_uInt16 nResize )  in XPolygon()  function in XPolygon
 296 XPolygon::XPolygon( const XPolygon& rXPoly )  in XPolygon()  function in XPolygon
 313 XPolygon::XPolygon( const Polygon& rPoly )  in XPolygon()  function in XPolygon
 408 XPolygon::XPolygon(const Point& rCenter, long nRx, long nRy,  in XPolygon()  function in XPolygon
 459 XPolygon::~XPolygon()  in ~XPolygon()
 763 XPolygon& XPolygon::operator=( const XPolygon& rXPoly )  in operator =()
 1478 XPolygon::XPolygon(const basegfx::B2DPolygon& rPolygon)  in XPolygon()  function in XPolygon
 1691 	XPolygon* pXPoly = new XPolygon( rXPoly );  in Insert()
 1711 		XPolygon* pXPoly = new XPolygon(rXPolyPoly[i]);  in Insert()
 [all …]
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | xpoly.hxx | 65 class SVX_DLLPUBLIC XPolygon  class82 	XPolygon( const XPolygon& rXPoly );
 83 	XPolygon( const Polygon& rPoly );
 85 	XPolygon( const Point& rCenter, long nRx, long nRy,
 89 	~XPolygon();
 106 	XPolygon&       operator=( const XPolygon& rXPoly );
 160 					XPolyPolygon( const XPolygon& rXPoly );
 166 	void            Insert( const XPolygon& rXPoly,
 170 	XPolygon        Remove( sal_uInt16 nPos );
 171 	XPolygon        Replace( const XPolygon& rXPoly, sal_uInt16 nPos );
 [all …]
 
 | 
| H A D | svdoedge.hxx | 124 	sal_uInt16 ImpGetPolyIdx(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;125 	FASTBOOL ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;
 126 	void ImpSetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP, long nVal);
 127 	long ImpGetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;
 139 	XPolygon*					pEdgeTrack;
 169 	XPolygon*					pEdgeTrack;
 205 …XPolygon ImpCalcObjToCenter(const Point& rStPt, long nEscAngle, const Rectangle& rRect, const Poin…
 207 …XPolygon ImpCalcEdgeTrack(const XPolygon& rTrack0, SdrObjConnection& rCon1, SdrObjConnection& rCon…
 208 …XPolygon ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const Rectangle& rBoundRect1, const Rec…
 213 	FASTBOOL ImpStripPolyPoints(XPolygon& rXP) const; // entfernen ueberfluessiger Punkte
 
 | 
| H A D | svdtrans.hxx | 55 class XPolygon;64 void MoveXPoly(XPolygon& rPoly, const Size& S);
 70 void ResizeXPoly(XPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact);
 76 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs);
 85 void MirrorXPoly(XPolygon& rPoly, const Point& rRef1, const Point& rRef2);
 91 void ShearXPoly(XPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_False);
 112 void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
 113 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
 114 void CrookStretchPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert, con…
 
 | 
| H A D | svdorect.hxx | 34 class XPolygon;58     XPolygon*					mpXPoly;
 65 	XPolygon ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const;
 71 	const XPolygon& GetXPoly() const;
 
 | 
| H A D | svdedtv.hxx | 179 …void ImpDistortObj(SdrObject* pO, const Rectangle& rRef, const XPolygon& rDistortedRect, sal_Bool …255 …void DistortMarkedObj(const Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContortion=fa…
 
 | 
| H A D | svdglev.hxx | 109 …void DistortMarkedGluePoints(const Rectangle& rRef, const XPolygon& rDistortedRect, sal_Bool bNoCo…
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdopath.cxx | 272 	XPolygon GetCurvePoly() const { return XPolygon(); }  in GetCurvePoly()289 	return XPolygon();  in GetFormPoly()
 309 	XPolygon aXP(4);  in GetBezierPoly()
 436 	XPolygon aXP(2);  in GetLinePoly()
 497 	XPolygon aXP(3);  in GetRectPoly()
 1181 			XPolygon aXPoly(rXP);  in getSpecialDragPoly()
 1204 		XPolygon aLine1(2);  in getSpecialDragPoly()
 1205 		XPolygon aLine2(2);  in getSpecialDragPoly()
 1206 		XPolygon aLine3(2);  in getSpecialDragPoly()
 1207 		XPolygon aLine4(2);  in getSpecialDragPoly()
 [all …]
 
 | 
| H A D | svdoedge.cxx | 187 	pEdgeTrack=new XPolygon;  in SdrEdgeObj()650 FASTBOOL SdrEdgeObj::ImpStripPolyPoints(XPolygon& /*rXP*/) const  in ImpStripPolyPoints()
 658 	XPolygon aXP;  in ImpCalcObjToCenter()
 718 XPolygon SdrEdgeObj::ImpCalcEdgeTrack(const XPolygon& rTrack0, SdrObjConnection& rCon1, SdrObjConne…  in ImpCalcEdgeTrack()
 793 	XPolygon aBestXP;  in ImpCalcEdgeTrack()
 881 		XPolygon aXP(2);  in ImpCalcEdgeTrack()
 889 		XPolygon aXP(4);  in ImpCalcEdgeTrack()
 1220 	XPolygon aXP1(ImpCalcObjToCenter(aPt1,nAngle1,aBewareRect1,aMeeting));  in ImpCalcEdgeTrack()
 1686 		*pEdgeTrack = XPolygon( rPoly.getB2DPolygon( 0 ) );  in SetEdgeTrackPath()
 2431 	pEdgeTrack=new XPolygon;  in SdrEdgeObjGeoData()
 [all …]
 
 | 
| H A D | svdorect.cxx | 141 XPolygon SdrRectObj::ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const  in ImpCalcXPoly()143 	XPolygon aXPoly(rRect1,nRad1,nRad1);  in ImpCalcXPoly()
 145 	XPolygon aNeuPoly(nPointAnz+1);  in ImpCalcXPoly()
 167 	mpXPoly = new XPolygon(ImpCalcXPoly(aRect,GetEckenradius()));  in RecalcXPoly()
 170 const XPolygon& SdrRectObj::GetXPoly() const  in GetXPoly()
 585 	XPolygon aXP(ImpCalcXPoly(aRect,GetEckenradius()));  in DoConvertToPolyObj()
 
 | 
| H A D | svdtrans.cxx | 38 void MoveXPoly(XPolygon& rPoly, const Size& S)  in MoveXPoly()98 void ResizeXPoly(XPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact)  in ResizeXPoly()
 132 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs)  in RotateXPoly()
 207 void MirrorXPoly(XPolygon& rPoly, const Point& rRef1, const Point& rRef2)  in MirrorXPoly()
 241 void ShearXPoly(XPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear)  in ShearXPoly()
 411 void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert)  in CrookRotatePoly()
 434 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert)  in CrookSlantPoly()
 457 void CrookStretchPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert, con…  in CrookStretchPoly()
 
 | 
| H A D | svdedtv1.cxx | 541 		XPolygon aXP((sal_uInt16)nPtAnz);  in ImpCrookObj()641 void SdrEditView::ImpDistortObj(SdrObject* pO, const Rectangle& rRef, const XPolygon& rDistortedRec…  in ImpDistortObj()
 655 		XPolygon aXP((sal_uInt16)nPtAnz);  in ImpDistortObj()
 675 void SdrEditView::DistortMarkedObj(const Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoC…  in DistortMarkedObj()
 700 		XPolygon  aRefPoly(rDistortedRect);  in DistortMarkedObj()
 
 | 
| H A D | svddrgm1.hxx | 229 	XPolygon					aDistortedRect;
 | 
| H A D | svdocirc.cxx | 289 	mpXPoly = new XPolygon(aPolyCirc);  in RecalcXPoly()
 | 
| H A D | svdograf.cxx | 1000 		XPolygon aXPoly(ImpCalcXPoly(aGrownRect, GetEckenradius()));  in TakeXorPoly()
 | 
| H A D | svddrgmt.cxx | 3101 					XPolygon& aPol=aTempPolyPoly[j];  in _MovAllPoints()3589 		aDistortedRect=XPolygon(aMarkRect);  in BeginSdrDrag()
 
 | 
| /aoo4110/main/sd/source/ui/func/ | 
| H A D | fucon3d.cxx | 130 			XPolygon aXPoly(Point (0, 1250), 2500, 2500, 0, 900, sal_False);  in ImpCreateBasic3DShape()148 			XPolygon aXPoly(Point (0, 1250), 2500, 2500, 0, 900, sal_False);  in ImpCreateBasic3DShape()
 
 | 
| /aoo4110/main/svx/inc/ | 
| H A D | xpolyimp.hxx | 82 DECLARE_LIST( XPolygonList, XPolygon* )
 | 
| /aoo4110/main/svx/source/dialog/ | 
| H A D | imapwnd.cxx | 987 …basegfx::B2DPolygon aInnerPoly(XPolygon(aNewObjectRectangle.Center(), nWdt, nHgt).getB2DPolygon());  in CreateDefaultObject()
 | 
| /aoo4110/main/filter/source/msfilter/ | 
| H A D | msdffimp.cxx | 893 			aRetval = XPolygon( Point( (sal_Int32)( fWidthMul * fLineWidth * 0.50 ), 0 ),  in GetLineArrow()4607 							XPolygon aXP( (sal_uInt16)nNumElemVert );  in ImportShape()
 4684 …XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(…  in ImportShape()
 
 | 
| H A D | escherex.cxx | 2121 sal_Int32 lcl_GetAdjustValueCount( const XPolygon& rPoly )   in lcl_GetAdjustValueCount()2146 sal_Int32 lcl_GetConnectorAdjustValue ( const XPolygon& rPoly, sal_uInt16 nIndex )  in lcl_GetConnectorAdjustValue()
 
 |