[Libreoffice-bugs] [Bug 137608] Maximum page number of 9999 when inserting a manual break with custom page number
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 20 08:34:23 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137608
Caolán McNamara <caolanm at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|libreoffice-bugs at lists.free |caolanm at redhat.com
|desktop.org |
Status|NEW |ASSIGNED
--- Comment #3 from Caolán McNamara <caolanm at redhat.com> ---
writer is using sal_uInt16 for the page number which suggests we could allow a
max value of 65535. If we wanted anything bigger then we need to make real
changes to writer to bump up the type. Leaving the type as sal_uInt16 but
allowing 65535 then makes it real easy to use the ui to force writer to loop
over to page 0 and I can already hear the moaning of "regressions" already. So
I propose instead of an arbitrary 10000-1 to have 65535 - arbitrary 10000 for a
max of 55535 instead
--
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/20201020/a58ef10d/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list