<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX Strict - Table cell spacing not retained from <w:tcMar>"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=78508">bug 78508</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jluth@mail.com, mikekaganski@hotmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Blocks</td>
           <td>
                
           </td>
           <td>104444
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>FILEOPEN: DOCX Strict table size and spacing not retained
           </td>
           <td>FILEOPEN: DOCX Strict - Table cell spacing not retained from <w:tcMar>
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX Strict - Table cell spacing not retained from <w:tcMar>"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=78508#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX Strict - Table cell spacing not retained from <w:tcMar>"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=78508">bug 78508</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre>(In reply to Xisco FaulĂ­ from <a href="show_bug.cgi?id=78508#c14">comment #14</a>)
<span class="quote">> Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=118547" name="attach_118547" title="Comparison between Word 2010 (above) and  Libreoffice 5.0.1.2 (below)">attachment 118547</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=118547&action=edit" title="Comparison between Word 2010 (above) and  Libreoffice 5.0.1.2 (below)">[details]</a></span>
> Comparison between Word 2010 (above) and  Libreoffice 5.0.1.2 (below)</span >

The Word 2010 preview isnt correct because you havent installed the ooxml
strict support for office 2010[1].

[1] <a href="https://www.microsoft.com/en-us/download/details.aspx?id=38828">https://www.microsoft.com/en-us/download/details.aspx?id=38828</a>

So i checked the table in Word and each cell has cell margins of 0.14cm, but LO
isnt picking up on this. The relevant XML code is below.

<w:tc>
 <w:tcPr>
   ...
   <w:tcMar>
     <w:top w:w="4pt" w:type="dxa" />
     <w:start w:w="4pt" w:type="dxa" />
     <w:bottom w:w="4pt" w:type="dxa" />
     <w:end w:w="4pt" w:type="dxa" />
   </w:tcMar>
   ...
 </w:tcPr>
</w:tc>

LO doesnt seem to have a problem importing the cell margins in the original
docx mentioned in <a href="show_bug.cgi?id=78508#c0">comment 0</a> when the values were like so.

<w:tcMar>
  <w:top w:w="80" w:type="dxa" />
  <w:left w:w="80" w:type="dxa" />
  <w:bottom w:w="80" w:type="dxa" />
  <w:right w:w="80" w:type="dxa" />
</w:tcMar>

Justin, Mike, Miklos: Any thoughts?</pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] DOCX (OOXML) table-related issues"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=104444">Bug 104444</a>] [META] DOCX (OOXML) table-related issues
              </li>
          </ul>
        </div>
        <br>

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

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