summaryrefslogtreecommitdiffstats
path: root/basic/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#58807 bring Beep() for basic backThomas Arnhold2013-04-041-0/+2
* resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke2013-03-201-78/+117
* WaE: Werror=shadowCaolán McNamara2013-03-191-7/+7
* detect follow-on default member of default member object bnc#809017Noel Power2013-03-152-0/+29
* Rehash basic unit test frameworkNoel Power2013-03-151-1/+1
* bnc#805071 fix object assigment problems when default members presentNoel Power2013-03-151-11/+32
* Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752Noel Power2013-03-131-1/+1
* fix basic access to nested uno structures fdo#60117Noel Power2013-02-181-8/+32
* fix for fdo#60065Noel Power2013-02-071-0/+10
* fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits2013-01-071-1/+5
* fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal charactersChristopher Copits2012-12-291-1/+3
* fix crash for fdo#58306 by avoiding literal assignNoel Power2012-12-201-1/+1
* fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin2012-11-281-6/+2
* German comment translationsMarkus Maier2012-11-252-2/+2
* some i18n wrappers with LanguageTagEike Rathke2012-11-232-4/+4
* AllSettings with LanguageTagEike Rathke2012-11-2210-18/+19
* Bin the HACK() sillynessTor Lillqvist2012-11-191-3/+3
* PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2012-11-183-5/+5
* basic: fix OUString copy overrun in Mid()Norbert Thiebaud2012-11-181-1/+12
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-158-78/+65
* Clean upStephan Bergmann2012-11-141-38/+25
* Report errors for invalid DateAdd/Diff/Part Add parameter valuesStephan Bergmann2012-11-141-3/+3
* fix more warning C4804 unsafe use of type boolMichael Stahl2012-11-081-1/+1
* BasicScriptListener_Impl::firing_impl: actually this is the defaultMiklos Vajna2012-11-071-1/+1
* basic: fix String -> OUString conversion in BasicScriptListener_ImplMiklos Vajna2012-11-071-1/+1
* basic: adapt dllmgr-x64.cxx to OUString changesMichael Stahl2012-11-071-3/+3
* Fix String -> OUString falloutTor Lillqvist2012-11-071-3/+3
* basic: String -> OUStringNorbert Thiebaud2012-11-0752-2765/+3327
* fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin2012-11-052-5/+5
* Fix .Len -> getLengthJulien Nabet2012-11-041-1/+1
* basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-0332-978/+2522
* basic: OUStringification of ddectrlNorbert Thiebaud2012-11-035-44/+81
* basic migration to OUStringNorbert Thiebaud2012-11-034-71/+180
* basic: convert StepPAD to OUStringNorbert Thiebaud2012-11-031-3/+7
* simplify and use OUString for StepLOADNCNorbert Thiebaud2012-11-031-8/+4
* basic: use OUString in DimAsNewRecoverItemNorbert Thiebaud2012-11-031-5/+5
* basic: unnecessary round-trip via StringNorbert Thiebaud2012-11-031-1/+1
* basic: avoid String<>OUString issue by by-passing them completelyNorbert Thiebaud2012-11-031-2/+20
* basic: clean-up String from eventatt.cxxNorbert Thiebaud2012-11-031-38/+55
* basic: String -> OUString in basicmanagerNorbert Thiebaud2012-11-034-155/+204
* svformatter already accept OUString inputNorbert Thiebaud2012-11-031-4/+2
* basic: use OUString internaly for error messagesNorbert Thiebaud2012-11-032-20/+20
* cosmetic prep-workNorbert Thiebaud2012-11-031-110/+274
* use OUString for intermediary result in PrepareNumberFormatterNorbert Thiebaud2012-11-031-8/+9
* cosmetic clean-upNorbert Thiebaud2012-11-031-25/+90
* basic: implement RIGHT with OUStringNorbert Thiebaud2012-11-031-11/+8
* trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara2012-10-303-28/+32
* Missing #includeStephan Bergmann2012-10-291-0/+1
* fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin2012-10-291-7/+3
* UniString->rtl::OUStringBufferCaolán McNamara2012-10-281-4/+12