Description: Opening the provided PPTX that shows just fine in Powerpoint or Office365 in LibreOffice 6.2.3.2, instead of showing the labels as 3% and the like we get [PERCENTAGE] Steps to Reproduce: 1. Open sample document in LibreOffice 2. Compare output/view with attached screenshot from Office365 Actual Results: Labels read "[PERCENTAGE]" (verbatim). Expected Results: Labels should read "3%" and the like. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 151593 [details] Sample slide (PPTX)
Created attachment 151594 [details] How it looks in Office365
Created attachment 151595 [details] How it looks in LibreOffice/Impress
Created attachment 151596 [details] How it loons in MSO 2010
Same problem in MSO 2010, yet another file not compatible among different versions of MSO...
Tamas Bunth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/fa0df1035bbede2ad93b08366abb1d7a508bd3d6 tdf#125444 Percentage as custom chart label It will be available in 6.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.
Tamas Bunth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0f2d4ce014afc5ba2b6d85db08fb3f6e544366e1 tdf#125444 Add pptx import test for percentage It will be available in 6.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.
Verified in Version: 6.5.0.0.alpha0+ Build ID: bf540873f5e258452fed5006f65a403c95e7872a CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Tamas Bunth, thanks for fixing this issue!! Should it be closed as RESOLVED FIXED ?
Tamas Bunth committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/8c1dc30cc9fc96ef3d3ab0c4445959473248ae4d tdf#125444 Percentage as custom chart label It will be available in 6.4.0.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.
Tamas Bunth committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/39716e0624bdfbab51d1ab342cfd102e5200cdb5 tdf#125444 Percentage as custom chart label It will be available in 6.3.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.
Tamas Bunth committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/363b7ab405f70fe0f61d57103d5ae28a0b24e0c5 tdf#125444 Add pptx import test for percentage It will be available in 6.4.0.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.
Tamas Bunth committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/f05e5581badb9a258f778333007173512076fe0b tdf#125444 Add pptx import test for percentage It will be available in 6.3.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.
(In reply to Xisco Faulí from comment #8) > Verified in > > Version: 6.5.0.0.alpha0+ > Build ID: bf540873f5e258452fed5006f65a403c95e7872a > CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; > Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US > Calc: threaded > > @Tamas Bunth, thanks for fixing this issue!! Should it be closed as RESOLVED > FIXED ? Closing per this, before we forget :).
Created attachment 159462 [details] '38' and '%' are on different lines. The image at: https://blog.documentfoundation.org/blog/2020/04/09/improvements-in-libreoffices-powerpoint-presentation-support-2/ Shows 38 % Would it be better to have a non-breaking space or remove the space between the ‘38’ and the ‘%’? What do you think? Thank you
(In reply to Óvári from comment #14) Or perhaps have a newline character (\n <br>) before the percentage 38? As the percentage could be replaced by an absolute value, i.e. Amount of money USD, HUF. The newline character before the labels would then work without the non-breaking space creativity. Thank you
(In reply to Óvári from comment #14) > 38 > % > > Would it be better to have a non-breaking space or remove the space between > the ‘38’ and the ‘%’? > > What do you think? Office365 does not appear to have a space between the number and the percentage, so seems preferable for LibreOffice to mimic that. But, *if* there's a space, it should be non-breaking for sure.
(In reply to Gerald Pfeifer from comment #16) > Office365 does not appear to have a space between the number and the > percentage, so seems preferable for LibreOffice to mimic that. > > But, *if* there's a space, it should be non-breaking for sure. I tested this again and Version: 7.1.0.0.alpha0+ Build ID: a8c218a52a639b0e7f689dea878a0421702628e0 CPU threads: 8; OS: Linux 5.8; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2020-09-25_22:25:07 does not show a space between the number and percentage sign any more. I can also confirm that the original issue has been fixed, so marking this reprot as VERIFIED.