summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2013-03-25sal_Bool to boolTakeshi Abe1-3/+3
2013-03-24basic: Remove non working AboutStarBasicThomas Arnhold3-10/+0
2013-03-23coverity#704205/704206/704207 Logically dead codeJulien Nabet1-3/+3
2013-03-22in Val() check status after stringToDouble()Eike Rathke1-3/+14
2013-03-21added unit test for 10e308 math overflowEike Rathke1-0/+11
2013-03-21SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke1-2/+5
2013-03-21another variation of the localised Cdbl testNoel Power1-0/+14
2013-03-20tweak basic_coverage test to support locale specific testingNoel Power3-2/+57
2013-03-20replace decimal separator at correct position, rhbz#919020Eike Rathke1-2/+2
2013-03-19resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke1-78/+117
2013-03-19windows build fixAndras Timar1-1/+1
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar2-29/+17
2013-03-19remove unused header: tools/fsys.hxxAndras Timar1-1/+0
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Krisztian Pinter3-4/+1
2013-03-19More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixesStephan Bergmann1-1/+1
2013-03-19follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power1-2/+6
2013-03-19remove commented out line I inserted to screw up Juliens patchNoel Power1-1/+0
2013-03-19fix for fdo#62090 Mid function regressionJulien Nabet1-1/+2
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák1-4/+4
2013-03-16coverity#982854 Assign instead of compareJulien Nabet1-2/+2
2013-03-16coverity#982853 Assign instead of compareJulien Nabet1-1/+1
2013-03-15WaE: 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-14i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile1-2/+5
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-14Windows oleautobridge depends on ATLStephan Bergmann1-2/+2
2013-03-13Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752Noel Power1-1/+1
2013-03-12basic: make the makefile a bit nicerMatúš Kukan1-10/+5
2013-03-11basic: translation of all debug messagesThomas Arnhold10-31/+32
2013-03-11remove some rtl:: and RTL_CONSTASCII_USTRINGPARAM fooNoel Power1-12/+13
2013-03-11unit tests and data for bnc#805071Noel Power5-4/+132
2013-03-11bnc#805071 fix object assigment problems when default members presentNoel Power1-11/+32
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-4/+4
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-3/+3
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard1-0/+1
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim3-0/+9
2013-03-08remove duplicate file loading from basic_coverage ( now in MacroSnippet )Noel Power1-32/+5
2013-03-08fix WAE mbError unusedNoel Power1-2/+0
2013-03-08some further OUString cleanupThomas Arnhold4-6/+5
2013-03-07doh! sReturnStrg is OUStringBuffer, no need to assignNoel Power1-1/+1
2013-03-07fix String->OUString foobarNoel Power1-1/+1
2013-03-07Add some stand alone vba specific tests ( mostly vba only functions )Noel Power11-0/+1309
2013-03-07finally remove no long needed BasicTestBaseNoel Power1-29/+0
2013-03-07Nested_Struct should really inherit from test::BootstrapFixtureNoel Power1-2/+2
2013-03-07adapt existing tests to use MacroSnipper helper classNoel Power3-193/+75
2013-03-07use "doUnitTest" as the method to search for, tweak error reportingNoel Power1-3/+5
2013-03-07Create new Macro helper class to help invoking macros for unittestsNoel Power1-0/+137
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin1-25/+20