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

--- Comment #10 from Jim Raykowski <[email protected]> ---
(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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to