diff options
author | Oliver Specht <os@openoffice.org> | 2004-05-13 11:31:27 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2004-05-13 11:31:27 +0000 |
commit | fb3309a1f81b63d2e9cdae70fcdf7b7ea2d4cf11 (patch) | |
tree | a152228c343cf8b32999d01832e750989c7b5914 /sw/inc/swabstdlg.hxx | |
parent | c710d423582818891c0f7d2d21527836ab76422a (diff) |
#i10000# WordCountDialog added to dialogdiet
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index c5cbab22a5de..06d893670ab3 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swabstdlg.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-05-12 15:09:22 $ + * last change: $Author: os $ $Date: 2004-05-13 12:31:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,6 +132,7 @@ class SwTableFUNC; class SwChildWinWrapper; struct SfxChildWinInfo; class SwTOXMark; +struct SwDocStat; #include <cnttab.hxx> //add for struct CurTOXType @@ -252,6 +253,12 @@ public: virtual void SetSection(const SwSection& rSect) = 0; }; +class AbstractSwWordCountDialog : public VclAbstractDialog +{ +public: + void SetValues(const SwDocStat& rCurrent, const SwDocStat& rDoc); +}; + class AbstractSwInsertAbstractDlg : public VclAbstractDialog //CHINA001 add for SwInsertAbstractDlg { public: @@ -371,6 +378,7 @@ public: static SwAbstractDialogFactory* Create(); //CHINA001 virtual AbstractSwSaveLabelDlg* CreateSwSaveLabelDlg(SwLabFmtPage* pParent, SwLabRec& rRec, const ResId& rResId ) = 0; + virtual AbstractSwWordCountDialog* CreateSwWordCountDialog( Window* pWindow ) = 0; virtual AbstractSwInsertAbstractDlg * CreateSwInsertAbstractDlg ( Window* pParent, const ResId& rResId ) = 0; //CHINA001 add for SwInsertAbstractDlg virtual AbstractSfxSingleTabDialog* CreateSfxSingleTabDialog ( Window* pParent, SfxItemSet& rSet,const ResId& rResId ) = 0; //CHINA001 add for SwAddrDlg SwDropCapsDlg, SwBackgroundDlg,SwNumFmtDlg, virtual AbstractSwAsciiFilterDlg* CreateSwAsciiFilterDlg ( Window* pParent, SwDocShell& rDocSh, |