summaryrefslogtreecommitdiff
path: root/basic/source/runtime/runtime.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-9/+9
2014-06-25Use boost::optional to store alias name.Kohei Yoshida1-6/+6
2014-06-13loplugin:staticcallStephan Bergmann1-7/+7
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-7/+0
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+4
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-2/+2
2014-05-06dflt -> defaultThomas Arnhold1-1/+1
2014-04-14typo: beause -> becauseThomas Arnhold1-1/+1
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-4/+1
2014-04-07basic: sal_Bool->boolNoel Grandin1-7/+7
2014-03-27basic: sal_Bool->boolNoel Grandin1-3/+3
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-7/+5
2014-02-25Remove visual noise from basicAlexander Wilms1-6/+6
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-03some more continuous correctionsThomas Arnhold1-1/+1
2014-01-27coverity#707652 Uninitialized scalar fieldCaolán McNamara1-13/+18
2014-01-14bool improvementsStephan Bergmann1-2/+2
2013-11-11basic: include <> for external includesNorbert Thiebaud1-1/+1
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin1-8/+8
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-15Defer OUString -> OString conversionStephan Bergmann1-7/+4
2013-09-12CID#707499 check for 0 nDimsCaolán McNamara1-1/+1
2013-09-02fix runtime error when using extended typesNoel Power1-1/+2
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-2/+2
2013-04-24Combine fairly pointlessly split source code for SbiRuntime into one fileTor Lillqvist1-12/+3434
2013-04-18get rid of some Germanism (and some Windowsism)Eike Rathke1-7/+7
2013-04-18Revert "svformatter already accept OUString input", fdo#63306Eike Rathke1-3/+5
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Krisztian Pinter1-1/+0
2013-03-11basic: translation of all debug messagesThomas Arnhold1-1/+1
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-4/+1
2013-01-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-3/+4
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke1-2/+2
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud1-2/+2
2012-11-07basic: String -> OUStringNorbert Thiebaud1-5/+5
2012-11-03svformatter already accept OUString inputNorbert Thiebaud1-4/+2
2012-11-03basic: use OUString internaly for error messagesNorbert Thiebaud1-11/+11
2012-11-03use OUString for intermediary result in PrepareNumberFormatterNorbert Thiebaud1-8/+9
2012-11-03cosmetic clean-upNorbert Thiebaud1-25/+90
2012-09-10fdo#54718 fix opcode detection in basic resulting in failed/unregcognized codeNoel Power1-3/+3
2012-09-08sal_Bool to boolTakeshi Abe1-4/+4
2012-08-21sal_Bool to boolTakeshi Abe1-8/+8
2012-08-12sal_Bool to boolTakeshi Abe1-2/+2
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-3/+3
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-02-20Remove unused codePetr Vorel1-5/+0
2012-01-16Remove SbErrorStack[Entry]August Sodora1-12/+2
2012-01-15remove useless misleading macrosDavid Tardon1-3/+3
2011-12-12German translationsNoel Grandin1-1/+1
2011-11-27rmove include of pch header in basicNorbert Thiebaud1-2/+0