summaryrefslogtreecommitdiffstats
path: root/include/basic
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2016-11-171-2/+1
* loplugin:expandablemethods in avmedia..canvasNoel Grandin2016-11-111-1/+0
* loplugin:unnecessaryvirtual in basctl..chart2Noel Grandin2016-11-081-2/+2
* loplugin:expandablemethodds in include/basic..comphelperNoel Grandin2016-10-212-2/+0
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-103-5/+5
* loplugin:staticmethods: basicStephan Bergmann2016-10-072-10/+10
* loplugin:constantparamNoel Grandin2016-09-301-1/+1
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-231-3/+3
* fix windows buildNoel Grandin2016-09-221-0/+2
* loplugin:unusedmethods in chart2..svxNoel Grandin2016-09-221-2/+0
* loplugin:unusedenumvaluesNoel Grandin2016-09-191-3/+0
* Remove unused declarationStephan Bergmann2016-09-151-1/+0
* loplugin:constantparamNoel Grandin2016-09-141-1/+1
* loplugin:constantparam in accessibility to basicNoel Grandin2016-09-141-3/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1310-18/+18
* Translate some German comments and messagesMaarten Bosmans2016-08-301-1/+1
* BASIC : Remove useless SbxBase::GetCreatorArnaud Versini2016-08-299-15/+13
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-255-6/+6
* Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara2016-08-191-0/+2
* loplugin:unusedenumconstants in basctl..editengNoel Grandin2016-08-172-10/+0
* basic: Simplify SbxArrayArnaud Versini2016-08-161-3/+1
* basic: SbxBase should be abstractArnaud Versini2016-08-151-7/+6
* improve passstuffbyref return analysisNoel Grandin2016-07-272-2/+2
* BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini2016-07-111-2/+1
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-2/+2
* Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara2016-06-142-2/+11
* drop these typedef header guardCaolán McNamara2016-06-142-14/+0
* BASIC : Add SbModule::FindMethodArnaud Versini2016-06-121-0/+1
* tdf#89329: use unique_ptr for pImpl in sbxvarXisco Fauli2016-06-031-1/+2
* loplugin:constantparamsNoel Grandin2016-06-031-1/+1
* tdf#89329: use unique_ptr for pImpl in basmgrXisco Fauli2016-05-261-1/+1
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-8/+8
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-182-15/+0
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-062-7/+7
* loplugin:passstuffbyref in basicNoel Grandin2016-04-133-4/+4
* Avoid reserved identifierStephan Bergmann2016-04-111-2/+2
* clang-tidy performance-unnecessary-value-param in basicNoel Grandin2016-04-111-1/+1
* make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin2016-04-112-3/+3
* loplugin:constantparam in basicNoel Grandin2016-03-091-5/+1
* loplugin:unuseddefaultparams in basicNoel Grandin2016-03-031-2/+2
* Remove excess newlinesChris Sherlock2016-02-092-5/+0
* sequence->vector in basicNoel Grandin2016-02-082-2/+3
* loplugin:unusedmethodsNoel Grandin2016-02-081-32/+0
* BASIC : Remove useless methods in StarBasicArnaud Versini2016-01-161-3/+1
* basic: coverity#1348466 checked returnMichael Stahl2016-01-151-1/+1
* loplugin:unusedmethods unused return value in include/basicNoel Grandin2016-01-126-16/+16
* BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini2016-01-121-1/+1
* BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini2016-01-072-3/+4
* BASIC : Remove useless allocation operator overloadArnaud Versini2015-12-301-3/+0
* loplugin:unusedfieldsNoel Grandin2015-11-301-3/+2