summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-02-21loplugin:unusedfields in xmlhelp,xmlsecurityNoel Grandin1-1/+1
2018-10-10Set up our own libxslt security context in xmlhelp, as per #i117643.Damjan Jovanovic1-7/+23
2018-09-08loplugin:useuniqueptr in xmlhelpNoel Grandin1-2/+2
2018-07-31Fix typosAndrea Gelmini1-1/+1
2018-07-11clean up UNO available() implementationsNoel Grandin1-1/+1
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin1-1/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-04loplugin:unusedfieldsNoel Grandin1-3/+0
2017-12-29loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin1-1/+1
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-4/+4
2017-07-02loplugin:casttovoid: xmlhelpStephan Bergmann1-16/+2
2017-06-16loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin1-3/+0
2017-06-01use OStringBuffer instead of manual buffer managementNoel Grandin1-25/+15
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-53/+17
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin1-19/+12
2017-01-09New loplugin:externvar: xmlhelpStephan Bergmann1-1/+1
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin1-2/+2
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin1-1/+1
2016-09-19Replace local ASCII function with rtl/character.hxxArnaud Versini1-21/+2
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-3/+3
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin1-2/+0
2016-03-08new loplugin:constantparamNoel Grandin1-4/+2
2016-02-09Remove excess newlinesChris Sherlock1-15/+0
2015-11-25com::sun::star->css in xmlhelpNoel Grandin1-3/+3
2015-11-24loplugin:unusedfields in xmlhelp/Noel Grandin1-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-27xmlhelp: apparently "picture.jar" hasn't existed for a long timeMichael Stahl1-76/+8
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-12/+12
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-01-20Some more loplugin:cstylecast: xmlhelpStephan Bergmann1-3/+3
2014-12-18xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann1-18/+18
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-04-14typo: misformed -> malformedThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-12-06Related: fdo#72022 internal links bustedCaolán McNamara1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-7/+7
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-17/+17