Okay, in the end I found the answer, so I share it with list. An important thing is of course the MRI. But often this have no use at all. E.g. in my case I was needed to iterate thru paragraphs, and I couldn't find anything related. Even more — I found a function «getFlatParagraphIterator()» which was the only thing that mentions them, and I was confused that I must to do something with that.
In the end it turned to be the «createEnumeration()», and the answer is impossible to infer deductively with just MRI. So, the second important thing is the Oracle's book «StarOfficeTM 6.0 Office Suite». It explains many things of the UNO API, e.g. the reason behind not having an iterator thru paragraphs (it seems to be made like some kind of linked list of objects that not all are paragraphs). Although the book rather about StarOffice, but is still a great help. 2015-08-10 5:20 GMT+03:00 Andreas Säger <[email protected]>: > Am 09.08.2015 um 09:14 schrieb Hi-Angel: >> Hm, that's interesting. However I couldn't figure out how to get >> properties of the object under the cursor. I'm feel there's a > > Double-Click > > > > -- > To unsubscribe e-mail to: [email protected] > Problems? > http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ > Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette > List archive: http://listarchives.libreoffice.org/global/users/ > All messages sent to this list will be publicly archived and cannot be deleted -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
