diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-11-16 09:17:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-11-16 09:17:58 +0000 |
commit | e2511428b34b9500886eab8375ba07ddc3a62692 (patch) | |
tree | f4d1ec06adbd339b05d9dafd117dee761f2a592e /i18npool/inc | |
parent | 856434114b860c91a05013f8f3b7658e85eedaba (diff) |
INTEGRATION: CWS thaiissues (1.2.242); FILE MERGED
2005/09/29 11:33:05 os 1.2.242.2: RESYNC: (1.2-1.3); FILE MERGED
2005/08/27 00:15:16 khong 1.2.242.1: #i42661# add new function for input sequence correction
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/inputsequencechecker_th.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/i18npool/inc/inputsequencechecker_th.hxx b/i18npool/inc/inputsequencechecker_th.hxx index 44e1bb338c41..cf25ee0feb24 100644 --- a/i18npool/inc/inputsequencechecker_th.hxx +++ b/i18npool/inc/inputsequencechecker_th.hxx @@ -4,9 +4,9 @@ * * $RCSfile: inputsequencechecker_th.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:53:50 $ + * last change: $Author: obo $ $Date: 2005-11-16 10:17:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,10 @@ public: InputSequenceChecker_th(); ~InputSequenceChecker_th(); - 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); }; |