<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 - Allow to set page break's page number, without also setting page style."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114085">114085</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Allow to set page break's page number, without also setting page style.
          </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>enhancement
          </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>mikekaganski@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>mstahl@redhat.com, rb.henschel@t-online.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When one wants to define a new page number for a page starting with this
paragraph, one creates a page break and needs to define "With page style", and
only then can enter the new number.

This makes it difficult later to change page style of contiguous run of pages
that should share common page style, but have some page breaks with page
numbers. Each such break starts new pages run that must be processed
individually when assigning a new page style in this case.

After commit d36fa0589ab822dc617c65b4d0d3bf68c092ad37 and commit
c1e7fc6f497d7570cb0832c43647d295f8592567 (see <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - ODF import: page number is 0 (zero) instead of 1 (importing document written by legacy OOo versions < 3.3)"
   href="show_bug.cgi?id=77111">bug 77111</a>), the page number has
its own checkbox. I suppose that now it would be possible to remove this
entry's dependency on "With page style" setting.

The page number is defined in paragraph style like this:

<span class="quote">> <style:style style:name="P2" style:family="paragraph" style:parent-style-name="Standard" style:master-page-name="Standard">
>     <style:paragraph-properties style:page-number="6" fo:break-before="page"/>
> </style:style></span >

The style:page-number attribute of style:paragraph-properties seems to not
depend on style:master-page-name attribute of style:style. Still, removing the
style:master-page-name also disables loading the number form modified file.

So, the suggestion is to disentangle the page number feature from "With page
style" option; is that something permitted by standard?</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>