Lines Matching refs:eLineCode
104 Point& SdrEdgeInfoRec::ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode) in ImpGetLineVersatzPoint() argument
106 switch (eLineCode) { in ImpGetLineVersatzPoint()
116 sal_uInt16 SdrEdgeInfoRec::ImpGetPolyIdx(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpGetPolyIdx() argument
118 switch (eLineCode) { in ImpGetPolyIdx()
128 FASTBOOL SdrEdgeInfoRec::ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpIsHorzLine() argument
130 sal_uInt16 nIdx=ImpGetPolyIdx(eLineCode,rXP); in ImpIsHorzLine()
132 if (eLineCode==OBJ2LINE2 || eLineCode==OBJ2LINE3) { in ImpIsHorzLine()
140 void SdrEdgeInfoRec::ImpSetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP, long nVal) in ImpSetLineVersatz() argument
142 Point& rPt=ImpGetLineVersatzPoint(eLineCode); in ImpSetLineVersatz()
143 if (ImpIsHorzLine(eLineCode,rXP)) rPt.Y()=nVal; in ImpSetLineVersatz()
147 long SdrEdgeInfoRec::ImpGetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpGetLineVersatz() argument
149 const Point& rPt=ImpGetLineVersatzPoint(eLineCode); in ImpGetLineVersatz()
150 if (ImpIsHorzLine(eLineCode,rXP)) return rPt.Y(); in ImpGetLineVersatz()
1909 const SdrEdgeLineCode eLineCode = pEdgeHdl->GetLineCode(); in applySpecialDrag() local
1913 nDist += aEdgeInfo.ImpGetLineVersatz(eLineCode, *pEdgeTrack); in applySpecialDrag()
1914 aEdgeInfo.ImpSetLineVersatz(eLineCode, *pEdgeTrack, nDist); in applySpecialDrag()