# -*- 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,i18npool/textconversion)) $(call gb_CustomTarget_get_target,i18npool/textconversion) : \ $(patsubst %.dic,$(call gb_CustomTarget_get_workdir,i18npool/textconversion)/%.cxx,$(notdir \ $(wildcard $(SRCDIR)/i18npool/source/textconversion/data/*.dic))) $(call gb_CustomTarget_get_workdir,i18npool/textconversion)/%.cxx : \ $(SRCDIR)/i18npool/source/textconversion/data/%.dic \ $(call gb_Executable_get_runtime_dependencies,genconv_dict) \ | $(call gb_CustomTarget_get_workdir,i18npool/textconversion)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CDC,1) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,genconv_dict) $* $< $@.tmp && \ sed 's/\(^.*get\)/SAL_DLLPUBLIC_EXPORT \1/' $@.tmp > $@ && \ rm $@.tmp) # vim: set noet sw=4 ts=4: 'distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/qa
AgeCommit message (Expand)Author
2015-09-10include algorithm for std::minCaolán McNamara
2015-09-10loplugin:cstylecastNoel Grandin
2015-09-10add remaining test from spec for vba compressionMarkus Mohrhard
2015-09-10add another test from the VBA spec for the compression codeMarkus Mohrhard
2015-09-10add test from the VBA spec for the compression algorithmMarkus Mohrhard
2015-09-10add complext vba compression testMarkus Mohrhard
2015-09-10fix some of the vba compression testsMarkus Mohrhard
2015-09-10add one more test for vba compressionMarkus Mohrhard
2015-09-10add first vba compression testMarkus Mohrhard