summaryrefslogtreecommitdiff
path: root/basic/source/runtime/runtime.cxx
AgeCommit message (Expand)Author
2015-07-04Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-26BASIC: User std::unique_ptr in basic runtimeArnaud Versini
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-02WaE: implicit conversion from bool to 'int'Tor Lillqvist
2015-03-02convert SBI_ constants to enum classNoel Grandin
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan
2015-02-05Remove redundant explicit up-castsStephan Bergmann
2015-02-05fdo#39440: replace C-style cast'sJuan Picca
2015-01-20Some more loplugin:cstylecast: basicStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-30document array_vs_singleton dismissalsCaolán McNamara
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-06-25Use boost::optional to store alias name.Kohei Yoshida
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-06dflt -> defaultThomas Arnhold
2014-04-14typo: beause -> becauseThomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-25Remove visual noise from basicAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-03some more continuous correctionsThomas Arnhold
2014-01-27coverity#707652 Uninitialized scalar fieldCaolán McNamara
2014-01-14bool improvementsStephan Bergmann
2013-11-11basic: include <> for external includesNorbert Thiebaud
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-15Defer OUString -> OString conversionStephan Bergmann
2013-09-12CID#707499 check for 0 nDimsCaolán McNamara
2013-09-02fix runtime error when using extended typesNoel Power
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-04-24Combine fairly pointlessly split source code for SbiRuntime into one fileTor Lillqvist