On 09.02.2014 18:39, Απόστολος Συρόπουλος wrote:
Hello,

I have recently built OpenOffice on Solaris. There are still some problems which
I try to sort out. One of them is that the panel with the File, Edit, etc menues
is empty and there are no icons on panel under this. In fact the whole upper 
panel
is empty. Could you please let me know which package contains this images
etc and where they should go in the solver folder?

All I know is that the icons can be found in main/default_images and a few in main/ooo_custom_images and that the icons/images are processed in main/packimages into some sort of archive/texture map.

Menus and toolbars are described by XML files in main/<module>/uiconfig/*/menubar and main/<module>/uiconfig/*/toolbar. The implementation of toolbars is done in
 - vcl (low level)
     vcl/source/window/menu.cxx
     vcl/source/control/menubtn.cxx
     vcl/source/window/toolbox*.cxx

- framework (high level)
framework/source/uielement/menubar*.cxx
framework/source/uielement/toolbar*.cxx

-Andre


Thank you!

A.S.

--
Apostolos Syropoulos
Xanthi, Greece

                                        


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to