Lines Matching refs:xFact
460 void SdrObjGroup::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize() argument
462 FASTBOOL bXMirr=(xFact.GetNumerator()<0) != (xFact.GetDenominator()<0); in NbcResize()
477 ResizePoint(aRefPoint,rRef,xFact,yFact); in NbcResize()
483 pObj->NbcResize(rRef,xFact,yFact); in NbcResize()
486 ResizeRect(aOutRect,rRef,xFact,yFact); in NbcResize()
613 void SdrObjGroup::Resize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in Resize() argument
615 if (xFact.GetNumerator()!=xFact.GetDenominator() || yFact.GetNumerator()!=yFact.GetDenominator()) { in Resize()
616 FASTBOOL bXMirr=(xFact.GetNumerator()<0) != (xFact.GetDenominator()<0); in Resize()
632 ResizePoint(aRefPoint,rRef,xFact,yFact); in Resize()
640 if (pObj->IsEdgeObj()) pObj->Resize(rRef,xFact,yFact); in Resize()
644 if (!pObj->IsEdgeObj()) pObj->Resize(rRef,xFact,yFact); in Resize()
648 ResizeRect(aOutRect,rRef,xFact,yFact); in Resize()