Home
last modified time | relevance | path

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

/AOO41X/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 …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdopath.cxx1181 XPolygon aXPoly(rXP); in getSpecialDragPoly() local
1182 aXPoly[(sal_uInt16)rDrag.GetHdl()->GetPointNum()]=rDrag.GetNow(); in getSpecialDragPoly()
1183 aRetval.Insert(aXPoly); in getSpecialDragPoly()
1203 XPolygon aXPoly(mpSdrPathDragData->aXP); in getSpecialDragPoly() local
1215 aXPoly.Insert(0,rXP[mpSdrPathDragData->nPrevPrevPnt0-1],XPOLY_CONTROL); in getSpecialDragPoly()
1216 aXPoly.Insert(0,rXP[mpSdrPathDragData->nPrevPrevPnt0-2],XPOLY_NORMAL); in getSpecialDragPoly()
1223 aXPoly.Remove(0,1); in getSpecialDragPoly()
1230aXPoly.Insert(XPOLY_APPEND,rXP[mpSdrPathDragData->nNextNextPnt0+1],XPOLY_CONTROL); in getSpecialDragPoly()
1231aXPoly.Insert(XPOLY_APPEND,rXP[mpSdrPathDragData->nNextNextPnt0+2],XPOLY_NORMAL); in getSpecialDragPoly()
1238 aXPoly.Remove(aXPoly.GetPointCount()-1,1); in getSpecialDragPoly()
[all …]
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()
H A Dsvdograf.cxx1009 XPolygon aXPoly(ImpCalcXPoly(aGrownRect, GetEckenradius())); in TakeXorPoly() local
1010 aRetval.append(aXPoly.getB2DPolygon()); in TakeXorPoly()
/AOO41X/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()
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx4690 …XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(… in ImportShape() local
4692 Rectangle aPolyPieRect( aXPoly.GetBoundRect() ); in ImportShape()