office-gobmx/toolkit
Noel Grandin a361231b13 fix wrong SET/QUERY flags passed to uno::Reference
By creating deleted methods for the wrong calls.

Avoids the compiler needing to construct a temporary

Change-Id: I3b8c648d6bb22d22827bf74f21ea5a2a17fc0f6a
Reviewed-on: https://gerrit.libreoffice.org/72103
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-05-13 08:15:27 +02:00
..
inc/helper unowrap.hxx is also exposed for toolkit only 2018-10-14 22:16:56 +02:00
qa fix wrong SET/QUERY flags passed to uno::Reference 2019-05-13 08:15:27 +02:00
source fix wrong SET/QUERY flags passed to uno::Reference 2019-05-13 08:15:27 +02:00
test/accessibility tdf#116542 a11y: introduce STATIC role 2018-08-14 12:06:41 +02:00
util
CppunitTest_toolkit.mk tdf#123772 Add test 2019-03-08 09:17:20 +01:00
JunitTest_toolkit_complex.mk Drop juh.jar dependency from Java UNO tests 2018-12-06 17:40:33 +01:00
JunitTest_toolkit_unoapi_1.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
JunitTest_toolkit_unoapi_2.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
JunitTest_toolkit_unoapi_3.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
JunitTest_toolkit_unoapi_4.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
Library_tk.mk gbuild: rename value OS=IOS to OS=iOS 2018-11-01 16:39:54 +01:00
Makefile
Module_toolkit.mk toolkit: disable the UnitConversion test only on WNT 2018-01-08 16:15:42 +01:00
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.