# vim: set noet sw=4 ts=4: # -*- 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,static/components)) static_WORKDIR := $(call gb_CustomTarget_get_workdir,static) postprocess_WORKDIR := $(call gb_CustomTarget_get_workdir,postprocess) $(call gb_CustomTarget_get_target,static/components): \ $(static_WORKDIR)/component_maps.cxx \ define gb_static_components_create_component_map TEMPFILE=`$(gb_MKTEMP)` && \ $(call gb_Helper_abbreviate_dirs, \ $(call gb_ExternalExecutable_get_command,python) \ $(SRCDIR)/solenv/bin/native-code.py -c $(postprocess_WORKDIR)/services_constructors.list \ ) > $$TEMPFILE && \ $(call gb_Helper_replace_if_different_and_touch,$${TEMPFILE},$(1)) endef $(static_WORKDIR)/component_maps.cxx: \ $(postprocess_WORKDIR)/services_constructors.list \ $(SRCDIR)/solenv/bin/native-code.py \ $(call gb_ExternalExecutable_get_dependencies,python) \ | $(static_WORKDIR)/.dir $(call gb_Output_announce,$(subst $(BUILDDIR)/,,$@),$(true),GEN,2) $(call gb_static_components_create_component_map,$@) # vim: set noet sw=4: value='distro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-04 11:29:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-04 11:29:51 +0200
commit768d32cf5b7dc35ab1b93e898e1bb5beab43c27c (patch)
tree7de7cb2ddb064469385520e0a74e03a349f4f689
parent83f37705679f5176f0aa0c8e58da681c0a3c2319 (diff)
Consistency around SdrMetricItem in svx/sdtditm.hxx
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Ib0234883d441be668700df5ccd0e855973dc5426
Diffstat
-rw-r--r--cui/source/tabpages/textattr.cxx16
-rw-r--r--filter/source/msfilter/msdffimp.cxx16
-rw-r--r--filter/source/msfilter/svdfppt.cxx18
-rw-r--r--include/svx/sdtditm.hxx35
-rw-r--r--sc/source/core/data/postit.cxx8
-rw-r--r--sc/source/core/tool/detfunc.cxx8
-rw-r--r--sc/source/filter/excel/xiescher.cxx8
-rw-r--r--sd/qa/unit/export-tests.cxx8
-rw-r--r--sd/qa/unit/import-tests.cxx8
-rw-r--r--sd/source/core/drawdoc4.cxx16
-rw-r--r--sd/source/filter/ppt/pptin.cxx8
-rw-r--r--sd/source/ui/func/fuconrec.cxx8
-rw-r--r--sd/source/ui/view/drviews3.cxx4
-rw-r--r--svx/source/sdr/properties/textproperties.cxx18
-rw-r--r--svx/source/svdraw/svdattr.cxx8
-rw-r--r--svx/source/svdraw/svdfmtf.cxx8
-rw-r--r--svx/source/svdraw/svdotext.cxx8
-rw-r--r--svx/source/table/cell.cxx8
-rw-r--r--svx/source/table/tablecontroller.cxx16
-rw-r--r--sw/source/filter/ww8/ww8graf.cxx16
-rw-r--r--