summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)Author
2023-05-13tdf#153543 - Add vba shell constantsAndreas Heinisch
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
2022-04-21tdf#148651: basic_macros: Add unittestXisco Fauli
2022-04-17Test StarBasic's native non-ASCII name syntaxMike Kaganski
2022-03-31Basic Collection class unit testAlain Romedenne
2022-03-31Adapt test to even slower buildsStephan Bergmann
2022-03-30tdf#114263 tdf#147262 CallByName() function LibO Basic test unitAlain Romedenne
2022-03-02Change the comment of the test cases to clarify the textual representation of...Andreas Heinisch
2022-02-21tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch
2022-02-12Basic compiler undetected typoAlain Romedenne
2022-02-11tdf#147364: fix function signature to account to calling conventionMike Kaganski
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik4187
2022-01-31Adapt test to slow buildsStephan Bergmann
2022-01-31Fix format stringMike Kaganski
2022-01-31tdf#132388: add unit testMike Kaganski
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch
2022-01-07tdf#130426 - Rename file for tdf#145693Andreas Heinisch
2021-12-28tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
2021-11-11Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke
2021-10-30tdf#145371 - Delete array variable only before ReDimAndreas Heinisch
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-10-19Fix Windows buildStephan Bergmann
2021-10-17Simplify Sequence in b*Julien Nabet
2021-10-07tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch
2021-09-30tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch
2021-09-27tdf#131563 - Add vba color constantsAndreas Heinisch
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch
2021-09-07Fixed a copy paste error in the test casesAndreas Heinisch
2021-09-07tdf#144245 - Added test file to automatic testAndreas Heinisch
2021-09-07tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch
2021-07-28tdf#107953 - Extend significant digitsAndreas Heinisch
2021-07-19tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch
2021-07-16tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch
2021-07-15tdf#111313: basic_macros: Add unittestXisco Fauli
2021-07-14tdf#98778: basic_macros: Add unittestXisco Fauli
2021-07-14tdf#114011: basic_macros: Add unittestXisco Fauli