Home
last modified time | relevance | path

Searched refs:aXPoly (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx130 XPolygon aXPoly(Point (0, 1250), 2500, 2500, 0, 900, sal_False); in ImpCreateBasic3DShape() local
131 aXPoly.Scale(5.0, 5.0); in ImpCreateBasic3DShape()
133 ::basegfx::B2DPolygon aB2DPolygon(aXPoly.getB2DPolygon()); in ImpCreateBasic3DShape()
148 XPolygon aXPoly(Point (0, 1250), 2500, 2500, 0, 900, sal_False); in ImpCreateBasic3DShape() local
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()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1179 XPolygon aXPoly(rXP); in getSpecialDragPoly() local
1180 aXPoly[(sal_uInt16)rDrag.GetHdl()->GetPointNum()]=rDrag.GetNow(); in getSpecialDragPoly()
1181 aRetval.Insert(aXPoly); in getSpecialDragPoly()
1201 XPolygon aXPoly(mpSdrPathDragData->aXP); in getSpecialDragPoly() local
1213 aXPoly.Insert(0,rXP[mpSdrPathDragData->nPrevPrevPnt0-1],XPOLY_CONTROL); in getSpecialDragPoly()
1214 aXPoly.Insert(0,rXP[mpSdrPathDragData->nPrevPrevPnt0-2],XPOLY_NORMAL); in getSpecialDragPoly()
1221 aXPoly.Remove(0,1); in getSpecialDragPoly()
1228aXPoly.Insert(XPOLY_APPEND,rXP[mpSdrPathDragData->nNextNextPnt0+1],XPOLY_CONTROL); in getSpecialDragPoly()
1229aXPoly.Insert(XPOLY_APPEND,rXP[mpSdrPathDragData->nNextNextPnt0+2],XPOLY_NORMAL); in getSpecialDragPoly()
1236 aXPoly.Remove(aXPoly.GetPointCount()-1,1); in getSpecialDragPoly()
[all …]
H A Dsvdorect.cxx141 XPolygon aXPoly(rRect1,nRad1,nRad1); in ImpCalcXPoly() local
142 const sal_uInt16 nPointCount(aXPoly.GetPointCount()); in ImpCalcXPoly()
148 aNewPoly[i]=aXPoly[j]; in ImpCalcXPoly()
149 aNewPoly.SetFlags(i,aXPoly.GetFlags(j)); in ImpCalcXPoly()
155 aXPoly=aNewPoly; in ImpCalcXPoly()
158 if (aGeo.nShearWink!=0) ShearXPoly(aXPoly,aRect.TopLeft(),aGeo.nTan); in ImpCalcXPoly()
159 if (aGeo.nDrehWink!=0) RotateXPoly(aXPoly,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in ImpCalcXPoly()
160 return aXPoly; in ImpCalcXPoly()
H A Dsvdograf.cxx1009 XPolygon aXPoly(ImpCalcXPoly(aGrownRect, GetEckenradius())); in TakeXorPoly() local
1010 aRetval.append(aXPoly.getB2DPolygon()); in TakeXorPoly()
/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/filter/source/msfilter/
H A Dmsdffimp.cxx4700 …XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(… in ImportShape() local
4702 Rectangle aPolyPieRect( aXPoly.GetBoundRect() ); in ImportShape()