# -*- 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,fodpfuzzer)) $(eval $(call gb_Executable_use_api,fodpfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,fodpfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,fodpfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,fodpfuzzer,\ $(fuzzer_draw_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,fodpfuzzer,\ $(fuzzer_statics) \ fuzzer_draw \ )) $(eval $(call gb_Executable_add_exception_objects,fodpfuzzer,\ vcl/workben/fodpfuzzer \ )) $(eval $(call gb_Executable_add_libs,fodpfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/dp_persmap.cxx
AgeCommit message (Expand)Author
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: desktopStephan Bergmann
2019-12-19sal_Char->char in desktop..dtransNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-03-05Use for-range loops in desktop (part1)Julien Nabet
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-12More loplugin:cstylecast: desktopStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-02Handle osl::File::setPos failureStephan Bergmann
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock
2016-04-05loplugin:constantparamNoel Grandin
2016-03-02loplugin:unuseddefaultparam in desktopNoel Grandin