Lines Matching refs:fTRShear
75 double fTRShear(0.0); in ImpExportNewTrans() local
78 …ImpExportNewTrans_DecomposeAndRefPoint(aMatrix, aTRScale, fTRShear, fTRRotate, aTRTranslate, pRefP… in ImpExportNewTrans()
81 ImpExportNewTrans_FeaturesAndWrite(aTRScale, fTRShear, fTRRotate, aTRTranslate, nFeatures); in ImpExportNewTrans()
124 …double& fTRShear, double& fTRRotate, ::basegfx::B2DTuple& rTRTranslate, com::sun::star::awt::Point… in ImpExportNewTrans_DecomposeAndRefPoint() argument
127 rMatrix.decompose(rTRScale, rTRTranslate, fTRRotate, fTRShear); in ImpExportNewTrans_DecomposeAndRefPoint()
136 … XMLShapeExport::ImpExportNewTrans_FeaturesAndWrite(::basegfx::B2DTuple& rTRScale, double fTRShear, in ImpExportNewTrans_FeaturesAndWrite() argument
180 sal_Bool bTransformationIsNeccessary(fTRShear != 0.0 || fTRRotate != 0.0); in ImpExportNewTrans_FeaturesAndWrite()
187 aTransform.AddSkewX(atan(fTRShear)); in ImpExportNewTrans_FeaturesAndWrite()
824 double fTRShear(0.0); local
827 …ImpExportNewTrans_DecomposeAndRefPoint(aMatrix, aTRScale, fTRShear, fTRRotate, aTRTranslate, pRefP…
998 double fTRShear(0.0); local
1001 …ImpExportNewTrans_DecomposeAndRefPoint(aMatrix, aTRScale, fTRShear, fTRRotate, aTRTranslate, pRefP…
1004 ImpExportNewTrans_FeaturesAndWrite(aTRScale, fTRShear, fTRRotate, aTRTranslate, nFeatures);