summaryrefslogtreecommitdiff
path: root/shell/source/tools/lngconvex
AgeCommit message (Expand)Author
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09loplugin:constfields in shellNoel Grandin
2018-10-01loplugin:useuniqueptr in shell::SubstitutorNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-06-23tdf#96099 Remove trivial std::vector typedefs in sd, sfx2, shellArkadiy Illarionov
2018-05-21tdf#96099 Remove unused typedef from shell/source/tools/lngconvexArkadiy Illarionov
2018-01-12More loplugin:cstylecast: shellStephan Bergmann
2017-10-23loplugin:includeform: shellStephan Bergmann
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: shellStephan Bergmann
2016-09-09loplugin:constantparam in sfx2Noel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin
2015-08-03remove some unused typedefsNoel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-04-13loplugin:staticmethodsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-28remove unused typedefsNoel Grandin
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-01shell: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-05-09remove presys.h and postsys.hThomas Arnhold
2014-02-26Remove visual noise from shellAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-20typo fixesAndras Timar
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-05fixincludeguards.sh: shellThomas Arnhold
2013-08-30eliminated yet another language-country parserEike Rathke
2013-08-30and another one for fdo#68740Eike Rathke
2013-08-30attempt to roughly fix fdo#68740Eike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-02-22s/the the/the/Tor Lillqvist
2012-11-20do not use exitcode 0 on failureLuboš Luňák
2012-11-17use LanguageTagEike Rathke
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-29gbuildize shellDavid Tardon
2012-01-23make shell ByteString freeCaolán McNamara