https://issues.apache.org/ooo/show_bug.cgi?id=121664
--- Comment #6 from Andrea Pescetti <[email protected]> --- We still accept the (officially unsupported!) OOO_CALC_USE_ENGLISH_FORMULAS environment variable. See http://wiki.openoffice.org/wiki/Environment_Variables#Environment_variables_for_users Setting OOO_CALC_USE_ENGLISH_FORMULAS in the environment that calls OpenOffice will force the use of English names. Note that this won't be good at all: for example, running $ OOO_CALC_USE_ENGLISH_FORMULAS=1 soffice (where "soffice" is OpenOffice 3.4.1 Italian) leads to: - f(x) icon still providing a list of Italian names, which are then not accepted - the sum icon providing =SOMMA() (Italian) instead of =SUM() (the English version that would work) but still this might be a workaround. Otherwise, install the en-us language pack over the pt-br version and switch to the English interface when needed. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
