summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/LibXSLTTransformer.cxx
AgeCommit message (Expand)Author
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-03-16Modernize a bit filter (part2)Julien Nabet
2017-12-03Remove some useless include and usingJulien Nabet
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-10-23loplugin:includeform: filterStephan Bergmann
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-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert filter module away from OSL_ASSERT to assertChris Sherlock
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-21coverity#1371452 Wrapper object use after freeCaolán McNamara
2016-08-21coverity#1371452 Wrapper object use after freeCaolán McNamara
2016-08-19try and silence coverity#1371452 Wrapper object use after freeCaolán McNamara
2016-08-19lets not have yet another indent styleCaolán McNamara
2016-08-19Related: coverity#1371327 why use 'this'Caolán McNamara
2016-05-30Resolves: tdf#100057 force libxslt to give up when we cancel a transformationCaolán McNamara
2016-04-12Elide macros used only onceStephan Bergmann
2016-04-05tdf#91794 OSL_DEBUG_LEVEL > 1 removed in libo/filter moduleRohan Kumar
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-03-19loplugin:constantfunction: filterNoel Grandin
2015-01-20Some more loplugin:cstylecast: filterStephan Bergmann
2014-12-15filter: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-30Fix leakStephan Bergmann
2014-04-14Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-03-04filter: make LibXSLTTransformer init backward compatibleMichael Stahl
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-07-30Related rhbz#98977: Handle multiple LibXSLTTransformer::terminate callsStephan Bergmann
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-06Revert "properly prefix graphic filter methods"Peter Foley
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-15properly prefix graphic filter methodsPeter Foley
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch
2012-10-25rework selection of transformer for an XSLT filterDavid Tardon
2012-09-10register exslt functions for libxslt filterPeter Jentsch
2012-02-23Adapted Reader to safer-to-use salhelper::ThreadStephan Bergmann
2011-12-25fix threading problem in LibXSLTTransformer.cxxPeter Jentsch
2011-11-27remove include of pch header from filterNorbert Thiebaud