diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-26 08:07:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-26 08:07:48 +0000 |
commit | 46c019eb25ab15fa05521c5910d2d2c5313624c0 (patch) | |
tree | b58404cff999fb51172d2d6beb8cf167dc1ace22 /i18npool/inc/xdictionary.hxx | |
parent | 206a856c3344eb9f83089322ef76c38905ece066 (diff) |
INTEGRATION: CWS i18n31 (1.5.140); FILE MERGED
2007/07/04 01:18:08 khong 1.5.140.2: i75631 i75632 i75633 i75412 handle surrogate pair characters
2007/06/27 04:33:11 khong 1.5.140.1: i75631 i75632 i75633 i75412 handle surrogate pair characters
Diffstat (limited to 'i18npool/inc/xdictionary.hxx')
-rw-r--r-- | i18npool/inc/xdictionary.hxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/i18npool/inc/xdictionary.hxx b/i18npool/inc/xdictionary.hxx index ebdb1341b434..816703bf21f8 100644 --- a/i18npool/inc/xdictionary.hxx +++ b/i18npool/inc/xdictionary.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xdictionary.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:59:59 $ + * last change: $Author: rt $ $Date: 2007-07-26 09:07:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,10 +71,9 @@ private: public: 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 ); + Boundary SAL_CALL nextWord( const rtl::OUString& rText, sal_Int32 nPos, sal_Int16 wordType); + Boundary SAL_CALL previousWord( const rtl::OUString& rText, sal_Int32 nPos, sal_Int16 wordType); + Boundary SAL_CALL getWordBoundary( const rtl::OUString& rText, sal_Int32 nPos, sal_Int16 wordType, sal_Bool bDirection ); void SAL_CALL setCellBoundary(sal_Int32* cellBondary); void SAL_CALL setJapaneseWordBreak(); |