[Libreoffice-ux-advise] [Bug 80657] UI: Addition of navigator page number field to Page Preview Toolbar

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 1 04:45:19 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=80657

Michael Meeks <michael.meeks at collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|                            |EasyHack DifficultyBeginner
                   |                            |SkillCpp TopicCleanup
           Keywords|                            |NEEDINFO

--- Comment #2 from Michael Meeks <michael.meeks at collabora.com> ---
The navigator dialog code is in:

sw/source/uibase/utlui/navipi.cxx:

void SwNavigationPI::GotoPage()
{
...

has some code that we should prolly factor out and re-use somehow =)

In terms of adding a toolbar control with a field in it; here is an example of
that:

git grep SvxColorToolBoxControl

Will show you how the Colour Toolbox controls (with their drop down) are
created, registered etc.

Thanks !

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list