Home
last modified time | relevance | path

Searched refs:aXPoly (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1181 XPolygon aXPoly(rXP); in getSpecialDragPoly() local
1223 aXPoly.Remove(0,1); in getSpecialDragPoly()
1238 aXPoly.Remove(aXPoly.GetPointCount()-1,1); in getSpecialDragPoly()
1243 aXPoly.Remove(2,1); in getSpecialDragPoly()
1250 aXPoly.Remove(0,1); in getSpecialDragPoly()
1258 aXPoly.Remove(aXPoly.GetPointCount()-1,1); in getSpecialDragPoly()
1259 if (bEndPnt) aXPoly.Remove(aXPoly.GetPointCount()-1,1); in getSpecialDragPoly()
1262 if (aXPoly.GetPointCount()>nPntAnz && aXPoly.IsControl(1)) { in getSpecialDragPoly()
1264 aXPoly[a-2]=aXPoly[2]; aXPoly.SetFlags(a-2,aXPoly.GetFlags(2)); in getSpecialDragPoly()
1265 aXPoly[a-1]=aXPoly[3]; aXPoly.SetFlags(a-1,aXPoly.GetFlags(3)); in getSpecialDragPoly()
[all …]
H A Dsvdograf.cxx1003 XPolygon aXPoly(ImpCalcXPoly(aGrownRect, GetEckenradius())); in TakeXorPoly() local
1004 aRetval.append(aXPoly.getB2DPolygon()); in TakeXorPoly()
H A Dsvdorect.cxx143 XPolygon aXPoly(rRect1,nRad1,nRad1); in ImpCalcXPoly() local
144 const sal_uInt16 nPointAnz(aXPoly.GetPointCount()); in ImpCalcXPoly()
150 aNeuPoly[i]=aXPoly[j]; in ImpCalcXPoly()
151 aNeuPoly.SetFlags(i,aXPoly.GetFlags(j)); in ImpCalcXPoly()
157 aXPoly=aNeuPoly; in ImpCalcXPoly()
160 if (aGeo.nShearWink!=0) ShearXPoly(aXPoly,aRect.TopLeft(),aGeo.nTan); in ImpCalcXPoly()
161 if (aGeo.nDrehWink!=0) RotateXPoly(aXPoly,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in ImpCalcXPoly()
162 return aXPoly; in ImpCalcXPoly()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4703 …XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(… in ImportShape() local
4705 Rectangle aPolyPieRect( aXPoly.GetBoundRect() ); in ImportShape()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1732 XPolygon aXPoly( *pTmpXPoly ); in Remove() local
1734 return aXPoly; in Remove()
1753 XPolygon aXPoly( *pTmpXPoly ); in Replace() local
1755 return aXPoly; in Replace()
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx131 aXPoly.Scale(5.0, 5.0); in ImpCreateBasic3DShape()
133 ::basegfx::B2DPolygon aB2DPolygon(aXPoly.getB2DPolygon()); in ImpCreateBasic3DShape()
149 aXPoly.Scale(5.0, 5.0); in ImpCreateBasic3DShape()
151 aXPoly.Insert(0, Point (2400*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
152 aXPoly.Insert(0, Point (2000*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
153 aXPoly.Insert(0, Point (1500*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
154 aXPoly.Insert(0, Point (1000*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
155 aXPoly.Insert(0, Point (500*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
156 aXPoly.Insert(0, Point (250*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
157 aXPoly.Insert(0, Point (50*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
[all …]

Completed in 75 milliseconds