Bug 131801 - add support for paragraph mark formatting with character style for DOCX
Summary: add support for paragraph mark formatting with character style for DOCX
Status: VERIFIED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium enhancement
Assignee: Vasily Melenchuk (CIB)
URL:
Whiteboard: target:7.1.0 target:6.4.7 target:7.0.2
Keywords: filter:docx
Depends on:
Blocks:
 
Reported: 2020-04-01 14:43 UTC by Michael Stahl (allotropia)
Modified: 2023-03-24 17:22 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
test case with styles (12.29 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2020-08-18 15:56 UTC, Michael Stahl (allotropia)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Stahl (allotropia) 2020-04-01 14:43:50 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.

currently only hard formatting is supported; DOCX allows setting character-style as well.

see TODO comment in DomainMapper_Impl::finishParagraph(); comment indicates there's already a test document for it.
Comment 1 Michael Stahl (allotropia) 2020-08-18 15:56:35 UTC
Created attachment 164413 [details]
test case with styles
Comment 2 Commit Notification 2020-08-28 15:31:48 UTC
Vasily Melenchuk committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c77b9c349f0a48392d8cb7a49532844b2cafb5ba

tdf#131801: sw: support of style references in ListAutoFormat

It will be available in 7.1.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 3 Commit Notification 2020-08-28 18:26:34 UTC
Vasily Melenchuk committed a patch related to this issue.
It has been pushed to "libreoffice-6-4":

https://git.libreoffice.org/core/commit/6c05cd186457c3356e9daf5fcddae77ae4260f8e

tdf#131801: sw: support of style references in ListAutoFormat

It will be available in 6.4.7.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 4 Commit Notification 2020-08-28 18:43:10 UTC
Vasily Melenchuk committed a patch related to this issue.
It has been pushed to "libreoffice-7-0":

https://git.libreoffice.org/core/commit/6aff5d2e913bebe858ced534ef059166683c7d6a

tdf#131801: sw: support of style references in ListAutoFormat

It will be available in 7.0.2.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 5 Michael Stahl (allotropia) 2020-08-28 18:46:04 UTC
fixed: DOCX import/export, copy/paste
Comment 6 Commit Notification 2021-03-30 09:12:03 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/b0017158094e16025ef71c728bebe1093525cb59

related tdf#131801: remove completed TODO comment

It will be available in 7.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.