LibreOffice
LibreOffice 5.0 SDK API Reference
|
Supplier for creating index entries in a "table of alphabetical index". More...
import "IndexEntrySupplier.idl";
Additional Inherited Members | |
![]() | |
sequence < com::sun::star::lang::Locale > | getLocaleList () |
Returns locale list for which the IndexEntrySupplier provides service. More... | |
sequence< string > | getAlgorithmList ([in] com::sun::star::lang::Locale aLocale) |
Returns index algorithm list for specific locale. More... | |
boolean | usePhoneticEntry ([in] com::sun::star::lang::Locale aLocale) |
Checks if Phonetic Entry should be used for the locale. More... | |
string | getPhoneticCandidate ([in] string aIndexEntry,[in] com::sun::star::lang::Locale aLocale) |
Returns phonetic candidate for index entry for the locale. More... | |
boolean | loadAlgorithm ([in] com::sun::star::lang::Locale aLocale,[in] string aIndexAlgorithm,[in] long nCollatorOptions) |
Loads index algorithm for the locale. More... | |
string | getIndexKey ([in] string aIndexEntry,[in] string aPhoneticEntry,[in] com::sun::star::lang::Locale aLocale) |
Returns index key. More... | |
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. More... | |
Supplier for creating index entries in a "table of alphabetical index".