Kaydet (Commit) 37c6c016 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS i18n17 (1.8.186); FILE MERGED

2005/03/16 19:46:45 er 1.8.186.2: #i903# corrected typos and @see syntax
2005/03/11 19:00:55 khong 1.8.186.1: #i903# update documentation
üst aae2f29f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XTransliteration.idl,v $ * $RCSfile: XTransliteration.idl,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2004-06-03 20:47:12 $ * last change: $Author: vg $ $Date: 2005-03-23 09:00:08 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -127,7 +127,7 @@ module com { module sun { module star { module i18n { ...@@ -127,7 +127,7 @@ module com { module sun { module star { module i18n {
* getAvailableModule. * getAvailableModule.
* *
* 4. * 4.
* Implmentation name is the methods below is not the same as * Implementation name in the methods below is not the same as
* the true implemenation name registered. * the true implemenation name registered.
* In particular, for generic modules:"UPPERCASE_LOWERCASE", * In particular, for generic modules:"UPPERCASE_LOWERCASE",
* "LOWERCASE_UPPERCASE", "IGNORE_CASE", there is no registered name. * "LOWERCASE_UPPERCASE", "IGNORE_CASE", there is no registered name.
...@@ -317,7 +317,8 @@ published interface XTransliteration: com::sun::star::uno::XInterface ...@@ -317,7 +317,8 @@ published interface XTransliteration: com::sun::star::uno::XInterface
sequence <string> transliterateRange( [in] string aStr1, [in] string aStr2 ); sequence <string> transliterateRange( [in] string aStr1, [in] string aStr2 );
//------------------------------------------------------------------------ //------------------------------------------------------------------------
/** Compare 2 substrings. /** Compare 2 substrings as per this transliteration. It translates both
substrings before comparing them.
@param aStr1 @param aStr1
First string. First string.
...@@ -346,7 +347,8 @@ published interface XTransliteration: com::sun::star::uno::XInterface ...@@ -346,7 +347,8 @@ published interface XTransliteration: com::sun::star::uno::XInterface
[in] string aStr2, [in] long nOff2, [in] long nLen2 ); [in] string aStr2, [in] long nOff2, [in] long nLen2 );
//------------------------------------------------------------------------ //------------------------------------------------------------------------
/** Compare 2 strings. /** Compare 2 strings as per this transliteration. It translates both
strings before comparing them.
@returns @returns
1 if the first string is greater than the second string <br/> 1 if the first string is greater than the second string <br/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment