To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74628


User aw changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Apr 16 13:38:57 +0000 
2007 -------
AW->jes: thanks for the clarification. You guessed right, it's all the same
object type internally and should be the same problem...
AW: Identified. I have no idea why this ever worked, but You have accesses in
svdocirc.cxx like
     long nWink=*((long*)(rDrag.GetUser()));
instead of
     ImpCircUser* pUserData = (ImpCircUser*)rDrag.GetUser();
     long nWink=pUserData->nWink;
with ImpCircUser derived from SdrDragStatUserData. However, this caused the
interactively changeable angles from not being used during interactions and at
the end of the interaction.
AW: Changed that. Also took the chance to rework the XPolygon usages in the file
and cleanedup some more ambigious and superfluous (and dangerous) things there.
This always needs to be done very carefully to e.g. keep point order when
converting to polygon objects. That point oder needs to be kept compatble due to
line patterns and text along shapes.
AW: Okay, works so far. Checking in.
AW: Done.

---------------------------------------------------------------------
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]

Reply via email to