summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Expand)Author
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-10-18Simplify some dynamic/static_castsStephan Bergmann
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-31cppcheck:assertWithSideEffectJochen Nitschke
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-08BASIC: Remove useless BasicManagerImpl streams.Arnaud Versini
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin
2016-06-21prefer OUStringBuffer to concatenating OUString in a loopMuhammet Kara
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-05-31Resolves: tdf#93386 crash when closing a Database with macro editor openCaolán McNamara
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-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-13loplugin:passstuffbyref in basicNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
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-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-09loplugin:constantparam in basicNoel 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-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