office-gobmx/framework
Andrzej Hunt 1ae89d1892 fdo79368 Don't process overflow menu items twice.
We reuse the toolbox overflow menu for toolbarmanager's context
menu -- toolbarmanger previously added its menu listener to the
toolboxes menu permanently, meaning that it would try to handle
overflow menu items (in addition to the context menu items which
it should handle), instead we should only add the listener when
we are actually using the menu as a context menu.

Perhaps it would be better in the long run to actually use fully separate
menus instead, and ask toolbox to specifically add its items to that
rather than trying to hack the context menu on top of the overflow menu?

Change-Id: Iecface2c6eae9ab79dbcdb25ffdbaf446e2885ea
2014-06-01 08:42:46 +01:00
..
dtd
inc update_pch 2014-05-28 15:53:10 +02:00
qa Correct common misspellings, and remove some ASCII art along the way. 2014-05-17 12:38:38 +00:00
source fdo79368 Don't process overflow menu items twice. 2014-06-01 08:42:46 +01:00
uiconfig/startmodule
util
AllLangResTarget_fwe.mk
JunitTest_framework_complex.mk
JunitTest_framework_unoapi.mk
Library_fwe.mk
Library_fwi.mk
Library_fwk.mk
Library_fwl.mk
Library_fwm.mk
Makefile
Module_framework.mk
Package_dtd.mk
README
UIConfig_startmodule.mk

UI rewrite, toolbars, menus, UNO stuff, including accelerators and interaction, etc.

See also:
[http://wiki.openoffice.org/wiki/Framework]

Notable files:
[git:framework/source/services/backingwindow.hxx] Layout of the Startcenter buttons and the corresponding event handler.