summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke2021-11-111-4/+6
* Fixed a copy paste error in the test casesAndreas Heinisch2021-11-111-5/+5
* tdf#144245 - Added test file to automatic testAndreas Heinisch2021-11-112-4/+5
* tdf#145371 - Delete array variable only before ReDimAndreas Heinisch2021-11-023-4/+97
* tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch2021-10-224-12/+62
* tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch2021-10-114-9/+118
* tdf#143575, tdf#143974 - Remove custom precision format in BASICAndreas Heinisch2021-09-301-7/+1
* tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch2021-09-303-152/+58
* tdf#131563 - Add vba color constantsAndreas Heinisch2021-09-282-0/+29
* tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-09-072-2/+82
* tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch2021-07-192-7/+20
* tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch2021-07-193-15/+34
* tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch2021-07-133-20/+34
* tdf#143081: basic_macros: Add unittestXisco Fauli2021-07-131-0/+4
* tdf#142922 fixes Round to follow half-to-even roundingbaltasarq2021-07-072-21/+31
* tdf#143081: fix Basic Replace() function crashes LOJulien Nabet2021-07-011-5/+5
* tdf#142460: properly handle boolean values in string poolbaltasarq2021-06-285-7/+51
* loplugin:stringview (clang-cl)Stephan Bergmann2021-06-011-1/+2
* fix leak in dbaccessNoel Grandin2021-05-241-0/+8
* tdf#142180 Swapped comparison operators for static stringsJoshua Williams2021-05-232-4/+23
* Improve loplugin:stringviewStephan Bergmann2021-05-142-4/+4
* tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-05-131-2/+3
* tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-05-133-8/+21
* fix some leaks in basicNoel Grandin2021-05-1018-107/+102
* cid#1474072 silence Untrusted loop boundCaolán McNamara2021-05-071-5/+14
* Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke2021-05-061-2/+3
* loplugin:constmethodNoel Grandin2021-05-051-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-021-2/+2
* tdf#124184 Fixing StrConv VBA Functiontushar2021-05-012-12/+30
* use string_view in INetURLObject::encodeNoel Grandin2021-04-283-22/+22
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1
* use more string_view in tools/streamNoel Grandin2021-04-271-1/+1
* no need makeStringAndClear() when appending to bufferNoel Grandin2021-04-221-2/+2
* use OUString::Concat here, not OUStringLiteralNoel Grandin2021-04-202-2/+2
* update PCHsLuboš Luňák2021-04-081-1/+2
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-2/+4
* tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch2021-04-052-4/+34
* Simplify some static variable initializationsMike Kaganski2021-04-023-30/+15
* cid#1473732 Untrusted loop boundCaolán McNamara2021-04-011-5/+7
* fix some --disable-scripting warningsCaolán McNamara2021-03-301-1/+2
* cid#1474044 Untrusted loop boundCaolán McNamara2021-03-301-6/+6
* TypeName, VarType, TypeLen Basic QA test casesAlain Romedenne2021-03-293-21/+201
* cid#1474044 Untrusted loop boundCaolán McNamara2021-03-292-4/+16
* loplugin:flattenNoel2021-03-261-16/+15
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-1/+1
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John2021-03-215-6/+143
* tdf#141050 Accept CCur with negative stringsarpit19122021-03-202-6/+12
* tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch2021-03-152-1/+7
* check for quit when calling Yield in loopNoel Grandin2021-03-142-2/+2