Home
last modified time | relevance | path

Searched refs:rGeoStat (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx64 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in getCorrectedTextBoundRect() local
67 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() local
167 … 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() local
231 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
[all …]
H A Dviewcontactofsdrrectobj.cxx65 const GeoStat& rGeoStat(GetRectObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
71 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcircobj.cxx64 const GeoStat& rGeoStat(GetCircObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
71 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx77 const GeoStat& rGeoStat(GetOle2Obj().GetGeoStat()); in createObjectTransform() local
78 … 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()
H A Dviewcontactofsdrpathobj.cxx110 const GeoStat& rGeoStat(GetPathObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
118 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
119 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcaptionobj.cxx76 const GeoStat& rGeoStat(rCaptionObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
81 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
82 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofgraphic.cxx342 const GeoStat& rGeoStat(GetGrafObject().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
343 const sal_Int32 nDrehWink(rGeoStat.nDrehWink); in createViewIndependentPrimitive2DSequence()
368 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx305 const GeoStat& rGeoStat = ((SdrObjCustomShape*)pSdrObjCustomShape)->GetGeoStat(); in REF() local
306 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() local
389 if ( rGeoStat.nShearWink ) in getLineGeometry()
391 long nShearWink = rGeoStat.nShearWink; in getLineGeometry()
392 double nTan = rGeoStat.nTan; in getLineGeometry()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx705 const GeoStat& rGeoStat(rTableObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
706 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
707 const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()

Completed in 89 milliseconds