# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,dxffuzzer)) $(eval $(call gb_Executable_use_api,dxffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,dxffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,dxffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,dxffuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,dxffuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,dxffuzzer,\ vcl/workben/dxffuzzer \ )) $(eval $(call gb_Executable_add_libs,dxffuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: opia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svl/isethint.hxx
d37b7c3aa'>cid#1546141 COPY_INSTEAD_OF_MOVE
AgeCommit message (Expand)Author
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin
2019-10-30loplugin:finalclasses sot..svlNoel Grandin
Caolán McNamara
2023-11-08loplugin:fieldcast in xmlscriptNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmlscriptStephan Bergmann
2023-05-06Use getXWeak in xmlscriptMike Kaganski
2023-04-09elide temporaries in readEventsNoel Grandin
2023-02-28osl::Mutex->std::mutex in xmlscript::DocumentHandlerImplNoel Grandin
2022-10-17use more string_viewNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-08Related tdf#114790: add align and vertalign to datefield im/exportJulien Nabet
2022-08-07Resolves: tdf#114790 add align and vertalign to currencyfield im/exportCaolán McNamara
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin