summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2017-05-16loplugin:checkunusedparams variousNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert scripting module away from OSL_ASSERT to assertChris Sherlock
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-12tdf#92007 python scripts with tuple-assignments fails on access from GUIWerner Tietz
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-02Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-23In Java, css.uno.RuntimeException doesn't derive from css.uno.ExceptionStephan Bergmann
2017-02-21loplugin:subtlezeroinit: scriptingStephan Bergmann
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-27Remove dead codeStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann
2017-01-17Typo: listerner->listenerJulien Nabet
2017-01-10coverity#1398527 Uncaught exceptionCaolán McNamara
2017-01-09New loplugin:externvar: scriptingStephan Bergmann
2016-12-18tdf#103363: add unicodedata and import idna encoding for mailmergeJulien Nabet
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-12-12remove useless Mutex guardsNoel Grandin
2016-12-08verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-07scripting: more inconsistent Package conditionsMichael Stahl
2016-12-07scripting: Android tinderbox can't find python packageMichael Stahl
2016-12-07Match conditionals in Repository.mkTor Lillqvist
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in scriptingStephan Bergmann
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-11-01Omit the default comparatorTakeshi Abe
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin