summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:13:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:13:59 +0000
commit73380dd393e634d5695614e05cc806b0e2246f3d (patch)
treee356c6dc69aa02ae838c8aff7ae5e6a5897b1b17 /sw/inc
parent7cb87357d9c4ce1e892bc9ce28d703792cdf967e (diff)
INTEGRATION: CWS smarttags3 (1.47.70); FILE MERGED
2007/04/16 11:14:58 fme 1.47.70.2: #i75130# SmartTags - New API 2007/03/05 13:52:31 fme 1.47.70.1: #i75130# New API and implementation of smart tags
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/ndtxt.hxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 726db1482b82..176385f1a966 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndtxt.hxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 16:45:28 $
+ * last change: $Author: hr $ $Date: 2007-06-27 13:13:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,6 +50,11 @@
#ifndef _ERRHDL_HXX
#include <errhdl.hxx>
#endif
+#ifndef _MODELTOVIEWHELPER_HXX
+#include <modeltoviewhelper.hxx>
+#endif
+
+#include <vector>
namespace utl {
class TransliterationWrapper;
@@ -81,6 +86,7 @@ namespace com { namespace sun { namespace star { namespace uno {
template < class > class Sequence;
}}}}
+
// --------------------
// SwTxtNode
// --------------------
@@ -575,6 +581,13 @@ public:
xub_StrLen nIdx = 0, xub_StrLen nLen = STRING_LEN,
BOOL bWithNum = FALSE, BOOL bWithFtn = TRUE,
BOOL bReplaceTabsWithSpaces = FALSE ) const;
+
+ /*
+ *
+ */
+ const ModelToViewHelper::ConversionMap*
+ BuildConversionMap( rtl::OUString& rExpandText ) const;
+
XubString GetRedlineTxt( xub_StrLen nIdx = 0,
xub_StrLen nLen = STRING_LEN,
BOOL bExpandFlds = FALSE,