office-gobmx/toolkit
Thomas Arnhold 5fcecf9b88 hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.

Also there are many commented out lines removed.

Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-21 11:54:18 +02:00
..
inc/toolkit Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer() 2012-06-18 22:38:41 +03:00
prj touch depends on sal, toolkit depends on touch 2012-06-18 23:01:49 +03:00
qa
source WaE: unused parameters 2012-06-18 23:05:10 +03:00
src2xml hrc cleanup: Remove unused defines 2012-06-21 11:54:18 +02:00
test/accessibility
util
AllLangResTarget_tk.mk
JunitTest_toolkit_unoapi.mk
Library_tk.mk Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer() 2012-06-18 22:38:41 +03:00
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.)