office-gobmx/cppu
Thorsten Behrens 66a175834c c++ API: use css alias in generated headers, adds global css decl
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star

Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.

Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-30 14:36:36 +01:00
..
inc We only support MSVC 2008 (_MSC_VER 1500) or later 2012-11-28 20:53:40 +02:00
prj
qa c++ API: use css alias in generated headers, adds global css decl 2012-11-30 14:36:36 +01:00
source c++ API: use css alias in generated headers, adds global css decl 2012-11-30 14:36:36 +01: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
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]