Lines Matching refs:SdrTextObj

61 void SdrTextObj::NbcSetSnapRect(const Rectangle& rRect)  in NbcSetSnapRect()
69 SdrTextObj::NbcResize(maSnapRect.TopLeft(),Fraction(nWdt1,nWdt0),Fraction(nHgt1,nHgt0)); in NbcSetSnapRect()
70 SdrTextObj::NbcMove(Size(rRect.Left()-aSR0.Left(),rRect.Top()-aSR0.Top())); in NbcSetSnapRect()
99 const Rectangle& SdrTextObj::GetLogicRect() const in GetLogicRect()
104 void SdrTextObj::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
131 long SdrTextObj::GetRotateAngle() const in GetRotateAngle()
136 long SdrTextObj::GetShearAngle(FASTBOOL /*bVertical*/) const in GetShearAngle()
141 void SdrTextObj::NbcMove(const Size& rSiz) in NbcMove()
149 void SdrTextObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize()
255 void SdrTextObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate()
279 void SdrTextObj::NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in NbcShear()
301 void SdrTextObj::NbcMirror(const Point& rRef1, const Point& rRef2) in NbcMirror()
356 SdrObject* SdrTextObj::ImpConvertContainedTextToSdrPathObjs(bool bToPoly) const in ImpConvertContainedTextToSdrPathObjs()
479 SdrObject* SdrTextObj::DoConvertToPolyObj(sal_Bool bBezier, bool bAddText) const in DoConvertToPolyObj()
489 bool SdrTextObj::ImpCanConvTextToCurve() const in ImpCanConvTextToCurve()
494 SdrObject* SdrTextObj::ImpConvertMakeObj(const basegfx::B2DPolyPolygon& rPolyPolygon, sal_Bool bClo… in ImpConvertMakeObj()
538 SdrObject* SdrTextObj::ImpConvertAddText(SdrObject* pObj, FASTBOOL bBezier) const in ImpConvertAddText()