summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2019-12-15Beanshell: Display full exception messageSamuel Mehrbrodt
2019-12-15Beanshell: Wrap long error messagesSamuel Mehrbrodt
2019-11-20warn on load when a document binds an event to a macroCaolán McNamara
2019-08-27Improve check for absolute URIStephan Bergmann
2019-08-27an absolute uri is invalid inputCaolán McNamara
2019-08-13construct final url from parsed outputCaolán McNamara
2019-08-07Properly obtain locationStephan Bergmann
2019-08-07keep name percent-encodedStephan Bergmann
2018-10-21keep pyuno script processing below base uriCaolán McNamara
2018-06-15Restore binary compatibility for ClassLoaderFactoryStephan Bergmann
2018-05-09Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist
2018-05-05Fix typosAndrea Gelmini
2018-05-04Removed executable permission on data filesAndrea Gelmini
2018-04-27tdf#117202 more pythonic and allow spaces as argumentLaurent Godard
2018-04-25tdf#117202 - parse function name to get argumentsLaurent Godard
2018-04-25pyprov is not deprecatedLaurent Godard
2018-04-15use the standard name pattern for a packageDavid Tardon
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek
2018-03-28Add mode lines and license blurbTor Lillqvist
2018-03-28Add DeleteNamedRange functionTor Lillqvist
2018-03-28Add NamedRanges.py to the relevant MakefileTor Lillqvist
2018-03-28Fix class name in debug messageTor Lillqvist
2018-03-28Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist
2018-03-27Add another sample Python scriptTor Lillqvist
2018-03-27Filter out "SynchronMode" tooTor Lillqvist
2018-03-27Bin some dead codeTor Lillqvist
2018-03-27Add a separator between two words in an exception messageTor Lillqvist
2018-02-22weld native message dialogsCaolán McNamara
2018-01-30tdf#63388: use SMTP_SSL for port 465Justin Luth
2018-01-27Fix typosAndrea Gelmini
2018-01-24scripting: add missing vim modelines to python filesMiklos Vajna
2018-01-12More loplugin:cstylecast: scriptingStephan Bergmann
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-30mailmerge.py: Use strip in server nameXisco Fauli
2017-11-13Fix typosAndrea Gelmini
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-10-23loplugin:includeform: scriptingStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-27loplugin:flatten in variousNoel Grandin
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin
2017-08-31inline some use-once typedefsNoel Grandin
2017-08-16tdf#39468 Translate German comments/termsJens Carl
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin