https://bugs.documentfoundation.org/show_bug.cgi?id=144537
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Julien Nabet <[email protected]> --- Noel: thought you might be interested in this one. Here's something weird: julien@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.
