Lines Matching refs:rPnt
254 void SdrObjGroup::SetRefPoint(const Point& rPnt) in SetRefPoint() argument
257 aRefPoint=rPnt; in SetRefPoint()
537 void SdrObjGroup::NbcSetAnchorPos(const Point& rPnt) in NbcSetAnchorPos() argument
539 aAnchor=rPnt; in NbcSetAnchorPos()
540 Size aSiz(rPnt.X()-aAnchor.X(),rPnt.Y()-aAnchor.Y()); in NbcSetAnchorPos()
546 pObj->NbcSetAnchorPos(rPnt); in NbcSetAnchorPos()
738 void SdrObjGroup::SetAnchorPos(const Point& rPnt) in SetAnchorPos() argument
741 FASTBOOL bChg=aAnchor!=rPnt; in SetAnchorPos()
742 aAnchor=rPnt; in SetAnchorPos()
743 Size aSiz(rPnt.X()-aAnchor.X(),rPnt.Y()-aAnchor.Y()); in SetAnchorPos()
751 if (pObj->IsEdgeObj()) pObj->SetAnchorPos(rPnt); in SetAnchorPos()
755 if (!pObj->IsEdgeObj()) pObj->SetAnchorPos(rPnt); in SetAnchorPos()
766 void SdrObjGroup::NbcSetRelativePos(const Point& rPnt) in NbcSetRelativePos() argument
769 Size aSiz(rPnt.X()-aRelPos0.X(),rPnt.Y()-aRelPos0.Y()); in NbcSetRelativePos()
773 void SdrObjGroup::SetRelativePos(const Point& rPnt) in SetRelativePos() argument
776 Size aSiz(rPnt.X()-aRelPos0.X(),rPnt.Y()-aRelPos0.Y()); in SetRelativePos()