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@lists.freedesktop.org
          Reporter: jl...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to