summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorTzvetelina Tzeneva <tzvetelina@gmail.com>2011-12-22 17:27:32 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2011-12-22 17:53:53 +0100
commit062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c (patch)
tree0f065352d000a11131203cf6832354bde597ff50 /sw/source/ui/inc/optpage.hxx
parent'--' is not allowed inside comments (diff)
downloadcore-062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c.tar.gz
core-062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c.zip
sw: Improved document comparison based on RSIDs.
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx27
1 files changed, 27 insertions, 0 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 382441962599..fd66d0331f1b 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -45,6 +45,7 @@ class SvStringsDtor;
class SfxPrinter;
class SwWrtShell;
class FontList;
+class SwCompareConfig;
class SwContentOptPage : public SfxTabPage
{
@@ -396,5 +397,31 @@ private:
};
#endif // DBG_UTIL
+class SwCompareOptionsTabPage : public SfxTabPage
+{
+ FixedLine aComparisonFL;
+ RadioButton aAutoRB;
+ RadioButton aWordRB;
+ RadioButton aCharRB;
+
+ FixedLine aSettingsFL;
+ CheckBox aRsidCB;
+ CheckBox aIgnoreCB;
+ NumericField aLenNF;
+
+ SwCompareOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
+ ~SwCompareOptionsTabPage();
+
+ DECL_LINK( ComparisonHdl, RadioButton *pRB);
+ DECL_LINK( IgnoreHdl, CheckBox *pCB);
+
+public:
+
+ static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
+
+ virtual sal_Bool FillItemSet( SfxItemSet& rSet );
+ virtual void Reset( const SfxItemSet& rSet );
+};
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */