[Libreoffice-bugs] [Bug 133853] Number of columns in large sheets 16385 (XFE) instead of XFD (16384)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 15 11:03:49 UTC 2020


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

Aron Budea <baron at caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |baron at caesar.elte.hu,
                   |                            |noelgrandin at gmail.com

--- Comment #4 from Aron Budea <baron at caesar.elte.hu> ---
Noel, is there a reason why the JUMBO constants aren't set to max - 1, like the
old ones?

Ie.
const SCROW       MAXROWCOUNT    = 1048576;
const SCCOL       MAXCOLCOUNT    = 1024;
...
const SCROW       MAXROW         = MAXROWCOUNT - 1;
const SCCOL       MAXCOL         = MAXCOLCOUNT - 1;
...
const SCROW       MAXROW_JUMBO   = 16 * 1000 * 1000;
const SCCOL       MAXCOL_JUMBO   = 16384;
https://opengrok.libreoffice.org/xref/core/sc/inc/address.hxx?r=32ff26f7&mo=2549&fi=70#73

-- 
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/20200815/cd270ea9/attachment.htm>


More information about the Libreoffice-bugs mailing list