# -*- 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_CustomTarget_CustomTarget,vcl/unx/kde/fpicker)) $(call gb_CustomTarget_get_target,vcl/unx/kde/fpicker) : \ $(call gb_CustomTarget_get_workdir,vcl/unx/kde/fpicker)/kdefilepicker.moc.cxx $(call gb_CustomTarget_get_workdir,vcl/unx/kde/fpicker)/kdefilepicker.moc.cxx :\ $(SRCDIR)/vcl/unx/kde/fpicker/kdefilepicker.hxx \ | $(call gb_CustomTarget_get_workdir,vcl/unx/kde/fpicker)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1) cat $< | grep -v 'FILTER_OUT_KDE' | $(MOC) -o $@ -f$< # vim:set shiftwidth=4 tabstop=4 noexpandtab: reoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc/inc
AgeCommit message (Expand)Author
2018-03-23loplugin:useuniqueptr in AstStructNoel Grandin
2018-02-01idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2018-01-17fix use of std::unique_ptr in IdlcNoel Grandin
2018-01-13loplugin:useuniqueptr in idlcNoel Grandin
2018-01-12More loplugin:cstylecast: idlcStephan Bergmann
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-02improve constparam lopluginNoel Grandin
2017-10-23loplugin:includeform: idlcStephan Bergmann
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-06loplugin:constparams in sw part6Noel Grandin
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-16Fix lifecycle issueStephan Bergmann
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin