Age | Commit message (Expand) | Author |
2013-03-22 | in Val() check status after stringToDouble() | Eike Rathke |
2013-03-21 | added unit test for 10e308 math overflow | Eike Rathke |
2013-03-21 | SbiScanner::NextSym: check status after rtl_math_uStringToDouble() | Eike Rathke |
2013-03-21 | another variation of the localised Cdbl test | Noel Power |
2013-03-20 | tweak basic_coverage test to support locale specific testing | Noel Power |
2013-03-20 | replace decimal separator at correct position, rhbz#919020 | Eike Rathke |
2013-03-19 | resolved rhbz#919020 Basic CDbl() and CSng() scan localized number | Eike Rathke |
2013-03-19 | windows build fix | Andras Timar |
2013-03-19 | fdo#39445 writing out tools/fsys.hxx (basic) | Andras Timar |
2013-03-19 | remove unused header: tools/fsys.hxx | Andras Timar |
2013-03-19 | fdo#39445 writing out tools/fsys.hxx (basic) | Krisztian Pinter |
2013-03-19 | More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixes | Stephan Bergmann |
2013-03-19 | follow on fix for fdo#62090 ensure out of range startpos is handled | Noel Power |
2013-03-19 | remove commented out line I inserted to screw up Juliens patch | Noel Power |
2013-03-19 | fix for fdo#62090 Mid function regression | Julien Nabet |
2013-03-19 | further OUString cleanup | Thomas Arnhold |
2013-03-18 | avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not | Luboš Luňák |
2013-03-16 | coverity#982854 Assign instead of compare | Julien Nabet |
2013-03-16 | coverity#982853 Assign instead of compare | Julien Nabet |
2013-03-15 | WaE: Werror=shadow | Caolán McNamara |
2013-03-15 | unittest and test data for bnc#809017 | Noel Power |
2013-03-15 | detect follow-on default member of default member object bnc#809017 | Noel Power |
2013-03-14 | i119933 - make Basic FORMAT function work with non-ASCII text | Ariel Constenla-Haile |
2013-03-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks |
2013-03-14 | Windows oleautobridge depends on ATL | Stephan Bergmann |
2013-03-13 | Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752 | Noel Power |
2013-03-12 | basic: make the makefile a bit nicer | Matúš Kukan |
2013-03-11 | basic: translation of all debug messages | Thomas Arnhold |
2013-03-11 | remove some rtl:: and RTL_CONSTASCII_USTRINGPARAM foo | Noel Power |
2013-03-11 | unit tests and data for bnc#805071 | Noel Power |
2013-03-11 | bnc#805071 fix object assigment problems when default members present | Noel Power |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold |
2013-03-09 | coverity#705627: fix memory leak | Markus Mohrhard |
2013-03-08 | fdo#60691 add modelines to *.src and *.hrc files | Borim |
2013-03-08 | remove duplicate file loading from basic_coverage ( now in MacroSnippet ) | Noel Power |
2013-03-08 | fix WAE mbError unused | Noel Power |
2013-03-08 | some further OUString cleanup | Thomas Arnhold |
2013-03-07 | doh! sReturnStrg is OUStringBuffer, no need to assign | Noel Power |
2013-03-07 | fix String->OUString foobar | Noel Power |
2013-03-07 | Add some stand alone vba specific tests ( mostly vba only functions ) | Noel Power |
2013-03-07 | finally remove no long needed BasicTestBase | Noel Power |
2013-03-07 | Nested_Struct should really inherit from test::BootstrapFixture | Noel Power |
2013-03-07 | adapt existing tests to use MacroSnipper helper class | Noel Power |
2013-03-07 | use "doUnitTest" as the method to search for, tweak error reporting | Noel Power |
2013-03-07 | Create new Macro helper class to help invoking macros for unittests | Noel Power |
2013-03-07 | fdo#46808, Convert singleton theMasterScriptProviderFactory | Noel Grandin |
2013-03-06 | fdo#60148 Clean up warnings from the Clang compiler plugin | nccuong |
2013-03-05 | Do not CPPUNIT_FAIL (which throws exceptions) from a destructor | Stephan Bergmann |
2013-03-04 | sal_Bool to bool | Takeshi Abe |