summaryrefslogtreecommitdiff
path: root/scripting/source/basprov
AgeCommit message (Expand)Author
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-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
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-05loplugin:reducevarscope in scriptingNoel
2020-08-19Fix typosAndrea Gelmini
2020-07-15scripting/basprov: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scriptingStephan Bergmann
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen
2020-06-05Upcoming loplugin:elidestringvar: scriptingStephan Bergmann
2020-03-12Revert "loplugin:constfields in scripting"Noel Grandin
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-03remove some useless comment linesNoel Grandin
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2019-07-20loplugin:referencecasting in scriptingNoel Grandin
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2018-11-12Guard listener cleanup of BasicProviderImplJan-Marek Glogowski
2018-11-05tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManagerMike Kaganski
2018-10-22loplugin:staticvar in variousNoel Grandin
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-09loplugin:constfields in scriptingNoel Grandin
2018-10-08replace double-checked locking patterns with thread safe ...Jochen Nitschke
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: scriptingStephan Bergmann
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-02-06Add missing #includesStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-12-12remove useless Mutex guardsNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-01Omit the default comparatorTakeshi Abe