summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Expand)AuthorFilesLines
2016-03-09loplugin:constantparam in basicNoel Grandin1-2/+2
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin1-24/+13
2016-02-09Remove excess newlinesChris Sherlock2-26/+0
2016-02-08sequence->vector in basicNoel Grandin1-4/+3
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-3/+3
2016-01-16BASIC : Remove useless methods in StarBasicArnaud Versini1-8/+8
2016-01-15basic: coverity#1348466 checked returnMichael Stahl1-5/+10
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin1-7/+5
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf1-1/+1
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini1-24/+10
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-40/+40
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-21/+21
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-41/+41
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-45/+45
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-6/+6
2015-09-03basic: remove over-engineered XEnumeration serviceMichael Stahl1-40/+15
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin1-4/+2
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin2-12/+12
2015-07-20com::sun::star->css in basicNoel Grandin1-2/+2
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-19/+5
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-10/+10
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-8/+8
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara2-5/+5
2015-05-23Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7Julien Nabet1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-11/+0
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-5/+5
2015-05-07Unwind SotStorageRef typedefStephan Bergmann2-8/+8
2015-04-19callcatcher: update unusedcodeCaolán McNamara1-18/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin2-6/+6
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini1-184/+83
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-10/+10
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-10/+10
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-2/+2
2015-03-24loplugin:constantfunction: basicNoel Grandin1-2/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-4/+4
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-2/+2
2014-12-12basic: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+5
2014-12-03fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl1-10/+10
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-05coverity#1242689 Untrusted loop boundCaolán McNamara1-1/+9