summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2013-08-20fix for fdo#62323 bad conversion of Hex strings for certain valuesNoel Power5-1/+75
2013-05-20fix wildcard handling regression( for basic functions like Dir ) fdo#64536Noel Power1-1/+1
2013-05-13hopefully this fixed the strange autorecovery related dataloss fdo#42899Noel Power1-0/+14
2013-04-19Revert "svformatter already accept OUString input", fdo#63306Eike Rathke1-3/+5
2013-04-16follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power1-2/+6
2013-04-16fix for fdo#62090 Mid function regressionJulien Nabet1-1/+1
2013-04-04fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+2
2013-03-20resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke1-78/+117
2013-03-19WaE: Werror=shadowCaolán McNamara1-7/+7
2013-03-15unittest and test data for bnc#809017Noel Power2-3/+28
2013-03-15detect follow-on default member of default member object bnc#809017Noel Power2-0/+29
2013-03-15Rehash basic unit test frameworkNoel Power19-233/+1629
2013-03-15bnc#805071 fix object assigment problems when default members presentNoel Power1-11/+32
2013-03-13Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752Noel Power1-1/+1
2013-02-18fix basic access to nested uno structures fdo#60117Noel Power2-8/+250
2013-02-07fix for fdo#60065Noel Power2-0/+25
2013-01-07fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits1-1/+5
2012-12-29fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal charactersChristopher Copits1-1/+3
2012-12-20fix crash for fdo#58306 by avoiding literal assignNoel Power1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin1-6/+2
2012-11-25German comment translationsMarkus Maier2-2/+2
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-4/+4
2012-11-22AllSettings with LanguageTagEike Rathke12-18/+21
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-1/+2
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
2012-11-19Bin the HACK() sillynessTor Lillqvist1-3/+3
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud3-5/+5
2012-11-18basic: fix OUString copy overrun in Mid()Norbert Thiebaud1-1/+12
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin8-78/+65
2012-11-14Clean upStephan Bergmann1-38/+25
2012-11-14Report errors for invalid DateAdd/Diff/Part Add parameter valuesStephan Bergmann1-3/+3
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar96-4671/+7502
2012-11-08fix more warning C4804 unsafe use of type boolMichael Stahl1-1/+1
2012-11-07BasicScriptListener_Impl::firing_impl: actually this is the defaultMiklos Vajna1-1/+1
2012-11-07basic: fix String -> OUString conversion in BasicScriptListener_ImplMiklos Vajna1-1/+1
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 Thiebaud67-2975/+3529
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin2-5/+5
2012-11-04Fix .Len -> getLengthJulien Nabet1-1/+1
2012-11-03basic add a generic unit test fixtureNorbert Thiebaud5-0/+310
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud43-1049/+2593
2012-11-03basic: OUStringification of ddectrlNorbert Thiebaud5-44/+81
2012-11-03basic migration to OUStringNorbert Thiebaud4-71/+180
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