69c964bbd5
/<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx: In member function ‘void XAccessibleComponentTester::testBounds()’:
/<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx:51:5: error: no matching function for call to ‘assertGreaterEqual(int, sal_Int32&, CppUnit::SourceLine, const char [1])’
51 | CPPUNIT_ASSERT_GREATEREQUAL(0, bounds.X);
| ^
/usr/include/cppunit/TestAssert.h:251:6: note: candidate: ‘template<class T> void CppUnit::assertGreaterEqual(const T&, const T&, CppUnit::SourceLine, const string&)’
251 | void assertGreaterEqual( const T& expected,
| ^~~~~~~~~~~~~~~~~~
/usr/include/cppunit/TestAssert.h:251:6: note: template argument deduction/substitution failed:
/<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx:51:5: note: deduced conflicting types for parameter ‘const T’ (‘int’ and ‘sal_Int32’ {aka ‘long int’})
51 | CPPUNIT_ASSERT_GREATEREQUAL(0, bounds.X);
| ^
etc.
Regression from
|
||
---|---|---|
.. | ||
inc | ||
qa | ||
source | ||
test/accessibility | ||
util | ||
CppunitTest_toolkit.mk | ||
CppunitTest_toolkit_a11y.mk | ||
IwyuFilter_toolkit.yaml | ||
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 | ||
Makefile | ||
Module_toolkit.mk | ||
README.md |
Abstract Windowing Toolkit
"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.
Notes
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.md
file.)
Also 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 look at vcl/
instead.