# -*- 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_Executable_Executable,idlc)) $(eval $(call gb_Executable_set_include,idlc,\ -I$(SRCDIR)/idlc/inc \ -I$(SRCDIR)/idlc/source \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_externals,idlc,\ boost_headers \ )) $(eval $(call gb_Executable_use_libraries,idlc,\ reg \ sal \ salhelper \ )) $(eval $(call gb_Executable_add_grammars,idlc,\ idlc/source/parser \ )) $(eval $(call gb_Executable_add_scanners,idlc,\ idlc/source/scanner \ )) ifneq (,$(SYSTEM_UCPP)) $(eval $(call gb_Executable_add_defs,idlc,\ -DSYSTEM_UCPP \ -DUCPP=\"file://$(SYSTEM_UCPP)\" \ )) endif $(eval $(call gb_Executable_add_exception_objects,idlc,\ idlc/source/idlcmain \ idlc/source/idlc \ idlc/source/idlccompile \ idlc/source/idlcproduce \ idlc/source/errorhandler \ idlc/source/options \ idlc/source/fehelper \ idlc/source/astdeclaration \ idlc/source/astscope \ idlc/source/aststack \ idlc/source/astdump \ idlc/source/astinterface \ idlc/source/aststruct \ idlc/source/aststructinstance \ idlc/source/astoperation \ idlc/source/astconstant \ idlc/source/astenum \ idlc/source/astexpression \ idlc/source/astservice \ )) # vim:set noet sw=4 ts=4: on value='distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FDatabaseMetaData.hxx
1b95fbc210bc1f0f6a7159f341894f0f'>First batch of adding SAL_OVERRRIDE to overriding function declarations
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Stephan Bergmann
2014-03-12coverity#707937 Uninitialized pointer fieldCaolán McNamara
2014-03-12coverity#707936 Uninitialized pointer fieldCaolán McNamara
2014-03-08coverity#707939 Uninitialized scalar fieldCaolán McNamara
2014-03-08coverity#707938 Uninitialized scalar fieldCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from ioAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms