# -*- 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,pcdfuzzer)) $(eval $(call gb_Executable_use_api,pcdfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,pcdfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,pcdfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,pcdfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,pcdfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,pcdfuzzer,\ vcl/workben/pcdfuzzer \ )) $(eval $(call gb_Executable_add_libs,pcdfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: alue='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/impltools.hxx
AgeCommit message (Expand)Author
2023-07-10tdf#147999: Fix canvas font width for fallback fonts on WindowsKhaled Hosny
2020-10-20do not disable AA in vclcanvas if Skia is usedLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-26revert recent Polygon commitsNoel Grandin
2020-09-26tools::PolyPolygon -> basegfx in canvasNoel Grandin
2020-09-04tdf#124176 Use #pragma once in canvasGeorge Bateman
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-08compact namespace in canvas..cuiNoel Grandin
2019-10-30tdf#42949 Fix IWYU warnings in canvas/source/*/*hxxGabor Kelemen
2017-07-20loplugin:constparams in canvasNoel Grandin
2017-02-17drop ModulationMode enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-22com::sun::star->css in canvasNoel Grandin
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-03-20Remove unused includeStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-11-05fixincludeguards.sh: canvasThomas Arnhold
2013-10-28fixincludeguards.sh: canvasThomas Arnhold