[Libreoffice-bugs] [Bug 142914] FILE SAVE(xlsx): The Shape line display is incorrect.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jun 17 23:25:49 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=142914

Regina Henschel <rb.henschel at t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=14
                   |                            |2881
                 CC|                            |rb.henschel at t-online.de

--- Comment #3 from Regina Henschel <rb.henschel at t-online.de> ---
I can reproduce the problem.

The error is in XclObjAny::WriteFromTo()
The left, green line has a rotation angle of -9000 and therefore skips the part
"swap(width,height)". The right, red line has a rotation angle of 9000 and
therefore performs the swap.

The error is not only with exactly horizontal or vertical lines. It is
necessary to check whether lines must generally be excluded from the "swap"
part.

This should be fixed together with bug 142881, because the same code part is
affected.

-- 
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/20210617/6bafddc6/attachment.htm>


More information about the Libreoffice-bugs mailing list