diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-27 21:22:58 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-27 21:22:58 +0000 |
commit | d2105fb3fb2082bb32875eaab6db6a2c04c7eae5 (patch) | |
tree | b7773e478bc4bc1279f32497371bce9ceccd5d72 /src/xmlcomposer.h | |
parent | 6dd9754bb73589abb7d55186f8ec15d67d91b70d (diff) |
- Preserve mode
- Document options
- Font fixes
Diffstat (limited to 'src/xmlcomposer.h')
-rw-r--r-- | src/xmlcomposer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h index 83ea4cd..41aad0e 100644 --- a/src/xmlcomposer.h +++ b/src/xmlcomposer.h @@ -117,6 +117,8 @@ public: int getAutoCount(int type); void incrementAutoCount(int type); + // Add a document option to the option block + void addDocumentOption(DOM::Element& option); // Get the current formatting options RtfFormatting& getTextFormatting(); @@ -139,7 +141,7 @@ protected: DOM::Document m_document; // The current document XmlComposerOptions m_options; // Configurable options for parsing int m_autocount[AUTOCOUNT_MAX]; // Auto counters for the document - + DOM::Element m_docOptions; // For storing document options // Sub classes protected: @@ -250,6 +252,7 @@ protected: ANALYSER(FontTable) INITIALIZE GROUPSTART + DONE END_ANALYSER // Handle a Font in the Table |