<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FILESAVE: Saving a file as .docx format adds spurious extra page breaks"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113849">bug 113849</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;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>libreoffice-bugs@lists.freedesktop.org
           </td>
           <td>jluth@mail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FILESAVE: Saving a file as .docx format adds spurious extra page breaks"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113849#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FILESAVE: Saving a file as .docx format adds spurious extra page breaks"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113849">bug 113849</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>(In reply to Justin L from <a href="show_bug.cgi?id=113849#c12">comment #12</a>)
<span class="quote">> 1.) For some reason, title-page (Title/Follow) isn't working. I assume that
> is because the inside/outside margins are too different</span >
Correct. This prevents IsPlausableSingleWordSection().

<span class="quote">> (I don't think that docx has the idea of a Title/Follow page styles</span >
Kinda correct - I guess a continuous section serves that role, but continuous
sections are an anathema to LO.

So, we have to try to emulate title/follow when exporting to DOCX format, and
frequently that can be done if the follow style doesn't already have a
different "first page". In that case, if IsPlausableSingleWordSection, then we
consolidate the two page styles into one, marking the initial headers/footers
as "different first page".

***Ideally, if you plan to export to MS formats, try to use "different first
page header/footers) instead of title/follow page styles.***

<span class="quote">> 2.) The footer is missing from even pages in docx (but not in .doc).
> Probably because header is different even/odd, but footer is not?</span >
Correct. proposed fix at <a href="https://gerrit.libreoffice.org/65699">https://gerrit.libreoffice.org/65699</a> and
gerrit.libreoffice.org/65700

One reason the page breaks were noticeable after the Chapter page was that the
text wasn't fitting all on one page. Undefined even headers/footers being
inherited from previous page styles took up some extra space. That was fixed in
LO 6.1 by Tamas' commit 6aa1df5a627697e6adaee70adcef2c5b50cfcbf7.</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>