# # 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,tools/string)) $(call gb_CustomTarget_get_target,tools/string) : \ $(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx $(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx : \ $(call gb_Executable_get_runtime_dependencies,bestreversemap) \ | $(call gb_CustomTarget_get_workdir,tools/string)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRM,1) $(call gb_Helper_execute,bestreversemap > $@) # vim: set noet sw=4 ts=4: ect name='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextShapeStyleContext.hxx
AgeCommit message (Expand)Author
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-12-08fastparser in stylesNoel Grandin
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin
2020-08-27convert remaining XMLPropStyleContext subclasses to fastparserNoel Grandin
2020-08-26use more fastparser in SdXMLMasterPageContextNoel Grandin
2020-08-26use fastparser in SwXMLStylesContext_ImplNoel Grandin
2020-08-03use more explicit types in xmloffNoel Grandin
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2019-11-01loplugin:finalclasses in xmloffNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann