# -*- 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,spsupp_x86)) $(eval $(call gb_Library_set_x86,spsupp_x86,YES)) # when building with link-time optimisation on, we need to turn it off for the helper ifeq ($(ENABLE_LTO),TRUE) $(eval $(call gb_Library_add_cxxflags,spsupp_x86,\ -GL- \ )) $(eval $(call gb_Library_add_ldflags,spsupp_x86,\ -LTCG:OFF \ )) endif $(eval $(call gb_Library_use_custom_headers,spsupp_x86,\ shell/source/win32/spsupp/idl \ )) $(eval $(call gb_Library_set_include,spsupp_x86,\ -I$(SRCDIR)/shell/inc/spsupp \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_system_win32_libs,spsupp_x86,\ advapi32 \ kernel32 \ ole32 \ oleaut32 \ user32 \ )) $(eval $(call gb_Library_add_nativeres,spsupp_x86,spsupp)) $(eval $(call gb_Library_add_ldflags,spsupp_x86,\ /DEF:$(SRCDIR)/shell/source/win32/spsupp/spsupp.def \ )) $(eval $(call gb_Library_add_exception_objects,spsupp_x86,\ shell/source/win32/spsupp/COMOpenDocuments \ shell/source/win32/spsupp/registrar \ shell/source/win32/spsupp/spsuppClassFactory \ shell/source/win32/spsupp/spsuppServ \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: istro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/sot
AgeCommit message (Expand)Author
2024-05-01CopyTo is never passed a null argumentCaolán McNamara
2024-04-02simplify SotTempStream and lifetimeNoel Grandin
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-02-19hide more symbolsNoel Grandin
2024-02-15i#112829: offer svg as clipboard format as wellDamjan Jovanovic
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-05-30clang-tidy modernize-pass-by-value in sotNoel Grandin
2021-06-19loplugin:finalclassesNoel Grandin
2021-06-10loplugin:unnecessaryreturn SotStorageStream::CommitNoel Grandin
2021-05-07convert sal_uLong in sotNoel Grandin
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara
2020-12-22SotStorageStream does not need to extend SotObjectNoel
2020-12-22split SotStorageStream into two classesNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-03-06mark some more classes hidden in --enable-mergelibs modeNoel Grandin
2019-11-05make some classes module-privateNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-30loplugin:finalclasses sot..svlNoel Grandin
2019-10-17ofz#18280 remove LinkedFile supportCaolán McNamara
2019-04-27clenup storinfo.hxxTomaž Vajngerl
2019-04-26cleanup files in SOT, not changeTomaž Vajngerl
2019-04-26tdf#118977 support PDF documents as a clipboard formatTomaž Vajngerl
2018-12-05remove unused SotExchangeActionFlags enum valuesNoel Grandin
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin
2018-11-05tdf#42949 Fix IWYU warnings in include/sot/*Gabor Kelemen
2018-07-12return SvMemoryStream by std::unique_ptrNoel Grandin