# -*- 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,jurt_remote)) $(eval $(call gb_JunitTest_use_jars,jurt_remote,\ ridl \ )) $(eval $(call gb_JunitTest_use_jar_classset,jurt_remote,jurt)) $(eval $(call gb_JunitTest_add_sourcefiles,jurt_remote,\ jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test \ jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test \ jurt/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt \ jurt/test/com/sun/star/lib/uno/environments/remote/TestReceiver \ jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt \ jurt/test/com/sun/star/lib/uno/environments/remote/ThreadId_Test \ jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test \ )) $(eval $(call gb_JunitTest_add_classes,jurt_remote,\ com.sun.star.lib.uno.environments.remote.JavaThreadPoolFactory_Test \ com.sun.star.lib.uno.environments.remote.JobQueue_Test \ com.sun.star.lib.uno.environments.remote.ThreadId_Test \ com.sun.star.lib.uno.environments.remote.ThreadPool_Test \ )) # vim:set noet sw=4 ts=4: reoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/qa/cppunit/test_converter.cxx
AgeCommit message (Expand)Author
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-06-30sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-01-12More loplugin:cstylecast: saxStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-23loplugin:includeform: saxStephan Bergmann
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20new loplugin: badvectorinitNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-12Improve output in case of test failureStephan Bergmann
2013-12-17Improve CPPUNIT_ASSERTsStephan Bergmann
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl