Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx52 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in getCorrectedTextBoundRect() local
55 if(rGeoStat.nShearAngle || rGeoStat.nRotationAngle ) in getCorrectedTextBoundRect()
69 if(rGeoStat.nShearAngle) in getCorrectedTextBoundRect()
71 aRotMatrix.shearX(-rGeoStat.mfTanShearAngle); in getCorrectedTextBoundRect()
74 if(rGeoStat.nRotationAngle) in getCorrectedTextBoundRect()
76 aRotMatrix.rotate((36000 - rGeoStat.nRotationAngle.get()) * F_PI18000); in getCorrectedTextBoundRect()
176 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
178 …if(rGeoStat.nShearAngle || rGeoStat.nRotationAngle || !basegfx::fTools::equalZero(fExtraTextRotati… in createViewIndependentPrimitive2DSequence()
198 if(rGeoStat.nShearAngle) in createViewIndependentPrimitive2DSequence()
200 aTextBoxMatrix.shearX(-rGeoStat.mfTanShearAngle); in createViewIndependentPrimitive2DSequence()
[all …]
H A Dviewcontactofsdrrectobj.cxx54 const GeoStat& rGeoStat(GetRectObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
59 -rGeoStat.mfTanShearAngle, in createViewIndependentPrimitive2DSequence()
60 rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle.get()) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcircobj.cxx53 const GeoStat& rGeoStat(GetCircObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
59 -rGeoStat.mfTanShearAngle, in createViewIndependentPrimitive2DSequence()
60rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle.get()) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx63 const GeoStat& rGeoStat(GetOle2Obj().GetGeoStat()); in createObjectTransform() local
64 const double fShearX(-rGeoStat.mfTanShearAngle); in createObjectTransform()
65 …const double fRotate(rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle.get()) * F_PI18000… in createObjectTransform()
H A Dviewcontactofsdrcaptionobj.cxx71 const GeoStat& rGeoStat(rCaptionObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
76 -rGeoStat.mfTanShearAngle, in createViewIndependentPrimitive2DSequence()
77 rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle.get()) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrpathobj.cxx152 const GeoStat& rGeoStat(GetPathObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
160 -rGeoStat.mfTanShearAngle, in createViewIndependentPrimitive2DSequence()
161rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle.get()) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofgraphic.cxx317 const GeoStat& rGeoStat(GetGrafObject().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
318 const Degree100 nRotationAngle(rGeoStat.nRotationAngle); in createViewIndependentPrimitive2DSequence()
343 const double fShearX(-rGeoStat.mfTanShearAngle); in createViewIndependentPrimitive2DSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx60 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in getCorrectedTextBoundRect() local
63 if(rGeoStat.nShearAngle || rGeoStat.nRotationAngle ) in getCorrectedTextBoundRect()
77 if(rGeoStat.nShearAngle) in getCorrectedTextBoundRect()
79 aRotMatrix.shearX(tan((36000 - rGeoStat.nShearAngle) * F_PI18000)); in getCorrectedTextBoundRect()
82 if(rGeoStat.nRotationAngle) in getCorrectedTextBoundRect()
84 aRotMatrix.rotate((36000 - rGeoStat.nRotationAngle) * F_PI18000); in getCorrectedTextBoundRect()
190 const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
192 …if(rGeoStat.nShearAngle || rGeoStat.nRotationAngle || !basegfx::fTools::equalZero(fExtraTextRotati… in createViewIndependentPrimitive2DSequence()
212 if(rGeoStat.nShearAngle) in createViewIndependentPrimitive2DSequence()
217 if(rGeoStat.nRotationAngle) in createViewIndependentPrimitive2DSequence()
[all …]
H A Dviewcontactofsdrrectobj.cxx55 const GeoStat& rGeoStat(GetRectObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
60 rGeoStat.nShearAngle ? tan((36000 - rGeoStat.nShearAngle) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
61 rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcircobj.cxx55 const GeoStat& rGeoStat(GetCircObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
61 rGeoStat.nShearAngle ? tan((36000 - rGeoStat.nShearAngle) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
62 rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx69 const GeoStat& rGeoStat(GetOle2Obj().GetGeoStat()); in createObjectTransform() local
70 …const double fShearX(rGeoStat.nShearAngle ? tan((36000 - rGeoStat.nShearAngle) * F_PI18000) : 0.0); in createObjectTransform()
71 …const double fRotate(rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle) * F_PI18000 : 0.0… in createObjectTransform()
H A Dviewcontactofsdrcaptionobj.cxx73 const GeoStat& rGeoStat(rCaptionObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
78 rGeoStat.nShearAngle ? tan((36000 - rGeoStat.nShearAngle) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
79 rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrpathobj.cxx154 const GeoStat& rGeoStat(GetPathObj().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
162 rGeoStat.nShearAngle ? tan((36000 - rGeoStat.nShearAngle) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
163 rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofgraphic.cxx323 const GeoStat& rGeoStat(GetGrafObject().GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
324 const sal_Int32 nRotationAngle(rGeoStat.nRotationAngle); in createViewIndependentPrimitive2DSequence()
349 …const double fShearX(rGeoStat.nShearAngle ? tan((36000 - rGeoStat.nShearAngle) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dviewcontactoftableobj.cxx352 const GeoStat& rGeoStat(rTableObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
353 …const double fShearX(rGeoStat.nShearAngle ? tan((36000 - rGeoStat.nShearAngle) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
354 …const double fRotate(rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle) * F_PI18000 : 0.0… in createViewIndependentPrimitive2DSequence()
396 const GeoStat& rGeoStat(rTableObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
397 …const double fShearX(rGeoStat.nShearAngle ? tan((36000 - rGeoStat.nShearAngle) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
398 …const double fRotate(rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle) * F_PI18000 : 0.0… in createViewIndependentPrimitive2DSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dviewcontactoftableobj.cxx371 const GeoStat& rGeoStat(rTableObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
372 const double fShearX(-rGeoStat.mfTanShearAngle); in createViewIndependentPrimitive2DSequence()
373 …const double fRotate(rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle.get()) * F_PI18000… in createViewIndependentPrimitive2DSequence()
435 const GeoStat& rGeoStat(rTableObj.GetGeoStat()); in createViewIndependentPrimitive2DSequence() local
436 const double fShearX(-rGeoStat.mfTanShearAngle); in createViewIndependentPrimitive2DSequence()
437 …const double fRotate(rGeoStat.nRotationAngle ? (36000 - rGeoStat.nRotationAngle.get()) * F_PI18000… in createViewIndependentPrimitive2DSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx311 const GeoStat& rGeoStat(pSdrObjCustomShape->GetGeoStat()); in render() local
313 if ( rGeoStat.nShearAngle ) in render()
315 Degree100 nShearAngle = rGeoStat.nShearAngle; in render()
316 double nTan = rGeoStat.mfTanShearAngle; in render()
402 const GeoStat& rGeoStat(pSdrObjCustomShape->GetGeoStat()); in getLineGeometry() local
404 if ( rGeoStat.nShearAngle ) in getLineGeometry()
406 Degree100 nShearAngle = rGeoStat.nShearAngle; in getLineGeometry()
407 double nTan = rGeoStat.mfTanShearAngle; in getLineGeometry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx324 const GeoStat& rGeoStat(rSdrObjCustomShape.GetGeoStat()); in render() local
326 if ( rGeoStat.nShearAngle ) in render()
328 long nShearAngle = rGeoStat.nShearAngle; in render()
329 double nTan = rGeoStat.nTan; in render()
425 const GeoStat& rGeoStat(rSdrObjCustomShape.GetGeoStat()); in getLineGeometry() local
427 if ( rGeoStat.nShearAngle ) in getLineGeometry()
429 long nShearAngle = rGeoStat.nShearAngle; in getLineGeometry()
430 double nTan = rGeoStat.nTan; in getLineGeometry()