[Libreoffice-bugs] [Bug 138907] End of Document page field is not updated initially when specific document is opened

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Dec 25 18:43:06 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=138907

--- Comment #14 from Justin L <jluth at mail.com> ---
Created attachment 168489
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168489&action=edit
titlePage.odt: run format-titlePage twice and first-page's page number changes

Format->Title Page is basically just broken. (sw/source/ui/misc/titlepage.cxx)

1.) GotoPage fails if a blank page exists. [first and follow are both even or
both odd]. The result is changes get applied to "random" pages.
2.) GotoPage( bRecord=false ) BY DEFINITION returns false, yet when adding more
than one index page, it hopes it will return true before setting the page
style.
3.) The wrong pages get changed to Index style. [Apparently layout hasn't
recognized the newly added pages yet because I can't access any page higher
than 3.]

Well obviously GotoPage is completely worthless if it doesn't even recognize
the newly added pages. So if ANYTHING at all works in this wizard, it is just a
coincidence... sigh.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201225/7819c12b/attachment.htm>


More information about the Libreoffice-bugs mailing list