summaryrefslogtreecommitdiff
path: root/basic/source/basmgr/basmgr.cxx
AgeCommit message (Expand)Author
2016-06-21prefer OUStringBuffer to concatenating OUString in a loopMuhammet Kara
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-05-26tdf#89329: use unique_ptr for pImpl in basmgrXisco Fauli
2016-05-24Resolves: tdf#93474 crash on importing a macro libraryCaolán McNamara
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-13loplugin:passstuffbyref in basicNoel Grandin
2016-04-11BASIC: Remove useless static_cast from basmgr.cxxArnaud Versini
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-04-11make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin
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-07BASIC : use std::vector instead of SbArray for Modules.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-08-11loplugin: defaultparamsNoel Grandin
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel 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-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