Lines Matching refs:fShearX
633 double fRotate, fShearX; in applyCurrentTransformationToSdrObject() local
634 aObjectTransform.decompose(aScale, aTranslate, fRotate, fShearX); in applyCurrentTransformationToSdrObject()
3780 double fRotate(0.0), fShearX(0.0); in EndSdrDrag() local
3782 aOriginalMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in EndSdrDrag()
3784 if(!basegfx::fTools::equalZero(fShearX)) in EndSdrDrag()
3789 -fShearX, in EndSdrDrag()
3871 double fRotate(0.0), fShearX(0.0); in EndSdrDrag() local
3873 aNewObjectMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in EndSdrDrag()
3876 -fShearX, in EndSdrDrag()
3898 double fRotate, fShearX; in EndSdrDrag() local
3901 aOriginalMatrix.decompose(aScale, aTranslate, fRotate, fShearX); in EndSdrDrag()