Home
last modified time | relevance | path

Searched refs:ImpIsHorzLine (Results 1 – 3 of 3) sorted by path

/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx125 FASTBOOL ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1621 return !rInfo.ImpIsHorzLine(eLineCode,*pEdge->pEdgeTrack); in IsHorzDrag()
H A Dsvdoedge.cxx128 FASTBOOL SdrEdgeInfoRec::ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const in ImpIsHorzLine() function in SdrEdgeInfoRec
143 if (ImpIsHorzLine(eLineCode,rXP)) rPt.Y()=nVal; in ImpSetLineVersatz()
150 if (ImpIsHorzLine(eLineCode,rXP)) return rPt.Y(); in ImpGetLineVersatz()
1410 if (pInfo->ImpIsHorzLine(MIDDLELINE,aXP1)) { in ImpCalcEdgeTrack()
1420 if (pInfo->ImpIsHorzLine(OBJ1LINE2,aXP1)) { in ImpCalcEdgeTrack()
1430 if (pInfo->ImpIsHorzLine(OBJ1LINE3,aXP1)) { in ImpCalcEdgeTrack()
1440 if (pInfo->ImpIsHorzLine(OBJ2LINE2,aXP1)) { in ImpCalcEdgeTrack()
1450 if (pInfo->ImpIsHorzLine(OBJ2LINE3,aXP1)) { in ImpCalcEdgeTrack()

Completed in 36 milliseconds