office-gobmx/toolkit
Stephan Bergmann 93f5d5a919 The opaque PostUserEvent IDs are actually pointers
...so declare them as such.  This avoids the recurring mistake of storing such
IDs as sal_uInt32, truncating in 64 bit environments, causing RemoveUserEvent to
potentially not remove the event, it thus firing "too late" and probably causing
a crash.

While at it, consolidate the trivially unnecessary overloads of both
Application::PostUserEvent and Window::PostUserEvent.  And in each of them, it
looks like deleting the mpLink member was missing from the failure branch.

Change-Id: Iab13afbb06e12ac15dec6a6b5b85a7e402a3c654
2014-05-07 11:49:46 +02:00
..
inc/helper
qa simplify ternary conditions "xxx ? yyy : false" 2014-05-05 12:47:48 +02:00
source The opaque PostUserEvent IDs are actually pointers 2014-05-07 11:49:46 +02:00
test/accessibility Typo: depricated->deprecated 2014-05-04 23:14:29 +02:00
util
JunitTest_toolkit_complex.mk
JunitTest_toolkit_unoapi.mk
Library_tk.mk
Makefile
Module_toolkit.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.)

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.