summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2009-10-20 19:25:59 +0200
committerMichael Stahl <mst@openoffice.org>2009-10-20 19:25:59 +0200
commitd8f58461b789a6a4aa1b8dac97261d03e9b9b0d4 (patch)
treef27c55c3391eae77756223b108b937ee0757d3d6 /sw/inc/docufld.hxx
parent5a6147930a6c122d5d5255a8227297286625a68b (diff)
#i93174#: fix progress bar reference for ODF export
SwDocStat: add a counter for all paragraphs SwDocStat: remove unused SwInternStat member SwPostItField: add GetNumberOfParagraphs() SwDoc::UpdateDocStat(): count paragraphs in SwPostItFields (notes) SwTxtNode::CountWords(): count all paragraphs SwXMLExport::exportDoc(): count paragraphs only once, not twice
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index 88c4e650cfd0..f3e41abf199f 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -548,6 +548,8 @@ public:
const OutlinerParaObject* GetTextObject() const;
void SetTextObject( OutlinerParaObject* pText );
+ sal_uInt32 GetNumberOfParagraphs() const;
+
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, USHORT nWhich ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, USHORT nWhich );
virtual String GetDescription() const;