Created attachment 147351 [details] bugdoc.odt 1) Run "libreoffice --convert-to pdf bugdoc.odt" Expected: The pdf should have a "0" in the yellow table cell Actual: The pdf has "Expression faulty" in the yellow table cell. Note that the result is fine when you use PDF export via UI. This only happens when converting via command line (seen on both Linux and Windows).
reproducible with lo 6.1.4.1
What I found out / note to self: Error condition gets set at https://opengrok.libreoffice.org/xref/core/sw/source/core/bastyp/calc.cxx#1141 Then the DBL_MAX value is assigned here: https://opengrok.libreoffice.org/xref/core/sw/source/core/table/swtable.cxx#2314 and the "expression faulty" string get set here: https://opengrok.libreoffice.org/xref/core/sw/source/core/table/swtable.cxx#2323
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/d0e30c11740ba22af5f6a8156dd00dad8c378b2a%5E%21 tdf#121962 Don't treat closing bracket as invalid syntax It will be available in 6.3.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.
looks similar to bug 63570 ...
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/47180e4b83b5371d4006789261937de05e47a076%5E%21 tdf#121962 Don't treat closing bracket as invalid syntax It will be available in 6.2.0.1. 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.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/2bc1d00af6863d5c92389f1f4a99d2ab9bb73f81%5E%21 tdf#121962 Update fields after layout has been calculated It will be available in 6.3.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.
*** Bug 63570 has been marked as a duplicate of this bug. ***
*** Bug 90912 has been marked as a duplicate of this bug. ***
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "libreoffice-6-1": https://git.libreoffice.org/core/+/d9f02548f29678b8b7fc3a6c714ab144bd728005%5E%21 tdf#121962 Update fields after layout has been calculated It will be available in 6.1.5. 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.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/cc49b1ef721db5943d3d59c7a8018752a2e4abf9%5E%21 tdf#121962 Update fields after layout has been calculated It will be available in 6.2.0.1. 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.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "libreoffice-6-1": https://git.libreoffice.org/core/+/2ab2280f21fa491154e17c303dc70fcf059123b3%5E%21 Revert "tdf#121962 Update fields after layout has been calculated" It will be available in 6.1.6. 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.