summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource/stringresource.cxx
AgeCommit message (Expand)Author
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-01loplugin:stringadd in scNoel Grandin
2019-08-26loplugin:returnconstval in variousNoel Grandin
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2019-07-20loplugin:referencecasting in scriptingNoel Grandin
2019-02-19More loplugin:simplifyboolStephan Bergmann
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2018-12-19use unique_ptr in StringResourceImplNoel Grandin
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09loplugin:constfields in scriptingNoel Grandin
2018-10-08replace double-checked locking patterns with thread safe ...Jochen Nitschke
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-09loplugin:useuniqueptr in StringResourcePersistenceImplNoel Grandin
2018-08-22loplugin:useuniqueptr in StringResourceImplNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov
2018-01-12More loplugin:cstylecast: scriptingStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-14loplugin:unusedmethods unused return value in scriptingNoel Grandin
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-22loplugin:unusedfields in scriptingNoel Grandin
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin