summaryrefslogtreecommitdiff
path: root/filter/source/xsltfilter/XSLTFilter.cxx
AgeCommit message (Expand)Author
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-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara
2015-10-01com::sun::star->css in filter/Noel Grandin
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-19Fix typosAndrea Gelmini
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-18Remove include stdio (part2)Julien Nabet
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage
2014-08-06fdo#45418 xslt: Make sure we're reading from the beginningMaxim Monastirsky
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-06-05fdo#46808, Convert XMultiServiceFactory in filter moduleNoel Grandin
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-13coverity#704144: Resource leak in objectJulien Nabet
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-17fix build, caused by fast string concatLuboš Luňák
2013-02-16fdo#57950: Remove more chained appends in filterMarcos Paulo de Souza
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin
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-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Use prefixTor Lillqvist