Lines Matching refs:Rectangle

94 	void CalcEscPos(const Point& rTail, const Rectangle& rRect, Point& rPt, EscDir& rDir) const;
97 void ImpCaptParams::CalcEscPos(const Point& rTailPt, const Rectangle& rRect, Point& rPt, EscDir& rD… in CalcEscPos()
205 SdrCaptionObj::SdrCaptionObj(const Rectangle& rRect): in SdrCaptionObj()
213 SdrCaptionObj::SdrCaptionObj(const Rectangle& rRect, const Point& rTail): in SdrCaptionObj()
465 void SdrCaptionObj::ImpCalcTail1(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail1()
491 void SdrCaptionObj::ImpCalcTail2(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail2()
508 void SdrCaptionObj::ImpCalcTail3(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail3()
541 void SdrCaptionObj::ImpCalcTail4(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail4()
546 void SdrCaptionObj::ImpCalcTail(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) const in ImpCalcTail()
663 const Rectangle& SdrCaptionObj::GetSnapRect() const in GetSnapRect()
668 void SdrCaptionObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect()
677 const Rectangle& SdrCaptionObj::GetLogicRect() const in GetLogicRect()
682 void SdrCaptionObj::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
696 Rectangle aBoundRect0; if (pUserCall!=NULL) aBoundRect0=GetLastBoundRect(); in SetTailPos()
832 Rectangle aBaseRect(aPoint, Size(FRound(aScale.getX()), FRound(aScale.getY()))); in TRSetBaseGeometry()