# -*- 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_CppunitTest_CppunitTest,sc_databaserangesobj)) $(eval $(call gb_CppunitTest_use_external,sc_databaserangesobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_databaserangesobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_databaserangesobj, \ sc/qa/extras/scdatabaserangesobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_databaserangesobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_databaserangesobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_databaserangesobj)) $(eval $(call gb_CppunitTest_use_ure,sc_databaserangesobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_databaserangesobj)) $(eval $(call gb_CppunitTest_use_components,sc_databaserangesobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_databaserangesobj)) # vim: set noet sw=4 ts=4: fice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AUsers.cxx
AgeCommit message (Expand)Author
6 daysexpand the ObjectType typedefNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2019-10-01loplugin:redundantcast (clang-cl)Stephan Bergmann
2019-09-07tdf#39593 drop comphelper::getImplementationArkadiy Illarionov
2019-06-24tdf#39593 Change comphelper::getImplementation signatureArkadiy Illarionov
2017-10-27loplugin:includeform: connectivity (Windows)Stephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-16clang-cl loplugin: connectivityStephan Bergmann
2016-10-11Replace OLEString operators with proper functions, for clarityStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2014-06-04connectivity: fix includesThomas Arnhold
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák