summaryrefslogtreecommitdiffstats
path: root/helpcompiler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Clean up uses of SAL_U/SAL_W: helpcompilerStephan Bergmann2017-05-091-1/+1
* remove empty commentsNoel Grandin2017-05-031-3/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-1/+1
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-231-1/+0
* 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-222-2/+3
* convert HelpProcessingErrorClass to scoped enumNoel Grandin2017-02-163-28/+28
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-7/+4
* loplugin: unnecessary destructor forms..idlcNoel Grandin2017-01-252-4/+0
* New loplugin:dynexcspec: Add @throws documentation, helpcompilerStephan Bergmann2017-01-192-0/+5
* new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2017-01-172-5/+3
* 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
* clang-cl loplugin: helpcompilerStephan Bergmann2016-10-161-1/+1
* [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann2016-09-201-2/+2
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-162-23/+1
* Reduce scope of variableStephan Bergmann2016-08-231-3/+1
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-1/+2
* 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-242-14/+14
* use consistent #define checks for the Windows platformNoel Grandin2016-02-173-7/+7
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann2016-01-181-1/+1
* loplugin:unusedmethods unused return value in include/helpcompilerNoel Grandin2016-01-122-6/+2
* Fix typosAndrea Gelmini2016-01-101-1/+1
* tdf#96042: Oops, fix a typo.Jan Holesovsky2015-12-101-1/+1
* tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky2015-12-082-3/+3
* loplugin:unusedfieldsNoel Grandin2015-11-302-3/+0
* loplugin:unusedfields helpcompilerNoel Grandin2015-11-204-10/+4
* cppcheck:stlIfStrFindNoel Grandin2015-11-152-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-106-45/+45
* coverity#1338271 Uncaught exceptionCaolán McNamara2015-11-061-48/+57
* coverity#1338258 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* coverity#1338235 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1