summaryrefslogtreecommitdiff
path: root/scripting/source/basprov
AgeCommit message (Expand)Author
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
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-01Fix typosAndrea Gelmini
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-04-24Don't use SolarMutexGuard for returning a constantArnaud Versini
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-01sequence->vector in scriptingNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin