# -*- 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_Package_Package,odk_cli,$(INSTROOT))) $(eval $(call gb_Package_set_outdir,odk_cli,$(INSTDIR))) $(eval $(call gb_Package_add_files,odk_cli,$(SDKDIRNAME)/cli,\ $(LIBO_URE_LIB_FOLDER)/cli_cppuhelper.dll \ $(LIBO_URE_LIB_FOLDER)/cli_basetypes.dll \ $(LIBO_URE_LIB_FOLDER)/cli_ure.dll \ $(LIBO_URE_LIB_FOLDER)/cli_uretypes.dll \ $(LIBO_LIB_FOLDER)/cli_oootypes.dll \ )) # vim: set noet sw=4 ts=4: aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/exsrcbrw.cxx
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin
2021-11-28use more OInterfaceContainerHelper3 in dbaccessNoel Grandin
2021-02-22loplugin:refcounting in dbaccessNoel
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
2020-07-08dbaccess: create instances with uno constructorsNoel Grandin
2020-04-20tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen
2020-04-15loplugin:flatten in dbaccessNoel Grandin
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-10an is used before a vowel soundCaolán McNamara
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-10Clean up uses of Any::getValue() in dbaccessStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-08-19Remove two silly typedefsStephan Bergmann
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-12dbaccess: sal_Bool -> boolStephan Bergmann
2014-05-11Fix previous commit (dbaccess part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-11-11remove unnecessary use of OUString constructor in DBACCESS moduleNoel Grandin
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi
2013-01-15fdo#46808, Adapt frame::TaskCreator UNO service to new styleNoel Grandin