summaryrefslogtreecommitdiff
path: root/writerfilter/source/doctok/WW8DocumentImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/doctok/WW8DocumentImpl.hxx')
-rw-r--r--writerfilter/source/doctok/WW8DocumentImpl.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/writerfilter/source/doctok/WW8DocumentImpl.hxx b/writerfilter/source/doctok/WW8DocumentImpl.hxx
index c6d63dc92..5038dfb61 100644
--- a/writerfilter/source/doctok/WW8DocumentImpl.hxx
+++ b/writerfilter/source/doctok/WW8DocumentImpl.hxx
@@ -284,6 +284,9 @@ class WW8DocumentImpl : public WW8Document
/// pointer to the compound object stream of the document
WW8Stream::Pointer_t mpCompObjStream;
+ /// pointer to the summayry information stream of the document
+ WW8Stream::Pointer_t mpSummaryInformationStream;
+
/// pointer to the piece table
WW8PieceTable::Pointer_t mpPieceTable;
@@ -554,6 +557,11 @@ public:
writerfilter::Reference<Table>::Pointer_t getStyleSheet() const;
/**
+ Return reference to associated data.
+ */
+ writerfilter::Reference<Table>::Pointer_t getAssocTable() const;
+
+ /**
Return count of headers/footers.
*/
sal_uInt32 getHeaderCount() const;
@@ -677,6 +685,13 @@ public:
getField(const CpAndFc & rCpAndFc) const;
/**
+ Return document properties.
+
+ */
+ writerfilter::Reference<Properties>::Pointer_t
+ getDocumentProperties() const;
+
+ /**
Return current field descriptor.
*/
WW8FLD::Pointer_t getCurrentFLD() const;