summaryrefslogtreecommitdiffstats
path: root/sw/inc/swmodule.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/inc/swmodule.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/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 763923725958..aca0d48925db 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -40,6 +40,7 @@
#include <fldupde.hxx>
#include <com/sun/star/linguistic2/XLinguServiceEventListener.hpp>
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
+#include <editeng/svxenum.hxx>
class SvStringsDtor;
class Color;
@@ -210,6 +211,15 @@ public:
sal_uInt16 GetRedlineMarkPos();
const Color& GetRedlineMarkColor();
+ SvxCompareMode GetCompareMode() const;
+ void SetCompareMode( SvxCompareMode eMode );
+ sal_Bool IsUseRsid() const;
+ void SetUseRsid( sal_Bool b );
+ sal_Bool IsIgnorePieces() const;
+ void SetIgnorePieces( sal_Bool b );
+ sal_uInt16 GetPieceLen() const;
+ void SetPieceLen( sal_uInt16 nLen );
+
// Return defined DocStat - WordDelimiter.
const String& GetDocStatWordDelim() const;