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

--- Comment #14 from Justin L <jl...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to