summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)Author
2024-10-31tdf#163680: fix fixed-length strings assignmentMike Kaganski
2024-10-07tdf#163219: only create local With variable for function resultsMike Kaganski
2024-09-17Fix formatting of datesMike Kaganski
2024-09-17i#109051: also handle Exit Property for Property SetMike Kaganski
2024-09-16tdf#162962: always create a local "Nothing" for the "WITH" variableMike Kaganski
2024-09-13tdf#162935: use PUTC for WITH variable assignment: it doesn't copy valueMike Kaganski
2024-09-12Temporarily skip unit tests on native arm64 buildBalazs Varga
2024-09-09Improve run-time Currency type support in BasicMike Kaganski
2024-09-01tdf#162724: use localized decimal separator in ImpCurrencyToStringMike Kaganski
2024-08-18Related: tdf#132064 Use set to clear the With internal variableMike Kaganski
2024-08-18tdf#150458: evaluate for loop's end and step once in VBA support modeMike Kaganski
2024-08-17tdf#132064: make With statement only evaluate its argument onceMike Kaganski
2024-08-05VBA QA new unit test for IF THEN statementAlain Romedenne
2024-08-01Basic QA new unit test for IF THEN statementAlain Romedenne
2024-06-10tdf#160321 - Added missing VB testAndreas Heinisch
2024-06-10tdf#160321 - Don't execute jump statement if the expression is out of rangeAndreas Heinisch
2024-05-06loplugin:ostr basicNoel Grandin
2024-04-22tdf#93727 Syntax Error on # in basicLuv Sharma
2024-02-28tdf#149714 BitsPerPixel property of Graphic has Boolean UNO typeAdam Seskunas
2024-02-17tdf#158890 Replace '?' with figure blankLaurent Balland
2023-12-23tdf#128122 Updated BASIC CCur to reuse SvNumberFormatterJonathan Clark
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-09-03Revert "tdf#130924 replace '*printf' with 'SAL_*' logging macros."Ilmari Lauhakangas
2023-08-31tdf#130924 replace '*printf' with 'SAL_*' logging macros.sahil
2023-08-07tdf#150137 fastparser: don't crash on undeclared namespaceAron Budea
2023-08-04Reduce differences between _test_asserts.bas and _test_asserts.vbMike Kaganski
2023-05-09tdf#153543 - Add vba shell constantsAndreas Heinisch
2023-03-22Refactor and fix VBA StrConvMike Kaganski
2023-03-16tdf#152690: Fix "!" behavior when it is not the first in a groupBaole Fang
2023-02-26tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBAAlain Romedenne
2023-02-24Fix build in a specific VS2022 environmentMike Kaganski
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann
2023-01-26Delete extra whitespaces inserted by the editorAndreas Heinisch
2023-01-09tdf#152917: basic_macros: Add unittestXisco Fauli
2022-12-20basic: remove tabs from test fileXisco Fauli
2022-12-20basic: add missing license statement in .vb test filesXisco Fauli
2022-12-20basic: add missing license statement in test filesXisco Fauli
2022-12-20tdf#152520: basic_macros: Add unittestXisco Fauli
2022-10-14tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch
2022-09-25tdf#151012 - Initialize optional parameters with their default valuesAndreas Heinisch
2022-06-28Removed executable bits on filesAndrea Gelmini
2022-06-28tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski
2022-06-06tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch
2022-05-31tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann