summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)AuthorFilesLines
2023-12-23tdf#128122 Updated BASIC CCur to reuse SvNumberFormatterJonathan Clark3-6/+117
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland1-1/+1
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-20/+20
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin3-5/+5
2023-09-03Revert "tdf#130924 replace '*printf' with 'SAL_*' logging macros."Ilmari Lauhakangas3-12/+14
2023-08-31tdf#130924 replace '*printf' with 'SAL_*' logging macros.sahil3-14/+12
2023-08-07tdf#150137 fastparser: don't crash on undeclared namespaceAron Budea1-0/+37
2023-08-04Reduce differences between _test_asserts.bas and _test_asserts.vbMike Kaganski1-2/+2
2023-05-09tdf#153543 - Add vba shell constantsAndreas Heinisch1-0/+9
2023-03-22Refactor and fix VBA StrConvMike Kaganski1-6/+15
2023-03-16tdf#152690: Fix "!" behavior when it is not the first in a groupBaole Fang3-0/+84
2023-02-26tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBAAlain Romedenne19-70/+174
2023-02-24Fix build in a specific VS2022 environmentMike Kaganski1-6/+3
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann2-4/+4
2023-01-26Delete extra whitespaces inserted by the editorAndreas Heinisch1-1/+1
2023-01-09tdf#152917: basic_macros: Add unittestXisco Fauli1-6/+23
2022-12-20basic: remove tabs from test fileXisco Fauli1-19/+19
2022-12-20basic: add missing license statement in .vb test filesXisco Fauli2-0/+16
2022-12-20basic: add missing license statement in test filesXisco Fauli13-34/+124
2022-12-20tdf#152520: basic_macros: Add unittestXisco Fauli1-0/+52
2022-10-14tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch2-0/+30
2022-09-25tdf#151012 - Initialize optional parameters with their default valuesAndreas Heinisch2-6/+2
2022-06-28Removed executable bits on filesAndrea Gelmini2-0/+0
2022-06-28tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski1-0/+46
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch3-0/+78
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski3-4/+64
2022-06-06tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch1-0/+41
2022-05-31tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch1-0/+40
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch4-0/+88
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann1-2/+2
2022-04-21tdf#148651: basic_macros: Add unittestXisco Fauli2-0/+32
2022-04-17Test StarBasic's native non-ASCII name syntaxMike Kaganski1-0/+28
2022-03-31Basic Collection class unit testAlain Romedenne1-0/+71
2022-03-31Adapt test to even slower buildsStephan Bergmann1-1/+1
2022-03-30tdf#114263 tdf#147262 CallByName() function LibO Basic test unitAlain Romedenne1-0/+36
2022-03-02Change the comment of the test cases to clarify the textual representation of...Andreas Heinisch2-0/+2
2022-02-21tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch3-0/+62
2022-02-12Basic compiler undetected typoAlain Romedenne1-1/+1
2022-02-11tdf#147364: fix function signature to account to calling conventionMike Kaganski1-0/+36
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch2-15/+32
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41871-2/+2
2022-01-31Adapt test to slow buildsStephan Bergmann1-2/+2
2022-01-31Fix format stringMike Kaganski1-2/+2
2022-01-31tdf#132388: add unit testMike Kaganski1-0/+28
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen2-6/+0
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch4-0/+65
2022-01-07tdf#130426 - Rename file for tdf#145693Andreas Heinisch1-0/+0
2021-12-28tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch3-3/+60
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist1-4/+26
2021-11-11Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke1-4/+6