# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_JunitTest_JunitTest,dbaccess_complex)) $(eval $(call gb_JunitTest_use_unoapi_jars,dbaccess_complex)) $(eval $(call gb_JunitTest_use_jars,dbaccess_complex,\ ConnectivityTools \ juh \ )) $(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\ $$(DEFS) \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \ )) $(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\ complex.dbaccess.Beamer \ complex.dbaccess.PropertyBag \ complex.dbaccess.RowSet \ )) $(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_complex,\ dbaccess/qa/complex/dbaccess/ApplicationController \ dbaccess/qa/complex/dbaccess/Beamer \ dbaccess/qa/complex/dbaccess/CRMBasedTestCase \ dbaccess/qa/complex/dbaccess/CopyTableInterActionHandler \ dbaccess/qa/complex/dbaccess/CopyTableWizard \ dbaccess/qa/complex/dbaccess/DataSource \ dbaccess/qa/complex/dbaccess/DatabaseApplication \ dbaccess/qa/complex/dbaccess/DatabaseDocument \ dbaccess/qa/complex/dbaccess/FileHelper \ dbaccess/qa/complex/dbaccess/Parser \ dbaccess/qa/complex/dbaccess/PropertyBag \ dbaccess/qa/complex/dbaccess/Query \ dbaccess/qa/complex/dbaccess/QueryInQuery \ dbaccess/qa/complex/dbaccess/RowSet \ dbaccess/qa/complex/dbaccess/RowSetEventListener \ dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer \ dbaccess/qa/complex/dbaccess/TestCase \ dbaccess/qa/complex/dbaccess/UISettings \ )) # vim: set noet sw=4 ts=4: libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basegfx/test
AgeCommit message (Expand)Author
2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann
2016-07-25basegfx: use polygon initializer_list in some placesTomaž Vajngerl
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran
2016-01-31boost::tuple -> std::tupleCaolán McNamara
2016-01-22loplugin:fpcomparison in basegfxNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30basegfx tree cleanupMario J. Rugiero
2015-10-26WaE: loplugin:defaultparamsTor Lillqvist
2015-10-26Replace boost::bind by lambdas in basegfx tree.Mario J. Rugiero
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin
2015-06-02Replaced boost::tuple with std::tupleZsolt Bölöny
2015-06-01Remove B1IRange, it's not used anywhereZsolt Bölöny
2015-06-01Remove B1IBox, it's not used anywhereZsolt Bölöny
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-01-18remove unused fileMarkus Mohrhard
2014-10-07disambiguate uniform_int_distributionCaolán McNamara
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard
2014-04-09Clean up function declarationsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-25Remove visual noise from basegfxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-01basegfx: accelerate Trapezoid subdivision by avoiding allocations.Michael Meeks
2013-11-11basegfx: include <> for external includesNorbert Thiebaud
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand