[Libreoffice-bugs] [Bug 117217] Background colors for table cell are not retained after 24 column in word doc table

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 18 10:33:52 UTC 2018


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jluth at mail.com

--- Comment #3 from Justin L <jluth at mail.com> ---
Created attachment 144264
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144264&action=edit
max21columns.odt: 30 column table with RES_BACKGROUND cells

The maximum # of columns that LO exports to DOC is 21 because of wrtww8.cxx
sal_uInt8 nBoxes0 = rTabBoxes.size();
    if (nBoxes0 > 21)
        nBoxes0 = 21;

That has been true since the initial import from OOo.

-- 
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/20180818/bc8e4b33/attachment-0001.html>


More information about the Libreoffice-bugs mailing list