office-gobmx/cppu
Tor Lillqvist 97593ae24a Handle lack of module loading/unloading API when DISABLE_DYNLOADING
There are basicically two classes of cases:

1) Where the code is for obscure historical reasons or what I see as
misguided "optimization" split into a more libraries than necessary,
and these then are loaded at run-time. Instead, just use direct
linking.

2) Where dynamic loading is part of the functionality offered to some
upper (scripting etc) layer, or where some system-specific non-LO
library is loaded dynamically, as it is not necessarily present on
end-user machines. Can't have such in the DISABLE_DYNLOADING case.

Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
2012-10-07 07:59:15 +03:00
..
inc Make Reference::iset_throw work with multiple-inheritance interfaces 2012-09-30 19:59:02 +02:00
prj
qa
source Handle lack of module loading/unloading API when DISABLE_DYNLOADING 2012-10-07 07:59:15 +03:00
util
CppunitTest_cppu_checkapi.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_cppu_qa_any.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_cppu_qa_recursion.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_cppu_qa_reference.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_cppu_qa_unotype.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_cppu_test_cppumaker.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CustomTarget_cppu_allheaders.mk dependency on makefile needs full path 2012-09-22 08:15:35 +02:00
InternalUnoApi_cppu.mk
Library_affine_uno.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_cppu.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_log_uno.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_purpenvhelper.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_unsafe_uno.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Makefile
Module_cppu.mk
Package_inc.mk
README

Type definitions/implementations for the core of UNO. The exported API is in C.

See also:
[http://wiki.services.openoffice.org/wiki/Uno/Binary/Modules/CPPU]