summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2021-01-01Fix typosAndrea Gelmini
2021-01-01tdf#128463: Revert the change to license informationKevin Suo
2020-12-31tdf#128463: Rewrite NamedRanges.py to make it work when run from UIKevin Suo
2020-12-31tdf#128463: Make SetCellColor python example actually do sthKevin Suo
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-11loplugin:stringviewNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-11-05loplugin:reducevarscope in scriptingNoel
2020-10-14Replace list by vector in scripting/eventhelpherJulien Nabet
2020-10-10Improve example python code in scripting.Kevin Suo
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-31Fix typos in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-19Fix typosAndrea Gelmini
2020-07-15scripting/basprov: create instances with uno constructorsNoel Grandin
2020-07-15scripting/protocolhandler: create instances with uno constructorsNoel Grandin
2020-07-15scripting/stringresource: create instances with uno constructorsNoel Grandin
2020-07-14scripting/provider: create instances with uno constructorsNoel Grandin
2020-07-14scripting/dlgprov: create instances with uno constructorsNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-07-04reduce number of framework librariesNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scriptingStephan Bergmann
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen
2020-06-09remove the fake SvxScriptErrorDialog codeNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: scriptingStephan Bergmann
2020-05-14fix python 3.8 deprecation warningsNoel Grandin
2020-05-10compact namespace in sal..svgioNoel Grandin
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-04-22Fix typosAndrea Gelmini
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl
2020-04-06scripting: mailmerge.py: remove Python 3.0/3.1 supportMichael Stahl
2020-04-02loplugin:flatten in scriptingNoel Grandin
2020-03-12Revert "loplugin:constfields in scripting"Noel Grandin
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-28sys.version is for displaying; use sys.version_info for version checkMike Kaganski
2020-01-28remove some unused local varsNoel Grandin
2020-01-07Fix typoAndrea Gelmini
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin
2019-12-20tdf#124176: Use pragma once instead of include guardsKemal Ayhan
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-03remove some useless comment linesNoel Grandin
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski
2019-11-08Respect DisableMacrosExecution option in javascript editorSamuel Mehrbrodt