summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Expand)Author
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
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from basicAlexander Wilms
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-24coverity#706117 Allocation too small for typeCaolán McNamara
2014-01-17Whatever those "true" arguments to SotStorage ctor may once have meantStephan Bergmann
2013-12-11basic/global.hxx is private to basicTor Lillqvist
2013-10-07CID#738563 uninitialized memberCaolán McNamara
2013-10-02sal_Bool to boolTakeshi Abe
2013-09-17convert BASIC from String to OUStringNoel Grandin
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-25sal_Bool to boolTakeshi Abe
2013-03-11basic: translation of all debug messagesThomas Arnhold
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-02-25loplugin: unused variablesThomas Arnhold
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac