summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
2022-06-10LanguageTool Grammar Checker implementationMert Tumer1-0/+1
2022-06-10new loplugin:moveitNoel Grandin1-2/+2
2022-05-31tdf#145527 Revert "Related tdf#116767: Call URLClassLoader.close"Stephan Bergmann2-52/+43
2022-05-20new loplugin:unnecessary lockingNoel Grandin2-4/+0
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-2/+1
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in scriptingStephan Bergmann8-13/+13
2022-04-29use more string_view in INetURLObjectNoel Grandin4-10/+10
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin3-12/+12
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-2/+2
2022-03-20Remove special-casing Windows stderr handlingMike Kaganski1-79/+68
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch1-5/+0
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2-40/+33
2022-01-04osl::Mutex->std::mutex in StringResourceImplNoel Grandin2-59/+39
2021-12-22tdf#143582: Avoid error on clearing leftover return value of a methodMike Kaganski1-0/+3
2021-12-18use more cppu::BaseMutexNoel Grandin3-14/+4
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann13-19/+11
2021-12-03Fix --disable-scripting for DESKTOP buildJan-Marek Glogowski1-1/+1
2021-11-28use more OInterfaceContainerHelper2 in scriptingNoel Grandin2-10/+6
2021-11-24Fix typos and translationsAndrea Gelmini1-1/+1
2021-11-23Add more beanshell samplesSamuel Mehrbrodt13-0/+328
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-2/+2
2021-11-07Typo: implemnented->implementedJulien Nabet1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in scriptingMike Kaganski9-59/+49
2021-10-18Revert incompatible ScriptEditor changeStephan Bergmann5-59/+84
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski5-5/+5
2021-10-01loplugin:constmethodNoel Grandin2-2/+2
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20Make some scripts more portableIlmari Lauhakangas1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-0/+1
2021-08-04tdf#143582 - Clear return value of the method before calling itAndreas Heinisch1-0/+2
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-4/+4
2021-08-02convert #defines to OUStringLiteralNoel Grandin3-4/+4
2021-08-01osl::Mutex->std::mutex in ProviderCacheNoel Grandin2-5/+5
2021-08-01osl::Mutex->std::mutex in MasterScriptProviderNoel Grandin2-2/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-3/+3
2021-05-29std::unique_ptr -> std::optionalNoel Grandin1-3/+4
2021-05-13inline some typedefsNoel Grandin1-3/+1
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