summaryrefslogtreecommitdiffstats
path: root/basic/qa
Commit message (Expand)AuthorAgeFilesLines
* tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch2022-06-061-0/+41
* tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch2022-05-311-0/+40
* Test StarBasic's native non-ASCII name syntaxMike Kaganski2022-05-091-0/+28
* tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch2022-02-223-0/+62
* tdf#147364: fix function signature to account to calling conventionMike Kaganski2022-02-141-0/+36
* tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch2022-02-092-15/+32
* tdf#132388: add unit testMike Kaganski2022-02-011-0/+28
* tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch2022-01-104-0/+65
* tdf#130426 - Rename file for tdf#145693Andreas Heinisch2022-01-101-0/+0
* tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch2021-12-293-3/+60
* Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke2021-11-111-4/+6
* tdf#145371 - Delete array variable only before ReDimAndreas Heinisch2021-10-301-0/+89
* tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch2021-10-202-1/+36
* Fix Windows buildStephan Bergmann2021-10-191-2/+2
* Simplify Sequence in b*Julien Nabet2021-10-171-3/+5
* tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch2021-10-073-10/+93
* tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch2021-09-302-7/+35
* tdf#131563 - Add vba color constantsAndreas Heinisch2021-09-271-0/+11
* tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch2021-09-192-0/+35
* tdf#144353 - Handling of missing optional parametersAndreas Heinisch2021-09-102-0/+126
* Fixed a copy paste error in the test casesAndreas Heinisch2021-09-071-5/+5
* tdf#144245 - Added test file to automatic testAndreas Heinisch2021-09-072-4/+5
* tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-09-071-0/+73
* tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch2021-08-102-0/+20
* tdf#107953 - Extend significant digitsAndreas Heinisch2021-07-284-50/+59
* tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch2021-07-191-1/+8
* tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch2021-07-162-0/+12
* tdf#111313: basic_macros: Add unittestXisco Fauli2021-07-151-0/+19
* tdf#98778: basic_macros: Add unittestXisco Fauli2021-07-141-0/+22
* tdf#114011: basic_macros: Add unittestXisco Fauli2021-07-141-0/+5
* tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch2021-07-121-1/+8
* basic_coverage: use Option Explicit where possibleXisco Fauli2021-07-07136-7/+288
* tdf#142922 fixes Round to follow half-to-even roundingbaltasarq2021-07-061-0/+29
* basic: remove unneeded variable in testXisco Fauli2021-07-061-1/+1
* tdf#117612: basic_macros: Add unittestXisco Fauli2021-07-051-0/+24
* tdf#134692: basic_macros: Add unittestXisco Fauli2021-07-051-0/+29
* Move utility code out of test directoriesMike Kaganski2021-07-024-3/+3
* Rename LibreOffice Basic test files from .vb to .bas: they are not VBAMike Kaganski2021-07-02145-2/+2
* tdf#143081: basic_macros: Add unittestXisco Fauli2021-07-021-0/+4
* tdf#84098 kill copy+paste in basic/qa/basic_coverageXisco Fauli2021-07-02145-980/+821
* Purge out rtl::math::setInfBaiXiaochun2021-07-011-4/+2
* tdf#142460: properly handle boolean values in string poolbaltasarq2021-06-251-0/+37
* tdf#142180 Swapped comparison operators for static stringsJoshua Williams2021-05-231-0/+19
* tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-05-132-6/+14
* Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke2021-05-061-2/+3
* tdf#124184 Fixing StrConv VBA Functiontushar2021-05-011-9/+19
* tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch2021-04-051-0/+25
* TypeName, VarType, TypeLen Basic QA test casesAlain Romedenne2021-03-293-21/+201
* tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John2021-03-211-0/+86
* tdf#141050 Accept CCur with negative stringsarpit19122021-03-201-5/+11