Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx90 enum SdrEdgeLineCode {OBJ1LINE2,OBJ1LINE3,OBJ2LINE2,OBJ2LINE3,MIDDLELINE}; enum
122 Point& ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode);
123 …const Point& ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode) const { return ((SdrEdgeInfoRec*)th… 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.hxx409 SdrEdgeLineCode eLineCode;
418 void SetLineCode(SdrEdgeLineCode eCode);
419 SdrEdgeLineCode GetLineCode() const { return eLineCode; } in GetLineCode()
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx104 Point& SdrEdgeInfoRec::ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode) in ImpGetLineVersatzPoint()
116 sal_uInt16 SdrEdgeInfoRec::ImpGetPolyIdx(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpGetPolyIdx()
128 FASTBOOL SdrEdgeInfoRec::ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpIsHorzLine()
140 void SdrEdgeInfoRec::ImpSetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP, long nVal) in ImpSetLineVersatz()
147 long SdrEdgeInfoRec::ImpGetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpGetLineVersatz()
1909 const SdrEdgeLineCode eLineCode = pEdgeHdl->GetLineCode(); in applySpecialDrag()
H A Dsvdhdl.cxx1583 void ImpEdgeHdl::SetLineCode(SdrEdgeLineCode eCode) in SetLineCode()

Completed in 73 milliseconds