# -*- 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,htmlfuzzer)) $(eval $(call gb_Executable_use_api,htmlfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,htmlfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,htmlfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,htmlfuzzer,\ $(fuzzer_writer_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,htmlfuzzer,\ findsofficepath \ ulingu \ fuzzer_writer \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,htmlfuzzer,\ vcl/workben/htmlfuzzer \ )) $(eval $(call gb_Executable_add_libs,htmlfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: 1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/workben
AgeCommit message (Expand)Author
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-07-22com::sun::star->css in canvasNoel Grandin
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan
2014-12-11reduce scope of local variablesMichael Weghorn
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-02-25Remove visual noise from canvasAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király
2013-02-24CreateFromAscii removal in canvasRicardo Montania
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann