Searched refs:ImpIsHorzLine (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 128 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()
|
H A D | svdhdl.cxx | 1607 return !rInfo.ImpIsHorzLine(eLineCode,*pEdge->pEdgeTrack); in IsHorzDrag()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdoedge.hxx | 125 FASTBOOL ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;
|
Completed in 262 milliseconds