https://bugs.documentfoundation.org/show_bug.cgi?id=120436
Andreas Heinisch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Andreas Heinisch <[email protected]> --- FormulaLocal parses every given text (formula) in the users native UI language in bool ScDocFunc::SetCellText and this process needs time, since it will be done every time. Could we extend ScInputStringType ScStringUtil::parseInputString to get the correct local format to avoid scanning it over and over again? Or we could avoid the parsing of the inputr string if it is a formula? -- You are receiving this mail because: You are the assignee for the bug.
