summaryrefslogtreecommitdiffstats
path: root/basic/source/basmgr/basmgr.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#93474 crash on importing a macro libraryCaolán McNamara2016-05-241-3/+4
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-5/+5
* new plugin stylepoliceNoel Grandin2016-04-211-4/+4
* loplugin:passstuffbyref in basicNoel Grandin2016-04-131-1/+1
* BASIC: Remove useless static_cast from basmgr.cxxArnaud Versini2016-04-111-23/+20
* clang-tidy performance-unnecessary-value-param in basicNoel Grandin2016-04-111-13/+11
* make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin2016-04-111-7/+5
* loplugin:unuseddefaultparams in basicNoel Grandin2016-03-031-24/+13
* Remove excess newlinesChris Sherlock2016-02-091-18/+0
* sequence->vector in basicNoel Grandin2016-02-081-4/+3
* Fix typosAndrea Gelmini2016-02-051-1/+1
* unnecessary use of OUString constructorNoel Grandin2016-01-311-3/+3
* BASIC : Remove useless methods in StarBasicArnaud Versini2016-01-161-8/+8
* basic: coverity#1348466 checked returnMichael Stahl2016-01-151-5/+10
* loplugin:unusedmethods unused return value in include/basicNoel Grandin2016-01-121-7/+5
* Fix typosAndrea Gelmini2016-01-101-1/+1
* BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini2016-01-071-24/+10
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-30/+30
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-19/+19
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-261-41/+41
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-43/+43
* Fix typosAndrea Gelmini2015-09-301-1/+1
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-6/+6
* loplugin: defaultparamsNoel Grandin2015-08-111-2/+2
* basic,basctl: inline some use-once typedefsNoel Grandin2015-08-041-4/+2
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-11/+11
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-11/+3
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-061-8/+8
* Fix typosAndrea Gelmini2015-07-041-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-8/+8
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-4/+4
* Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7Julien Nabet2015-05-231-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-5/+5
* Unwind SotStorageRef typedefStephan Bergmann2015-05-071-7/+7
* callcatcher: update unusedcodeCaolán McNamara2015-04-191-18/+0
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-131-3/+3
* BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini2015-04-131-184/+83
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-9/+9
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-9/+9
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* loplugin:constantfunction: basicNoel Grandin2015-03-241-2/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-4/+4
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-2/+2
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-6/+5
* fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl2014-12-031-10/+10
* coverity#1242689 Untrusted loop boundCaolán McNamara2014-11-051-1/+9