To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100119
User er changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Apr 29 22:12:32 +0000
2009 -------
In cws odff06:
revision 271395
formula/source/core/api/token.cxx
sc/source/core/inc/interpre.hxx
sc/source/core/tool/interpr3.cxx
sc/source/filter/excel/xeformula.cxx
sc/source/ui/src/scfuncs.src
Nice testcase :-) It has some localization problem though, as the textual
formula strings use a comma as decimal separator. If loaded in a locale with a
different separator the checks don't match. Either one has to switch to a locale
that uses a comma, e.g. de-DE German_Germany, before loading or after load and
then change any cell so the =FORMULA(...) calls get updated; or the other
possibility is to use the file I'll attach where I replaced the separators in
content.xml.
In any case, the textual function names expect an English UI; for a different UI
one might try to set the environment variable OOO_CALC_USE_ENGLISH_FORMULAS=Yes
prior to running the office to force that and then load the modified testcase
document.
---------------------------------------------------------------------
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]