[Libreoffice-bugs] [Bug 129471] UI-Writer: Increase the size of window for Navigate by in the Find toolbar, plus consider ordering of items

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 24 21:40:39 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=129471

--- Comment #10 from Jim Raykowski <raykowj at gmail.com> ---
(In reply to Heiko Tietze from comment #8)
> So let's do:
>

Code pointers:

> * sort alphabetically

Arrays to alphabetize are here: sw/source/uibase/ribbar/workctrl.cxx  
aNavigationInsertIds[]
aNavigationImgIds[]
aNavigationStrIds[]
STR_IMGBTN_ARY[]
Defines are here: sw/source/uibase/inc/workctrl.hxx

> * show all entries (and decide then if we go back to scrollbar)

see: core/include/vcl/lstbox.hxx
void ListBox::SetDropDownLineCount
and: sw/source/uibase/ribbar/workctrl.cxx
NavElementBox_Impl constructor

> * hide NavigateBy, the accompanying next/prev, and also the button for the
> search  dialog by default
>
findbar.xml (there are two versions)
see: sw/uiconfig/swriter/toolbar/standardbar.xml for example how to hide
toolbar  items

> * the width of the NavigateBy dropdown is IMHO defined by the content; no
> objection if we can make it larger but it has to be responsive to the
> potentially longer content after translation

see: sw/source/uibase/ribbar/workctrl.cxx
NavElementBox_Impl constructor

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200124/468826fe/attachment.htm>


More information about the Libreoffice-bugs mailing list