diff options
author | Frank Meies <fme@openoffice.org> | 2002-08-02 08:58:02 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2002-08-02 08:58:02 +0000 |
commit | 6fad3899ea642fecf0eb2096569def3e7ce2ae2c (patch) | |
tree | 658576ab04cc50fb6b1b267f486502afc14e8ea5 /sw/inc/txatritr.hxx | |
parent | 98c935aad13d7f66cde0f0371bbc294bf27a8767 (diff) |
#100447# Consider different scripts for similarity search
Diffstat (limited to 'sw/inc/txatritr.hxx')
-rw-r--r-- | sw/inc/txatritr.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/txatritr.hxx b/sw/inc/txatritr.hxx index e86ec8d7949e..f238687cba8f 100644 --- a/sw/inc/txatritr.hxx +++ b/sw/inc/txatritr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txatritr.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2001-02-21 12:47:58 $ + * last change: $Author: fme $ $Date: 2002-08-02 09:56:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,9 +82,11 @@ class SwScriptIterator const String& rText; xub_StrLen nChgPos; sal_uInt16 nCurScript; + sal_Bool bForward; public: - SwScriptIterator( const String& rStr, xub_StrLen nStart = 0 ); + SwScriptIterator( const String& rStr, xub_StrLen nStart = 0, + sal_Bool bFrwrd = sal_True ); sal_Bool Next(); |