summaryrefslogtreecommitdiff
path: root/helpcompiler/source
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-4/+2
2019-07-19cid#1448441 Unchecked return valueCaolán McNamara1-1/+1
2019-07-18cid#703974 Unchecked return valueCaolán McNamara1-1/+1
2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen7-17/+9
2019-05-22New loplugin:dataStephan Bergmann2-3/+3
2019-04-07std::string has a std::hash specialisation since C++11Noel Grandin1-1/+1
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin1-1/+0
2019-02-18use clear() instead of erase(begin, end)Noel Grandin1-1/+1
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin1-6/+5
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-2/+2
2018-11-21improve function-local statics in forms..reportdesignNoel Grandin1-7/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin1-2/+1
2018-09-17New loplugin:externalStephan Bergmann2-4/+8
2018-07-30Add missing sal/log.hxx headersGabor Kelemen2-1/+3
2018-07-27loplugin:returnconstant in helpcompilerNoel Grandin3-16/+3
2018-06-13Don't create std::string from nullptrStephan Bergmann1-2/+10
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2-4/+4
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma1-1/+0
2018-04-16loplugin:useuniqueptr in StreamTableNoel Grandin2-6/+6
2018-03-18Use for-range loops in helpcompilerJulien Nabet4-43/+29
2018-02-01helpcompiler: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-9/+0
2018-01-15loplugin:useuniqueptr in BasicCodeTaggerNoel Grandin1-5/+1
2017-11-26Replace lists by vector and deque (helpcompiler)Julien Nabet1-4/+2
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin2-2/+2
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 Grandin2-3/+2
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-2/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-26Make helpcompiler more verbose on dot ahelpsGabor Kelemen1-1/+1
2017-05-03remove empty commentsNoel Grandin1-3/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-2/+4
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-1/+1
2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin2-27/+27
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-3/+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-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann1-1/+2
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin1-3/+1
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann1-2/+2
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-8/+0
2016-08-23Reduce scope of variableStephan Bergmann1-3/+1
2016-05-09tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav1-1/+2
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin2-12/+11