| Summary: | number lost (after assigning numbering to style) when exporting to DOCX | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Justin L <jluth> |
| Component: | Writer | Assignee: | Justin L <jluth> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | jluth, raal, sdc.blanco, telesto, vasily.melenchuk |
| Priority: | high | Keywords: | bibisected, bisected, regression |
| Version: | 7.2.4.1 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=144668 https://bugs.documentfoundation.org/show_bug.cgi?id=148690 |
||
| Whiteboard: | target:7.5.0 target:7.4.1 target:7.3.6 target:7.6.0 target:7.5.1 target:24.8.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 108770 | ||
|
Description
Justin L
2022-07-29 17:19:27 UTC
Confirm with Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: c4f7043c593823b8c5605e779371ff430659eb20 CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded if we KNOW that this will just be a simple entry, we could just add something like
else
sNumStr = rFormat.GetPrefix() + (SVX_NUM_NUMBER_NONE != rFormat.GetNumberingType() ? rtl::OUStringChar(static_cast<char>(nLvl)) : "") + rFormat.GetSuffix();
Otherwise, I assume we just bring back the old behaviour.
I have read what was written -- I have to keep an old version running as this is a critical issue to my business. Any fix is appreciated. Proposed fix at http://https://gerrit.libreoffice.org/c/core/+/137632 Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c315a8cc84551a7fa7c80fc4b5c046c62a246fe6 related tdf#150197 sw: NONE numbering still returns prefix/suffix It will be available in 7.5.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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/56d5a31d6ec2b45e43659be4b5fd4964de29e61f tdf#150197 sw: convert pre-defined num styles to ListFormat It will be available in 7.5.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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f306d601a1eab561815a0a1e6dc2cd3d857d4f05 related tdf#150197: SwWrtShell::NumOrBulletOn should SetListFormat It will be available in 7.5.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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/654454a32bd6dc40d131861fab5dbe0a9111a7c3 related tdf#150197 editeng: clear oListFormat on SetListFormat() It will be available in 7.5.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. backport in progress for 7.4 and 7.3. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5c68399e6bea3aa18477487400f8bb143d6ed84e related tdf#150197: sd should SetListFormat It will be available in 7.5.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. *** Bug 148690 has been marked as a duplicate of this bug. *** Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/68e173760d6cc5dd80384b231428d8d9a658d4b9 tdf#150197 sw: convert pre-defined num styles to ListFormat It will be available in 7.4.1. 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. Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/4663cde12ae413ca06c5799095a213950b83c2d6 tdf#150197 sw: convert pre-defined num styles to ListFormat It will be available in 7.3.6. 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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/727c5ed30f68abc28bb04531b25a1df30810760f related tdf#150197: use SetListFormat instead of SetPrefix/Suffix It will be available in 7.5.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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/835cda561217bd8c53af2de927158dd5712b06c0 related tdf#150197: use SetListFormat or SetPrefix/Suffix It will be available in 7.5.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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1ad2d1336a3f82e13e2bdfe979154c3a8c936ed6 related tdf#150197 doc import: ANLV - always SetListFormat It will be available in 7.5.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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/285f5306d75892963707b64a3782850c80d4a315 related tdf#150197 doc import: ANLV2 - always SetListFormat It will be available in 7.5.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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6bc6da1d03327450571b6811e192787ad90ecea2 tdf#153423 tdf#150197: use getToken in proper order It will be available in 7.6.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. Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/cf1eeee2c44302d522fcf3fdd2180dfbb63e7591 tdf#153423 tdf#150197: use getToken in proper order It will be available in 7.5.1. 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. Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f056f4d45080febc6c912bd623b5df8fa06f87a1 related tdf#150197: ensure HasListFormat It will be available in 24.8.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. |