summaryrefslogtreecommitdiffstats
path: root/include/basic
Commit message (Expand)AuthorAgeFilesLines
* cleanup unused css/script/ includesJochen Nitschke2017-05-201-1/+1
* loplugin:constantparamNoel Grandin2017-05-121-1/+1
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-091-1/+1
* loplugin:salunicodeliteral: basicStephan Bergmann2017-04-281-1/+1
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-272-2/+2
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-251-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+2
* loplugin:constantparam part2Noel Grandin2017-04-051-1/+1
* loplugin:unusedfieldsNoel Grandin2017-03-241-1/+0
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* convert SbxNameType to scoped enumNoel Grandin2017-02-172-6/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-2/+2
* loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2017-01-242-2/+0
* convert SFX_HINT to scoped enumNoel Grandin2016-12-085-16/+6
* tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke2016-12-071-2/+2
* convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin2016-11-243-16/+23
* 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