<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Bad table in docx generated from bank (excessive use of tables)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=68326#c22">Comment # 22</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Bad table in docx generated from bank (excessive use of tables)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=68326">bug 68326</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>