# -*- 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/. # $(eval $(call gb_Pyuno_Pyuno,mailmerge,$(SRCDIR)/scripting/source/pyprov)) $(eval $(call gb_Pyuno_set_componentfile,mailmerge,scripting/source/pyprov/mailmerge)) $(eval $(call gb_Pyuno_add_files,mailmerge,,\ mailmerge.py \ msgbox.py \ )) # vim: set noet sw=4 ts=4: >
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)Author
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-05-30Revert "Use getXWeak in unodevtools"Mike Kaganski
2023-05-27Use getXWeak in unodevtoolsMike Kaganski
2023-03-30loplugin:stringadd in variousNoel Grandin
2023-01-25Fix typoStephan Bergmann
2022-04-28use more string_view in unodevtoolsNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: unodevtoolsStephan Bergmann
2021-06-03-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann