Home
last modified time | relevance | path

Searched refs:nEckRad (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdorect.cxx133 FASTBOOL SdrRectObj::PaintNeedsXPoly(long nEckRad) const in PaintNeedsXPoly()
135 FASTBOOL bNeed=aGeo.nDrehWink!=0 || aGeo.nShearWink!=0 || nEckRad!=0; in PaintNeedsXPoly()
291 long nEckRad=GetEckenradius(); in RecalcSnapRect() local
292 if ((aGeo.nDrehWink!=0 || aGeo.nShearWink!=0) && nEckRad!=0) { in RecalcSnapRect()
/trunk/main/svx/inc/svx/
H A Dsvdorect.hxx62 FASTBOOL PaintNeedsXPoly(long nEckRad) const;