Revision 688982
Go back to digest for 22nd July 2007Features in Office
Thomas Zander committed changes in /trunk/koffice:
Introduce new class; KoInlineNote. This class is used to store data for foot-, and end notes inside the normal text flow.
The text plugin will use this to layout a footnote at the bottom of the shape it appeared in.
Its currently pretty primitive; but I'm pretty happy about the design as this fills a long standing feature request of allowing footnotes to be printed at the bottom of each column, instead of ignoring the columns.
As a side effect; this allows all applications to use footnotes, not just KWord.
File Changes
Added 2 files
- /trunk/koffice/libs/kotext
- /KoInlineNote.cpp
- /KoInlineNote.h
Modified 7 files
- /trunk/koffice
- /libs/kotext/CMakeLists.txt
- /shapes/text/Layout.cpp
- /shapes/text/Layout.h
- /shapes/text/TextShape.cpp
- /shapes/text/TextShape.h
- /shapes/text/TextTool.cpp
- /shapes/text/tests/CMakeLists.txt
9 files changed in total