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