summaryrefslogtreecommitdiff
path: root/helpcompiler/source/HelpLinker.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-4/+2
2019-07-18cid#703974 Unchecked return valueCaolán McNamara1-1/+1
2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen1-9/+3
2019-04-07std::string has a std::hash specialisation since C++11Noel Grandin1-1/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-3/+7
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-27loplugin:returnconstant in helpcompilerNoel Grandin1-13/+1
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov1-1/+1
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma1-1/+0
2018-04-16loplugin:useuniqueptr in StreamTableNoel Grandin1-3/+3
2018-03-18Use for-range loops in helpcompilerJulien Nabet1-32/+19
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski1-36/+16
2017-08-06cppcheck: unreadVariableJochen Nitschke1-4/+0
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: helpcompilerStephan Bergmann1-4/+1
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin1-1/+1
2017-05-03remove empty commentsNoel Grandin1-3/+0
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-2/+4
2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin1-26/+26
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-2/+1
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin1-3/+2
2017-01-10New loplugin:conststringvar: helpcompilerStephan Bergmann1-1/+1
2017-01-06New loplugin:charrightshiftStephan Bergmann1-1/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-8/+0
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin1-10/+9
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-5/+5
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky1-1/+1
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin1-6/+3
2015-11-15cppcheck:stlIfStrFindNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-19boost->stdCaolán McNamara1-2/+1
2015-06-28coverity#1308500 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: helpcompilerStephan Bergmann1-2/+2
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-12-17indent try-block, remove obsolete commentMichael Weghorn1-136/+135
2014-07-01New loplugin:stringconcatStephan Bergmann1-2/+1
2014-06-17coverity#1223090 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+6
2014-04-14typo: paramter -> parameterThomas Arnhold1-2/+2