Revision 622394
Go back to digest for 14th January 2007Features in Office
Thomas Zander committed changes in /trunk/koffice:
This change basically allows applications to keep and modify a repository of variables that a text document can then show and update. (aka variables)
This includes things like "author" and "number of pages".
This follows proper MVC style, so a doc changes the setting and the effect is directly visible in the text.
I playfully added a 'number of framesets' counter which indeed works :)
File Changes
Modified 16 files
- /trunk/koffice
- /kword/part/KWDLoader.cpp
- /kword/part/KWDocument.cpp
- /kword/part/KWDocument.h
- /libs/kotext/KoInlineObjectBase.h
- /libs/kotext/KoInlineTextObjectManager.cpp
- /libs/kotext/KoInlineTextObjectManager.h
- /libs/kotext/KoTextDocumentLayout.cpp
- /libs/kotext/KoTextDocumentLayout.h
- /libs/kotext/KoVariable.cpp
- /libs/kotext/KoVariable.h
- /kword/part/dialog/KWFrameConnectSelector.cpp
- /kword/part/frame/KWFrameLayout.cpp
- /kword/part/frame/KWFrameLayout.h
- /kword/part/frame/KWTextDocumentLayout.cpp
- /kword/part/frame/KWTextFrameSet.cpp
- /kword/part/frame/KWTextFrameSet.h
16 files changed in total