# -*- 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/indexentry)) i18npool_IDXTXTS := \ indexdata_ko_dict.txt \ indexdata_zh_pinyin.txt \ indexdata_zh_radical.txt \ indexdata_zh_stroke.txt \ indexdata_zh_TW_radical.txt \ indexdata_zh_TW_stroke.txt \ indexdata_zh_zhuyin.txt \ ko_phonetic.txt \ zh_pinyin.txt \ zh_zhuyin.txt $(call gb_CustomTarget_get_target,i18npool/indexentry) : $(SRCDIR)/i18npool/CustomTarget_indexentry.mk \ $(patsubst %.txt,$(call gb_CustomTarget_get_workdir,i18npool/indexentry)/%.cxx,$(i18npool_IDXTXTS)) $(call gb_CustomTarget_get_workdir,i18npool/indexentry)/%.cxx : \ $(SRCDIR)/i18npool/source/indexentry/data/%.txt \ $(call gb_Executable_get_runtime_dependencies,genindex_data) \ | $(call gb_CustomTarget_get_workdir,i18npool/indexentry)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),IND,1) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,genindex_data) $< $@.tmp $* && \ sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $@.tmp > $@ && \ rm $@.tmp) # vim: set noet sw=4 ts=4: istro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools
301e'>Delete the safemode flag when closing the dialog
AgeCommit message (Expand)Author
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-01Fix typos in codeAndrea Gelmini
2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2016-01-29testtools: disable MSVC warning C4503Michael Stahl
2016-01-10Fix typosAndrea Gelmini
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in testtools/Noel Grandin
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin
2015-10-25coverity#1326344 Infinite loop is deliberateCaolán McNamara
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-14cid#1326679 DLS: Dead local storeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-09-09testtools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
Samuel Mehrbrodt
2016-10-10Show dialog when starting in safe modeSamuel Mehrbrodt