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

--- Comment #9 from Mike Kaganski <mikekagan...@hotmail.com> ---
A note for myself or for anyone who wants to jump in:

the code (both current, and before
https://git.libreoffice.org/core/+/0f9a596aa853b4f2beeff25c131246a7b31492a4)
assumes that \trleftN goes before all \cellxN. That is, of course, false. So
the processing of cellx, trleft, and row control words (in
writerfilter/source/rtftok/rtfdispatchvalue.cxx and
writerfilter/source/rtftok/rtfdispatchsymbol.cxx) needed to first collect all
cell border positions, and only then calculate cell widths (which is now done
right upon arrival of cellx, which leads to incorrect results after non-0
trleft arrives last).

-- 
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