https://bugs.freedesktop.org/show_bug.cgi?id=80914
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from V Stuart Foote <[email protected]> --- @Jay, That is correct. The FindText--.uno:FindText--is not directly called, rather it is an element of the "FindBar", which has accelerator <Ctrl>+F assigned. It is also exposed as a menu selection on the Edit drop down. Not sure .uno:FindText would remain functional if moved outside the FindBar with a directly linking icon. It looks to be packed within the FindBar. On the other hand, the Find & Replace button, which is directly linked to--.uno:SearchDialog--opens a dialog frame and can be called independently, and can currently be added to the Standard toolbar. The "FindBar" was brought over at fork from OOo, but has been reworked several times. Including recent work to implement as GTK+ UI widgets. You'll find "findbar.xml" defined for each LO component. But the heavy lifting is done in http://opengrok.libreoffice.org/xref/core/svx/source/tbxctrls/tbunosearchcontrollers.cxx and http://opengrok.libreoffice.org/xref/core/svx/inc/tbunosearchcontrollers.hxx with the FindText module resident in http://opengrok.libreoffice.org/xref/core/sc/source/ui/app/inputhdl.cxx Suppose we could add a Find button calling the FindBar, but seems redundant given existing menu and accelerator assignment to open the toolbar. Or do you think otherwise? Setting new, but suspect could equally be closed RESOLVED WONTFIX -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
