Home
last modified time | relevance | path

Searched refs:eLineCode (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/svx/inc/svx/
H A Dsvdoedge.hxx122 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 Dsvdhdl.hxx406 SdrEdgeLineCode eLineCode; member in ImpEdgeHdl
412 ImpEdgeHdl(const Point& rPnt, SdrHdlKind eNewKind): SdrHdl(rPnt,eNewKind),eLineCode(MIDDLELINE) {} in ImpEdgeHdl()
416 SdrEdgeLineCode GetLineCode() const { return eLineCode; } in GetLineCode()
/aoo41x/main/svx/source/svdraw/
H A Dsvdoedge.cxx104 Point& SdrEdgeInfoRec::ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode) in ImpGetLineVersatzPoint() argument
106 switch (eLineCode) { in ImpGetLineVersatzPoint()
118 switch (eLineCode) { in ImpGetPolyIdx()
130 sal_uInt16 nIdx=ImpGetPolyIdx(eLineCode,rXP); in ImpIsHorzLine()
132 if (eLineCode==OBJ2LINE2 || eLineCode==OBJ2LINE3) { in ImpIsHorzLine()
142 Point& rPt=ImpGetLineVersatzPoint(eLineCode); in ImpSetLineVersatz()
143 if (ImpIsHorzLine(eLineCode,rXP)) rPt.Y()=nVal; in ImpSetLineVersatz()
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
[all …]
H A Dsvdhdl.cxx1571 if(eLineCode != eCode) in SetLineCode()
1574 eLineCode = eCode; in SetLineCode()
1607 return !rInfo.ImpIsHorzLine(eLineCode,*pEdge->pEdgeTrack); in IsHorzDrag()

Completed in 50 milliseconds