office-gobmx/toolkit
Michael Stahl b532fccca7 work around spurious signed overflow warnings
gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC):
/com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow
does not occur when assuming that (X - c) > X is always false
[-Werror=strict-overflow]
2012-05-08 11:31:49 +02:00
..
inc/toolkit fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST 2012-05-04 15:52:57 +02:00
prj make gbuild the default assumption of build.pl 2012-04-29 03:50:46 +02:00
qa
source work around spurious signed overflow warnings 2012-05-08 11:31:49 +02:00
src2xml
test/accessibility
util
AllLangResTarget_tk.mk
JunitTest_toolkit_unoapi.mk
Library_tk.mk
Makefile
Module_toolkit.mk
Package_inc.mk
Package_util.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.)