| /trunk/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 …]
|
| /trunk/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 | 51 class XPolygon; 60 void MoveXPoly(XPolygon& rPoly, const Size& S); 66 void ResizeXPoly(XPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact); 72 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs); 81 void MirrorXPoly(XPolygon& rPoly, const Point& rRef1, const Point& rRef2); 87 void ShearXPoly(XPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_False); 108 void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert); 109 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert); 110 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…
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdopath.cxx | 97 XPolygon aXP; // Ausschnitt aus dem Originalpolygon 168 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ImpSdrPathDragData() 218 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly() 266 XPolygon GetFormPoly() const; 268 XPolygon GetBezierPoly() const; 270 XPolygon GetCurvePoly() const { return XPolygon(); } in GetCurvePoly() 272 XPolygon GetCirclePoly() const; 275 XPolygon GetLinePoly() const; 277 XPolygon GetRectPoly() const; 280 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 | 139 XPolygon SdrRectObj::ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const in ImpCalcXPoly() 141 XPolygon aXPoly(rRect1,nRad1,nRad1); in ImpCalcXPoly() 143 XPolygon aNewPoly(nPointCount+1); in ImpCalcXPoly() 165 mpXPoly = new XPolygon(ImpCalcXPoly(aRect,GetEckenradius())); in RecalcXPoly() 168 const XPolygon& SdrRectObj::GetXPoly() const in GetXPoly() 583 XPolygon aXP(ImpCalcXPoly(aRect,GetEckenradius())); in DoConvertToPolyObj()
|
| H A D | svdtrans.cxx | 34 void MoveXPoly(XPolygon& rPoly, const Size& S) in MoveXPoly() 94 void ResizeXPoly(XPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact) in ResizeXPoly() 128 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly() 203 void MirrorXPoly(XPolygon& rPoly, const Point& rRef1, const Point& rRef2) in MirrorXPoly() 237 void ShearXPoly(XPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearXPoly() 399 void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookRotatePoly() 422 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookSlantPoly() 445 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 | svddrgmt.cxx | 3093 XPolygon& aPol=aTempPolyPoly[j]; in _MovAllPoints() 3581 aDistortedRect=XPolygon(aMarkRect); in BeginSdrDrag()
|
| H A D | svdograf.cxx | 1009 XPolygon aXPoly(ImpCalcXPoly(aGrownRect, GetEckenradius())); in TakeXorPoly()
|
| /trunk/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()
|
| /trunk/main/svx/inc/ |
| H A D | xpolyimp.hxx | 82 DECLARE_LIST( XPolygonList, XPolygon* )
|
| /trunk/main/svx/source/dialog/ |
| H A D | imapwnd.cxx | 987 …basegfx::B2DPolygon aInnerPoly(XPolygon(aNewObjectRectangle.Center(), nWdt, nHgt).getB2DPolygon()); in CreateDefaultObject()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 890 aRetval = XPolygon( Point( (sal_Int32)( fWidthMul * fLineWidth * 0.50 ), 0 ), in GetLineArrow() 4623 XPolygon aXP( (sal_uInt16)nNumElemVert ); in ImportShape() 4700 …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()
|