summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit/test_vba.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Temporarily skip unit tests on native arm64 buildBalazs Varga1-1/+5
2024-08-18tdf#150458: evaluate for loop's end and step once in VBA support modeMike Kaganski1-0/+1
2024-08-05VBA QA new unit test for IF THEN statementAlain Romedenne1-0/+1
2024-06-10tdf#160321 - Added missing VB testAndreas Heinisch1-0/+1
2024-05-06loplugin:ostr basicNoel Grandin1-3/+3
2023-09-03Revert "tdf#130924 replace '*printf' with 'SAL_*' logging macros."Ilmari Lauhakangas1-5/+6
2023-08-31tdf#130924 replace '*printf' with 'SAL_*' logging macros.sahil1-6/+5
2023-03-16tdf#152690: Fix "!" behavior when it is not the first in a groupBaole Fang1-0/+1
2023-02-24Fix build in a specific VS2022 environmentMike Kaganski1-6/+3
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch1-0/+1
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch1-0/+1
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann1-2/+2
2022-04-21tdf#148651: basic_macros: Add unittestXisco Fauli1-0/+1
2022-02-21tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch1-0/+1
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41871-2/+2
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch1-0/+1
2021-12-28tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch1-0/+1
2021-10-19Fix Windows buildStephan Bergmann1-2/+2
2021-10-17Simplify Sequence in b*Julien Nabet1-3/+5
2021-10-07tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch1-0/+1
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch1-0/+1
2021-09-07tdf#144245 - Added test file to automatic testAndreas Heinisch1-0/+1
2021-07-02Move utility code out of test directoriesMike Kaganski1-1/+1
2020-12-30Fix build after 042033f1e6da22616cb76c8d950c20c9efecbad5Mike Kaganski1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-22Related: tdf#84098 Unify testsMike Kaganski1-1/+1
2020-12-19tdf#84098 kill copy+paste in VBA testsGeorge Bateman1-2/+4
2020-03-24VBA Err object raise method TestCasesLibreOfficiant1-0/+1
2020-03-02tdf#36737 - Initialize default values of optionalsAndreas Heinisch1-0/+1
2019-12-14VBA Enum statement TestCasesLibreOfficiant1-0/+1
2019-11-13fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bflbenes1-0/+1
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-2/+1
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann1-1/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-07-02Small cleanup and simplificationMike Kaganski1-14/+12
2017-12-23VBA tests (4) - don't pass when all tests failZdeněk Crhonek1-1/+0
2017-12-22VB tests (3)-don't pass whe all tests failZdeněk Crhonek1-8/+0
2017-10-17Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist1-5/+5
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-2/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-08-24VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek1-0/+5
2017-08-08VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek1-0/+7
2017-08-03VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek1-0/+3
2017-08-02VBA tests - STR and STRCOMP functionsZdeněk Crhonek1-0/+2
2017-07-24VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek1-0/+8
2017-06-29VBA test - add RATE, RGB functionsZdeněk Crhonek1-0/+2
2017-05-27add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek1-0/+4
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe1-1/+1
2017-05-16basic: Test VBA's CDec() only on WindowsTakeshi Abe1-1/+3