office-gobmx/toolkit
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/toolkit
prj
qa toolkit: s/EventEvent/Event/ in a11y complex test 2012-11-29 21:45:13 +01:00
source c++ API: use css alias in generated headers, adds global css decl 2012-11-30 14:36:36 +01:00
test/accessibility API CHANGE a11y unpublishing and add/removeListener rename. 2012-11-29 16:58:16 +01:00
util
AllLangResTarget_tk.mk
JunitTest_toolkit_complex.mk
JunitTest_toolkit_unoapi.mk
Library_tk.mk
Makefile
Module_toolkit.mk
Package_inc.mk
README

"Abstract" windowing thing, UNO implementations of windowing stuff so that it
can be used from Basic or Java. But also stuff that has no connection to Basic
or Java.

Note that the "awt" here has no relation to the Java awt, as far as I know. It
might be inspired by it API-wise, perhaps. (If you know differently, feel free
to improve this REDAME file.)