# -*- 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/. # scripts_WORKDIR :=$(call gb_CustomTarget_get_workdir,setup_native/scripts) $(eval $(call gb_CustomTarget_CustomTarget,setup_native/scripts)) ifeq ($(OS),LINUX) ifneq ($(filter rpm,$(PKGFORMAT)),) $(eval $(call gb_CustomTarget_register_targets,setup_native/scripts,\ install \ uninstall \ noarch/fake-db-1.0-0.noarch.rpm \ )) $(scripts_WORKDIR)/noarch/fake-db-1.0-0.noarch.rpm: $(SRCDIR)/setup_native/scripts/fake-db.spec mkdir -p $(scripts_WORKDIR)/fake-db-root $(RPM) --define "_builddir $(scripts_WORKDIR)/fake-db-root" \ --define "_rpmdir $(scripts_WORKDIR)" -bb $< chmod g+w $(scripts_WORKDIR)/fake-db-root $(scripts_WORKDIR)/install: $(SRCDIR)/setup_native/scripts/install_linux.sh $(scripts_WORKDIR)/noarch/fake-db-1.0-0.noarch.rpm $(PERL) -w $(SRCDIR)/setup_native/scripts/install_create.pl $^ $@ chmod 775 $@ $(scripts_WORKDIR)/uninstall: $(SRCDIR)/setup_native/scripts/uninstall_linux.sh cat $< | tr -d "\015" > $@ chmod 775 $@ endif endif # vim: set noet sw=4 ts=4: e-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/contenthelper.cxx
AgeCommit message (Expand)Author
2023-05-27Use getXWeak in ucbhelperMike Kaganski
2022-06-27clang-tidy modernize-pass-by-value in ucbhelperNoel Grandin
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin
2021-11-22use more OInterfaceContainerHelper3 in ContentImplHelper_ImplNoel Grandin
2021-08-07no need to use UNO_QUERY hereNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2020-08-03loplugin:flatten in ucbhelperNoel Grandin