To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74358
------- Additional comments from [EMAIL PROTECTED] Mon Jun 18 14:55:10 +0000 2007 ------- AW: SdrTextObj::NbcShear works well and also Poly2Rect. In Poly2Rect, i have to correct the part which does calculate the object height, though. The Problem is in SdrEditView::SetGeoAttrToMarked: There, ShearMarkedObj is used and then GetMarkedObjShear() to verify the applied shear. This does not work when there is already a transformation applied to the object, e.g. a rotation. The shear to be applied is applied on top of the linear transformation already applied to the object. When a shear is applied to an already existing rotation, the decomposition of the applied transformation will not give the original shear and rotate values, but a new linear combination of both. Thus it is correct that something different happens when first rotating and then shearing. The shear is applied in the world coordinate system (on the e.g. already rotated object), not on the object coordinate system. If shear and rotare are applied at the same time using the dialog, the shear will be appied first. AW: Checking changes... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
