[Libreoffice-bugs] [Bug 51340] FILEOPEN: PPTX - Master-slide style-level line spacing not applied to line that has a different paragraph-level above paragraph spacing

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun May 14 06:57:32 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=51340

Yousuf Philips (jay) <philipz85 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|regression                  |
                 CC|                            |philipz85 at hotmail.com
             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) <philipz85 at hotmail.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170514/3f94167b/attachment.html>


More information about the Libreoffice-bugs mailing list