# -*- 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_Library_Library,io)) $(eval $(call gb_Library_use_external,io,boost_headers)) $(eval $(call gb_Library_use_udk_api,io)) $(eval $(call gb_Library_use_libraries,io,\ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_set_componentfile,io,io/source/io)) $(eval $(call gb_Library_set_include,io,\ -I$(SRCDIR)/io/source \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_exception_objects,io,\ io/source/services \ io/source/acceptor/acc_pipe \ io/source/acceptor/acc_socket \ io/source/acceptor/acceptor \ io/source/connector/connector \ io/source/connector/ctr_pipe \ io/source/connector/ctr_socket \ io/source/stm/odata \ io/source/stm/omark \ io/source/stm/opipe \ io/source/stm/opump \ io/source/stm/streamhelper \ io/source/TextInputStream/TextInputStream \ io/source/TextOutputStream/TextOutputStream \ )) # vim:set noet sw=4 ts=4: cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/connectivity/dbtools.hxx
AgeCommit message (Expand)Author
2019-08-17tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara
2019-07-02Fix typoAndrea Gelmini
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2018-09-11loplugin:constantparamNoel Grandin
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin
2017-11-01loplugin:constantparam in connectivityNoel Grandin
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane
2017-07-02looks like namespace syntax does not work like I think it doesLionel Elie Mamane
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane
2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann