https://bugs.documentfoundation.org/show_bug.cgi?id=82175
Yousuf Philips (jay) <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected],
| |[email protected]
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) <[email protected]> ---
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs