# -*- 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_TDE' | $(MOC) -o $@ -f$< # vim:set shiftwidth=4 tabstop=4 noexpandtab: tro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/salgeom.hxx
AgeCommit message (Expand)Author
2022-07-13loplugin:unusedmethodsNoel Grandin
2022-06-17Fix and add ostreams for vcl::WindowPosSizeJan-Marek Glogowski
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2020-11-11convert more long -> tools::LongNoel
2020-10-19use tools::Long in vclNoel
2018-05-23Add debug output operator<< for SalFrameGeometryTor Lillqvist