To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=95646
------- Additional comments from [EMAIL PROTECTED] Fri Nov 7 12:30:31 +0000 2008 ------- AW: Now using two modifyer methods at SdrDragMethod, applyCurrentTransformationToSdrObject and applyCurrentTransformationToPolyPolygon. The default for applyCurrentTransformationToPolyPolygon will just use getCurrentTransformation() to modify the polygon. Thus, for linear transformations, overload getCurrentTransformation, and for non-linear like the crook/distort stuff, overload applyCurrentTransformationToPolyPolygon and implement (currently with re-using the old MovAllPts stuff). Also needed is a working overload of applyCurrentTransformationToSdrObject to get the full drag work with objects. Also changed SdrDragObjOwn to always destroy the SdrDragEntries which forces a recreate at every move. This is currently needed for this mode since at the SdrObjects there is no possibility yet to get a SdrDragEntry list or similar. Also changed the three SD derivations (e.g. PathDragMove) used for adding the motion path to interactions to take that path in the constructor and to create an according entry in the newly overloaded createSdrDragEntries(). This avoids the formally uased addPrivateSdrDragEntry compromise. Todo: - 3D may need to be changed to modifying a copy to fit into the new scheme - SdrDragObjOwn users may need more support - Change name, default and description of the slot testig 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]
