[Libreoffice-bugs] [Bug 82175] FILEOPEN: DOCX - Line spacing in frame isn' t imported correctly
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 31 07:36:03 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=82175
Yousuf Philips (jay) <philipz85 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jluth at mail.com,
| |mikekaganski at hotmail.com
Blocks|104461 |107830, 108760
Summary|FILEOPEN: DOCX line spacing |FILEOPEN: DOCX - Line
|in frame is not correct |spacing in frame isn't
| |imported correctly
--- Comment #8 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
So Word has the 'Text Body' paragraph style as 3pt before, 3pt after, and
single line spacing, while LO has it as 3pt before, 3pt after, and atleast 12pt
line spacing.
This is the xml code for the style and its parent style and in neither is the
w:line attribute of <w:spacing> set.
<w:style w:type="paragraph" w:customStyle="1" w:styleId="TableText">
<w:name w:val="Table Text" />
<w:basedOn w:val="BodyText" />
...
<w:pPr>
...
<w:spacing w:before="60" w:after="60" />
...
</w:pPr>
...
</w:style>
<w:style w:type="paragraph" w:styleId="BodyText">
...
<w:pPr>
<w:spacing w:after="120" />
</w:pPr>
...
</w:style>
Justin, Mike: thoughts?
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=104461
[Bug 104461] [META] DOCX (OOXML) frame-related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=107830
[Bug 107830] [META] DOCX (OOXML) paragraph-related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=108760
[Bug 108760] [META] DOCX (OOXML) style bugs and enhancements
--
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/20171031/2cbee24e/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list