Home
last modified time | relevance | path

Searched refs:XPolygon (Results 1 – 21 of 21) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx43 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 Dxpoly.hxx65 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 Dsvdoedge.hxx124 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;
205XPolygon ImpCalcObjToCenter(const Point& rStPt, long nEscAngle, const Rectangle& rRect, const Poin…
207XPolygon ImpCalcEdgeTrack(const XPolygon& rTrack0, SdrObjConnection& rCon1, SdrObjConnection& rCon…
208XPolygon ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const Rectangle& rBoundRect1, const Rec…
213 FASTBOOL ImpStripPolyPoints(XPolygon& rXP) const; // entfernen ueberfluessiger Punkte
H A Dsvdtrans.hxx51 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 Dsvdorect.hxx34 class XPolygon;
58 XPolygon* mpXPoly;
65 XPolygon ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const;
71 const XPolygon& GetXPoly() const;
H A Dsvdedtv.hxx179 …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 Dsvdglev.hxx109 …void DistortMarkedGluePoints(const Rectangle& rRef, const XPolygon& rDistortedRect, sal_Bool bNoCo…
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx97 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 Dsvdoedge.cxx116 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 Dsvdorect.cxx139 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 Dsvdtrans.cxx34 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 Dsvdedtv1.cxx541 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 Dsvddrgm1.hxx229 XPolygon aDistortedRect;
H A Dsvdocirc.cxx289 mpXPoly = new XPolygon(aPolyCirc); in RecalcXPoly()
H A Dsvddrgmt.cxx3093 XPolygon& aPol=aTempPolyPoly[j]; in _MovAllPoints()
3581 aDistortedRect=XPolygon(aMarkRect); in BeginSdrDrag()
H A Dsvdograf.cxx1009 XPolygon aXPoly(ImpCalcXPoly(aGrownRect, GetEckenradius())); in TakeXorPoly()
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx130 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 Dxpolyimp.hxx82 DECLARE_LIST( XPolygonList, XPolygon* )
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx987 …basegfx::B2DPolygon aInnerPoly(XPolygon(aNewObjectRectangle.Center(), nWdt, nHgt).getB2DPolygon()); in CreateDefaultObject()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx890 aRetval = XPolygon( Point( (sal_Int32)( fWidthMul * fLineWidth * 0.50 ), 0 ), in GetLineArrow()
4623 XPolygon aXP( (sal_uInt16)nNumElemVert ); in ImportShape()
4700XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(… in ImportShape()
H A Descherex.cxx2121 sal_Int32 lcl_GetAdjustValueCount( const XPolygon& rPoly ) in lcl_GetAdjustValueCount()
2146 sal_Int32 lcl_GetConnectorAdjustValue ( const XPolygon& rPoly, sal_uInt16 nIndex ) in lcl_GetConnectorAdjustValue()