# -*- 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_Module_Module,unotools)) $(eval $(call gb_Module_add_targets,unotools,\ Library_utl \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,unotools,\ JunitTest_unotools_complex \ )) $(eval $(call gb_Module_add_check_targets,unotools,\ CppunitTest_unotools_fontdefs \ )) # vim: set noet sw=4 ts=4: '>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter
AgeCommit message (Expand)Author
2018-03-16Modernize a bit filter (part2)Julien Nabet
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-01-12More loplugin:cstylecast: filterStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-11Remove useless "using" in LibXSLTTransformer (filter)Julien Nabet
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-12-03Remove some useless include and usingJulien Nabet
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-10-23loplugin:includeform: filterStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin
2017-09-11...and fix previous commit cd8aeed1569222edd8bfd05d9d833f74b679fcd0Stephan Bergmann
2017-09-11Fix further data race during CppunitTest_filter_xsltStephan Bergmann
2017-09-11Fix data races during CppunitTest_filter_xsltStephan Bergmann
2017-07-26tdf#109364: fix assert in LibXSLTTransformer.cxxJulien Nabet
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-10tdf#107709 filter: MSO2003XML import: fix invalid OLE lengthsMichael Stahl
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert filter module away from OSL_ASSERT to assertChris Sherlock
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann