office-gobmx/toolkit
Stephan Bergmann b15f79a8f8 loplugin:unnecessaryparen: signed numeric literals
Change-Id: I75c8224452ca9c3711a2ccaca9ecf549fa59cb64
Reviewed-on: https://gerrit.libreoffice.org/45549
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-30 19:29:21 +01:00
..
inc/helper loplugin:includeform: toolkit 2017-10-23 22:45:49 +02:00
qa Translate one German variable name 2017-09-04 03:28:17 +02:00
source loplugin:unnecessaryparen: signed numeric literals 2017-11-30 19:29:21 +01:00
test/accessibility Fix typos 2017-08-17 21:53:28 +02:00
util
JunitTest_toolkit_complex.mk
JunitTest_toolkit_unoapi_1.mk
JunitTest_toolkit_unoapi_2.mk
JunitTest_toolkit_unoapi_3.mk
JunitTest_toolkit_unoapi_4.mk
Library_tk.mk Remove VCLExternalSolarLock and IMutex. 2017-06-12 08:45:48 +02:00
Makefile
Module_toolkit.mk
README Fix typos 2017-03-25 12:57:18 +00:00

"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 README file.)

Note that toolkit/ is itself not really a toolkit, it is at root a
reasonably simple wrapper of vcl/ - if you came here looking for a
toolkit, please checkout vcl/ instead.