summaryrefslogtreecommitdiff
path: root/basic/source/uno/scriptcont.cxx
AgeCommit message (Expand)Author
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-22fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
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-27basic: sal_Bool->boolNoel Grandin
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-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud
2014-02-06typo fixes in commentsAndras Timar
2014-02-06Typo: applictaion -> applicationJulien Nabet
2014-01-28bool improvementsStephan Bergmann
2013-11-11basic: include <> for external includesNorbert Thiebaud
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann
2013-10-07sal_Bool to boolTakeshi Abe
2013-09-02XubString->OUStringCaolán McNamara
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-05-14fdo#46808, use XComponentContext in SfxLibraryContainerNoel Grandin
2013-05-14fdo#46808, replace XMultiServiceFactory with XComponentContext is SfxLibraryNoel Grandin
2013-01-03fix buildLuboš Luňák
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-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin
2012-11-07basic: String -> OUStringNorbert Thiebaud
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-08-21sal_Bool to boolTakeshi Abe
2012-08-19sal_Bool to boolTakeshi Abe
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-06-25reduce static_initialization_and_destruction chainCaolán McNamara
2012-06-21reduce scope and replace some String::CreateFromAsciiCaolán McNamara
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot
2011-11-29removed dead codeTakeshi Abe
2011-11-27rmove include of pch header in basicNorbert Thiebaud
2011-08-24catch ignored exceptions by const referenceTakeshi Abe
2011-07-26fixed typoTakeshi Abe
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-21Remove most of dead code inlibs-core (basic)Xisco Faulí
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold