Revision 8bdd52e...

Go back to digest for 4th August 2013

Features in Office

Jos van den Oever committed changes in [calligra/libs-writeodf-vandenoever-2] /:

Add api for writing ODF that is generated from the ODF RNG file.

Writing the XML commands with the KoXmlWriter API is time consuming and error prone. This patch uses RNG file that defines the structure of ODF XML to generate header files. These header files allow a cleaner way of serializing ODF documents in Calligra.

File Changes

Added 5 files
  •   devtools/rng2cpp/CMakeLists.txt
  •   devtools/rng2cpp/rng2cpp.cpp
  •   libs/odf/writeodf/CMakeLists.txt
  •   libs/odf/writeodf/helpers.h
  •   libs/odf/writeodf/odfwriter.h
Modified 10 files
  •   devtools/CMakeLists.txt
  •   filters/libmso/CMakeLists.txt
  •   filters/libmso/shapes.cpp
  •   filters/libmso/shapes2.cpp
  •   libs/kotext/KoInlineNote.cpp
  •   libs/odf/CMakeLists.txt
  •   filters/stage/powerpoint/PptToOdp.cpp
  •   filters/stage/powerpoint/PptToOdp.h
  •   filters/sheets/excel/import/CMakeLists.txt
  •   filters/sheets/excel/import/excelimporttoods.cc
15 files changed in total