Lines Matching refs:rGeoStat

64 			    const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat());  in getCorrectedTextBoundRect()  local
67 if(rGeoStat.nShearWink || rGeoStat.nDrehWink ) in getCorrectedTextBoundRect()
81 if(rGeoStat.nShearWink) in getCorrectedTextBoundRect()
83 aRotMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in getCorrectedTextBoundRect()
86 if(rGeoStat.nDrehWink) in getCorrectedTextBoundRect()
88 aRotMatrix.rotate((36000 - rGeoStat.nDrehWink) * F_PI18000); in getCorrectedTextBoundRect()
165 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
167 … if(rGeoStat.nShearWink || rGeoStat.nDrehWink || !basegfx::fTools::equalZero(fExtraTextRotation)) in createViewIndependentPrimitive2DSequence()
187 if(rGeoStat.nShearWink) in createViewIndependentPrimitive2DSequence()
189 aTextBoxMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in createViewIndependentPrimitive2DSequence()
192 if(rGeoStat.nDrehWink) in createViewIndependentPrimitive2DSequence()
194 aTextBoxMatrix.rotate((36000 - rGeoStat.nDrehWink) * F_PI18000); in createViewIndependentPrimitive2DSequence()
230 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
231 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
232 const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()