summaryrefslogtreecommitdiffstats
path: root/helpcompiler/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen2019-05-307-17/+9
* New loplugin:dataStephan Bergmann2019-05-222-3/+3
* std::string has a std::hash specialisation since C++11Noel Grandin2019-04-071-1/+1
* loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2019-02-241-1/+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
* Add missing sal/log.hxx headersGabor Kelemen2018-07-302-1/+3
* loplugin:returnconstant in helpcompilerNoel Grandin2018-07-273-16/+3
* Don't create std::string from nullptrStephan Bergmann2018-06-131-2/+10
* tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2018-06-112-4/+4
* tdf#96099 Remove std::vector typedefsAbhyudaya Sharma2018-06-071-1/+0
* loplugin:useuniqueptr in StreamTableNoel Grandin2018-04-162-6/+6
* 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-151-5/+1
* Replace lists by vector and deque (helpcompiler)Julien Nabet2017-11-261-4/+2
* loplugin:constmethod in idl,helpcompilerNoel Grandin2017-10-302-2/+2
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-1/+2
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-031-36/+16
* cppcheck: unreadVariableJochen Nitschke2017-08-061-4/+0
* loplugin:constparams in vclNoel Grandin2017-07-181-1/+1
* loplugin:casttovoid: helpcompilerStephan Bergmann2017-07-021-4/+1
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-252-3/+2
* remove some unnecessary use of OUStringBufferNoel Grandin2017-06-081-2/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* Make helpcompiler more verbose on dot ahelpsGabor Kelemen2017-05-261-1/+1
* remove empty commentsNoel Grandin2017-05-031-3/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-221-2/+4
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-1/+1
* convert HelpProcessingErrorClass to scoped enumNoel Grandin2017-02-162-27/+27
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-3/+1
* new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2017-01-171-3/+2
* New loplugin:conststringvar: helpcompilerStephan Bergmann2017-01-101-1/+1
* New loplugin:charrightshiftStephan Bergmann2017-01-061-1/+1
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-231-1/+2
* loplugin:oncevar in helpcompiler..reportdesignNoel Grandin2016-11-021-3/+1
* [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann2016-09-201-2/+2
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-161-8/+0
* Reduce scope of variableStephan Bergmann2016-08-231-3/+1
* tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav2016-05-091-1/+2
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-282-12/+11
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-6/+6
* tdf#84323: Make osl::Thread::wait more readableGurkaran2016-03-221-5/+2
* convert HighlighterLanguage to scoped enumNoel Grandin2016-02-241-1/+1
* convert TokenTypes to scoped enumNoel Grandin2016-02-241-13/+13