summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-03-021-4/+4
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* In Java, css.uno.RuntimeException doesn't derive from css.uno.ExceptionStephan Bergmann2017-02-231-1/+1
* loplugin:subtlezeroinit: scriptingStephan Bergmann2017-02-212-2/+2
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-19/+3
* Add missing #includesStephan Bergmann2017-02-067-3/+9
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-3/+3
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-023-23/+20
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-6/+2
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-1/+1
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-283-7/+5
* Remove dead codeStephan Bergmann2017-01-272-202/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-2633-873/+401
* New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann2017-01-199-1/+32
* Typo: listerner->listenerJulien Nabet2017-01-172-8/+8
* coverity#1398527 Uncaught exceptionCaolán McNamara2017-01-102-2/+2
* New loplugin:externvar: scriptingStephan Bergmann2017-01-091-30/+30
* tdf#103363: add unicodedata and import idna encoding for mailmergeJulien Nabet2016-12-181-0/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-1/+1
* Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin2016-12-131-1/+0
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-131-5/+0
* OSL_TRACE->SAL in sc..scriptingNoel Grandin2016-12-137-46/+17
* remove useless Mutex guardsNoel Grandin2016-12-121-6/+0
* verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin2016-12-081-0/+1
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-1/+1
* scripting: more inconsistent Package conditionsMichael Stahl2016-12-071-4/+6
* scripting: Android tinderbox can't find python packageMichael Stahl2016-12-071-1/+1
* Match conditionals in Repository.mkTor Lillqvist2016-12-071-2/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-053-3/+3
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* loplugin:unnecessaryoverride (dtors) in scriptingStephan Bergmann2016-12-051-12/+0
* loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann2016-11-251-6/+2
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-091-1/+1
* loplugin:oncevar in sal..scriptingNoel Grandin2016-11-014-27/+11
* Omit the default comparatorTakeshi Abe2016-11-011-1/+1
* loplugin:countusersofdefaultparams in sc(part1)Noel Grandin2016-10-313-3/+3
* convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin2016-10-281-1/+1
* loplugin:expandablemethods in scaddins..scriptingNoel Grandin2016-10-284-39/+5
* normalize existing emacs/vim mode-lines in python filesMichael Stahl2016-10-262-2/+5
* loplugin:expandablemethodds in scaddins..sdextNoel Grandin2016-10-202-8/+4
* tdf#98004 - Enhansment on Editor(Beanshell)nadith2016-10-161-6/+9
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-102-11/+11
* ClassLoader->URLClassLoaderCaolán McNamara2016-10-034-7/+10
* Fix typosAndrea Gelmini2016-10-015-5/+5
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-231-2/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1315-24/+24
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-251-4/+2
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-192-4/+4
* Revert "coverity#1371372 Resource leak on an exceptional path"Caolán McNamara2016-08-194-30/+8
* coverity#1371372 Resource leak on an exceptional pathCaolán McNamara2016-08-194-8/+30