summaryrefslogtreecommitdiff
path: root/basic/source/classes/sb.cxx
AgeCommit message (Expand)Author
2014-10-03coverity#1242481 Dereference null return valueCaolán McNamara
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-07-16Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida
2014-05-29Avoid static local of a singleton. This crashed writer unit tests.Kohei Yoshida
2014-05-08various: sal_Bool->boolNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-04StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin
2014-04-04SbxObject::Call sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from basicAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-19how should I fix this memory leak??Markus Mohrhard
2014-01-19CID#706118: possibly invalid castMarkus Mohrhard
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-11sbobjmod.hxx is private to basicTor Lillqvist
2013-09-02GSOC work week 2, getting infromation from variables and print on terminalGergo Mocsi
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-26some more namespace cleanupThomas Arnhold
2013-04-12Get rid of SHL_SBCTor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-11basic: translation of all debug messagesThomas Arnhold
2013-03-04don't do something different in dbgutil mode than productCaolán McNamara
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-03fdo#57950: Fix some chained appends in basicMarcos Paulo de Souza
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza
2012-11-07basic: String -> OUStringNorbert Thiebaud
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud
2012-11-03basic migration to OUStringNorbert Thiebaud
2012-11-03cosmetic prep-workNorbert Thiebaud
2012-09-08sal_Bool to boolTakeshi Abe
2012-09-07sal_Bool to boolTakeshi Abe
2012-08-21sal_Bool to boolTakeshi Abe
2012-08-09reduce static_initialization_and_destruction chainCaolán McNamara
2012-07-20XubString->rtl::OUStringCaolán McNamara
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-29Remove unused localsThomas Arnhold
2012-06-26tidy some resource stringsCaolán McNamara
2012-04-10String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara