https://bugs.documentfoundation.org/show_bug.cgi?id=156714
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|.uno:IndexMarktoIndex does |.uno:IndexMarktoIndex does |not work (and is |not work |functionally unclear) | --- Comment #7 from [email protected] --- The functionality of this .uno seems clear enough. As the name indicates (and the comments in the source code underpin), the cursor should be moved from the index mark to its index. https://opengrok.libreoffice.org/xref/core/sw/source/uibase/shells/textidx.cxx?r=0908c7c1#168 case FN_IDX_MARK_TO_IDX: /* from the index mark to the index */ { GetShell().GotoTOXMarkBase(); break; } https://opengrok.libreoffice.org/xref/core/sw/source/core/crsr/crstrvl.cxx?r=d86a6d2b&fi=GotoTOXMarkBase#360 void SwCursorShell::GotoTOXMarkBase() /// jump to index of TOXMark The GotoTOXMarkBase function was present in the initial check-in from 2000, with a use case to provide an easy way to navigate from index entries to its index (without having to use Navigator). -- You are receiving this mail because: You are the assignee for the bug.
