summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 13:37:42 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 13:37:42 +0000
commit138fad3972a34309f1d578dcfcac6169bd965979 (patch)
tree1f5d461b2d1ed4074d42b06f9d241492e50416b2 /i18npool
parenta153428dd115934cea956cf3795f9b1aea6c3c5d (diff)
INTEGRATION: CWS i18n13 (1.3.158); FILE MERGED
2004/06/11 19:24:35 khong 1.3.158.1: #112772# Japanese word breakiterator is not correct
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/xdictionary.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/i18npool/inc/xdictionary.hxx b/i18npool/inc/xdictionary.hxx
index 059f9ec9ac4b..28fdbcd3e968 100644
--- a/i18npool/inc/xdictionary.hxx
+++ b/i18npool/inc/xdictionary.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xdictionary.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: khong $ $Date: 2002-08-02 01:33:54 $
+ * last change: $Author: kz $ $Date: 2004-07-30 14:37:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,15 +92,17 @@ private:
Boundary boundary;
sal_Bool useCellBoundary;
sal_Int32* cellBoundary;
+ sal_Bool japaneseWordBreak;
public:
- xdictionary(sal_Char *lang);
+ xdictionary(const sal_Char *lang);
~xdictionary();
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);
+ void SAL_CALL setJapaneseWordBreak();
private:
WordBreakCache cache[CACHE_MAX];