office-gobmx/toolkit
Caolán McNamara 0069bce585 use an accessor for SystemEnvData::aWindow
with an eye to making it on-demand

Change-Id: If6cefd68a336dc6afe23591c857bd71034215b54
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109929
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-26 13:27:17 +01:00
..
inc avoid some ref-counting 2021-01-25 20:21:48 +01:00
qa Fix typo in code 2020-09-26 09:44:26 +02:00
source use an accessor for SystemEnvData::aWindow 2021-01-26 13:27:17 +01:00
test/accessibility Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
util
CppunitTest_toolkit.mk Test keeping element order in EventContainer 2020-05-07 08:43:03 +02:00
IwyuFilter_toolkit.yaml replace usage of blacklist with excludelist for IWYU 2020-07-10 02:03:40 +02:00
JunitTest_toolkit_complex.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
JunitTest_toolkit_unoapi_1.mk
JunitTest_toolkit_unoapi_2.mk
JunitTest_toolkit_unoapi_3.mk
JunitTest_toolkit_unoapi_4.mk
Library_tk.mk move VCLXMultiLineEdit and MultiLineEdit to toolkit 2020-08-18 12:40:27 +02:00
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 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.