# -*- 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,cgmfuzzer)) $(eval $(call gb_Executable_use_api,cgmfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,cgmfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,cgmfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,cgmfuzzer,\ $(fuzzer_draw_libraries) \ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,cgmfuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,cgmfuzzer,\ vcl/workben/cgmfuzzer \ )) $(eval $(call gb_Executable_add_libs,cgmfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: pia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/pdfwriter.hxx
AgeCommit message (Expand)Author
2023-04-05vcl,sw,sd: PDF/UA export: produce better /CT for SdrMediaObjMichael Stahl
2023-04-04tdf#152234 vcl,drawinglayer: PDF/UA export: produce Role for form controlsMichael Stahl
2023-03-22vcl,drawinglayer,svx,sw,sd: PDF/UA export: Annot StructElem for SdrMediaObjMichael Stahl
2023-03-20vcl,sd,sw: PDF/UA export: add Alt text to SdrMediaObj media shapesMichael Stahl
2023-03-11tdf#114441 Convert sal_uLong to sal_uInt32Abdallah Elhdad
2023-03-08vcl: PDF export: remove versions PDF_1_2, PDF_1_3Michael Stahl
2023-03-08vcl: PDF export: default to PDF 1.7Michael Stahl
2023-03-08vcl,sw: PDF/UA export: tag headers and footers as requiredMichael Stahl
2023-03-08vcl,filter,officecfg: PDF export: add PDFVersion::PDF_1_7Michael Stahl
2023-02-01tdf#66580 write more metadata to embedded and attached filesTomaž Vajngerl
2023-01-24tdf#66580 write ODF document as an attachment in hybrid modeTomaž Vajngerl