summaryrefslogtreecommitdiffstats
path: root/basic/inc
Commit message (Expand)AuthorAgeFilesLines
* replace SbxError typedef with ErrCodeNoel Grandin2017-06-151-1/+1
* loplugin:checkunusedparams in basctl and basicNoel Grandin2017-05-021-9/+9
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-271-1/+1
* remove unused defines from HRC files in variousNoel Grandin2017-03-171-1/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-1/+1
* New loplugin:dynexcspec: Add @throws documentation, basicStephan Bergmann2017-01-191-0/+1
* loplugin:expandablemethodds in basctl..chart2Noel Grandin2016-10-191-1/+0
* loplugin:dllprivateStephan Bergmann2016-09-131-4/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-133-7/+7
* BASIC : Remove useless SbxBase::GetCreatorArnaud Versini2016-08-291-1/+1
* BASIC: Use more often std::unique_ptrArnaud Versini2016-08-131-1/+3
* BASIC: Remove useless overridesArnaud Versini2016-07-181-5/+2
* loplugin:singlevalfields in basic and fix leakNoel Grandin2016-06-271-1/+0
* loplugin:passstuffbyref in basicNoel Grandin2016-04-131-2/+2
* Avoid reserved identifierStephan Bergmann2016-04-121-2/+2
* tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo2016-03-081-3/+2
* Fix typosAndrea Gelmini2016-01-051-1/+1
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-4/+3
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-47/+59
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-113-7/+0
* basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl2015-10-261-3/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-12/+12
* boost->stdCaolán McNamara2015-09-181-1/+0
* com::sun::star->css in basicNoel Grandin2015-07-201-5/+5
* coverity#1308445 Uncaught exceptionCaolán McNamara2015-06-271-1/+1
* remove SFX_NOTIFY macroNoel Grandin2015-06-242-13/+9
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-1/+1
* tdf#90110: basic: fix Randomize statementMichael Stahl2015-05-191-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-131-6/+6
* Updated all precompiled headers.Ashod Nakashian2015-02-051-1/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen2015-01-071-1/+0
* basic: move SbxAppData to a BasicDLL memberMichael Stahl2014-10-231-7/+3
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* update_pchThomas Arnhold2014-08-131-1/+2
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-171-1/+1
* new loplugin: externalandnotdefinedNoel Grandin2014-07-111-0/+2
* fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold2014-05-171-0/+1
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-092-0/+93
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-091-0/+3
* basic: sal_Bool->boolNoel Grandin2014-04-072-28/+28
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-1/+1
* SbxObject::isClass sal_Bool->boolNoel Grandin2014-04-041-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-3/+3
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-272-12/+12
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-263-7/+7
* Remove unneccessary commentsAlexander Wilms2014-02-231-8/+0
* coverity#707629 Uninitialized scalar fieldCaolán McNamara2014-01-271-1/+7
* sbxbase.hxx is private to basicTor Lillqvist2013-12-111-0/+52