summaryrefslogtreecommitdiffstats
path: root/helpcompiler
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module helpcompiler with clang-formatPhilipp Hofer2020-11-133-12/+12
* tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen2020-11-102-3/+0
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* loplugin:flatten in helpcompilerNoel Grandin2020-04-081-27/+27
* Avoid -Werror,-Wdeprecated-enum-enum-conversionStephan Bergmann2019-12-301-3/+3
* sal_Char->char in formula..i18npoolNoel Grandin2019-12-191-1/+1
* make some classes module privateNoel Grandin2019-12-051-2/+2
* cid#1448239 unsafe_xml_parse_configCaolán McNamara2019-11-221-3/+0
* cid#1448239 unsafe_xml_parse_configCaolán McNamara2019-11-221-0/+1
* document HelpCompiler::getSourceDocument behaviourCaolán McNamara2019-11-221-4/+6
* fs::getThreadTextEncoding->osl_getThreadTextEncodingCaolán McNamara2019-11-223-23/+16
* drop impl_sleep hackCaolán McNamara2019-11-221-21/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-222-0/+12
* make some classes module-privateNoel Grandin2019-11-031-2/+2
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-1/+1
* simplify "a = a +" to "a +="Noel Grandin2019-10-111-1/+1
* loplugin:stringadd in helpcompiler..ooxNoel Grandin2019-10-011-4/+2
* cid#1448495 Unchecked return valueCaolán McNamara2019-07-191-1/+1
* cid#1448441 Unchecked return valueCaolán McNamara2019-07-191-1/+1
* cid#703974 Unchecked return valueCaolán McNamara2019-07-181-1/+1
* tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen2019-05-3011-37/+36
* New loplugin:dataStephan Bergmann2019-05-222-3/+3
* std::string has a std::hash specialisation since C++11Noel Grandin2019-04-072-26/+3
* loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2019-02-242-2/+0
* use clear() instead of erase(begin, end)Noel Grandin2019-02-181-1/+1
* loplugin:indentation in helpcompiler..ioNoel Grandin2019-02-091-6/+5
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-2/+2
* improve function-local statics in forms..reportdesignNoel Grandin2018-11-211-7/+1
* clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin2018-10-231-2/+1
* New loplugin:externalStephan Bergmann2018-09-172-4/+8
* loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin2018-09-091-1/+0
* Add missing sal/log.hxx headersGabor Kelemen2018-07-302-1/+3
* loplugin:returnconstant in helpcompilerNoel Grandin2018-07-274-17/+4
* helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-1/+0
* Don't create std::string from nullptrStephan Bergmann2018-06-131-2/+10
* tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2018-06-114-7/+6
* tdf#96099 Remove std::vector typedefsAbhyudaya Sharma2018-06-071-1/+0
* loplugin:useuniqueptr in StreamTableNoel Grandin2018-04-163-13/+13
* Use for-range loops in helpcompilerJulien Nabet2018-03-184-43/+29
* helpcompiler: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-9/+0
* loplugin:useuniqueptr in BasicCodeTaggerNoel Grandin2018-01-152-6/+3
* Replace lists by vector and deque (helpcompiler)Julien Nabet2017-11-263-8/+7
* loplugin:constmethod in idl,helpcompilerNoel Grandin2017-10-303-3/+3
* loplugin:includeform: helpcompilerStephan Bergmann2017-10-231-1/+1
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-052-2/+4
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-032-38/+18
* cppcheck: unreadVariableJochen Nitschke2017-08-061-4/+0
* loplugin:constparams in vclNoel Grandin2017-07-182-3/+3
* loplugin:casttovoid: helpcompilerStephan Bergmann2017-07-021-4/+1
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-252-3/+2