Searched refs:rGeoStat (Results 1 – 9 of 9) sorted by relevance
64 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in getCorrectedTextBoundRect() local67 if(rGeoStat.nShearWink || rGeoStat.nDrehWink ) in getCorrectedTextBoundRect()81 if(rGeoStat.nShearWink) in getCorrectedTextBoundRect()86 if(rGeoStat.nDrehWink) in getCorrectedTextBoundRect()165 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local167 … if(rGeoStat.nShearWink || rGeoStat.nDrehWink || !basegfx::fTools::equalZero(fExtraTextRotation)) in createViewIndependentPrimitive2DSequence()187 if(rGeoStat.nShearWink) in createViewIndependentPrimitive2DSequence()192 if(rGeoStat.nDrehWink) in createViewIndependentPrimitive2DSequence()230 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local231 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()[all …]
65 const GeoStat& rGeoStat(GetRectObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()71 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
64 const GeoStat& rGeoStat(GetCircObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()71 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
77 const GeoStat& rGeoStat(GetOle2Obj().GetGeoStat()); in createObjectTransform() local78 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createObjectTransform()79 … const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createObjectTransform()
110 const GeoStat& rGeoStat(GetPathObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local118 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()119 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
76 const GeoStat& rGeoStat(rCaptionObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local81 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()82 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
342 const GeoStat& rGeoStat(GetGrafObject().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local343 const sal_Int32 nDrehWink(rGeoStat.nDrehWink); in createViewIndependentPrimitive2DSequence()368 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
305 const GeoStat& rGeoStat = ((SdrObjCustomShape*)pSdrObjCustomShape)->GetGeoStat(); in REF() local306 if ( rGeoStat.nShearWink ) in REF()308 long nShearWink = rGeoStat.nShearWink; in REF()309 double nTan = rGeoStat.nTan; in REF()388 const GeoStat& rGeoStat = ((SdrObjCustomShape*)pSdrObjCustomShape)->GetGeoStat(); in getLineGeometry() local389 if ( rGeoStat.nShearWink ) in getLineGeometry()391 long nShearWink = rGeoStat.nShearWink; in getLineGeometry()392 double nTan = rGeoStat.nTan; in getLineGeometry()
703 const GeoStat& rGeoStat(rTableObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local704 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()705 const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()
Completed in 47 milliseconds