You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/07/01 08:24:08 UTC

[Issue 5608] Navigation button on OOo for hyperlink navigation (provide browser-like back/forward buttons)

https://bz.apache.org/ooo/show_bug.cgi?id=5608

phil_shvarcz@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phil_shvarcz@yahoo.com

--- Comment #75 from phil_shvarcz@yahoo.com ---
Thanks to CodeLurker for the macros.

I had to modify the second one a little to run on (LibreOffice) 5.1 : 

sub ReturnToBookmark

    oVCursor = ThisComponent.CurrentController.getViewCursor
   
oVCursor.gotoRange(ThisComponent.Bookmarks.getByName("BackMarker").Anchor(),false)

end sub


It's a pity that hyperlink navigation is not supported still even in OO 5

-- 
You are receiving this mail because:
You are on the CC list for the issue.