# -*- 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_UnpackedTarball_UnpackedTarball,ct2n)) $(eval $(call gb_UnpackedTarball_set_tarball,ct2n,$(CT2N_TARBALL),0)) $(eval $(call gb_UnpackedTarball_add_patches,ct2n,\ external/ct2n/ConvertTextToNumber-1.3.2-no-license.patch \ external/ct2n/ConvertTextToNumber-1.3.2-no-visible-by-default.patch \ external/ct2n/ConvertTextToNumber-1.5.0-add-namespace-prefix.patch \ )) $(eval $(call gb_UnpackedTarball_fix_end_of_line,ct2n,\ description.xml \ Office/UI/BaseWindowState.xcu \ Office/UI/BasicIDEWindowState.xcu \ Office/UI/CalcWindowState.xcu \ Office/UI/DrawWindowState.xcu \ Office/UI/ImpressWindowState.xcu \ Office/UI/MathWindowState.xcu \ Office/UI/StartModuleWindowState.xcu \ Office/UI/WriterWindowState.xcu \ )) # vim: set noet sw=4 ts=4: a/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2018-03-25ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara
2018-03-16crashtesting: asserts on legal xml names on exportCaolán McNamara
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-03-02tdf#115429 sax,xmloff: assert on empty attribute names & namespacesMichael Stahl
2018-03-01tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl
2018-02-28sax: don't crash during loggingVasily Melenchuk
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2018-01-24Fix typosAndrea Gelmini
2018-01-24loplugin:constparamsNoel Grandin
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: saxStephan Bergmann
2018-01-06ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl
2018-01-05sax: remove that odd Entity copy constructorMichael Stahl
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-10ofz#4571 Direct-leakCaolán McNamara
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30ofz: always free with xmlFreeParserCtxtCaolán McNamara
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-13Fix typosAndrea Gelmini
2017-11-13Fix typosAndrea Gelmini
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-25ofz#3752 Integer-overflowCaolán McNamara
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin