This interface provides information for creating "Table of Index".
Definition: XExtendedIndexEntrySupplier.idl:47
string getPhoneticCandidate([in] string aIndexEntry, [in] com::sun::star::lang::Locale aLocale)
Returns phonetic candidate for index entry for the locale.
sequence< com::sun::star::lang::Locale > getLocaleList()
Returns locale list for which the IndexEntrySupplier provides service.
string getIndexKey([in] string aIndexEntry, [in] string aPhoneticEntry, [in] com::sun::star::lang::Locale aLocale)
Returns index key.
short compareIndexEntry([in] string aIndexEntry1, [in] string aPhoneticEntry1, [in] com::sun::star::lang::Locale aLocale1, [in] string aIndexEntry2, [in] string aPhoneticEntry2, [in] com::sun::star::lang::Locale aLocale2)
Compares index entries.
boolean usePhoneticEntry([in] com::sun::star::lang::Locale aLocale)
Checks if Phonetic Entry should be used for the locale.
boolean loadAlgorithm([in] com::sun::star::lang::Locale aLocale, [in] string aIndexAlgorithm, [in] long nCollatorOptions)
Loads index algorithm for the locale.
sequence< string > getAlgorithmList([in] com::sun::star::lang::Locale aLocale)
Returns index algorithm list for specific locale.
supplies information on index entries to generate a "table of alphabetical index" for a given locale.
Definition: XIndexEntrySupplier.idl:34