summaryrefslogtreecommitdiff
path: root/include/basic
AgeCommit message (Expand)AuthorFilesLines
2016-03-09loplugin:constantparam in basicNoel Grandin1-5/+1
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock2-5/+0
2016-02-08sequence->vector in basicNoel Grandin2-2/+3
2016-02-08loplugin:unusedmethodsNoel Grandin1-32/+0
2016-01-16BASIC : Remove useless methods in StarBasicArnaud Versini1-3/+1
2016-01-15basic: coverity#1348466 checked returnMichael Stahl1-1/+1
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin6-16/+16
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini1-1/+1
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini2-3/+4
2015-12-30BASIC : Remove useless allocation operator overloadArnaud Versini1-3/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-3/+2
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin1-1/+0
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-2/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht10-17/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-19/+19
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud1-4/+4
2015-10-20convert com::sun::star->css in include/basicNoel Grandin8-45/+44
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann10-66/+66
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-03basic: remove over-engineered XEnumeration serviceMichael Stahl1-1/+0
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard1-1/+0
2015-08-03remove some unused typedefsNoel Grandin1-1/+0
2015-07-28inline "old" SbERR constantsNoel Grandin1-130/+0
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-21/+0
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin3-54/+36
2015-07-27inline a bunch of use-once macrosNoel Grandin1-9/+7
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin3-8/+8
2015-07-17basic: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+3
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl1-3/+3
2015-07-15loplugin:unusedmethods basicNoel Grandin7-40/+0
2015-07-07Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann1-2/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-24remove SFX_NOTIFY macroNoel Grandin3-9/+5
2015-06-04convert PropertyMode to scoped enumNoel Grandin1-5/+5
2015-05-19basic: used typed LINKsNoel Grandin1-9/+9
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-9/+9
2015-04-28SbModule::Run return value is unusedStephan Bergmann1-1/+1
2015-04-19callcatcher: update unusedcodeCaolán McNamara1-2/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin5-13/+13
2015-04-13loplugin:staticmethodsNoel Grandin3-4/+4
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini1-3/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-25new constantfunction lopluginNoel Grandin1-1/+0
2015-02-16boost->stdCaolán McNamara2-3/+3
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-3/+2