Age | Commit message (Expand) | Author |
2017-04-13 | add VBA test cases | Zdeněk Crhonek |
2017-04-13 | VBA tests - INSTRREV, INT test case | Zdeněk Crhonek |
2017-04-10 | Clean up uses of SAL_U/SAL_W: basic | Stephan Bergmann |
2017-04-09 | VBA tests - HEX, HOUR, IIF, INSTR test cases | Zdeněk Crhonek |
2017-04-09 | VBA tests - FORMATNUMBER function | Zdeněk Crhonek |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann |
2017-04-02 | add VBA tests- FIX,EXP,ERROR,DAY functions | Zdeněk Crhonek |
2017-03-29 | VBA tests - add DATEDIFF and DATEPART test case | Zdeněk Crhonek |
2017-03-18 | VBA tests - add CVDATE,CVERR,DATEADD test case | Zdeněk Crhonek |
2017-03-17 | VBA tests - add CSNG, CSTR test case | Zdeněk Crhonek |
2017-03-11 | add VBA test CINT,CLNG functions tests | Zdeněk Crhonek |
2017-03-10 | add VBA COS function test case | Zdeněk Crhonek |
2017-03-06 | VBA test CHOOSE function | Zdeněk Crhonek |
2017-03-04 | VBA test CDATE, CDBL function | Zdeněk Crhonek |
2017-03-01 | add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOL | Zdeněk Crhonek |
2017-02-28 | VBA: unit test for PtrSafe and compiler directives | Justin Luth |
2017-02-27 | add VBA CHR() test case | Zdeněk Crhonek |
2017-02-03 | makeAny->Any in basctl..chart2 | Noel Grandin |
2017-02-02 | convert method names in tools::SvRef to be more like our other.. | Noel Grandin |
2016-12-14 | Partially fix VBATest::testMiscOLEStuff for Win64 | Mike Kaganski |
2016-11-23 | loplugin:unnecessaryoverride (dtors) in basic | Stephan Bergmann |
2016-10-27 | Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for now | Tor Lillqvist |
2016-10-16 | clang-cl loplugin: basic | Stephan Bergmann |
2016-10-10 | tdf#89307: Removed SvRef::operator T*() | Jacek Fraczek |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-07-22 | basic: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-07-03 | Improve readability of OUString concatanation in LibPage | Muhammet Kara |
2016-06-27 | loplugin:singlevalfields in basic and fix leak | Noel Grandin |
2016-05-30 | tdf#99696 fix build error for 64bit Windows in unit tests using ADODB | Tomofumi Yagi |
2016-05-23 | Convert SbxClassType to scoped enum | Noel Grandin |
2016-04-18 | Remove needless typedef from basic/qa/cppunit/basic_coverage.cxx | Ryan McCoskrie |
2016-03-10 | Extract Directories from BootstrapFixtureBase | Stephan Bergmann |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2016-02-05 | basic: Merge macro snippet tests | Matúš Kukan |
2016-01-04 | Use CPPUNIT_ASSERT_DOUBLES_EQUAL | Stephan Bergmann |
2016-01-04 | loplugin:cstylecast | Stephan Bergmann |
2016-01-04 | tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL | Dipangar Niranjar |
2015-11-30 | Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL right | Stephan Bergmann |
2015-11-29 | generate better unit test assert message | Markus Mohrhard |
2015-11-25 | loplugin:unusedfields various | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-07-24 | loplugin:unusedmethods | Noel Grandin |
2015-07-20 | com::sun::star->css in basic | Noel Grandin |
2015-07-15 | loplugin:unusedmethods basic | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |