summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann2-4/+4
2017-04-04cid#1403658: Let ImplGetLocale return empty Optional for bad inputStephan Bergmann2-23/+32
2017-03-30remove type decorations on char literalsJochen Nitschke2-2/+2
2017-03-26Fix typosAndrea Gelmini1-1/+1
2017-03-23Use rtl::toAsciiLowerCaseStephan Bergmann1-8/+5
2017-03-23In Unix ImplGetLocale, read env vars instead of calling setlocaleStephan Bergmann1-13/+14
2017-03-22Use rtl::isAscii* instead of ctype.h is* with wchar_t argStephan Bergmann1-1/+2
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-03-19fix typo/grammar: "the the" --> thedennisroczek1-9/+3
2017-03-14No need for --disable-activex and --disable-atl any longerTor Lillqvist1-8/+4
2017-03-14Various clang-cl/loplugin warningsStephan Bergmann11-36/+59
2017-03-12Fix typosAndrea Gelmini1-1/+1
2017-03-11Fix windows build with activex disabledTamás Zolnai1-4/+8
2017-03-10CosmeticsTor Lillqvist2-2/+0
2017-03-10tdf#103058: Implement OpenDocuments ActiveX controlMike Kaganski18-1/+1514
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-21loplugin:subtlezeroinit: shellStephan Bergmann1-1/+1
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist1-1/+0
2017-02-10Remove MinGW supportStephan Bergmann6-59/+0
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara1-1/+1
2017-02-08loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-4/+7
2017-02-08Add missing #includesStephan Bergmann1-1/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-02loplugin:unnecessaryoverrideStephan Bergmann1-3/+0
2017-02-02loplugin:useuniqueptrStephan Bergmann1-4/+4
2017-02-01loplugin:stringconstantStephan Bergmann1-2/+1
2017-02-01loplugin:stringconstantStephan Bergmann1-2/+1
2017-01-28loplugin:stringconstantJochen Nitschke2-2/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-3/+2
2017-01-27Remove dynamic exception specifications from some TDE-only codeStephan Bergmann1-39/+10
2017-01-27improve "unnecessary user-declared destructor" checkNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann24-388/+116
2017-01-20can use truncate instead of a new OUStringBufferCaolán McNamara1-1/+1
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann5-17/+17
2017-01-10New loplugin:conststringvar: shellStephan Bergmann1-5/+5
2017-01-09New loplugin:externvar: shellStephan Bergmann1-1/+1
2016-12-24tdf#90753: AutoInstall shell_senddoc packageMatúš Kukan1-9/+2
2016-12-14Dead codeStephan Bergmann5-172/+11
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin3-8/+4
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin1-3/+2
2016-10-15clang-cl loplugin: shellStephan Bergmann52-454/+442
2016-09-23TDE fix some clang plugin based warningsJan-Marek Glogowski1-6/+5
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-3/+1
2016-09-14loplugin:overrideStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
2016-09-13add xdg-email as the default email routeCaolán McNamara1-2/+8
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist11-140/+29
2016-09-09loplugin:constantparam in sfx2Noel Grandin5-14/+11