summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-28tdf#97983 - Added localization for numeric typesAndreas Heinisch1-5/+6
2019-11-23Property Get/Let Basic StatementLibreOfficiant1-0/+27
2019-11-13fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bflbenes1-0/+1
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen7-18/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-8/+5
2019-09-27tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch5-72/+65
2019-09-18Removed executable permission on filesAndrea Gelmini1-0/+0
2019-09-17tdf#118544 set correct type for optional parameterTomoyuki Kubota1-0/+33
2019-09-03loplugin:constmethod in basicNoel Grandin2-2/+2
2019-08-31Fix typos in codeAndrea Gelmini1-1/+1
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov1-1/+1
2019-05-03tdf#68339 Other: BASIC Syntax errorJens Carl2-0/+182
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann1-1/+1
2018-12-03add test for bug tdf#121337Zdeněk Crhonek2-0/+40