summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Restore binary compatibility for ClassLoaderFactoryStephan Bergmann4-9/+6
2018-05-09Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist1-1/+1
2018-05-05Fix typosAndrea Gelmini1-2/+2
2018-05-04Removed executable permission on data filesAndrea Gelmini1-0/+0
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-25pyprov is not deprecatedLaurent Godard1-4/+4
2018-04-15use the standard name pattern for a packageDavid Tardon1-3/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-2/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin4-10/+10
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek2-6/+6
2018-03-28Add mode lines and license blurbTor Lillqvist1-0/+11
2018-03-28Add DeleteNamedRange functionTor Lillqvist1-0/+11
2018-03-28Add NamedRanges.py to the relevant MakefileTor Lillqvist1-0/+1
2018-03-28Fix class name in debug messageTor Lillqvist1-1/+1
2018-03-28Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist1-0/+37
2018-03-27Add another sample Python scriptTor Lillqvist2-0/+16
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-27Fix typosAndrea Gelmini1-1/+1
2018-01-24scripting: add missing vim modelines to python filesMiklos Vajna4-0/+8
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
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
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