To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109123 Issue #|109123 Summary|API: Custom shape does not flip via matrix but move Component|Drawing Version|DEV300m70 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|graphicsneedsconfirm Reported by|regina
------- Additional comments from [email protected] Wed Feb 10 19:18:40 +0000 2010 ------- The attached document contains the macro “Change Shape via Matrix”. It reads the property “Transformation” from the selected shape, multiplies it with the matrix (-1 0 0 0 1 0 0 0 1) (read row wise) and writes the result back to the property. When applying the macro, the shape should flip at the y-axis. Set a break point in the macro “Examine shape” and watch the object “oShape” to see this property. The document contains a custom shape sector object. Select it, activate the flipping tool from the toolbar, move the mirror axis to the y-axis and flip the shape. You can watch, that the shape is able to flip correctly. Reload the document and select the shape again. Click on the icon “Change Shape via Matrix”. Notice, that the shape is not flipped, but moved. You can use a classical sector, to proof, that the macro indeed applies flipping at the y-axis. --------------------------------------------------------------------- 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]
