[Libreoffice-ux-advise] [Bug 86039] SIDEBAR: Styles gallery tab

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 17 06:31:56 PDT 2015


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

--- Comment #11 from Jan Holesovsky <kendy at collabora.com> ---
Some random code pointers:

The previews of the styles in the toolbar is done in
svx/source/tbxctrls/tbcontrl.cxx, see SvxStyleBox_Impl::UserDraw().

The sidebar with styles is I here: sfx2/source/dialog/templdlg.cxx .  The
SfxTemplatePanelControl is plugged into the sidebar in
svx/source/sidebar/PanelFactory.cxx (seach for new SfxTemplatePanelControl).

For anything new in the sidebar, it would be better to use the .ui
descriptions; so if you want to build on top of the existing styles panel, best
to convert it to .ui as the first thing.

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


More information about the Libreoffice-ux-advise mailing list