summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
AgeCommit message (Expand)Author
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-04loplugin:unusedfieldsNoel Grandin
2017-12-29loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-02loplugin:casttovoid: xmlhelpStephan Bergmann
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin
2017-06-01use OStringBuffer instead of manual buffer managementNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin
2017-01-09New loplugin:externvar: xmlhelpStephan Bergmann
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin
2016-09-19Replace local ASCII function with rtl/character.hxxArnaud Versini
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin
2016-03-08new loplugin:constantparamNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-25com::sun::star->css in xmlhelpNoel Grandin
2015-11-24loplugin:unusedfields in xmlhelp/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27xmlhelp: apparently "picture.jar" hasn't existed for a long timeMichael Stahl
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: xmlhelpStephan Bergmann
2014-12-18xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-04-14typo: misformed -> malformedThomas Arnhold
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
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-06Related: fdo#72022 internal links bustedCaolán McNamara
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-07remove unnecessary use of OUString constructor in XMLHELP moduleNoel Grandin
2013-10-03CID#705780 seeing as this is irredeemably wrong remove itCaolán McNamara
2013-08-13fdo#57950: Remove some chained appends in xmhelpJelle van der Waa
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold