summaryrefslogtreecommitdiffstats
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* Restore binary compatibility for ClassLoaderFactoryStephan Bergmann2018-06-154-9/+6
* Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist2018-05-091-1/+1
* Fix typosAndrea Gelmini2018-05-051-2/+2
* Removed executable permission on data filesAndrea Gelmini2018-05-041-0/+0
* tdf#117202 more pythonic and allow spaces as argumentLaurent Godard2018-04-271-11/+13
* tdf#117202 - parse function name to get argumentsLaurent Godard2018-04-251-4/+30
* pyprov is not deprecatedLaurent Godard2018-04-251-4/+4
* use the standard name pattern for a packageDavid Tardon2018-04-151-3/+3
* remove some unused comphelper includesJochen Nitschke2018-04-151-2/+0
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-034-10/+10
* use https links for api.libreoffice.org and opengrokdennisroczek2018-04-022-6/+6
* Add mode lines and license blurbTor Lillqvist2018-03-281-0/+11
* Add DeleteNamedRange functionTor Lillqvist2018-03-281-0/+11
* Add NamedRanges.py to the relevant MakefileTor Lillqvist2018-03-281-0/+1
* Fix class name in debug messageTor Lillqvist2018-03-281-1/+1
* Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist2018-03-281-0/+37
* Add another sample Python scriptTor Lillqvist2018-03-272-0/+16
* Filter out "SynchronMode" tooTor Lillqvist2018-03-271-4/+6
* Bin some dead codeTor Lillqvist2018-03-271-5/+0
* Add a separator between two words in an exception messageTor Lillqvist2018-03-271-1/+1
* weld native message dialogsCaolán McNamara2018-02-221-2/+5
* tdf#63388: use SMTP_SSL for port 465Justin Luth2018-01-301-2/+5
* Fix typosAndrea Gelmini2018-01-271-1/+1
* scripting: add missing vim modelines to python filesMiklos Vajna2018-01-244-0/+8
* More loplugin:cstylecast: scriptingStephan Bergmann2018-01-121-3/+3
* tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr2018-01-101-8/+5
* loplugin:passstuffbyref improved return in sd,variousNoel Grandin2018-01-022-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-1110-31/+31
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-052-3/+3
* mailmerge.py: Use strip in server nameXisco Fauli2017-11-301-2/+2
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:constparams in various(2)Noel Grandin2017-11-062-2/+2
* loplugin:includeform: scriptingStephan Bergmann2017-10-236-14/+14
* overload std::hash for OUString and OStringNoel Grandin2017-10-236-16/+8
* add << operator for css::uno::ExceptionNoel Grandin2017-10-044-7/+6
* loplugin:flatten in variousNoel Grandin2017-09-271-33/+31
* loplugin:flatten in scaddins..sdNoel Grandin2017-09-223-96/+83
* inline some use-once typedefsNoel Grandin2017-08-311-4/+1
* tdf#39468 Translate German comments/termsJens Carl2017-08-161-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* loplugin:constparams in extensions,scripting,sdextNoel Grandin2017-07-315-7/+7
* loplugin:oncevarNoel Grandin2017-07-314-29/+16
* de-hrc various thingsCaolán McNamara2017-07-211-1/+0
* migrate to boost::gettextCaolán McNamara2017-07-211-14/+12
* use more OUString::operator== in scaddins..sdextNoel Grandin2017-07-142-8/+5
* loplugin:oncevar: empty strings: scriptingStephan Bergmann2017-07-131-2/+1
* simplify some OUString::concat usageNoel Grandin2017-07-115-29/+14
* use more range-for on uno::SequenceNoel Grandin2017-07-111-3/+2
* use more begin()/end() for SequenceNoel Grandin2017-07-061-4/+2