# -*- 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,editeng/generated)) editeng_SRC := $(SRCDIR)/editeng/source/misc editeng_PL := $(SRCDIR)/solenv/bin/gentoken.pl editeng_INC := $(call gb_CustomTarget_get_workdir,editeng/generated) $(editeng_INC)/tokens.hxx $(editeng_INC)/tokens.gperf : $(editeng_SRC)/tokens.txt $(editeng_PL) mkdir -p $(editeng_INC) $(PERL) $(editeng_PL) $(editeng_SRC)/tokens.txt $(editeng_INC)/tokens.gperf $(editeng_INC)/tokens.cxx : $(editeng_INC)/tokens.gperf $(GPERF) --compare-strncmp --readonly-tables --output-file=$(editeng_INC)/tokens.cxx $(editeng_INC)/tokens.gperf sed -i $(if $(filter MACOSX,$(OS_FOR_BUILD)),'') -e "s/(char\*)0/(char\*)0, XML_TOKEN_INVALID/g" $(editeng_INC)/tokens.cxx sed -i $(if $(filter MACOSX,$(OS_FOR_BUILD)),'') -e "/^#line/d" $(editeng_INC)/tokens.cxx $(call gb_CustomTarget_get_target,editeng/generated) : $(editeng_INC)/tokens.cxx # vim: set noet sw=4 ts=4: /libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLChangeElementImportContext.cxx
AgeCommit message (Expand)Author
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2016-05-24Convert XMLTextType to scoped enumNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-02-09Remove excess newlinesChris Sherlock
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-04-25comments and code reformatMaxime de Roucy
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák