summaryrefslogtreecommitdiffstats
path: root/basic/qa/cppunit
Commit message (Expand)AuthorAgeFilesLines
* Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist2017-10-171-5/+5
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-1/+1
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-1/+2
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-2/+1
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek2017-08-241-0/+5
* VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek2017-08-081-0/+7
* VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek2017-08-031-0/+3
* VBA tests - STR and STRCOMP functionsZdeněk Crhonek2017-08-021-0/+2
* VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek2017-07-241-0/+8
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+0
* tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe2017-07-141-0/+38
* VBA test - add RATE, RGB functionsZdeněk Crhonek2017-06-291-0/+2
* add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek2017-05-271-0/+4
* Test _WIN32 instead of WIN32Takeshi Abe2017-05-221-1/+1
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-192-5/+5
* basic: Test VBA's CDec() only on WindowsTakeshi Abe2017-05-161-1/+3
* basic: Fix VBA constant vbNewLine with unit testTakeshi Abe2017-05-151-0/+1
* VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek2017-05-031-0/+4
* loplugin:cppunitassertequals: basicStephan Bergmann2017-04-281-1/+1
* add VBA test casesZdeněk Crhonek2017-04-161-0/+8
* add VBA test casesZdeněk Crhonek2017-04-131-0/+11
* VBA tests - INSTRREV, INT test caseZdeněk Crhonek2017-04-131-0/+2
* Clean up uses of SAL_U/SAL_W: basicStephan Bergmann2017-04-101-7/+8
* VBA tests - HEX, HOUR, IIF, INSTR test casesZdeněk Crhonek2017-04-091-0/+4
* VBA tests - FORMATNUMBER functionZdeněk Crhonek2017-04-091-0/+1
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-4/+4
* add VBA tests- FIX,EXP,ERROR,DAY functionsZdeněk Crhonek2017-04-021-0/+4
* VBA tests - add DATEDIFF and DATEPART test caseZdeněk Crhonek2017-03-291-0/+2
* VBA tests - add CVDATE,CVERR,DATEADD test caseZdeněk Crhonek2017-03-181-0/+3
* VBA tests - add CSNG, CSTR test caseZdeněk Crhonek2017-03-171-0/+2
* add VBA test CINT,CLNG functions testsZdeněk Crhonek2017-03-111-0/+2
* add VBA COS function test caseZdeněk Crhonek2017-03-101-0/+1
* VBA test CHOOSE functionZdeněk Crhonek2017-03-061-0/+1
* VBA test CDATE, CDBL functionZdeněk Crhonek2017-03-041-0/+2
* add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOLZdeněk Crhonek2017-03-011-0/+5
* VBA: unit test for PtrSafe and compiler directivesJustin Luth2017-02-281-0/+17
* add VBA CHR() test caseZdeněk Crhonek2017-02-271-0/+1
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-2/+2
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-023-4/+4
* Partially fix VBATest::testMiscOLEStuff for Win64Mike Kaganski2016-12-141-10/+15
* loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann2016-11-231-1/+0
* Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist2016-10-271-2/+4
* clang-cl loplugin: basicStephan Bergmann2016-10-161-1/+1
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-104-13/+13
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-052-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* basic: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-07-223-6/+6
* Improve readability of OUString concatanation in LibPageMuhammet Kara2016-07-031-6/+6
* loplugin:singlevalfields in basic and fix leakNoel Grandin2016-06-271-3/+1