[Libreoffice-bugs] [Bug 112517] FILESAVE: DOC: Table is cropped after RT
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 20 11:05:56 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=112517
Xisco FaulĂ <xiscofauli at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |bibisected, bisected,
| |filter:doc, regression
Status|UNCONFIRMED |NEW
CC| |jluth at mail.com
Ever confirmed|0 |1
--- Comment #2 from Xisco FaulĂ <xiscofauli at libreoffice.org> ---
Regression introduced by:
author Justin Luth <justin_luth at sil.org> 2017-08-25 21:53:58 (GMT)
committer Justin Luth <justin_luth at sil.org> 2017-08-26 01:14:54
(GMT)
commit fde332fc9d59102749dbeb20f4e78e2233152e1b (patch)
tree da97ad99edb4478a8697896db32ee0cc4db64ae2
parent c420f36d9a19bb0b9da5cefa0c1b54b60ccb41a8 (diff)
tdf#32991 DOCexport: MSO-compatible table justification
Although LO could round-trip the files, MSO didn't open
them properly, indicating both import and export differences.
There are two table justification codes: sprmTJc and sprmTJc90.
LO appears to treat sprmTJc90 as the WW8 version, but actually
both are valid. TJc is the LOGICAL justification - meaning that
it is affected by RTL/LTR settings. TJc90 is the PHYSICAL
justification, regardless of BiDi.
https://msdn.microsoft.com/en-us/library/dd951612(v=office.12).aspx
Based on testing results, it appears that MSO REQUIRES TJc codes.
If it isn't defined, MSO uses the default value of TJc:LEFT, and
ignores TJc90 code. It appears that MSO always writes out
both codes if they aren't the default values.
This patch only deals with the export difference.
Bisected with bibisect-linux64-6.0
Adding Cc: to Justin Luth
--
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/20170920/70c42082/attachment.html>
More information about the Libreoffice-bugs
mailing list