Revision e478769...

Go back to digest for 27th November 2011

Features in Office

Matus Uzak committed changes in [calligra] /:

docx: Automatic numbering support.

* Using the combination of text:continue-numbering and text:start-value, which is fine for
simple docx files. To support interferrence of numbered list at the same level with
separate numbering the text:continue-list support is required.

* Stopped using the KoGenStyles::AllowDuplicates parameter when inserting a list style into
the styles collection.

* Added support for the w:lvlOverride element.

TODO: Numbered lists inside tables. In MSWord, the automatic numbering is applied in a
table column. Each column has a separate numbered lists. The filter is OK, waiting the
layout part to test.

File Changes

Modified 6 files
  •   filters/libmsooxml/MsooXmlUtils.cpp
  •   filters/libmsooxml/MsooXmlUtils.h
  •   filters/words/docx/DocxImport.cpp
  •   filters/words/docx/DocxXmlDocumentReader.cpp
  •   filters/words/docx/DocxXmlDocumentReader.h
  •   filters/words/docx/DocxXmlNumberingReader.cpp
6 files changed in total