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

Aron Budea <ba...@caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ba...@caesar.elte.hu,
                   |                            |noelgran...@gmail.com

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

Reply via email to