<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - table style properties are being ignored"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117297">117297</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>table style properties are being ignored
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jluth@mail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=141721" name="attach_141721" title="TableGrid table style.docx: example document created in Word 2013">attachment 141721</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=141721&action=edit" title="TableGrid table style.docx: example document created in Word 2013">[details]</a></span>
TableGrid table style.docx: example document created in Word 2013

There are several examples of the same problem being exhibited in this
document. The problem area is the second table-column.
-The green text paragraph should be size 9, but is actually size 11.
-The TableGrid paragraph also is size 11, is black instead of blue, and the
spacing is 108% instead of double.

The main problem is in
sw/source/core/unocore/unotext.cxx:lcl_ApplyCellProperties
   if (state == beans::PropertyState_DEFAULT_VALUE)
   then apply table-style/cell properties

In these cases, state = AMBIGUOUS_VALUE, so the TableGrid properties are not
applied, and the system defaults (size 11, 108% spacing, black color) are used
instead.

Table styles are a relatively new feature, no regression here. Things starting
looking decent in 4.1 and 4.2. <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - DOCX : Preservation : Paragraph line spacing inside table is not getting preserved"
   href="show_bug.cgi?id=80800">Bug 80800</a> (4.4) dealt with a similar problem -
focusing only on LINE_SPACING.</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>