Description: I had a small presentation 12 slides prepared in powerpoint when i tried to display using impress 2 slides were different one was simply a spacing difference but one changed the figures. This happened on 2 machines Steps to Reproduce: 1.I am happy to send you the pptx file to look at the problem it is 15 mb in size 2. 3. Actual Results: Slides 9 has different spacing and slide 11 has incorrect data Expected Results: If data displays correctly in PowerPoint it should display correctly in Impress Reproducible: Always User Profile Reset: No Additional Info: The one machine was a brand new install of LibreOffice both machines are on 25.8.04 I have just downloaded 25.8.1 and it the problem is the same. It looks like the spacing problem is caused by Impress handling right aligned tabs differently if there is a space after the text It looks like the data input on PowerPoint was confused but displayed correctly and Impress read the previous line and tried to put auto paragraph numbering on which changed the displayed data. PP displayed the correct data.
Created attachment 202828 [details] PPTX file slide 9 and 11 act different in Impress to PP Slide 9 and 11 behave differently in PP to Impress
Confirmed this vs onedrive. So the differences seem to be: a) Slide 9 - slight different horizontal minor offsets in numbers b) Slide 11 - Vertical spacing different on the list of names c) Slide 11 - ???!!! Wth the numbers in the stats are completely out! (I thought it was odd you had so many people die of bee stings....) For ref on onedrive this shows 3 biking related deaths and 1 bee string death.
(In reply to Dave Gilbert from comment #2) > (I thought it was odd you had so many people die of bee stings....) > For ref on onedrive this shows 3 biking related deaths and 1 bee string > death. This, slide 11 numbers, is a 'numbered list' problem. What we have here looks like an interleaving of a numbered list with some other lines, and some of the numbered list items are edited in the original, but we're not getting that; so: 10 Cancer, 11 Biking, 12 Bee Sting, 13 Heart attack are actually the numbered list where as the interleaved 2 Emphysema, 1 scuba diving, and 7 unsure are just normal paragraphs - And they are right Now, that numbered list is originally 10,3,1,1 so I think somehow the numbering is overridden in the original and we're losing that. If I right click on th e'biking related' and see the Bullents & Numbering properties it shows 'start at' 3 - but it's showing 11 so hmm.
Looking at the input xml we've got a good selection, at the start we have: <a:buAutoNum type="arabicPlain" startAt="10"/> </a:pPr> .... <a:t>Cancer </a:t> </a:r> .... <a:buAutoNum type="arabicPlain" startAt="3"/> </a:pPr> <a:t>Biking related</a:t> </a:r> the Emphysema one doesn't have any startAt but just has it embedded in the text: <a:t>2 Emphysema</a:t> Oddly Bee sting is autonumber but without a start value: <a:buAutoNum type="arabicPlain"/> <a:t>Bee Sting</a:t> and for added variety, the 'Unsure' entry has a separate piece of text for it's '7'
Created attachment 202851 [details] Reduced version of original, just p11, just the bad list I've cut the original down (using OneDrive's version of ppt) to just page 11, and just the list of incorrect numbers.