# -*- 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_ExternalPackage_ExternalPackage,openssl,openssl)) $(eval $(call gb_ExternalPackage_use_external_project,openssl,openssl)) ifeq ($(COM),MSC) $(eval $(call gb_ExternalPackage_add_files,openssl,lib,\ out32dll/ssleay32.lib \ out32dll/libeay32.lib \ )) $(eval $(call gb_ExternalPackage_add_files,openssl,bin,\ out32dll/ssleay32.dll \ out32dll/libeay32.dll \ )) else $(eval $(call gb_ExternalPackage_add_files,openssl,lib,\ libcrypto.a \ libssl.a \ )) endif # vim: set noet sw=4 ts=4: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/comphelper/SelectionMultiplex.hxx
AgeCommit message (Expand)Author
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-20use rtl::Reference in OSelectionChangeListenerNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, comphelperStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-24loplugin:singlevalfields in comphelperNoel Grandin
2016-04-05loplugin:constantparam in comphelperNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20com::sun::star->css in include/comphelperNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25coverity#983702 Uncaught exceptionCaolán McNamara
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen