summaryrefslogtreecommitdiff
path: root/i18npool/inc/xdictionary.hxx
diff options
context:
space:
mode:
authorKarl Hong <khong@openoffice.org>2002-08-02 00:35:52 +0000
committerKarl Hong <khong@openoffice.org>2002-08-02 00:35:52 +0000
commit00e8eba862df67e843a0c050d25240f9523ac903 (patch)
tree457fd91fd8af56dddf2443c5802d86a584e99352 /i18npool/inc/xdictionary.hxx
parent30dd0bfd87eed63bd2dcd79c7894dba5eb01e76a (diff)
#93992# skip punctuations when counting the words
Diffstat (limited to 'i18npool/inc/xdictionary.hxx')
-rw-r--r--i18npool/inc/xdictionary.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/inc/xdictionary.hxx b/i18npool/inc/xdictionary.hxx
index d292e024ac0b..059f9ec9ac4b 100644
--- a/i18npool/inc/xdictionary.hxx
+++ b/i18npool/inc/xdictionary.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xdictionary.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2002-03-26 17:57:44 $
+ * last change: $Author: khong $ $Date: 2002-08-02 01:33:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,9 +96,9 @@ private:
public:
xdictionary(sal_Char *lang);
~xdictionary();
- Boundary SAL_CALL nextWord( const sal_Unicode *text, sal_Int32 nPos, sal_Int32 len);
- Boundary SAL_CALL previousWord( const sal_Unicode *text, sal_Int32 nPos, sal_Int32 len);
- Boundary SAL_CALL getWordBoundary( const sal_Unicode *text, sal_Int32 nPos, sal_Int32 len,
+ Boundary SAL_CALL nextWord( const sal_Unicode *text, sal_Int32 nPos, sal_Int32 len, sal_Int16 wordType);
+ Boundary SAL_CALL previousWord( const sal_Unicode *text, sal_Int32 nPos, sal_Int32 len, sal_Int16 wordType);
+ Boundary SAL_CALL getWordBoundary( const sal_Unicode *text, sal_Int32 nPos, sal_Int32 len, sal_Int16 wordType,
sal_Bool bDirection );
void SAL_CALL setCellBoundary(sal_Int32* cellBondary);