Issue 13778 - Connector shape is using wrong mapunit if storing XML Writer document
Summary: Connector shape is using wrong mapunit if storing XML Writer document
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: ui (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows 2000
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: jogi
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-24 14:27 UTC by sven.jacobi
Modified: 2004-12-06 14:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sven.jacobi 2003-04-24 14:27:29 UTC
If storing connector shapes as XML Writer document, all connector coordinates
are stored in TWIPs instead of 100TH_MM.

This is also the case if you are accessing the Connector properties in a Writer
document, the properties com::sun::star::drawing::EdgeStartPoint and
com::sun::star::drawing::EdgeEndPoint are using the wrong mapmode.

In svx/source/msfilter/escherex.cxx I already made a bugfix for I11701 which is
compensating this mapping problem, the bugfix needs to be removed if the
connector property mapping is repaired.
Comment 1 sven.jacobi 2003-04-24 14:29:15 UTC
changed target
Comment 2 clippka 2003-05-05 09:58:00 UTC
that could be a problem
Comment 3 clippka 2004-10-13 12:49:37 UTC
changed to priority 2 because its a file format issue
Comment 4 clippka 2004-10-29 12:59:12 UTC
fixed issue
Comment 5 clippka 2004-11-02 12:16:50 UTC
reopen to send back to qa
Comment 6 clippka 2004-11-02 12:17:33 UTC
send back to qa
Comment 7 clippka 2004-11-02 12:20:52 UTC
set back to fixed
Comment 8 jogi 2004-11-11 09:34:51 UTC
Test scenario:
- Create a draw
- putting two boxes into the document
- use a connector to connect the two boxes
- save and close the document
- Load it and have a look that the connectors are at the right place.
Comment 9 jogi 2004-11-11 09:37:49 UTC
verified and asked sj if the test scenario meets the needs.
Comment 10 sven.jacobi 2004-11-11 17:57:03 UTC
sj->jsi: As i already mentioned, it should be tested if exporting connectors to
ms is working. (especially to PowerPoint, because the filter is using our api only).

The second test I would do is to load connectors from old OOo1.0 documents to
test if they are mapped accordingly.
Comment 11 jogi 2004-12-06 14:49:59 UTC
OOo20 <-> OOo1.x = OK
OOo20 -> MS PPT = OK
MS PPT -> OOo20 = CONNECTORS broken (other issue; will be written by CGU)