summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* -Wunused-macrosStephan Bergmann2013-03-275-19/+1
* sal_Bool to boolTakeshi Abe2013-03-251-3/+3
* basic: Remove non working AboutStarBasicThomas Arnhold2013-03-243-10/+0
* coverity#704205/704206/704207 Logically dead codeJulien Nabet2013-03-231-3/+3
* in Val() check status after stringToDouble()Eike Rathke2013-03-221-3/+14
* added unit test for 10e308 math overflowEike Rathke2013-03-211-0/+11
* SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke2013-03-211-2/+5
* another variation of the localised Cdbl testNoel Power2013-03-211-0/+14
* tweak basic_coverage test to support locale specific testingNoel Power2013-03-203-2/+57
* replace decimal separator at correct position, rhbz#919020Eike Rathke2013-03-201-2/+2
* resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke2013-03-191-78/+117
* windows build fixAndras Timar2013-03-191-1/+1
* fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar2013-03-192-29/+17
* remove unused header: tools/fsys.hxxAndras Timar2013-03-191-1/+0
* fdo#39445 writing out tools/fsys.hxx (basic)Krisztian Pinter2013-03-193-4/+1
* More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixesStephan Bergmann2013-03-191-1/+1
* follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power2013-03-191-2/+6
* remove commented out line I inserted to screw up Juliens patchNoel Power2013-03-191-1/+0
* fix for fdo#62090 Mid function regressionJulien Nabet2013-03-191-1/+2
* further OUString cleanupThomas Arnhold2013-03-191-1/+1
* avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák2013-03-181-4/+4
* coverity#982854 Assign instead of compareJulien Nabet2013-03-161-2/+2
* coverity#982853 Assign instead of compareJulien Nabet2013-03-161-1/+1
* WaE: Werror=shadowCaolán McNamara2013-03-151-7/+7
* unittest and test data for bnc#809017Noel Power2013-03-152-3/+28
* detect follow-on default member of default member object bnc#809017Noel Power2013-03-152-0/+29
* i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile2013-03-141-2/+5
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* Windows oleautobridge depends on ATLStephan Bergmann2013-03-141-2/+2
* Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752Noel Power2013-03-131-1/+1
* basic: make the makefile a bit nicerMatúš Kukan2013-03-121-10/+5
* basic: translation of all debug messagesThomas Arnhold2013-03-1110-31/+32
* remove some rtl:: and RTL_CONSTASCII_USTRINGPARAM fooNoel Power2013-03-111-12/+13
* unit tests and data for bnc#805071Noel Power2013-03-115-4/+132
* bnc#805071 fix object assigment problems when default members presentNoel Power2013-03-111-11/+32
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-4/+4
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-091-3/+3
* coverity#705627: fix memory leakMarkus Mohrhard2013-03-091-0/+1
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-083-0/+9
* remove duplicate file loading from basic_coverage ( now in MacroSnippet )Noel Power2013-03-081-32/+5
* fix WAE mbError unusedNoel Power2013-03-081-2/+0
* some further OUString cleanupThomas Arnhold2013-03-084-6/+5
* doh! sReturnStrg is OUStringBuffer, no need to assignNoel Power2013-03-071-1/+1
* fix String->OUString foobarNoel Power2013-03-071-1/+1
* Add some stand alone vba specific tests ( mostly vba only functions )Noel Power2013-03-0711-0/+1309
* finally remove no long needed BasicTestBaseNoel Power2013-03-071-29/+0
* Nested_Struct should really inherit from test::BootstrapFixtureNoel Power2013-03-071-2/+2
* adapt existing tests to use MacroSnipper helper classNoel Power2013-03-073-193/+75
* use "doUnitTest" as the method to search for, tweak error reportingNoel Power2013-03-071-3/+5
* Create new Macro helper class to help invoking macros for unittestsNoel Power2013-03-071-0/+137