summaryrefslogtreecommitdiff
path: root/scripting/source
AgeCommit message (Expand)Author
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin
2022-03-20Remove special-casing Windows stderr handlingMike Kaganski
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-04osl::Mutex->std::mutex in StringResourceImplNoel Grandin
2021-12-22tdf#143582: Avoid error on clearing leftover return value of a methodMike Kaganski
2021-12-18use more cppu::BaseMutexNoel Grandin
2021-11-28use more OInterfaceContainerHelper2 in scriptingNoel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-07Typo: implemnented->implementedJulien Nabet
2021-10-30Prepare for removal of non-const operator[] from Sequence in scriptingMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-01loplugin:constmethodNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-04tdf#143582 - Clear return value of the method before calling itAndreas Heinisch
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-08-01osl::Mutex->std::mutex in ProviderCacheNoel Grandin
2021-08-01osl::Mutex->std::mutex in MasterScriptProviderNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-29std::unique_ptr -> std::optionalNoel Grandin
2021-05-13inline some typedefsNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-02-06tdf#124176 Used pragma once instead of include guardsViKrAm-Baisclear
2021-01-22tdf#133889 Upcasting the type of actual parameter.tushar
2021-01-18tdf#133887 Set flag of variable when formal parameter is not expecting variant.tushar
2021-01-09fix coverity parse errorsCaolán McNamara
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-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
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