# -*- 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,desktop/soffice)) $(call gb_CustomTarget_get_target,desktop/soffice) : \ $(call gb_CustomTarget_get_workdir,desktop/soffice)/soffice.sh $(call gb_CustomTarget_get_workdir,desktop/soffice)/soffice.sh : \ $(SRCDIR)/desktop/scripts/soffice.sh \ | $(call gb_CustomTarget_get_workdir,desktop/soffice)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1) ifneq ($(JITC_PROCESSOR_TYPE),) sed -e "s/^#@JITC_PROCESSOR_TYPE_EXPORT@/export JITC_PROCESSOR_TYPE=$(JITC_PROCESSOR_TYPE)/" $< > $@ else cp $< $@ endif # vim:set shiftwidth=4 tabstop=4 noexpandtab: stro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/Library_svx.mk
AgeCommit message (Expand)Author
2024-02-10tdf#159372 svx: Add goto dialogAkshayWarrier
2024-01-31move CharMap out of cuiCaolán McNamara
2023-04-25svx: rework the theme dialog to allow editing theme colorsTomaž Vajngerl
2023-03-23tdf#142978 Remove a11y check dialogSamuel Mehrbrodt
2023-01-27move ColorSet class to own file inside docmodelTomaž Vajngerl
2023-01-14ThemeDialog added which allows to change the theme used by the doc.Tomaž Vajngerl
2023-01-14sw: rework ThemePanel, theme color ValueSet drawing as custom drawTomaž Vajngerl
2022-12-15Resolves: tdf#92051 add tooltips to section/table statusbarCaolán McNamara