Revision 616914

Go back to digest for 31st December 2006

Features in Office

Thomas Zander committed changes in /trunk/koffice:

The results of my christmas weekend offline...
* Split the textlayout into a KWord and a KOffice-libs part so all KOffice apps can now enjoy all the ODF features (like borders/counters/etc) of the KoText shape.
* Add a InlineText concept with a plugin API so we can have differnt plugins that implement different ways to place things in the text. Like a shape or like a variable.

File Changes

Added 7 files
  • /trunk/koffice/libs/kotext
  •   /KoInlineObjectBase.h
  •   /KoInlineTextObjectManager.cpp
  •   /KoInlineTextObjectManager.h
  •   /KoTextDocumentLayout.cpp
  •   /KoTextDocumentLayout.h
  •   /tests/TestDocumentLayout.cpp
  •   /tests/TestDocumentLayout.h
Modified 9 files
  • /trunk/koffice
  •   /libs/kotext/CMakeLists.txt
  •   /libs/kotext/KoTextShape.cpp
  •   /libs/kotext/KoTextShapeData.cpp
  •   /libs/kotext/KoTextShapeFactory.cpp
  •   /kword/part/frame/KWTextDocumentLayout.cpp
  •   /kword/part/frame/KWTextDocumentLayout.h
  •   /libs/kotext/tests/CMakeLists.txt
  •   /kword/part/frame/tests/TestDocumentLayout.cpp
  •   /kword/part/frame/tests/TestDocumentLayout.h
16 files changed in total