https://bugs.documentfoundation.org/show_bug.cgi?id=147323
Duns <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INSUFFICIENTDATA |--- Status|RESOLVED |REOPENED Ever confirmed|0 |1 --- Comment #13 from Duns <[email protected]> --- That bug is quite different. At the present I have problem only with one file (and I don't know why). You asked my macro. Here you are: sub vai_qui If ThisComponent.supportsService("com.sun.star.text.TextDocument") Then oBookmarks = ThisComponent.getBookmarks() If NOT oBookmarks.hasByName("qui") Then Exit Sub End If ViewCursor = ThisComponent.CurrentController.getviewCursor() Bookmark = ThisComponent.Bookmarks.getByName("qui").Anchor ViewCursor.gotorange(Bookmark, False) else Exit Sub End If end sub With this macro on opening document I before I go to the right point, but after a few seconds I go elsewhere (without any reason). -- You are receiving this mail because: You are the assignee for the bug.
