summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype
AgeCommit message (Expand)Author
2018-11-16Fix typosAndrea Gelmini
2018-10-12Remove unnecessary mutexStephan Bergmann
2018-10-12Remove undefined member function declarationsStephan Bergmann
2018-10-11tdf#120158: Base CMimeContentType on INetMIME::scanContentTypeStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-07-29loplugin:stringloop in variousNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara99
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dtransStephan Bergmann
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist
2016-05-18limit scanf string field widthJochen Nitschke
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet
2016-01-31unnecessary use of OUString constructorNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara
2015-09-12dtrans: com::sun::star->cssNoel Grandin
2015-07-28tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2014-12-18dtrans: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-22dtrans: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from dtransAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in DTRANS moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee