Searched refs:eLineCode (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/svx/inc/svx/ |
| H A D | svdoedge.hxx | 122 Point& ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode); 123 …etLineVersatzPoint(SdrEdgeLineCode eLineCode) const { return ((SdrEdgeInfoRec*)this)->ImpGetLineVe… in ImpGetLineVersatzPoint() 124 sal_uInt16 ImpGetPolyIdx(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const; 125 FASTBOOL ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const; 126 void ImpSetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP, long nVal); 127 long ImpGetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;
|
| H A D | svdhdl.hxx | 405 SdrEdgeLineCode eLineCode; member in ImpEdgeHdl 411 … ImpEdgeHdl(const Point& rPnt, SdrHdlKind eNewKind): SdrHdl(rPnt,eNewKind),eLineCode(MIDDLELINE) {} in ImpEdgeHdl() 415 SdrEdgeLineCode GetLineCode() const { return eLineCode; } in GetLineCode()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdoedge.cxx | 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() [all …]
|
| H A D | svdhdl.cxx | 1583 if(eLineCode != eCode) in SetLineCode() 1586 eLineCode = eCode; in SetLineCode() 1619 return !rInfo.ImpIsHorzLine(eLineCode,*pEdge->pEdgeTrack); in IsHorzDrag()
|