summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2022-02-07tdf#132388: reimplement fix for tdf#142487Mike Kaganski
2021-11-11Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke
2021-11-11Fixed a copy paste error in the test casesAndreas Heinisch
2021-11-11tdf#144245 - Added test file to automatic testAndreas Heinisch
2021-11-02tdf#145371 - Delete array variable only before ReDimAndreas Heinisch
2021-10-22tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-10-11tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch
2021-09-30tdf#143575, tdf#143974 - Remove custom precision format in BASICAndreas Heinisch
2021-09-30tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch
2021-09-28tdf#131563 - Add vba color constantsAndreas Heinisch
2021-09-07tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-07-19tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch
2021-07-19tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch
2021-07-13tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch
2021-07-13tdf#143081: basic_macros: Add unittestXisco Fauli
2021-07-07tdf#142922 fixes Round to follow half-to-even roundingbaltasarq
2021-07-01tdf#143081: fix Basic Replace() function crashes LOJulien Nabet
2021-06-28tdf#142460: properly handle boolean values in string poolbaltasarq
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann
2021-05-24fix leak in dbaccessNoel Grandin
2021-05-23tdf#142180 Swapped comparison operators for static stringsJoshua Williams
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-13tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-13tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-10fix some leaks in basicNoel Grandin
2021-05-07cid#1474072 silence Untrusted loop boundCaolán McNamara
2021-05-06Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2021-04-08update PCHsLuboš Luňák
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-05tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-04-01cid#1473732 Untrusted loop boundCaolán McNamara
2021-03-30fix some --disable-scripting warningsCaolán McNamara
2021-03-30cid#1474044 Untrusted loop boundCaolán McNamara
2021-03-29TypeName, VarType, TypeLen Basic QA test casesAlain Romedenne
2021-03-29cid#1474044 Untrusted loop boundCaolán McNamara
2021-03-26loplugin:flattenNoel
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John
2021-03-20tdf#141050 Accept CCur with negative stringsarpit1912
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch