# -*- 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_UITest_UITest,sort)) $(eval $(call gb_UITest_add_modules,sort,$(SRCDIR)/sc/qa/uitest,\ sort/ \ )) $(eval $(call gb_UITest_set_defs,sort, \ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \ )) # vim: set noet sw=4 ts=4: ain'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/sdbtools/connection/datasourcemetadata.hxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-17coverity#983635 Uncaught exceptionCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin