# -*- 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,sw_docbookexport)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_docbookexport, \ sw/qa/extras/docbookexport/docbookexport \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_docbookexport, \ comphelper \ cppu \ cppuhelper \ i18nlangtag \ sal \ sw \ test \ tl \ unotest \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_externals,sw_docbookexport,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_docbookexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sw_docbookexport)) $(eval $(call gb_CppunitTest_use_ure,sw_docbookexport)) $(eval $(call gb_CppunitTest_use_vcl,sw_docbookexport)) $(eval $(call gb_CppunitTest_use_rdb,sw_docbookexport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_docbookexport)) # vim: set noet sw=4 ts=4: ion value='distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSet.hxx
AgeCommit message (Expand)Author
2021-09-24memory leak on loading dbase filesCaolán McNamara
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/coreGeorge Bateman
2020-02-27tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-04-22Fix typoAndrea Gelmini
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2018-05-14loplugin:useuniqueptr in ORowSetNoel Grandin
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin
2018-03-30loplugin:virtualdown in variousNoel Grandin
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-08-28Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppendStephan Bergmann
2017-07-31loplugin:constparams in dbaccessNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin