summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)AuthorFilesLines
2013-02-05fix for fdo#60065Noel Power1-0/+10
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2-7/+2
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-6/+6
2013-01-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan3-22/+24
2013-01-07fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits1-1/+5
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza6-93/+84
2012-12-27fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal charactersChristopher Copits1-1/+3
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist2-2/+2
2012-12-19fix crash for fdo#58306 by avoiding literal assignNoel Power1-1/+1
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann1-0/+7
2012-11-25German comment translationsMarkus Maier1-1/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+3
2012-11-22AllSettings with LanguageTagEike Rathke5-10/+11
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud1-2/+2
2012-11-18basic: fix OUString copy overrun in Mid()Norbert Thiebaud1-1/+12
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2-43/+31
2012-11-14Clean upStephan Bergmann1-38/+25
2012-11-14Report errors for invalid DateAdd/Diff/Part Add parameter valuesStephan Bergmann1-3/+3
2012-11-07basic: adapt dllmgr-x64.cxx to OUString changesMichael Stahl1-3/+3
2012-11-07Fix String -> OUString falloutTor Lillqvist1-3/+3
2012-11-07basic: String -> OUStringNorbert Thiebaud10-518/+604
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin1-4/+4
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud7-404/+1056
2012-11-03basic: OUStringification of ddectrlNorbert Thiebaud5-44/+81
2012-11-03basic migration to OUStringNorbert Thiebaud2-68/+177
2012-11-03basic: convert StepPAD to OUStringNorbert Thiebaud1-3/+7
2012-11-03simplify and use OUString for StepLOADNCNorbert Thiebaud1-8/+4
2012-11-03basic: use OUString in DimAsNewRecoverItemNorbert Thiebaud1-5/+5
2012-11-03basic: unnecessary round-trip via StringNorbert Thiebaud1-1/+1
2012-11-03basic: avoid String<>OUString issue by by-passing them completelyNorbert Thiebaud1-2/+20
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-11-03basic: implement RIGHT with OUStringNorbert Thiebaud1-11/+8
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara3-28/+32
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin1-7/+3
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara1-4/+12
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-7/+7
2012-10-04fdo#48257 collect function prototypes from basic/ into single header fileJack Leigh2-19/+2
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+3
2012-09-21replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-3/+3
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+1
2012-09-17dung out namespacing clutter.Michael Meeks1-49/+41
2012-09-17fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin1-14/+6
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+1
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin1-5/+5
2012-09-12targetted VBA re-work.Noel Power1-41/+1
2012-09-10fdo#54718 fix opcode detection in basic resulting in failed/unregcognized codeNoel Power1-3/+3
2012-09-08sal_Bool to boolTakeshi Abe2-8/+8