summaryrefslogtreecommitdiff
path: root/helpcompiler/source
AgeCommit message (Expand)AuthorFilesLines
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
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 Grandin1-13/+13
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-6/+6
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
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 Grandin1-1/+0
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin2-7/+3
2015-11-15cppcheck:stlIfStrFindNoel Grandin2-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-39/+39
2015-11-06coverity#1338271 Uncaught exceptionCaolán McNamara1-48/+57
2015-11-06coverity#1338258 Uncaught exceptionCaolán McNamara1-1/+1
2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-19boost->stdCaolán McNamara3-7/+6
2015-07-02coverity#1309070 Uncaught exceptionCaolán McNamara1-0/+5
2015-06-28coverity#1308500 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-13Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-21Typo: containted->containedJulien Nabet1-1/+1
2015-02-21Typo: trough->throughJulien Nabet1-1/+1
2015-02-02Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tagsCaolán McNamara1-5/+25
2015-01-22replace '\n' to space in extended help textAndras Timar1-0/+1
2015-01-20Some more loplugin:cstylecast: helpcompilerStephan Bergmann4-31/+31