summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-08-01 06:34:17 +0000
committerThomas Lange <tl@openoffice.org>2002-08-01 06:34:17 +0000
commite2c0105d81029f29213f58cf77f1da726e24f399 (patch)
treef093bcac5bce7c0ff11e1edb5bb99305c0220b90 /offapi/com/sun/star/i18n
parent518aca228ceb3006e891caa4bef090d4a2680fe8 (diff)
#93992# (FME) New word type mode (word count) for breakiterator
Diffstat (limited to 'offapi/com/sun/star/i18n')
-rw-r--r--offapi/com/sun/star/i18n/XBreakIterator.idl17
1 files changed, 12 insertions, 5 deletions
diff --git a/offapi/com/sun/star/i18n/XBreakIterator.idl b/offapi/com/sun/star/i18n/XBreakIterator.idl
index 83b8ecb3c157..5cde2a5fb24c 100644
--- a/offapi/com/sun/star/i18n/XBreakIterator.idl
+++ b/offapi/com/sun/star/i18n/XBreakIterator.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XBreakIterator.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: bustamam $ $Date: 2002-03-26 02:49:24 $
+ * last change: $Author: tl $ $Date: 2002-08-01 07:34:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,19 +133,23 @@ constants ScriptType
constants WordType
{
/** any "words" - words in the meaning of same character types,
- collection of alphanumeric characters, or collection of non-alphanumeric characters.
+ collection of alphanumeric characters, or collection of non-alphanumeric characters.
*/
const short ANY_WORD = 0;
/** any "words" - words in the meaning of same character types,
- collection of alphanumeric characters, or collection of
-non-alphanumeric characters except blanks.
+ collection of alphanumeric characters, or collection of
+ non-alphanumeric characters except blanks.
*/
const short ANYWORD_IGNOREWHITESPACES= 1;
/** "words" - in the meaning of a collection of alphanumeric characters.
*/
const short DICTIONARY_WORD = 2;
+
+ /** the mode for counting words, it will ignore punctuations and space.
+ */
+ const short WORD_COUNT = 3;
};
//--------------------------------------------------------------------------
@@ -450,6 +454,9 @@ interface XBreakIterator: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.9 2002/03/26 02:49:24 bustamam
+ #97583# Change calendar and breakiterator
+
Revision 1.8 2001/11/28 16:28:24 jsc
remove ' in comment