office-gobmx/framework
Stephan Bergmann 9ac86f484b Improvement on previous commit, UCB clean up
* As UCB is only ever initialized with "Local"/"Office", remove this
  configuration vector completely.  The "create" ctor creates an instance
  internally initialized with those "Local"/"Office" keys.  Special (test) code
  can still instantiate an uninitialized one via plain createInstance.  And for
  backwards compatilibity process startup still ensures to create an initialized
  instance early, in case there is still code out there (in extensions) that
  later calls plain createInstance and expects to get the already-initialized
  (single) instance.

* XInitialization is an "implementation detail" of the UniversalContentBroker
  service, do not expose in XUniversalContentBroker.

* ucbhelper/configurationkeys.hxx is no longer needed and is removed.

* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
  requires ucbhelper::Content constructors to take explicit XComponentContext
  arguments now.

* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
  Android-only InitUCBHelper.  Is that relevant still?

Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-14 18:24:49 +02:00
..
dtd
inc Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
prj
qa Java cleanup, remove unnecessary imports 2012-09-06 17:13:58 +02:00
source Improvement on previous commit, UCB clean up 2012-09-14 18:24:49 +02:00
uiconfig/startmodule
util kill more unneeded stuff; rename uiconfig Packages 2012-08-24 23:24:11 +02:00
AllLangResTarget_fwe.mk
JunitTest_framework_complex.mk gbuild: register all jars 2012-08-17 12:52:25 +02:00
JunitTest_framework_unoapi.mk gbuild: register all jars 2012-08-17 12:52:25 +02:00
Library_fwe.mk add more runtime deps on resource files for unit-tests 2012-08-21 02:06:01 +02:00
Library_fwi.mk
Library_fwk.mk
Library_fwl.mk
Library_fwm.mk
Library_lomenubar.mk
Makefile
Module_framework.mk kill more unneeded stuff; rename uiconfig Packages 2012-08-24 23:24:11 +02:00
Package_dtd.mk
Package_inc.mk
Package_uiconfig.mk
README

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

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

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