summaryrefslogtreecommitdiffstats
path: root/scripting/source/provider
Commit message (Expand)AuthorAgeFilesLines
* loplugin:oncevarNoel Grandin2017-07-312-8/+5
* use more OUString::operator== in scaddins..sdextNoel Grandin2017-07-141-6/+3
* simplify some OUString::concat usageNoel Grandin2017-07-112-17/+9
* loplugin:casttovoid: scriptingStephan Bergmann2017-07-022-2/+0
* cleanup unused css/frame/* includesJochen Nitschke2017-06-122-1/+1
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-123-20/+9
* cleanup unused css/script/ includesJochen Nitschke2017-05-204-4/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-37/+10
* Fix typosAndrea Gelmini2017-03-021-4/+4
* loplugin:subtlezeroinit: scriptingStephan Bergmann2017-02-211-1/+1
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-19/+3
* Add missing #includesStephan Bergmann2017-02-062-2/+2
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-022-16/+15
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-282-4/+3
* Remove dead codeStephan Bergmann2017-01-272-202/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-2612-164/+79
* New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann2017-01-194-1/+8
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-1/+1
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-131-5/+0
* OSL_TRACE->SAL in sc..scriptingNoel Grandin2016-12-134-11/+7
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* loplugin:unnecessaryoverride (dtors) in scriptingStephan Bergmann2016-12-051-12/+0
* loplugin:oncevar in sal..scriptingNoel Grandin2016-11-011-13/+6
* loplugin:expandablemethods in scaddins..scriptingNoel Grandin2016-10-284-39/+5
* loplugin:expandablemethodds in scaddins..sdextNoel Grandin2016-10-202-8/+4
* Fix typosAndrea Gelmini2016-10-012-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-136-10/+10
* new loplugin unnecessary overrideNoel Grandin2016-07-151-11/+0
* compilerplugins: add OWeakObject::release() override checkMichael Stahl2016-06-241-5/+2
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-191-1/+0
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-111-6/+6
* new plugin stylepoliceNoel Grandin2016-04-211-6/+6
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-5/+5
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-2/+2
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-1/+1
* tdf#97499 Fixed containers parameters clearing #3tymyjan2016-04-042-3/+2
* sequence->vector in scriptingNoel Grandin2016-04-012-21/+18
* Remove excess newlinesChris Sherlock2016-02-092-7/+0
* Fix typosAndrea Gelmini2016-01-102-2/+2
* loplugin:unusedfields in scriptingNoel Grandin2015-12-221-1/+0
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-11/+11
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-053-7/+6
* No need for this debug codeStephan Bergmann2015-11-021-7/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-027-10/+10
* com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin2015-10-285-11/+10
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-58/+58
* Fix typosAndrea Gelmini2015-09-303-3/+3
* scripting: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0310-21/+18
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-12/+12