[Libreoffice-bugs] [Bug 144537] Small Calc ODS with simple chart: crash on row delete if jumbo option on
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 17 12:02:29 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=144537
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |noelgrandin at gmail.com
--- Comment #8 from Julien Nabet <serval2412 at yahoo.fr> ---
Noel: thought you might be interested in this one.
Here's something weird:
julien at debianamd:~/lo/libreoffice$ git grep -n MAXROWCOUNT1
sc/source/core/data/column2.cxx:1663: if (maCells.size() != MAXROWCOUNT1)
sc/source/core/data/column2.cxx:1670: if (maCellTextAttrs.size() !=
MAXROWCOUNT1)
sc/source/core/data/column2.cxx:1677: if (maBroadcasters.size() !=
MAXROWCOUNT1)
sc/source/filter/lotus/lotattr.cxx:184: // Actually with the current
implementation of MAXROWCOUNT1>=64k and nRow
sc/source/ui/view/viewdata.cxx:1335: const sal_Int32 kMax = 23 * 1024 *
1024; // current MAXROWCOUNT1 is 1024*1024=1048576
so MAXROWCOUNT1 isn't defined at all?
--
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/20210917/b27035c1/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list