summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)AuthorFilesLines
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar1-9/+19
2021-04-05tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch1-0/+25
2021-03-29TypeName, VarType, TypeLen Basic QA test casesAlain Romedenne3-21/+201
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John1-0/+86
2021-03-20tdf#141050 Accept CCur with negative stringsarpit19121-5/+11
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch1-0/+6
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-1/+1
2021-02-17tdf#130677 Write new tests for literalsshubham6563-6/+123
2021-01-25tdf#136755, tdf#124008 - delete the variable beforehand REDIMAndreas Heinisch2-0/+75
2020-12-30Fix build after 042033f1e6da22616cb76c8d950c20c9efecbad5Mike Kaganski1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-2/+2
2020-12-22Related: tdf#84098 Unify testsMike Kaganski93-2989/+1772
2020-12-19tdf#84098 kill copy+paste in VBA testsGeorge Bateman96-4180/+1327
2020-11-27tdf#136801 : IsNumeric("+2") and CInt("+2") return correct valuesAnshu2-0/+8
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer2-75/+78
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-1/+0
2020-10-30tdf#85371 - grant write access to the method used as a variableAndreas Heinisch1-0/+35
2020-10-16tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch1-5/+22
2020-10-06tdf#123025 - fixed broken tests for cverr methodAndreas Heinisch1-17/+9
2020-10-01loplugin:reducevarscope in basctl,basicNoel1-1/+1
2020-09-08tdf#136112 Unit test for Date() Basic functionAlain Romedenne1-0/+19
2020-09-06tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch1-0/+17
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman1-4/+1
2020-09-01tdf#54912 - with option base arrays should start at index 1Andreas Heinisch2-0/+121
2020-08-27tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch1-0/+51
2020-08-19Fix typo in codeAndrea Gelmini1-1/+1
2020-08-17Fix typosAndrea Gelmini1-1/+1
2020-08-07tdf#135470: Fix checksMike Kaganski1-0/+43
2020-07-21tdf#134576: basic_macros: Add unittestXisco Fauli1-0/+20
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann1-6/+6
2020-06-16tdf#133913 - create variable with Variant/Type in StepLOADNCAndreas Heinisch4-28/+58
2020-06-11tdf#132563 - Convert parameters of type SbxEMPTYAndreas Heinisch1-0/+22
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-06-02Upcoming loplugin:elidestringvar: basicStephan Bergmann3-241/+153
2020-05-21tdf#132389 - case-insensitive operation for non-ASCII charactersAndreas Heinisch2-0/+44
2020-04-02tdf#79426, tdf#125180 - Don't convert missing parameters to requested typeAndreas Heinisch8-149/+104
2020-03-30Cleanup for tdf#130476, tdf#62323 and tdf#62326Andreas Heinisch1-32/+27
2020-03-27tdf#130476 - take into account trailing data type charactersAndreas Heinisch1-2/+189
2020-03-24VBA Err object raise method TestCasesLibreOfficiant2-0/+87
2020-03-02tdf#36737 - Initialize default values of optionalsAndreas Heinisch7-43/+1264
2020-02-22LibO Basic Property Get/SetLibreOfficiant1-0/+37
2020-02-20tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) againStephan Bergmann1-0/+64
2020-01-05tdf#129596 Distinguish between integer and long while loading immediate valuesU-DESKTOP-8OSNV7R\DrRobotto1-0/+6
2019-12-18sal_Char->char in avmedia..basicNoel Grandin1-1/+1
2019-12-14VBA Enum statement TestCasesLibreOfficiant2-0/+88
2019-12-11Fix typoAndrea Gelmini1-1/+1
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-1/+1
2019-12-08Fix typo in namefileAndrea Gelmini1-0/+0
2019-12-07tdf#59327: two arguments with the same name is an errorMike Kaganski1-0/+9
2019-12-07tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski3-0/+32