<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
I'm trying to add the Navigation buttons that were below the
scrollbar in Writer to the Search bar, as discussed on UX-Advise.<br>
<br>
Now I have the "Next" and "Previous" buttons working, but have two
questions:<br>
<br>
- How can I display an Image instead of text in the toolbar?<br>
- I have a new Uno Command for showing the Navigation window (<tt>uno:NavigationPopup</tt>)
and I catch it in <tt>sw/source/ui/uiview/view2.cxx</tt>. Now I
need to implement something like [1] (<tt>new </tt>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<tt>SwScrollNaviPopup ...</tt>). Where should I implement this? It
doesn't seem right to me to do it directly in <tt>view2.cxx</tt>.<br>
<br>
Thanks<br>
Samuel<br>
<br>
[1]
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a
href="http://cgit.freedesktop.org/libreoffice/core/diff/sw/source/ui/ribbar/workctrl.cxx?id=3e8fe4d8e19be2ccd8f5bb898530e2f615a90321">http://cgit.freedesktop.org/libreoffice/core/diff/sw/source/ui/ribbar/workctrl.cxx?id=3e8fe4d8e19be2ccd8f5bb898530e2f615a90321</a>
</body>
</html>