# -*- 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,xlsfuzzer)) $(eval $(call gb_Executable_use_api,xlsfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,xlsfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,xlsfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,xlsfuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,xlsfuzzer,\ findsofficepath \ ulingu \ fuzzer_calc \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,xlsfuzzer,\ vcl/workben/xlsfuzzer \ )) $(eval $(call gb_Executable_add_libs,xlsfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/listctrl.cxx
AgeCommit message (Expand)Author
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-11-15Related tdf#113652: fix crash when closing Data providerJulien Nabet
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-12prevent crash while disposing ListControl when children are disposedMarkus Mohrhard
2017-10-10add a method to get all entries from ListControlMarkus Mohrhard
2017-10-10store vcl::Window in ListControl to allow adding VclContainerMarkus Mohrhard
2017-08-29move ListControl to vclMarkus Mohrhard