summaryrefslogtreecommitdiff
path: root/basic/inc
AgeCommit message (Expand)Author
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin
2016-09-13loplugin:dllprivateStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29BASIC : Remove useless SbxBase::GetCreatorArnaud Versini
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini
2016-07-18BASIC: Remove useless overridesArnaud Versini
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin
2016-04-13loplugin:passstuffbyref in basicNoel Grandin
2016-04-12Avoid reserved identifierStephan Bergmann
2016-03-08tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-01-05Fix typosAndrea Gelmini
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-07-20com::sun::star->css in basicNoel Grandin
2015-06-27coverity#1308445 Uncaught exceptionCaolán McNamara
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen
2014-10-23basic: move SbxAppData to a BasicDLL memberMichael Stahl
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-08-13update_pchThomas Arnhold
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-05-17fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-27coverity#707629 Uninitialized scalar fieldCaolán McNamara
2013-12-11sbxbase.hxx is private to basicTor Lillqvist
2013-12-11sbstdobj.hxx is private to basicTor Lillqvist
2013-12-11sbprop.hxx is private to basicTor Lillqvist
2013-12-11sbobjmod.hxx is private to basicTor Lillqvist
2013-12-11basic/global.hxx is private to basicTor Lillqvist
2013-10-28fixincludeguards.sh: basicThomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen