summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2-25/+14
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-2/+2
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin2-5/+5
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-25/+27
2021-03-31Use javax.xml.transform instead of reflection to write a DocumentStephan Bergmann1-94/+7
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC14-51/+14
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski2-7/+7
2021-02-06tdf#124176 Used pragma once instead of include guardsViKrAm-Baisclear1-5/+1
2021-01-22tdf#133889 Upcasting the type of actual parameter.tushar1-0/+15
2021-01-18tdf#133887 Set flag of variable when formal parameter is not expecting variant.tushar1-4/+11
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2021-01-01Fix typosAndrea Gelmini2-4/+4
2021-01-01tdf#128463: Revert the change to license informationKevin Suo1-10/+0
2020-12-31tdf#128463: Rewrite NamedRanges.py to make it work when run from UIKevin Suo1-47/+127
2020-12-31tdf#128463: Make SetCellColor python example actually do sthKevin Suo1-16/+31
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+2
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen7-12/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-11loplugin:stringviewNoel1-5/+5
2020-11-11disable O(U)String::concat for internal codeNoel Grandin4-8/+6
2020-11-05loplugin:reducevarscope in scriptingNoel2-3/+3
2020-10-14Replace list by vector in scripting/eventhelpherJulien Nabet1-5/+5
2020-10-10Improve example python code in scripting.Kevin Suo8-192/+264
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+2
2020-08-31Fix typos in codeAndrea Gelmini3-3/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-19Fix typosAndrea Gelmini2-2/+1
2020-07-15scripting/basprov: create instances with uno constructorsNoel Grandin2-56/+13
2020-07-15scripting/protocolhandler: create instances with uno constructorsNoel Grandin3-82/+8
2020-07-15scripting/stringresource: create instances with uno constructorsNoel Grandin2-98/+25
2020-07-14scripting/provider: create instances with uno constructorsNoel Grandin6-159/+42
2020-07-14scripting/dlgprov: create instances with uno constructorsNoel Grandin4-81/+22
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of blacklist with denylistThorsten Behrens3-9/+9
2020-07-04reduce number of framework librariesNoel Grandin1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scriptingStephan Bergmann6-12/+12
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen28-71/+13
2020-06-09remove the fake SvxScriptErrorDialog codeNoel Grandin1-3/+1
2020-06-05Upcoming loplugin:elidestringvar: scriptingStephan Bergmann5-11/+5
2020-05-14fix python 3.8 deprecation warningsNoel Grandin1-4/+4
2020-05-10compact namespace in sal..svgioNoel Grandin1-2/+2
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt7-14/+7
2020-04-22Fix typosAndrea Gelmini1-1/+1
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl2-25/+5
2020-04-06scripting: mailmerge.py: remove Python 3.0/3.1 supportMichael Stahl1-8/+1
2020-04-02loplugin:flatten in scriptingNoel Grandin8-340/+340
2020-03-12Revert "loplugin:constfields in scripting"Noel Grandin9-19/+19
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt7-14/+0