# -*- 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/collator)) i18npool_CODIR := $(call gb_CustomTarget_get_workdir,i18npool/collator) i18npool_COTXTS := \ cu_charset.txt \ $(call gb_Helper_optional_locale,ca, \ ca_charset.txt) \ $(call gb_Helper_optional_locale,dz, \ dz_charset.txt) \ $(call gb_Helper_optional_locale,hu, \ hu_charset.txt) \ $(call gb_Helper_optional_locale,ja, \ ja_charset.txt \ ja_phonetic_alphanumeric_first.txt \ ja_phonetic_alphanumeric_last.txt) \ $(if $(i18npool_ICULT53), \ $(call gb_Helper_optional_locale,ko, \ ko_charset.txt) \ ) \ $(call gb_Helper_optional_locale,ku, \ ku_alphanumeric.txt) \ $(call gb_Helper_optional_locale,ln, \ ln_charset.txt) \ $(call gb_Helper_optional_locale,my, \ my_dictionary.txt) \ $(call gb_Helper_optional_locale,ne, \ ne_charset.txt) \ $(call gb_Helper_optional_locale,sid, \ sid_charset.txt) \ $(call gb_Helper_optional_locale,zh, \ zh_charset.txt \ zh_pinyin.txt \ zh_radical.txt \ zh_stroke.txt \ zh_TW_charset.txt \ zh_TW_radical.txt \ zh_TW_stroke.txt \ zh_zhuyin.txt) $(call gb_CustomTarget_get_target,i18npool/collator) : $(SRCDIR)/i18npool/CustomTarget_collator.mk \ $(i18npool_CODIR)/lrl_include.hxx $(foreach txt,$(i18npool_COTXTS), \ $(patsubst %.txt,$(i18npool_CODIR)/collator_%.cxx,$(txt))) $(i18npool_CODIR)/collator_%.cxx : \ $(SRCDIR)/i18npool/source/collator/data/%.txt \ $(call gb_Executable_get_runtime_dependencies,gencoll_rule) \ | $(i18npool_CODIR)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CLR,1) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,gencoll_rule) $< $@ $*) $(i18npool_CODIR)/lrl_include.hxx : $(SRCDIR)/i18npool/CustomTarget_collator.mk \ $(SRCDIR)/i18npool/source/collator/data | $(i18npool_CODIR)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1) echo '#define LOCAL_RULE_LANGS "$(sort $(foreach txt,$(i18npool_COTXTS), \ $(firstword $(subst _, ,$(txt)))))"' > $@ # vim: set noet sw=4 ts=4: collabora/co-23.05'>distro/collabora/co-23.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/framectr.cxx
n>
AgeCommit message (Expand)Author
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-09-02use XTextComponent interface instead of bare vcl::EditCaolán McNamara
2020-08-28bibliography copy and paste doesn't work from menusCaolán McNamara
2020-08-28should check if edit is editable for allowing pasteCaolán McNamara
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann
2020-04-14loplugin:flatten in extensionsNoel Grandin
2020-04-07new loplugin:unusedvariableplusNoel Grandin
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann
2019-05-27weld MappingDialogCaolán McNamara
2019-02-16weld DBChangeDialog_ImplCaolán McNamara
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-12loplugin:singlevalfields in accessibility..extensionsNoel Grandin
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-09-17New loplugin:externalStephan Bergmann
Andrea Gelmini
2018-05-21tdf#96099 Remove unused typedef from shell/source/tools/lngconvexArkadiy Illarionov
2018-05-18loplugin:unusedfields in sfx2Noel Grandin
2018-04-20loplugin:redundantfcast (clang-cl)Stephan Bergmann
2018-04-14Fix typosAndrea Gelmini
2018-04-12Keep strings alive again as necessaryNoel Grandin
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-03-21Fix typoAndrea Gelmini
2018-03-20tdf#116516: INTERNET_PROXY_INFO always contains char* dataMike Kaganski
2018-03-20Fix commentMike Kaganski
2018-03-07Don't return local variable addressMike Kaganski
2018-03-07tdf#116074: Don't block on sending email interactivelyMike Kaganski