To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38892
User sj changed the following:
What |Old value |New value
================================================================================
Assigned to|sj |aw
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jan 20 07:51:34 -0800
2005 -------
Hello Armin,
indeed, we are having some problems with CustomShape GluePoints.
The problem is that we are having two different possibilities for CustomShapes
to store GluePoints, the first is the standard procedure and old mechanism. The
second is the "Path/GluePoints" property of the EnhancedCustomShapeGeometry
Item. which is needed to store predefined connection points.
Now at least gluepoints that are stored by the old mechanism should be editable,
because of "formula" usage this is not possible for GluePoints stored in the
"Path/GluePoints" property.
The difficulty now is that we are having two gluepoint lists, the first is the
GluePoint list of the CustomShape itself, which should be editable, and the
second one is the GluePoint list of the internal representation shape you get
via GetSdrObjectFromCustomShape.
Now comes the quick hack that allows you to connect to the predefined connector
points: the GetGluePointList and ForceGluePointList methods of the
SdrObjCustomShape is just copying the GluePoint list of the internal
representation shape into its own list (this is the reason that manually edited
gluepoints are deleted).
Perhaps you are having a good idea to combine the two different GluePoint types.
what is working:
- the GluePoint list + "Path/GluePoints" property is stored/loaded properly
- CustomShapes without "Path/GluePoints" property do not make any problems
It would be fine if you can fix this Issue for OOo 2.0
---------------------------------------------------------------------
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]