https://bugs.documentfoundation.org/show_bug.cgi?id=161843
--- Comment #5 from Werner Tietz <[email protected]> --- (In reply to Tristin Alexander Schwartze from comment #4) > (In reply to Werner Tietz from comment #3) > > the gatekeeper called pyuno! maybe I took the wrong wording… or you misunderstood …sorry!? > > Ah, I guess I'm barking up the wrong tree here. I'd assumed pyuno was > developed by the same group since I couldn't find where to report bugs, but > now that I searched for developers it looks like pyuno was is just a little > side project more on the open-office side of things > (http://www.openoffice.org/udk/python/python-bridge.html). of course pyuno is part of LO … but it was invented >25years ago > > It's unfortunate that's not getting much attention as someone more familiar > with the backend should really be the addressing these issues. I'd do some > basics myself, but I'm not qualified to contribute to APIs beyond some hacky > wrapper classes on pre-existing python. > > Ah well, I apologize for bothering you about this. > > >back to your problem: Is it solved by ……Rsid? > > cursor_1 = main_text.createTextCursor() > cursor_1.goRight(1, True) > cursor_2 = main_text.createTextCursor() > cursor_2.goRight(2, True) > model.Text.End.String = f"{cursor_1.Rsid == cursor_2.Rsid}" Sorry again, my assumtions was completly wrong, ( thought of …Rsid is a uniqe id for any different textobject ) the opposite seems True … the same …Rsid belongs to the whole Text as well to any partial text inside, except the …Rsid of **text.End** Actually I can not decide about bug or not… but »NOTOURBUG« seems the wrong category ?? -- You are receiving this mail because: You are the assignee for the bug.
