Issue 60259 - Provide a tool to find "where used" for any bookmark
Summary: Provide a tool to find "where used" for any bookmark
Status: CONFIRMED
Alias: None
Product: ui
Classification: Code
Component: ui (show other issues)
Version: OOo 2.0.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2006-01-09 12:21 UTC by raindrops
Modified: 2013-02-07 22:33 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description raindrops 2006-01-09 12:21:49 UTC
A document can carry several hyperlinks that point at a given bookmark.
Obviously, the description at the hyperlinked text has some relation with the
text where the bookmark is placed. This in turn means that if we change the text
at the bookmark, we should check the text at hyperlinks also; to ensure that
they remain consistent with the changed text.

But currently Writer does not have a tool to find the "where used" list for a
given bookmark.

Please provide such a tool.
Comment 1 Rainer Bielefeld 2006-01-09 14:19:51 UTC
I agree, it might be useful to have a function "what links to here"
Comment 2 michael.ruess 2006-01-09 14:28:03 UTC
Marked as enhancement and reassigned to requirements.
Comment 3 raindrops 2006-01-09 14:55:27 UTC
More suggestions on implementing this:

This window could display a collapsible tree (like the Navigator) where the tree
would have a separate node for each bookmark. Each leaf of that node is a link
that points to this bookmark.

>> When the user double-clicks (or single-clicks on the [+] sign) on this node,
he sees all links that point at this bookmark.

>> If the user double-clicks on a leaf (i.e., link), the focus changes to the
Writer window, where the concerned link is highlighted. At this point, the
"Links" window should not close, so that the user can use it again (just like
Navigator)

>> In case of some links, the target bookmark may be missing (this happens if
the target is deleted afterwards). Show all such orphan links attached to a
dummy node called "None". (See  Issue 60255 for a related discussion).

*******
In fact, the whole mechanism described above could be added to Navigator itself!