summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Expand)Author
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08sequence->vector in basicNoel Grandin
2016-02-05Fix typosAndrea Gelmini
2016-01-31unnecessary use of OUString constructorNoel 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-10Fix typosAndrea Gelmini
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-03basic: remove over-engineered XEnumeration serviceMichael Stahl
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-04Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-23Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7Julien Nabet
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-04-19callcatcher: update unusedcodeCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24loplugin:constantfunction: basicNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-12-12basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-03fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-05coverity#1242689 Untrusted loop boundCaolán McNamara
2014-10-08basic::ImplRepository: use SolarMutex instead of own mutexMichael Stahl
2014-10-01loplugin: cstylecastNoel Grandin