| /AOO41X/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 282 DBG_CTOR(XPolygon,NULL); in XPolygon() 296 XPolygon::XPolygon( const XPolygon& rXPoly ) in XPolygon() function in XPolygon 298 DBG_CTOR(XPolygon,NULL); in XPolygon() 313 XPolygon::XPolygon( const Polygon& rPoly ) in XPolygon() function in XPolygon 315 DBG_CTOR(XPolygon,NULL); in XPolygon() 338 XPolygon::XPolygon(const Rectangle& rRect, long nRx, long nRy) in XPolygon() function in XPolygon 340 DBG_CTOR(XPolygon,NULL); in XPolygon() 408 XPolygon::XPolygon(const Point& rCenter, long nRx, long nRy, in XPolygon() function in XPolygon [all …]
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | xpoly.hxx | 65 class SVX_DLLPUBLIC XPolygon class 81 XPolygon( sal_uInt16 nSize=16, sal_uInt16 nResize=16 ); 82 XPolygon( const XPolygon& rXPoly ); 83 XPolygon( const Polygon& rPoly ); 84 XPolygon( const Rectangle& rRect, long nRx = 0, long nRy = 0 ); 85 XPolygon( const Point& rCenter, long nRx, long nRy, 89 ~XPolygon(); 98 void Insert( sal_uInt16 nPos, const XPolygon& rXPoly ); 106 XPolygon& operator=( const XPolygon& rXPoly ); 107 sal_Bool operator==( const XPolygon& rXPoly ) const; [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…
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdopath.cxx | 99 XPolygon aXP; // Ausschnitt aud dem Originalpolygon 170 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ImpSdrPathDragData() 220 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly() 268 XPolygon GetFormPoly() const; 270 XPolygon GetBezierPoly() const; 272 XPolygon GetCurvePoly() const { return XPolygon(); } in GetCurvePoly() 274 XPolygon GetCirclePoly() const; 277 XPolygon GetLinePoly() const; 279 XPolygon GetRectPoly() const; 282 XPolygon ImpPathCreateUser::GetFormPoly() const in GetFormPoly() [all …]
|
| H A D | svdoedge.cxx | 116 sal_uInt16 SdrEdgeInfoRec::ImpGetPolyIdx(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpGetPolyIdx() 128 FASTBOOL SdrEdgeInfoRec::ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpIsHorzLine() 140 void SdrEdgeInfoRec::ImpSetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP, long nVal) in ImpSetLineVersatz() 147 long SdrEdgeInfoRec::ImpGetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpGetLineVersatz() 187 pEdgeTrack=new XPolygon; in SdrEdgeObj() 650 FASTBOOL SdrEdgeObj::ImpStripPolyPoints(XPolygon& /*rXP*/) const in ImpStripPolyPoints() 656 XPolygon SdrEdgeObj::ImpCalcObjToCenter(const Point& rStPt, long nEscAngle, const Rectangle& rRect,… in ImpCalcObjToCenter() 658 XPolygon aXP; in ImpCalcObjToCenter() 718 XPolygon SdrEdgeObj::ImpCalcEdgeTrack(const XPolygon& rTrack0, SdrObjConnection& rCon1, SdrObjConne… in ImpCalcEdgeTrack() 793 XPolygon aBestXP; in ImpCalcEdgeTrack() [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 | 1009 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()
|
| /AOO41X/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()
|
| /AOO41X/main/svx/inc/ |
| H A D | xpolyimp.hxx | 82 DECLARE_LIST( XPolygonList, XPolygon* )
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | imapwnd.cxx | 987 …basegfx::B2DPolygon aInnerPoly(XPolygon(aNewObjectRectangle.Center(), nWdt, nHgt).getB2DPolygon()); in CreateDefaultObject()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 893 aRetval = XPolygon( Point( (sal_Int32)( fWidthMul * fLineWidth * 0.50 ), 0 ), in GetLineArrow() 4613 XPolygon aXP( (sal_uInt16)nNumElemVert ); in ImportShape() 4690 …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()
|