summaryrefslogtreecommitdiffstats
path: root/soltools
Commit message (Expand)AuthorAgeFilesLines
...
* Translate German comments/debug strings (leftovers in dirs sdext to soltools)Johnny_M2017-07-061-5/+4
* loplugin:unusedfields in slideshow..svtoolsNoel Grandin2017-07-037-11/+7
* loplugin:unusedfields store..svlNoel Grandin2017-06-215-27/+11
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-233-1/+4
* Fix passing plain char into ctype.h is* functionsStephan Bergmann2017-03-224-11/+11
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-2/+10
* fix typo/grammar: "the the" --> thedennisroczek2017-03-191-1/+1
* drop various _MSC_VER < 1900 conditionalsCaolán McNamara2017-03-061-1/+1
* -Werror=implicit-fallthrough= (GCC 7)Stephan Bergmann2017-01-262-1/+3
* loplugin:externvarStephan Bergmann2017-01-0910-23/+31
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-2/+3
* Drop redundant parenthesis.Pedro Giffuni2016-04-101-4/+4
* Avoid reserved identifierStephan Bergmann2016-03-101-4/+4
* Avoid reserved identifiersStephan Bergmann2016-03-101-14/+14
* -Werror,-WundefStephan Bergmann2016-03-041-1/+1
* -Werror,-Wunused-macrosStephan Bergmann2016-03-042-6/+0
* new loplugin: commaoperatorNoel Grandin2016-02-231-3/+6
* use consistent #define checks for the Windows platformNoel Grandin2016-02-174-6/+6
* use consistent #define checks for the Windows platformNoel Grandin2016-02-164-8/+8
* -Werror,-Wunused-parameter (clang-cl)Stephan Bergmann2016-01-261-0/+2
* Fix typosAndrea Gelmini2016-01-102-2/+2
* loplugin:unusedfields in soltools/Noel Grandin2015-11-231-1/+0
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-101-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-104-8/+8
* loplugin:unusedmethodsNoel Grandin2015-10-021-1/+0
* Fix typosAndrea Gelmini2015-09-302-9/+7
* Fix typosAndrea Gelmini2015-07-043-3/+3
* -fsanitize=nonnull-attributeStephan Bergmann2015-06-161-1/+2
* loplugin:staticmethodsNoel Grandin2015-04-021-3/+3
* V804: Decreased performanceCaolán McNamara2015-03-021-1/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-234-32/+32
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann2014-12-091-1/+1
* warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann2014-12-093-8/+8
* coverity#1000834 Use of untrusted string valueCaolán McNamara2014-11-061-0/+1
* coverity#982185 silence Unchecked return value from libraryCaolán McNamara2014-10-281-2/+2
* coverity#706158 Copy into fixed size bufferNorbert Thiebaud2014-10-041-5/+24
* coverity#1233618 Overlapping buffer in memory copyCaolán McNamara2014-10-021-1/+1
* coverity#1019334 Explicit null dereferencedCaolán McNamara2014-09-041-74/+5
* mkdepend: cleanup indentation and function declarationsNoel Grandin2014-06-248-238/+186
* remove use of register keyword in C filesNoel Grandin2014-06-248-86/+86
* -Wstrict-prototypesStephan Bergmann2014-06-178-76/+25
* coverity#705235 Missing break in switchCaolán McNamara2014-05-301-0/+1
* coverity#705236 Missing break in switchCaolán McNamara2014-05-301-0/+1
* coverity#705237 Missing break in switchCaolán McNamara2014-05-301-0/+1
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-3/+3
* coverity#982647 Missing break in switchCaolán McNamara2014-05-241-0/+1
* Fix some memory leak in soltools/cpp toolStephan Bergmann2014-05-222-0/+2
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-152-4/+4
* Clean up function declarationStephan Bergmann2014-04-103-3/+32