# -*- 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,dxffuzzer)) $(eval $(call gb_Executable_use_api,dxffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,dxffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,dxffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,dxffuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,dxffuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,dxffuzzer,\ vcl/workben/dxffuzzer \ )) $(eval $(call gb_Executable_add_libs,dxffuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uui/inc/ids.hrc
AgeCommit message (Expand)Author
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-02-27tdf#145829: typo ERRCODE_UUI_IO_MODULESIZEEXCEEDED ("basic" instead of "BASIC")Julien Nabet
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2020-02-04tdf#42949 Fix IWYU warnings in uui/Gabor Kelemen
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-03-16First cut at annotating 'exotic' filters.Michael Meeks
2017-08-25no need to use ERRCODE_RES_MASK hereNoel Grandin
2017-08-19remove dodgy use of ErrCodeNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara