office-gobmx/cppuhelper
Stephan Bergmann 36e8d5d137 Insert type rdbs individually into theTypeDescriptionManager
...to make it easier in the future to replace the binary rdb format with
something else, but also keep support for the old format for backwards
compatibility (extensions).

This should have no performance impact, as the type description manager (a)
caches information about requested type descriptions, and (b) has been changed
to process the bootstrap rdbs en bloc without doing costly consistency checks
(which are useful though when inserting an rdb when installing an extension, but
which would exhaustively read all type descriptions from the inserted rdb, so
would negate any benefit of constructing any type descriptions on demand only).

Change-Id: I80b22770bd9a5e0ab686f04d9c70295f2e3d0bf6
2013-01-18 16:55:04 +01:00
..
inc/cppuhelper API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv. 2012-12-21 15:56:44 +01:00
prj
qa
source Insert type rdbs individually into theTypeDescriptionManager 2013-01-18 16:55:04 +01:00
test Get rid of (most uses of) GUI 2012-12-25 17:53:25 +00:00
unotypes/cppuhelper/detail
CppunitTest_cppuhelper_checkapi.mk
CppunitTest_cppuhelper_cppu_ifcontainer.mk
CppunitTest_cppuhelper_cppu_unourl.mk
CppunitTest_cppuhelper_qa_weak.mk
CustomTarget_cppuhelper_allheaders.mk
InternalUnoApi_cppuhelper.mk
Library_cppuhelper.mk Unfold remainder of add_access_control_entries at call site 2013-01-16 11:39:03 +01:00
Makefile
Module_cppuhelper.mk
Package_inc.mk API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv. 2012-12-21 15:56:44 +01:00
Package_unorc.mk
README
StaticLibrary_findsofficepath.mk

Helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff. Get UNO up and running.

See also:
[http://wiki.services.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper]