summaryrefslogtreecommitdiff
path: root/basic/source/uno/scriptcont.cxx
AgeCommit message (Expand)Author
2015-09-18boost->stdCaolán McNamara
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-06-28coverity#1308521 Uncaught exceptionCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-26Clean up previous commitStephan Bergmann
2015-02-26basic: convert sb.component to constructor usageChris Sherlock
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann
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