[Libreoffice-bugs] [Bug 112074] New: FILEOPEN: DOC: RTL indented table placed with a negative indent on left instead of on the right
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 28 21:10:32 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=112074
Bug ID: 112074
Summary: FILEOPEN: DOC: RTL indented table placed with a
negative indent on left instead of on the right
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: jluth at mail.com
Created attachment 135833
--> https://bugs.documentfoundation.org/attachment.cgi?id=135833&action=edit
RTL_table_indent.doc: table should be aligned 1cm from right, not -1cm from
left
Tables that are indented have "From Left" alignment. That gets a bit trickier
when importing .DOC Right-To-Left tables - where a physical "Right" alignment
needs to be converted into a "From Left" alignment. That ought to be starting
at position = pageTextWidth - tableWidth - Indent. Currently it is starting at
position = LeftMargin - Indent.
The code section involved originally came from these OOo issues:
https://bz.apache.org/ooo/attachment.cgi?id=58087&action=diff
for bug https://bz.apache.org/ooo/show_bug.cgi?id=28656
and https://bz.apache.org/ooo/attachment.cgi?id=63705&action=diff
for bug https://bz.apache.org/ooo/show_bug.cgi?id=103357
--
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/20170828/1dd7407c/attachment.html>
More information about the Libreoffice-bugs
mailing list