# -*- Mode: makefile; 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/. # $(eval $(call gb_AllLangResTarget_AllLangResTarget,xmlsec)) $(eval $(call gb_AllLangResTarget_set_reslocation,xmlsec,xmlsecurity)) $(eval $(call gb_AllLangResTarget_add_srs,xmlsec,\ xmlsec/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,xmlsec/res)) $(eval $(call gb_SrsTarget_set_include,xmlsec/res,\ $$(INCLUDE) \ -I$(SRCDIR)/xmlsecurity/inc \ -I$(SRCDIR)/xmlsecurity/source/dialogs \ )) $(eval $(call gb_SrsTarget_add_files,xmlsec/res,\ xmlsecurity/source/dialogs/certificateviewer.src \ xmlsecurity/source/dialogs/digitalsignaturesdialog.src \ xmlsecurity/source/component/warnbox.src \ )) # vim: set noet sw=4 ts=4: 7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_dark/cmd/32/pl
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2024-11-22 15:21:34 +0900
committerTomaž Vajngerl <quikee@gmail.com>2024-12-23 15:23:06 +0100
commit31427786778946b9d6f0f23731fdaae40e967e21 (patch)
tree7f5712a7df400b6d8644e20f325b54e2f1d6b0a6 /icon-themes/colibre_dark/cmd/32/pl
parentb8ea5a835ec07d0f84cd8ec2d0dab976edcfcebe (diff)
pdf: move PDFStructureWriter into own file, rename to COSWriter HEADmaster
This needs to duplicate some functions from pdfwriter_impl to make this possible. Change-Id: Ie738c9690306d6498c883f034a3fcd6483f24eef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176985 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178762 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>