summaryrefslogtreecommitdiff
path: root/scripting/source/provider
AgeCommit message (Expand)AuthorFilesLines
2 daysrtl::Static to thread-safe-staticNoel Grandin1-4/+2
2022-10-17use more string_viewNoel Grandin1-4/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-05-04Just use Any ctor instead of makeAny in scriptingStephan Bergmann4-6/+6
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin2-5/+5
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-2/+2
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
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 Kaganski4-15/+21
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski3-3/+3
2021-10-01loplugin:constmethodNoel Grandin2-2/+2
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-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-05-29std::unique_ptr -> std::optionalNoel Grandin1-3/+4
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2-25/+14
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-4/+4
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC6-21/+6
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 Kelemen3-5/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-2/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-07-14scripting/provider: create instances with uno constructorsNoel Grandin5-151/+32
2020-07-10replace usage of blacklist with denylistThorsten Behrens3-9/+9
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scriptingStephan Bergmann2-5/+5
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen12-35/+5
2020-06-05Upcoming loplugin:elidestringvar: scriptingStephan Bergmann2-5/+2
2020-04-22Fix typosAndrea Gelmini1-1/+1
2020-04-02loplugin:flatten in scriptingNoel Grandin2-26/+26
2020-03-12Revert "loplugin:constfields in scripting"Noel Grandin1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-07Fix typoAndrea Gelmini1-1/+1
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin1-1/+1
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet1-3/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-3/+10
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski1-4/+2
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-4/+1
2019-09-26loplugin:constmethod in scNoel Grandin3-3/+3
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin2-2/+3
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet3-19/+7
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin1-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann4-11/+11
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov4-51/+41
2019-07-20loplugin:referencecasting in scriptingNoel Grandin1-2/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin3-18/+3
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-7/+4