[Libreoffice-bugs] [Bug 68326] FILEOPEN: Bad table in docx generated from bank (excessive use of tables)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 20 15:52:44 UTC 2020


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

--- Comment #22 from Justin L <jluth at mail.com> ---
It seems like UNO sometimes fails to select the requested table cells,
therefore the merge fails, therefore default grid spacing exists. And things
stay pretty messy since most of the grid widths are "1" and not a realistic
number, or don't add up to the actual table width - and the extra width is
usually given to the last column, squishing everything earlier.

<text::XTextTableCursor>xCursor=xTable->createCursorByCellName(aFirst);
xCursor->gotoCellByName(aLast, true);  //returns false when select fails
xCursor->mergeRange(); //returns false when it fails, i.e. when no selection.

When it gets into this low level stuff, it is too hard and dangerous for me.
Bye.

-- 
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/20200720/e5434b32/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list