office-gobmx/cppuhelper
Michael Stahl 5729da18a1 fdo#42865: privatized unique empty string symbol:
Unfortunately this --enable-dbg-util only problem (caused by
_GLIBCXX_DEUBG) resurfaced, perhaps because of new std::string based
logging in sal; adapt all map files to export the unique symbol.
2012-05-18 16:33:19 +02:00
..
inc/cppuhelper WaE: implicit conversion changes signedness 2012-04-24 23:56:48 +03:00
prj make gbuild the default assumption of build.pl 2012-04-29 03:50:46 +02:00
qa
source fdo#42865: privatized unique empty string symbol: 2012-05-18 16:33:19 +02:00
test fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST 2012-05-04 15:52:57 +02:00
unotypes/cppuhelper/detail cppuhelper: use InternalUnoApi 2012-04-09 21:04:38 +02:00
CppunitTest_cppuhelper_cppu_ifcontainer.mk
CppunitTest_cppuhelper_cppu_unourl.mk
CppunitTest_cppuhelper_qa_weak.mk
InternalUnoApi_cppuhelper.mk cppuhelper: use InternalUnoApi 2012-04-09 21:04:38 +02:00
Library_cppuhelper.mk New cppu::defaultBootstrap_InitialComponentContext implementation 2012-04-20 22:57:32 +02:00
Makefile
Module_cppuhelper.mk cppuhelper: use InternalUnoApi 2012-04-09 21:04:38 +02:00
Package_findsofficepath.mk
Package_inc.mk
Package_unorc.mk
README

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]