I'm trying to insert different types of Indexes available in LibreOffice through the API but only the TOC (through css::text::ContentIndex service) has been successfully done. For the others, like DocumentIndex (alphabetical index), Bibliography, etc. I'm not able to figure out how to enable them to create an index using outlines (Heading styles like for TOC).
Second of all, there is a property called SortAlgorithm which holds a string describing the sorting algorithm in these indexes. Where can I find a list of the available parameters for this property? Can not find it anywhere in the API reference!
