Lines Matching refs:fShearX
632 double fRotate, fShearX; in applyCurrentTransformationToSdrObject() local
633 aObjectTransform.decompose(aScale, aTranslate, fRotate, fShearX); in applyCurrentTransformationToSdrObject()
3777 double fRotate(0.0), fShearX(0.0); in EndSdrDrag() local
3779 aOriginalMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in EndSdrDrag()
3781 if(!basegfx::fTools::equalZero(fShearX)) in EndSdrDrag()
3786 -fShearX, in EndSdrDrag()
3868 double fRotate(0.0), fShearX(0.0); in EndSdrDrag() local
3870 aNewObjectMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in EndSdrDrag()
3873 -fShearX, in EndSdrDrag()
3895 double fRotate, fShearX; in EndSdrDrag() local
3898 aOriginalMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in EndSdrDrag()