[Libreoffice-bugs] [Bug 127337] FILEOPEN DOCX table column width changed in LO 6.2
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 16 18:49:00 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127337
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|FILEOPEN DOCX table |FILEOPEN DOCX table
|column width changed in LO |column width changed in LO
|6.4 |6.2
--- Comment #4 from Justin L <jluth at mail.com> ---
This bug report totally depends on the substituted font for "Book Antiqua". In
Ubuntu 18.04, bibisect always loads on two lines - in 6.1 and 6.2. I don't see
any difference in border spacing/width properties before/after either.
The difference is that before the code was never evaluated since
lcl_extractTableBorderProperty returns false, and thus LineWidth==0. Somehow
(assuming a merge of the previous cell's RightBorder.LineWidth), this cell's
aLeftBorder.LineWidth==18, even though LineStyle==NONE. However, I don't see
how that affects anything except in theory the placement of the frame.
I also see a minor difference in round-tripping. 6.1 improperly exported the
table style as <w:left w:w="65" w:type="dxa"/>, while 6.2 exports the same as
the original <w:left w:w="70" w:type="dxa"/>.
I'm not sure how to proceed on this bug report since I can't reproduce it, see
any property differences, or reproduce the export with w:w=65.
--
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/20190916/8c5ef494/attachment.html>
More information about the Libreoffice-bugs
mailing list