Created attachment 199326 [details] novell508621-2.ppt: the example file which should have large text across the entire page This started with 25.2 commit 1d9ce0a67a71e51569cd33c26270eeece587a354 Author: Balazs Varga on Sun Oct 13 20:58:17 2024 +0200 tdf#162571 - sd: Text box expands or shrinks on left or right or both sides, depending on the text alignment. Set the text anchor position based on the first paragraph alignment. and was not fixed by bug 165261's commit 837e2cd1c0d79299f470f747b3216c662584b1d2 tdf#165261 - PPTX import: fix text in shape is left-aligned HOWEVER, a visually identical example was fixed by that commit: Contoso-Presentation-stripped2.pptx (attachment 114223 [details] from bug 67347) Also seen with columns.pptx (attachment 143207 [details] from bug 118458). Found by Collabora's mso-test
Created attachment 199327 [details] novell508621-2.ppt_import-compare-1.png: overlay RED=25.2 master, BLUE=25.2 oldest, grayscale=MSO
confirmed that the issue is still seen on master. This is likely another example of the issue seen in bug 165329 - relating to "Shrink text on overflow". (Is that setting unique to LO?)
(In reply to Justin L from comment #2) > This is likely another example of the issue seen in bug 165329 - relating to > "Shrink text on overflow". Not true for the other example though - the underlying issue for columns.pptx is something completely different.
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5c838df65338dbb38fea1e3b68e55c92200c7468 tdf#165339 - Data Provider - tweak wording and more It will be available in 25.8.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.
Hi Justin For me bibisect on linux-252 brings this source: https://git.libreoffice.org/core/+/054c2946a130a1acea91140f4e7c3e4a0f93a170%5E%21 commit 054c2946a130a1acea91140f4e7c3e4a0f93a170 [log] author Oliver Specht <oliver.specht@cib.de> Wed Dec 11 14:24:17 2024 +0100 committer Adolfo Jayme Barrientos <fitojb@ubuntu.com> Wed Dec 18 22:55:40 2024 +0100 tree 2bfe01c749697133757fc7aafe9a52f5d2434aa5 parent d09d595347695315a3f909cdde74d7f64949f3ed [diff] tdf#163634 Format empty paragraph if they have a bullet/numbering Can you check if this is correct?
(In reply to Gabor Kelemen (allotropia) from comment #5) > Can you check if this is correct? Hmm - thanks. I was trying to be so careful and yet I still mess up so much. Yes - for "novell508621-2.ppt" it looks like that one is a duplicate of bug 165329. However for the other example, columns.pptx (attachment 143207 [details] from bug 118458), the identified commit is the right one. Let's focus this bug report on that document.
*** This bug has been marked as a duplicate of bug 165341 ***
Yes, columns.pptx (from comment 6) is fixed in master. Thanks Balázs.