To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91436





------- Additional comments from [EMAIL PROTECTED] Tue Jul  8 11:44:17 +0000 
2008 -------
Though the patch may work in this special case I don't think it is the correct
approach. It introduces interpreting the formula to be entered, which may
actually result in heavy recalculation of the document, depending on the
formula. It would also prevent formulas to be entered starting with +/- that
result in any error on interpreter level, e.g. -1/A2 would not work anymore if
A2 was empty or contained 0.

I suggest to introduce a compiler option, for example
SetExtendedErrorDetection(bool) [you may come up with a better name], set it if
+/- start the formula, and if set let the compiler generate an error if an
undefined name was encountered, like it was done previously.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to