summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 10:10:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 10:10:46 +0000
commit28c3afa068a2d54b8d99f1af17142c228d22d7ab (patch)
treec3cd6092d5650ac36cb8129d1265c49d9fb1bfe1 /offapi/com/sun/star/i18n
parent9483c44fe5dd9bab17fe6b636e7512c9d5905031 (diff)
INTEGRATION: CWS sdk02 (1.2.16); FILE MERGED
2003/05/14 12:58:12 mi 1.2.16.1: #107627# @since tags for new types added
Diffstat (limited to 'offapi/com/sun/star/i18n')
-rw-r--r--offapi/com/sun/star/i18n/InputSequenceCheckMode.idl6
-rw-r--r--offapi/com/sun/star/i18n/InputSequenceChecker.idl9
-rw-r--r--offapi/com/sun/star/i18n/MultipleCharsOutputException.idl6
3 files changed, 14 insertions, 7 deletions
diff --git a/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl b/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl
index fea358849ec1..8adcb33f2756 100644
--- a/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl
+++ b/offapi/com/sun/star/i18n/InputSequenceCheckMode.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InputSequenceCheckMode.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 10:46:04 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:10:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,8 @@ module com { module sun { module star { module i18n {
//--------------------------------------------------------------------------
/** Input check mode constants to use with
<member>XInputSequenceChecker::checkInputSequence()</member>
+
+ @since #107627#
*/
constants InputSequenceCheckMode
diff --git a/offapi/com/sun/star/i18n/InputSequenceChecker.idl b/offapi/com/sun/star/i18n/InputSequenceChecker.idl
index 5dd9434f1a43..a127fe7a75fa 100644
--- a/offapi/com/sun/star/i18n/InputSequenceChecker.idl
+++ b/offapi/com/sun/star/i18n/InputSequenceChecker.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InputSequenceChecker.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 10:46:10 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:10:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,10 @@ module com { module sun { module star { module i18n {
//=============================================================================
-/// Check input sequence of CTL languages like Thai or Hindi.
+/** Check input sequence of CTL languages like Thai or Hindi.
+
+ @since #107627#
+*/
service InputSequenceChecker
{
interface com::sun::star::i18n::XInputSequenceChecker;
diff --git a/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl b/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl
index 202f4453ce7c..88a46a6944bb 100644
--- a/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl
+++ b/offapi/com/sun/star/i18n/MultipleCharsOutputException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MultipleCharsOutputException.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 10:46:25 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:10:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,8 @@ module com { module sun { module star { module i18n {
<p> Used by
<method>XExtendedTransliteration::transliterateChar2Char()</method>
</p>
+
+ @since #107627#
*/
exception MultipleCharsOutputException : ::com::sun::star::uno::Exception
{