summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin5-7/+7
2017-07-31loplugin:oncevarNoel Grandin4-29/+16
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-14/+12
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin2-8/+5
2017-07-13loplugin:oncevar: empty strings: scriptingStephan Bergmann1-2/+1
2017-07-11simplify some OUString::concat usageNoel Grandin5-29/+14
2017-07-11use more range-for on uno::SequenceNoel Grandin1-3/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-4/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-04loplugin:casttovoidStephan Bergmann1-3/+1
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann6-42/+12
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin3-40/+17
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin1-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke5-6/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-1/+1
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin3-20/+9
2017-05-20cleanup unused css/resource/ includesJochen Nitschke1-1/+0
2017-05-20cleanup unused css/uri/ includesJochen Nitschke1-1/+0
2017-05-20cleanup unused css/script/ includesJochen Nitschke6-6/+2
2017-05-16loplugin:checkunusedparams variousNoel Grandin1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert scripting module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin2-53/+13
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky6-6/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-12tdf#92007 python scripts with tuple-assignments fails on access from GUIWerner Tietz1-1/+6
2017-03-30remove type decorations on char literalsJochen Nitschke2-5/+5
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2017-03-02Fix typosAndrea Gelmini1-4/+4
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-23In Java, css.uno.RuntimeException doesn't derive from css.uno.ExceptionStephan Bergmann1-1/+1
2017-02-21loplugin:subtlezeroinit: scriptingStephan Bergmann2-2/+2
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-19/+3
2017-02-06Add missing #includesStephan Bergmann7-3/+9
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-3/+3
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin3-23/+20
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-6/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin3-7/+5
2017-01-27Remove dead codeStephan Bergmann2-202/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann33-873/+401
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann9-1/+32
2017-01-17Typo: listerner->listenerJulien Nabet2-8/+8
2017-01-10coverity#1398527 Uncaught exceptionCaolán McNamara2-2/+2