summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)AuthorFilesLines
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin1-1/+1
2018-10-22loplugin:staticvar in variousNoel Grandin2-2/+2
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-2/+2
2018-10-19keep pyuno script processing below base uriCaolán McNamara1-2/+28
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin2-10/+10
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-5/+7
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-4/+4
2018-10-09loplugin:constfields in scriptingNoel Grandin9-19/+19
2018-10-08replace double-checked locking patterns with thread safe ...Jochen Nitschke3-37/+13
2018-10-08tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski1-66/+60
2018-10-06Use range-based loopMike Kaganski1-7/+4
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann4-32/+32
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin3-4/+1
2018-09-09loplugin:useuniqueptr in StringResourcePersistenceImplNoel Grandin1-6/+4
2018-08-22loplugin:useuniqueptr in StringResourceImplNoel Grandin2-34/+28
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2-45/+21
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-04use C++11 exception rethrowingCaolán McNamara1-5/+5
2018-07-30Add missing sal/log.hxx headersGabor Kelemen6-0/+6
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2-18/+16
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-9/+3
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin3-13/+17
2018-05-05Fix typosAndrea Gelmini1-2/+2
2018-04-27tdf#117202 more pythonic and allow spaces as argumentLaurent Godard1-11/+13
2018-04-25tdf#117202 - parse function name to get argumentsLaurent Godard1-4/+30
2018-04-15remove some unused comphelper includesJochen Nitschke1-2/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin4-10/+10
2018-03-28Fix class name in debug messageTor Lillqvist1-1/+1
2018-03-27Filter out "SynchronMode" tooTor Lillqvist1-4/+6
2018-03-27Bin some dead codeTor Lillqvist1-5/+0
2018-03-27Add a separator between two words in an exception messageTor Lillqvist1-1/+1
2018-02-22weld native message dialogsCaolán McNamara1-2/+5
2018-01-30tdf#63388: use SMTP_SSL for port 465Justin Luth1-2/+5
2018-01-24scripting: add missing vim modelines to python filesMiklos Vajna1-0/+2
2018-01-12More loplugin:cstylecast: scriptingStephan Bergmann1-3/+3
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-8/+5
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin10-31/+31
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-3/+3
2017-11-30mailmerge.py: Use strip in server nameXisco Fauli1-2/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-06loplugin:constparams in various(2)Noel Grandin2-2/+2
2017-10-23loplugin:includeform: scriptingStephan Bergmann6-14/+14
2017-10-23overload std::hash for OUString and OStringNoel Grandin6-16/+8
2017-10-04add << operator for css::uno::ExceptionNoel Grandin4-7/+6
2017-09-27loplugin:flatten in variousNoel Grandin1-33/+31
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin3-96/+83
2017-08-31inline some use-once typedefsNoel Grandin1-4/+1