summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-16 09:17:44 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-16 09:17:44 +0000
commit856434114b860c91a05013f8f3b7658e85eedaba (patch)
tree6629891fbf9c82aca3435ae8e92d796a48204a0f /i18npool/inc
parentd1b4f47cbbe02336ee83e8ca2fc91a8adce1ec30 (diff)
INTEGRATION: CWS thaiissues (1.1.242); FILE MERGED
2005/09/29 11:32:48 os 1.1.242.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/27 00:15:16 khong 1.1.242.1: #i42661# add new function for input sequence correction
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/inputsequencechecker_hi.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/i18npool/inc/inputsequencechecker_hi.hxx b/i18npool/inc/inputsequencechecker_hi.hxx
index decac9029838..36f9adf4671b 100644
--- a/i18npool/inc/inputsequencechecker_hi.hxx
+++ b/i18npool/inc/inputsequencechecker_hi.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inputsequencechecker_hi.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:53:33 $
+ * last change: $Author: obo $ $Date: 2005-11-16 10:17:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,7 +51,10 @@ public:
InputSequenceChecker_hi();
~InputSequenceChecker_hi();
- virtual sal_Bool SAL_CALL checkInputSequence(const rtl::OUString& Text, sal_Int32 nStartPos,
+ sal_Bool SAL_CALL checkInputSequence(const rtl::OUString& Text, sal_Int32 nStartPos,
+ sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException);
+
+ sal_Int32 SAL_CALL correctInputSequence(rtl::OUString& Text, sal_Int32 nStartPos,
sal_Unicode inputChar, sal_Int16 inputCheckMode) throw(com::sun::star::uno::RuntimeException);
};