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

Aron Budea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #4 from Aron Budea <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to