summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in toolsNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock2-31/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-3/+3
2016-01-18loplugin:unusedfieldsNoel Grandin1-1/+0
2016-01-14loplugin:unusedmethods unused return value in scriptingNoel Grandin2-23/+0
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-22loplugin:unusedfields in scriptingNoel Grandin1-18/+8
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-3/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-45/+45
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin2-343/+341
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-129/+129
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-6/+5
2015-06-29coverity#1308579 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-29coverity#1308598 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308548 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308512 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-4/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-27/+27
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+2