Searched refs:XPOLY_NORMAL (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sd/source/ui/func/ |
H A D | fucon3d.cxx | 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() 158 aXPoly.Insert(0, Point (0*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 659 aXP.Insert(XPOLY_APPEND,rStPt,XPOLY_NORMAL); in ImpCalcObjToCenter() 678 aXP.Insert(XPOLY_APPEND,aP2,XPOLY_NORMAL); in ImpCalcObjToCenter() 689 aXP.Insert(XPOLY_APPEND,aP3,XPOLY_NORMAL); in ImpCalcObjToCenter() 692 aXP.Insert(XPOLY_APPEND,aP3,XPOLY_NORMAL); in ImpCalcObjToCenter() 703 aXP.Insert(XPOLY_APPEND,aP3,XPOLY_NORMAL); in ImpCalcObjToCenter() 706 aXP.Insert(XPOLY_APPEND,aP3,XPOLY_NORMAL); in ImpCalcObjToCenter() 1241 aXP1.Insert(XPOLY_APPEND,aMeeting,XPOLY_NORMAL); in ImpCalcEdgeTrack() 1267 aXP1.Insert(XPOLY_APPEND,aXP2[nNum],XPOLY_NORMAL); in ImpCalcEdgeTrack()
|
H A D | svdopath.cxx | 1216 aXPoly.Insert(0,rXP[mpSdrPathDragData->nPrevPrevPnt0-2],XPOLY_NORMAL); in getSpecialDragPoly() 1231 aXPoly.Insert(XPOLY_APPEND,rXP[mpSdrPathDragData->nNextNextPnt0+2],XPOLY_NORMAL); in getSpecialDragPoly() 1245 if (bPrevIsControl) aXPoly.Insert(0,rXP[mpSdrPathDragData->nPrevPrevPnt0-1],XPOLY_NORMAL); in getSpecialDragPoly() 1248 aXPoly.Insert(0,rXP[mpSdrPathDragData->nPrevPrevPnt0-2],XPOLY_NORMAL); in getSpecialDragPoly() 1253 … (bNextIsControl) aXPoly.Insert(XPOLY_APPEND,rXP[mpSdrPathDragData->nNextNextPnt0+1],XPOLY_NORMAL); in getSpecialDragPoly() 1256 aXPoly.Insert(XPOLY_APPEND,rXP[mpSdrPathDragData->nNextNextPnt0+2],XPOLY_NORMAL); in getSpecialDragPoly()
|
/aoo41x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 53 enum XPolyFlags { XPOLY_NORMAL, XPOLY_SMOOTH, XPOLY_CONTROL, XPOLY_SYMMTR }; enumerator
|
Completed in 49 milliseconds