summaryrefslogtreecommitdiff
path: root/helpcompiler
AgeCommit message (Expand)AuthorFilesLines
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin3-3/+3
2017-10-23loplugin:includeform: helpcompilerStephan Bergmann1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2-2/+4
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2-38/+18
2017-08-06cppcheck: unreadVariableJochen Nitschke1-4/+0
2017-07-18loplugin:constparams in vclNoel Grandin2-3/+3
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-09Clean up uses of SAL_U/SAL_W: helpcompilerStephan Bergmann1-1/+1
2017-05-03remove empty commentsNoel Grandin1-3/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
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 Bergmann2-2/+3
2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin3-28/+28
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-7/+4
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin2-4/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, helpcompilerStephan Bergmann2-0/+5
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2-5/+3
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-10-16clang-cl loplugin: helpcompilerStephan Bergmann1-1/+1
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann1-2/+2
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin2-23/+1
2016-08-23Reduce scope of variableStephan Bergmann1-3/+1
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
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
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-6/+6
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran1-5/+2
2016-02-24convert HighlighterLanguage to scoped enumNoel Grandin1-1/+1
2016-02-24convert TokenTypes to scoped enumNoel Grandin2-14/+14
2016-02-17use consistent #define checks for the Windows platformNoel Grandin3-7/+7
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-18Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann1-1/+1
2016-01-12loplugin:unusedmethods unused return value in include/helpcompilerNoel Grandin2-6/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-10tdf#96042: Oops, fix a typo.Jan Holesovsky1-1/+1
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky2-3/+3
2015-11-30loplugin:unusedfieldsNoel Grandin2-3/+0
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin4-10/+4
2015-11-15cppcheck:stlIfStrFindNoel Grandin2-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-45/+45
2015-11-06coverity#1338271 Uncaught exceptionCaolán McNamara1-48/+57