office-gobmx/cppuhelper
Stephan Bergmann 35d474ff8c Fix removeRdbFiles (caused extension update to fail)
removeRdbFiles suffered from a confusion that ImplementationInfo.uri denotes the
corresponding component (.so, .jar, etc.), but not the .rdb file.  So removing
an .rdb file silently failed to remove the corresponding implementations, so re-
installing a similar enough .rdb (as typically happens during extension update)
would fail due to duplicate implementation names.

Change-Id: I25d4ff72656c99a3af509eef09e89c18cfd0aabe
2012-08-24 17:18:28 +02:00
..
inc/cppuhelper remove obsolete hooks for proprietary Sun single-sign-on config page 2012-07-16 10:21:36 +01:00
prj
qa Bin no longer used iOS cppunit stuff that even breaks the build 2012-08-02 19:16:53 +03:00
source Fix removeRdbFiles (caused extension update to fail) 2012-08-24 17:18:28 +02:00
test remove empty ascii boxes and stuff 2012-08-07 18:08:29 +02:00
unotypes/cppuhelper/detail simplify include guards 2012-07-14 05:44:15 +02:00
CppunitTest_cppuhelper_checkapi.mk forgot to rename cppu -> cppuhelper from the template 2012-07-16 18:01:11 +02:00
CppunitTest_cppuhelper_cppu_ifcontainer.mk
CppunitTest_cppuhelper_cppu_unourl.mk
CppunitTest_cppuhelper_qa_weak.mk
CustomTarget_cppuhelper_allheaders.mk More: echo -e is not POSIX (and unknown to Mac OS X) 2012-07-16 20:46:14 +02:00
InternalUnoApi_cppuhelper.mk
Library_cppuhelper.mk
Makefile
Module_cppuhelper.mk allow using rtl::OUString etc. simply as OUString, without rtl:: 2012-07-16 16:03:03 +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]