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

Jan Holesovsky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|                            |EasyHack
                   |                            |DifficultyInteresting
                   |                            |SkillCpp TopicUI

--- Comment #5 from Jan Holesovsky <[email protected]> ---
The bars at the left and right are not possible - the personas / themes do not
have suitable bitmaps for that.

The bottom (toolbar + status bar) would be possible; unfortunately cannot get
to that soon, so if anybody wanted to hack on this, let me give you code
pointers, and turn this into a (slightly advanced) EasyHack:

http://opengrok.libreoffice.org/search?q=GetPersonaHeader&project=core&defs=&refs=&path=&hist=

You have to do a similar thing for the footer too.  The footer bitmap is
already in place, you just need to provide that as a bitmap, and then use in
the toolbox (in vcl/source/window/toolbox.cxx) that is at the bottom
(pThis->GetAlign() == WINDOWALIGN_BOTTOM), and in the status bar -
vcl/source/window/status.cxx (StatusBar::ImplInitSettings()).

The status bar will be easier, so I highly recommend first implement the
functionality for the status bar only, and then let's make it begin in the
bottom toolbar :-)

-- 
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

Reply via email to