Kaydet (Commit) e530c7c4 authored tarafından Marco Cecchetti's avatar Marco Cecchetti Kaydeden (comit) Jan Holesovsky

LOK - Calc: Increase the row limit to 10.000 rows.

Change-Id: I2702b1e654dff816c8d66e82464ea578473dba60
üst 8646ab97
...@@ -71,7 +71,7 @@ const SCCOL MAXCOL = MAXCOLCOUNT - 1; ...@@ -71,7 +71,7 @@ const SCCOL MAXCOL = MAXCOLCOUNT - 1;
const SCTAB MAXTAB = MAXTABCOUNT - 1; const SCTAB MAXTAB = MAXTABCOUNT - 1;
const SCCOLROW MAXCOLROW = MAXROW; const SCCOLROW MAXCOLROW = MAXROW;
// Maximun tiled rendering values // Maximun tiled rendering values
const SCROW MAXTILEDROW = 1000; const SCROW MAXTILEDROW = 10000;
// Limit the initial tab count to prevent users to set the count too high, // Limit the initial tab count to prevent users to set the count too high,
// which could cause the memory usage of blank documents to exceed the // which could cause the memory usage of blank documents to exceed the
// available system memory. // available system memory.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment