summaryrefslogtreecommitdiffstats
path: root/basic/source/inc
Commit message (Expand)AuthorAgeFilesLines
* convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin2017-12-182-36/+36
* loplugin:expandablemethods in avmedia..canvasNoel Grandin2016-11-111-3/+0
* loplugin:singlevalfieldsNoel Grandin2016-11-021-2/+1
* loplugin:expandablemethodds in include/basic..comphelperNoel Grandin2016-10-211-1/+1
* loplugin:expandablemethodds in basctl..chart2Noel Grandin2016-10-191-9/+0
* tdf#96099 Reduce no. of useless typedefs for trivial containers.Hieronymous2016-10-161-3/+1
* loplugin:singlevalfields in basic..idlNoel Grandin2016-09-163-4/+0
* loplugin:constantparamNoel Grandin2016-09-141-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-138-14/+14
* BASIC : Remove useless SbxBase::GetCreatorArnaud Versini2016-08-292-2/+2
* BASIC: Devirtualize SbiExprNode::~SbiExprNode and make SbiExprNode finalArnaud Versini2016-08-281-2/+2
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-252-3/+3
* tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka2016-08-241-3/+3
* BASIC: Use more often std::unique_ptrArnaud Versini2016-08-132-3/+3
* BASIC: Move SbiParser's destructor to cpp file.Arnaud Versini2016-08-081-0/+1
* loplugin:countusersofdefaultparams in basctl..basicNoel Grandin2016-08-043-5/+5
* improve passstuffbyref return analysisNoel Grandin2016-07-271-2/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-3/+3
* loplugin:singlevalfields in basic and fix leakNoel Grandin2016-06-271-1/+0
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-2/+3
* Fix typosAndrea Gelmini2016-05-252-2/+2
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-1/+1
* loplugin:passstuffbyref in basicNoel Grandin2016-04-134-9/+9
* clang-tidy performance-unnecessary-value-param in basicNoel Grandin2016-04-111-4/+4
* Avoid reserved identifiersStephan Bergmann2016-04-061-5/+5
* Turn SbiOpcode into scoped enumStephan Bergmann2016-04-061-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-061-96/+96
* BASIC : Use a vector to store the argv stackArnaud Versini2016-04-041-2/+2
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-1/+1
* tdf#97499 Fixed containers parameters clearing #2tymyjan2016-04-041-1/+1
* BASIC : Use a vector to store the go sub stack.Arnaud Versini2016-04-031-10/+3
* loplugin:constantparam in basicNoel Grandin2016-03-231-1/+1
* BASIC : Use std::vector in SbiRuntime to save referencesArnaud Versini2016-03-201-34/+1
* Remove ancient StarPortal leftoversStephan Bergmann2016-03-081-7/+0
* tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxxSteven Guo2016-03-071-5/+12
* loplugin:unuseddefaultparam in variousNoel Grandin2016-03-071-1/+1
* loplugin:unuseddefaultparams in basicNoel Grandin2016-03-034-7/+5
* tdf#84938 Change average enum for scoped enumbaltasarq2016-03-021-11/+12
* tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum.baltasarq2016-02-261-17/+20
* BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini2016-02-172-6/+7
* tdf#95857 Sort out German plurals ...danielt9982016-02-121-1/+1
* Remove excess newlinesChris Sherlock2016-02-097-22/+0
* BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini2016-02-081-5/+5
* sequence->vector in basicNoel Grandin2016-02-081-2/+2
* loplugin:unusedmethodsNoel Grandin2016-02-082-2/+0
* BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini2016-02-081-4/+2
* BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini2016-01-271-2/+2
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-3/+3
* BASIC : Remove class SbiDimList and SbiParametersArnaud Versini2016-01-242-18/+5
* BASIC : Remove SbiExprList::pParserArnaud Versini2016-01-241-4/+2