Bug 131699 - add support for paragraph mark formatting for RTF
Summary: add support for paragraph mark formatting for RTF
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: filter:rtf
Depends on:
Blocks: RTF-Bullet-Number-Lists RTF-Paragraph
  Show dependency treegraph
 
Reported: 2020-03-30 09:49 UTC by Michael Stahl (allotropia)
Modified: 2022-09-05 16:00 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:
Regression By:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Stahl (allotropia) 2020-03-30 09:49:47 UTC
in commit 5ba30f588d6e41a13d68b1461345fca7a7ca61ac "tdf#64222 sw: better DOCX import/export of paragraph marker formatting" a new way to represent paragraph marker formatting was added in Writer, but it's only used by DOCX filters currently.

the import code is disabled for RTF import due to unit test failures, and doesn't exist yet for WW8 import.

for RTF see also 6ed12ab2d0742f86ce25defec3c776562dbfad9a "tdf#120546 fix DOCX overriding numrule format" with another check explicitly for DOCX, not RTF.

there are more follow-up tasks:
* font size on paragraph-mark must affect the line height
* paragraph mark formatting isn't actually displayed on the pilcrow yet, only on the list label
* currently only hard formatting is supported; allow setting character-style as well
* adapt WW8 import to create the paragraph item

see also https://bugs.documentfoundation.org/show_bug.cgi?id=120546#c9