# -*- 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,pngfuzzer)) $(eval $(call gb_Executable_use_api,pngfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,pngfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,pngfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,pngfuzzer,\ $(fuzzer_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,pngfuzzer,\ findsofficepath \ ulingu \ fuzzer \ )) $(eval $(call gb_Executable_add_exception_objects,pngfuzzer,\ vcl/workben/pngfuzzer \ )) $(eval $(call gb_Executable_add_libs,pngfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: ini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLAnchorTypePropHdl.hxx
href='/cgit/lo/core/commit/canvas/source/directx/dx_canvasfont.cxx?h=cp-6.0-11&id=532a4dcba6ec6fe1bd88f3c2db77f05868167886'>Replace more reinterpret_cast with SAL_W/SAL_U
AgeCommit message (Expand)Author
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
Mike Kaganski
2017-03-23Remove unused #include <cctype>Stephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-12remove useless Mutex guardsNoel Grandin
2016-10-16clang-cl loplugin: canvasStephan Bergmann
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-07-22com::sun::star->css in canvasNoel Grandin
2014-01-16Add missing include.Matúš Kukan
2014-01-16fdo#54938: Convert canvas to cppu::supportsServiceMarcos Paulo de Souza
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-02-20RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter