summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2019-03-05scripting: copy python/InsertText.py to the Scripts directoryAshod Nakashian
2018-10-20keep pyuno script processing below base uriCaolán McNamara
2018-09-12python: add sample python script to insert/replace textAshod Nakashian
2018-06-27Restore binary compatibility for ClassLoaderFactoryStephan Bergmann
2018-05-09Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist
2018-04-03Add mode lines and license blurbTor Lillqvist
2018-04-03Add DeleteNamedRange functionTor Lillqvist
2018-04-03Add NamedRanges.py to the relevant MakefileTor Lillqvist
2018-04-03Fix class name in debug messageTor Lillqvist
2018-04-03Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist
2018-04-03Add another sample Python scriptTor Lillqvist
2018-04-03Filter out "SynchronMode" tooTor Lillqvist
2018-04-03Bin some dead codeTor Lillqvist
2018-04-03Add a separator between two words in an exception messageTor Lillqvist
2017-12-02mailmerge.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
2017-07-31loplugin:constparams in extensions,scripting,sdextNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin
2017-07-13loplugin:oncevar: empty strings: scriptingStephan Bergmann
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04loplugin:casttovoidStephan Bergmann
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-05-20cleanup unused css/resource/ includesJochen Nitschke
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-16loplugin:checkunusedparams variousNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert scripting module away from OSL_ASSERT to assertChris Sherlock