| Summary: | The setting for the use of the English function names under German working environment only works completely after restart. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Jürgen Kirsten <dscheikey> |
| Component: | Calc | Assignee: | Eike Rathke <erack> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dennisroczek, heiko.tietze, himajin100000 |
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=144536 https://bugs.documentfoundation.org/show_bug.cgi?id=80347 https://bugs.documentfoundation.org/show_bug.cgi?id=93371 https://bugs.documentfoundation.org/show_bug.cgi?id=151886 https://bugs.documentfoundation.org/show_bug.cgi?id=152948 |
||
| Whiteboard: | target:7.5.0 target:7.4.2 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Jürgen Kirsten
2020-08-21 16:01:11 UTC
Confirming the behavior for Version 6.4.6.2 (x64), Win10 (2004) and Version 6.4.4.2 (Ubuntu 20.04). In addition to the mentioned Steps to reproduce, after step 3, before step 4: Create a new calc-document. You have to use mixed-names even in the new document, for example =ISTSCHALTJAHR(TODAY()) Confirming with Version: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: 70860345da26c5c0303e01f9d6fb93276b38aea1 CPU threads: 8; OS: Linux 5.14; UI render: default; VCL: kf5 (cairo+xcb) Locale: de-DE (en_US.UTF-8); UI: de-DE Calc: threaded SQRT <-> WURZEL works nicely but UMRECHNEN <-> CONVERT does not As most problems around this topic (switching to English function names) there are all functions affected that are implemented as AddIn. Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/28c4c72a4e81821d9e567757725937f74a6d114f Related: tdf#135993 Destroy temporary OpCodeMap when reading config It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0a78f11fdd13d914d5f063007b2df9796e6dce9d Related: tdf#135993 Use ScCompiler to create English OpCodeMap with AddIns It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d778c6fd5c2ba8e27df46ec9e183a61ad29e30d5 Resolves: tdf#135993 Create ScFunctionList and ScFuncDesc with English names It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. I have tested in the following version. After switching to English function names, all names are translated ad hoc. Very good. Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: a56705efdbe9ceb0f5bb92d1d8bb2cefbc03f3ac CPU threads: 8; OS: Windows 10.0 Build 22000; UI render: Skia/Vulkan; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: threaded Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/33c8c9d0dc8e76bc7dacb92175047a89f7d39a3c Use CharClass::uppercase() for AddIns' English UI names, tdf#135993 follow-up It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Pending review https://gerrit.libreoffice.org/c/core/+/139229 for 7-4 Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/32019fae7730fc8d94f14d47ebaccbdc6775340a Resolves: tdf#135993 Create ScFunctionList and ScFuncDesc with English names It will be available in 7.4.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |