summaryrefslogtreecommitdiff
path: root/basic/source/inc
AgeCommit message (Expand)AuthorFilesLines
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin1-3/+0
2016-11-02loplugin:singlevalfieldsNoel Grandin1-2/+1
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin1-1/+1
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin1-9/+0
2016-10-16tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous1-3/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin3-4/+0
2016-09-14loplugin:constantparamNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann8-14/+14
2016-08-29BASIC : Remove useless SbxBase::GetCreatorArnaud Versini2-2/+2
2016-08-28BASIC: Devirtualize SbiExprNode::~SbiExprNode and make SbiExprNode finalArnaud Versini1-2/+2
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin2-3/+3
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka1-3/+3
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini2-3/+3
2016-08-08BASIC: Move SbiParser's destructor to cpp file.Arnaud Versini1-0/+1
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin3-5/+5
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-3/+3
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin1-1/+0
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+3
2016-05-25Fix typosAndrea Gelmini2-2/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-13loplugin:passstuffbyref in basicNoel Grandin4-9/+9
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin1-4/+4
2016-04-06Avoid reserved identifiersStephan Bergmann1-5/+5
2016-04-06Turn SbiOpcode into scoped enumStephan Bergmann1-1/+1
2016-04-06Avoid reserved identifiersStephan Bergmann1-96/+96
2016-04-04BASIC : Use a vector to store the argv stackArnaud Versini1-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #2tymyjan1-1/+1
2016-04-03BASIC : Use a vector to store the go sub stack.Arnaud Versini1-10/+3
2016-03-23loplugin:constantparam in basicNoel Grandin1-1/+1
2016-03-20BASIC : Use std::vector in SbiRuntime to save referencesArnaud Versini1-34/+1
2016-03-08Remove ancient StarPortal leftoversStephan Bergmann1-7/+0
2016-03-07tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxxSteven Guo1-5/+12
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-1/+1
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin4-7/+5
2016-03-02tdf#84938 Change average enum for scoped enumbaltasarq1-11/+12
2016-02-26tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum.baltasarq1-17/+20
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini2-6/+7
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-1/+1
2016-02-09Remove excess newlinesChris Sherlock7-22/+0
2016-02-08BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini1-5/+5
2016-02-08sequence->vector in basicNoel Grandin1-2/+2
2016-02-08loplugin:unusedmethodsNoel Grandin2-2/+0
2016-02-08BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini1-4/+2
2016-01-27BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2016-01-24BASIC : Remove class SbiDimList and SbiParametersArnaud Versini2-18/+5
2016-01-24BASIC : Remove SbiExprList::pParserArnaud Versini1-4/+2
2016-01-16BASIC : Remove useless virtual function overrideArnaud Versini1-1/+0