summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/LibXSLTTransformer.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-16Modernize a bit filter (part2)Julien Nabet1-11/+9
2017-12-03Remove some useless include and usingJulien Nabet1-3/+0
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: filterStephan Bergmann1-2/+2
2017-09-11...and fix previous commit cd8aeed1569222edd8bfd05d9d833f74b679fcd0Stephan Bergmann1-7/+3
2017-09-11Fix further data race during CppunitTest_filter_xsltStephan Bergmann1-2/+4
2017-09-11Fix data races during CppunitTest_filter_xsltStephan Bergmann1-4/+17
2017-07-26tdf#109364: fix assert in LibXSLTTransformer.cxxJulien Nabet1-3/+4
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-6/+6
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert filter module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-9/+4
2016-08-21coverity#1371452 Wrapper object use after freeCaolán McNamara1-1/+0
2016-08-21coverity#1371452 Wrapper object use after freeCaolán McNamara1-1/+1
2016-08-19try and silence coverity#1371452 Wrapper object use after freeCaolán McNamara1-0/+1
2016-08-19lets not have yet another indent styleCaolán McNamara1-106/+104
2016-08-19Related: coverity#1371327 why use 'this'Caolán McNamara1-3/+2
2016-05-30Resolves: tdf#100057 force libxslt to give up when we cancel a transformationCaolán McNamara1-7/+19
2016-04-12Elide macros used only onceStephan Bergmann1-5/+2
2016-04-05tdf#91794 OSL_DEBUG_LEVEL > 1 removed in libo/filter moduleRohan Kumar1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+0
2015-03-19loplugin:constantfunction: filterNoel Grandin1-9/+2
2015-01-20Some more loplugin:cstylecast: filterStephan Bergmann1-6/+6
2014-12-15filter: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage1-1/+0
2014-07-08Include <algorithm> for std::min() and max()Tor Lillqvist1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-10/+0
2014-05-30Fix leakStephan Bergmann1-0/+1
2014-04-14Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+4
2014-03-04filter: make LibXSLTTransformer init backward compatibleMichael Stahl1-1/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-9/+9
2013-07-30Related rhbz#98977: Handle multiple LibXSLTTransformer::terminate callsStephan Bergmann1-2/+5
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin1-3/+3
2013-05-06Revert "properly prefix graphic filter methods"Peter Foley1-0/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-15properly prefix graphic filter methodsPeter Foley1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann1-1/+0
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-27removed obsolete xml validation service and xml source view.Peter Jentsch1-6/+0
2012-10-25rework selection of transformer for an XSLT filterDavid Tardon1-1/+3
2012-09-10register exslt functions for libxslt filterPeter Jentsch1-0/+6
2012-02-23Adapted Reader to safer-to-use salhelper::ThreadStephan Bergmann1-25/+22
2011-12-25fix threading problem in LibXSLTTransformer.cxxPeter Jentsch1-0/+1
2011-11-27remove include of pch header from filterNorbert Thiebaud1-2/+0
2011-10-05use rtl::OStringBuffer::getStr()Caolán McNamara1-5/+5
2011-06-09Some cppcheck cleaningJulien Nabet1-1/+1