summaryrefslogtreecommitdiff
path: root/include/basic
AgeCommit message (Expand)Author
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-13loplugin:passstuffbyref in basicNoel Grandin
2016-04-11Avoid reserved identifierStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-04-11make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin
2016-03-09loplugin:constantparam in basicNoel Grandin
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08sequence->vector in basicNoel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-16BASIC : Remove useless methods in StarBasicArnaud Versini
2016-01-15basic: coverity#1348466 checked returnMichael Stahl
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini
2015-12-30BASIC : Remove useless allocation operator overloadArnaud Versini
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud
2015-10-20convert com::sun::star->css in include/basicNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-03basic: remove over-engineered XEnumeration serviceMichael Stahl
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-03remove some unused typedefsNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin
2015-07-17basic: try to prevent MSVC from generating copy assignmentMichael Stahl
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-07-07Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-04convert PropertyMode to scoped enumNoel Grandin
2015-05-19basic: used typed LINKsNoel Grandin
2015-05-07Remove SvStorage aliasStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28SbModule::Run return value is unusedStephan Bergmann
2015-04-19callcatcher: update unusedcodeCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin