summaryrefslogtreecommitdiff
path: root/basic/inc
AgeCommit message (Expand)AuthorFilesLines
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin1-7/+3
2017-10-23loplugin:includeform: basicStephan Bergmann1-1/+1
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-9/+9
2017-08-25no need to use ERRCODE_RES_MASK hereNoel Grandin1-128/+128
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-27/+0
2017-08-01loplugin:checkunusedparamsNoel Grandin1-6/+6
2017-07-21migrate to boost::gettextCaolán McNamara4-15/+174
2017-07-20loplugin:constparams in basicNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: basicStephan Bergmann1-3/+3
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin1-1/+1
2017-05-02loplugin:checkunusedparams in basctl and basicNoel Grandin1-9/+9
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-03-17remove unused defines from HRC files in variousNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, basicStephan Bergmann1-0/+1
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin1-1/+0
2016-09-13loplugin:dllprivateStephan Bergmann1-4/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-7/+7
2016-08-29BASIC : Remove useless SbxBase::GetCreatorArnaud Versini1-1/+1
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini1-1/+3
2016-07-18BASIC: Remove useless overridesArnaud Versini1-5/+2
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin1-1/+0
2016-04-13loplugin:passstuffbyref in basicNoel Grandin1-2/+2
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-08tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-3/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-4/+3
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-47/+59
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-7/+0
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl1-3/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-12/+12
2015-09-18boost->stdCaolán McNamara1-1/+0
2015-07-20com::sun::star->css in basicNoel Grandin1-5/+5
2015-06-27coverity#1308445 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-24remove SFX_NOTIFY macroNoel Grandin2-13/+9
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-1/+1
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-6/+6
2015-02-05Updated all precompiled headers.Ashod Nakashian1-1/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0
2014-10-23basic: move SbxAppData to a BasicDLL memberMichael Stahl1-7/+3
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-08-13update_pchThomas Arnhold1-1/+2
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+2
2014-05-17fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold1-0/+1
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold2-0/+93