https://bugs.documentfoundation.org/show_bug.cgi?id=153574
--- Comment #6 from Eike Rathke <[email protected]> --- I don't know who came up why with that "domain" thing.. Err:526 was an error that apparently could had been loaded from the old binary file format, which we don't support anymore, for some references thing related. It's gone and help for this can be removed. Err:525 #NAME? "no valid domain name" should be "no valid function name" or "unknown function name"; "incorrect decimal divider" is nonsense, should be "incorrect decimal separator" instead (e.g. entering 123,45 if the decimal separator is . dot and the function parameter separator is not , comma could lead to #NAME?) Err:504 "domain reference instead of cell reference" makes no sense, I also don't know what could had been meant instead. We usually set that IllegalParameter error when an actual argument's type does not match the expected type, or for unexpected parameters, but also on some other occasions. It's a kind of all-round-error if not other errors classified. Err:513 btw the 64KB string length limit in the interpreter is now 256MB, and "Compiler: an identifier in the formula exceeds 64 KB in size" is wrong, the length limit for one identifier (function name, ...) is 1024 characters. Err:514 "Sort operation attempted on too much numeric data (max. 100000) or a calculation stack overflow" is wrong. It's only a compiler but more interpreter internal stack overflow error, not sort related. Err:538 (that currently has no description) is the sort maximum exceeded and the maximum is twice the maximum number of rows, so for 1048576 rows 2097152 entries. The same Err:538 is also used whenever a temporary matrix could not be allocated due to its size requirement (probably numbers not to be documented because easily misleading or subject to internal change: for 64-bit systems that's limited to 6GB which roughly fits 500 million numeric values (completely different number for strings); for 32-bit systems that's 1GB with ~85 million numeric values). Yes, Err:521 long error description was changed. -- You are receiving this mail because: You are the assignee for the bug.
