summaryrefslogtreecommitdiff
path: root/scripting/source/basprov
AgeCommit message (Expand)AuthorFilesLines
10 daystdf#146619 Drop unused 'using namespace' in: scripting/Gabor Kelemen1-1/+0
2024-03-29convert BasicScriptImplodNodeImpl to comphelper::WeakImplHelperNoel Grandin3-18/+11
2024-03-28convert BasicMethodNodeImpl to comphelper::WeakImplHelperNoel Grandin2-12/+9
2024-01-29tdf#159412: make sure to keep the value while changing the typeMike Kaganski1-4/+15
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scriptingStephan Bergmann2-2/+2
2023-08-19loplugin: new global analysis locking2Noel Grandin1-2/+0
2023-02-13Fix/simplify some vnd.sun.star.expand: handlingMike Kaganski1-3/+2
2022-06-23clang-tidy modernize-pass-by-value in scriptingNoel Grandin8-22/+26
2022-05-20new loplugin:unnecessary lockingNoel Grandin2-4/+0
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 Bergmann1-1/+1
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch1-5/+0
2021-12-22tdf#143582: Avoid error on clearing leftover return value of a methodMike Kaganski1-0/+3
2021-12-18use more cppu::BaseMutexNoel Grandin2-2/+4
2021-10-30Prepare for removal of non-const operator[] from Sequence in scriptingMike Kaganski1-11/+9
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-08-04tdf#143582 - Clear return value of the method before calling itAndreas Heinisch1-0/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin2-3/+3
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC5-20/+5
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski2-7/+7
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
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-1/+0
2020-11-05loplugin:reducevarscope in scriptingNoel1-1/+2
2020-08-19Fix typosAndrea Gelmini1-1/+0
2020-07-15scripting/basprov: create instances with uno constructorsNoel Grandin2-56/+13
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scriptingStephan Bergmann1-1/+1
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen8-12/+1
2020-06-05Upcoming loplugin:elidestringvar: scriptingStephan Bergmann1-2/+1
2020-03-12Revert "loplugin:constfields in scripting"Noel Grandin4-9/+9
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin1-1/+1
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski2-10/+11
2019-12-03remove some useless comment linesNoel Grandin5-5/+0
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann1-2/+2
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov2-15/+8
2019-07-20loplugin:referencecasting in scriptingNoel Grandin1-5/+4
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski3-4/+7
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov1-3/+5
2018-11-12Guard listener cleanup of BasicProviderImplJan-Marek Glogowski1-0/+2
2018-11-05tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManagerMike Kaganski2-1/+21
2018-10-22loplugin:staticvar in variousNoel Grandin1-1/+1
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-2/+2
2018-10-09loplugin:constfields in scriptingNoel Grandin4-9/+9
2018-10-08replace double-checked locking patterns with thread safe ...Jochen Nitschke1-15/+7
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin1-2/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scriptingStephan Bergmann3-3/+3