summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorKarl Hong <khong@openoffice.org>2002-08-02 15:00:18 +0000
committerKarl Hong <khong@openoffice.org>2002-08-02 15:00:18 +0000
commit3d4688152c69feb37ac5908258614ac653bdd9a1 (patch)
tree029f81df72d707b5af9b31ea8057650026fa985f /i18npool/inc
parente0f5c3dfaaf4e0d6d948ebcc4db780562b8e31df (diff)
#93992# add word count mode in breakiterator
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/breakiterator_unicode.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/inc/breakiterator_unicode.hxx b/i18npool/inc/breakiterator_unicode.hxx
index ca6868366c1f..78cd35520c2a 100644
--- a/i18npool/inc/breakiterator_unicode.hxx
+++ b/i18npool/inc/breakiterator_unicode.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: breakiterator_unicode.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: khong $ $Date: 2002-06-03 19:07:46 $
+ * last change: $Author: khong $ $Date: 2002-08-02 15:56:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,10 +112,10 @@ protected:
Boundary result; // for word break iterator
private:
- rtl::OUString cachedText; // for script boundary
- sal_Int32 scriptStart, scriptLength;
- icu::BreakIterator *characterBreak, *editWordBreak, *dictWordBreak, *sentenceBreak, *lineBreak;
- sal_Int32 SAL_CALL setTextByScriptBoundary(const rtl::OUString& Text, sal_Int32 nPos);
+ icu::BreakIterator *characterBreak, *editWordBreak, *dictWordBreak,
+ *countWordBreak, *sentenceBreak, *lineBreak;
+ icu::BreakIterator* SAL_CALL loadICUWordBreakIterator(const com::sun::star::lang::Locale& rLocale,
+ sal_Int16 rWordType) throw( com::sun::star::uno::RuntimeException);
};
} } } }