[Libreoffice-bugs] [Bug 142606] FILESAVE DOCX Writer freeform line placement incorrect
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 18 11:15:29 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=142606
Regina Henschel <rb.henschel at t-online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
CC| |rb.henschel at t-online.de
--- Comment #4 from Regina Henschel <rb.henschel at t-online.de> ---
The error is, that the position is rotated in lclMovePositionWithRotation() in
sw/source/filter/ww8/docxsdrexport.cxx. Some objects report a rotation angle,
but are not actually rotated, because rotation is incorporated in its members
or points. They need to be excluded from position rotation.
It would be fixed with https://gerrit.libreoffice.org/c/core/+/115668. I had
already identified OBJ_GRUP and OBJ_LINE. I have now added OBJ_PATHLINE and
OBJ_PATHFILL.
I'm still waiting for review of that patch :(
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210618/a37c5b35/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list