summaryrefslogtreecommitdiff
path: root/i18nutil
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-05-28 15:28:13 +0000
committerOliver Bolte <obo@openoffice.org>2004-05-28 15:28:13 +0000
commite59edb0a80836fee824b85f01ade81a5ad823e78 (patch)
treecfc198cf46c1d8e9580922ddab99ec1892d9291e /i18nutil
parent069f89f691c29f281ca892ae29c604e559f7a56d (diff)
INTEGRATION: CWS i18n12 (1.2.50); FILE MERGED
2004/04/30 10:14:36 er 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/09 20:09:27 khong 1.2.50.1: #i25323# add script start and end for the script type for indexentrysupplier
Diffstat (limited to 'i18nutil')
-rw-r--r--i18nutil/inc/i18nutil/unicode.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18nutil/inc/i18nutil/unicode.hxx b/i18nutil/inc/i18nutil/unicode.hxx
index ce9bc2a32a91..48efe506c75f 100644
--- a/i18nutil/inc/i18nutil/unicode.hxx
+++ b/i18nutil/inc/i18nutil/unicode.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unicode.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-03-08 17:12:43 $
+ * last change: $Author: obo $ $Date: 2004-05-28 16:28:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,8 @@ public:
static sal_Int16 SAL_CALL getUnicodeType( const sal_Unicode ch );
static sal_Bool SAL_CALL isUnicodeScriptType( const sal_Unicode ch, sal_Int16 type);
static sal_Int16 SAL_CALL getUnicodeScriptType( const sal_Unicode ch, ScriptTypeList *typeList = NULL, sal_Int16 unknownType = 0 );
+ static sal_Unicode SAL_CALL getUnicodeScriptStart(com::sun::star::i18n::UnicodeScript type);
+ static sal_Unicode SAL_CALL getUnicodeScriptEnd(com::sun::star::i18n::UnicodeScript type);
static sal_uInt8 SAL_CALL getUnicodeDirection( const sal_Unicode ch );
static sal_Int32 SAL_CALL getCharType( const sal_Unicode ch );
static sal_Bool SAL_CALL isUpper( const sal_Unicode ch);