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

--- Comment #22 from Justin L <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to