https://bugs.documentfoundation.org/show_bug.cgi?id=51340
Yousuf Philips (jay) <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
CC| |[email protected]
Blocks| |107830
Summary|FILEOPEN: Line spacing and |FILEOPEN: PPTX -
|spacing above/blow |Master-slide style-level
|paragraph not correctly |line spacing not applied to
|imported from PPTX 2010 |line that has a different
| |paragraph-level above
| |paragraph spacing
--- Comment #23 from Yousuf Philips (jay) <[email protected]> ---
(In reply to René Peinl from comment #21)
> Created attachment 128265 [details]
> Simple PPTX example, created from scratch in MSO 2016
So i investigated the file and things arent aligned correctly for 2 reasons.
1) Line spacing on 'Second Line' is incorrectly being imported as single rather
than 1.5 lines, likely because of the above paragraph spacing on that line is
set to 18pt with direct formatting. This is the relevant xml code
<a:p>
<a:pPr>
<a:spcBef>
<a:spcPts val="1800" />
</a:spcBef>
</a:pPr>
<a:r>
<a:rPr lang="de-DE" dirty="0">
<a:latin typeface="Arial" ... />
<a:cs typeface="Arial" ... />
</a:rPr>
<a:t>Second Line</a:t>
</a:r>
</a:p>
2) The above paragraph spacing isnt moving the first line down, which is a
global problem, so i've opened a separate bug for that (bug 107840).
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=107830
[Bug 107830] [META] DOCX Paragraph related issues
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs