| Summary: | KWord ignores lists indent after importing an Open Document file | ||
|---|---|---|---|
| Product: | [Unmaintained] kword | Reporter: | Cedric Motsch <cmotsch> |
| Component: | general | Assignee: | Thomas Zander <zander> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.5 or before | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Test file | ||
|
Description
Cedric Motsch
2005-07-17 20:58:28 UTC
Hello, thanks for your report. Can you attach a test document? Thanks. Created attachment 11831 [details]
Test file
Hello,
Here is the file I created.
Ah, space-before, not style-before ;-) Now I see. I'll have a look at fixing that. SVN commit 435818 by dfaure: OASIS OpenDocument support: Fixed loading of font sizes specified as a percentage Implemented loading of list indentation (space-before) (#109223) Improved OOo compatibility when saving page breaks BUG: 109223 M +2 -0 kword/CHANGES M +2 -3 kword/kwdoc.cc M +2 -0 lib/kofficecore/koGenStyles.h M +2 -2 lib/kofficecore/koStyleStack.cc M +1 -1 lib/kotext/koliststylestack.cc M +1 -1 lib/kotext/koliststylestack.h M +3 -2 lib/kotext/kooasiscontext.cc M +5 -1 lib/kotext/kooasiscontext.h M +3 -3 lib/kotext/koparaglayout.cc M +2 -1 lib/kotext/koparaglayout.h M +1 -1 lib/kotext/kostyle.cc M +8 -1 lib/kotext/kotextparag.cc PS: note that OOo currently does not load <text:numbered-paragraph>, so most of the document disappears when saving in KWord and loading that in OpenOffice.org. This is an OOo bug, I'm talking to the OOo developers about it. |