summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Expand)Author
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
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann
2014-08-22Revert "Simplify ImplRepository::impl_getLocationForModel return type"Stephan Bergmann
2014-08-22Remove BasicManagerCleanerStephan Bergmann
2014-08-22Simplify ImplRepository::impl_getLocationForModel return typeStephan Bergmann
2014-08-22Remove trivial typedef, to make code more obviousStephan Bergmann
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-17coverity#1210096 Uncaught exceptionCaolán McNamara
2014-06-17coverity#1210098 Uncaught exceptionCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-05-10coverity#1213529 Uncaught exceptionCaolán McNamara
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner
2014-03-28Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann