summaryrefslogtreecommitdiff
path: root/scripting/source/provider
AgeCommit message (Expand)AuthorFilesLines
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-5/+0
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin4-11/+7
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in scriptingStephan Bergmann1-12/+0
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin1-13/+6
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin4-39/+5
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin2-8/+4
2016-10-01Fix typosAndrea Gelmini2-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-10/+10
2016-07-15new loplugin unnecessary overrideNoel Grandin1-11/+0
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl1-5/+2
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+6
2016-04-21new plugin stylepoliceNoel Grandin1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-5/+5
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan2-3/+2
2016-04-01sequence->vector in scriptingNoel Grandin2-21/+18
2016-02-09Remove excess newlinesChris Sherlock2-7/+0
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-12-22loplugin:unusedfields in scriptingNoel Grandin1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-11/+11
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-7/+6
2015-11-02No need for this debug codeStephan Bergmann1-7/+0
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara7-10/+10
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin5-11/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-58/+58
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-03scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe10-21/+18
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-12/+12
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin4-6/+0
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+0
2015-04-13loplugin:staticmethodsNoel Grandin2-2/+2
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara3-20/+15
2014-12-18scripting: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
2014-12-15scripting: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-24coverity#1237350 use our double-locking templates for thisCaolán McNamara2-23/+25
2014-09-17Improve loggingStephan Bergmann1-1/+3
2014-09-02createNonDocMSPs->ensureNonDocMSPsCaolán McNamara2-22/+26
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-6/+1