# -*- 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_bin,$(OUTDIR)/bin)) $(eval $(call gb_Package_set_outdir,odk_bin,$(INSTDIR))) $(eval $(call gb_Package_add_files,odk_bin,$(gb_Package_SDKDIRNAME)/bin,\ $(addsuffix $(gb_Executable_EXT),\ autodoc \ $(if $(filter WNT,$(OS)),climaker) \ cppumaker \ idlc \ javamaker \ regcompare \ $(if $(SYSTEM_UCPP),,ucpp) \ uno-skeletonmaker \ unoapploader \ ) \ )) # vim: set noet sw=4 ts=4: k LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DTables.hxx
AgeCommit message (Expand)Author
2021-03-23tdf#124176 Use pragma once in connectivityVincent LE GARREC
2020-07-18compact namespace: connectivityNoel Grandin
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-08-21remove commented out namespace aliasesThomas Arnhold
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann