# -*- 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_CppunitTest_CppunitTest,cppuhelper_qa_weak)) $(eval $(call gb_CppunitTest_add_exception_objects,cppuhelper_qa_weak,\ cppuhelper/qa/weak/test_weak \ )) $(eval $(call gb_CppunitTest_use_api,cppuhelper_qa_weak,\ udkapi \ )) $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_qa_weak,\ cppu \ cppuhelper \ sal \ )) # vim: set noet sw=4 ts=4: aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/WrappedResultSet.cxx
AgeCommit message (Expand)Author
2020-04-15loplugin:flatten in dbaccessNoel Grandin
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen
2020-03-18simplify ORefVector codeNoel Grandin
2018-04-13tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-05loplugin:unnecessaryoverride in dbaccessNoel Grandin
2016-09-01coverity#1372405 Uncaught exceptionCaolán McNamara
2016-09-01coverity#1372403 Uncaught exceptionCaolán McNamara
2016-04-12clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin