Searched refs:SdrEdgeLineCode (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | svdoedge.hxx | 90 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 D | svdhdl.hxx | 409 SdrEdgeLineCode eLineCode; 418 void SetLineCode(SdrEdgeLineCode eCode); 419 SdrEdgeLineCode GetLineCode() const { return eLineCode; } in GetLineCode()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 104 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 D | svdhdl.cxx | 1590 void ImpEdgeHdl::SetLineCode(SdrEdgeLineCode eCode) in SetLineCode()
|
Completed in 74 milliseconds