19 #ifndef __com_sun_star_i18n_XCollator_idl__ 20 #define __com_sun_star_i18n_XCollator_idl__ 26 module
com { module sun { module star { module i18n {
58 long compareSubstring( [in]
string aStr1, [in]
long nOff1, [in]
long nLen1,
59 [in]
string aStr2, [in]
long nOff2, [in]
long nLen2 );
74 long compareString( [in]
string aStr1, [in]
string aStr2 );
91 [in]
long nCollatorOptions );
108 long loadCollatorAlgorithm( [in]
string aAlgorithmName,
110 [in]
long nCollatorOptions );
120 sequence <string> listCollatorAlgorithms(
135 void loadCollatorAlgorithmWithEndUserOption(
136 [in]
string aAlgorithmName,
138 [in] sequence<long> aCollatorOptions );
148 sequence <long> listCollatorOptions( [in]
string aAlgorithmName );
Definition: Ambiguous.idl:22
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:47
provides locale-sensitive collation algorithms for string comparison.
Definition: XCollator.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:47