summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource
AgeCommit message (Expand)AuthorFilesLines
2020-04-02loplugin:flatten in scriptingNoel Grandin1-92/+92
2020-03-12Revert "loplugin:constfields in scripting"Noel Grandin1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin2-3/+3
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 Grandin2-2/+2
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 Grandin2-26/+20
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 Grandin2-34/+28
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-41/+18
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2-18/+16
2018-01-12More loplugin:cstylecast: scriptingStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-4/+4
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-11-06loplugin:constparams in various(2)Noel Grandin2-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-4/+2
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin2-4/+4
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 Bergmann2-436/+146
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann1-0/+16
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-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
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