summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski2021-03-0928-1529/+1258
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* tdf#42982: improve UNO API error reportingViKrAm-Bais2021-03-081-2/+2
* BASIC : use standard mutex from std.Arnaud Versini2021-03-072-6/+12
* loplugin:refcounting in basicNoel2021-02-265-5/+5
* loplugin:refcounting in basicNoel2021-02-228-37/+29
* tdf#130677 Write new tests for literalsshubham6562021-02-173-6/+123
* tdf#42982 updated RunTimeException with 2nd argument(pointer)vipbuoy2021-02-171-4/+4
* loplugin:referencecasting in basctl..binaryurpNoel2021-02-162-3/+3
* update pchesCaolán McNamara2021-02-081-1/+3
* Revert "Fix typo in code"Stephan Bergmann2021-02-051-1/+1
* Fix typo in codeAndrea Gelmini2021-02-041-1/+1
* basic : remove useless class pre declarationArnaud Versini2021-02-011-2/+0
* loplugin:stringviewparam extend to new..Noel2021-01-292-6/+6
* simplify code, use more subView()Noel2021-01-282-2/+2
* loplugin:passstuffbyrefNoel2021-01-261-2/+2
* tdf#136755, tdf#124008 - delete the variable beforehand REDIMAndreas Heinisch2021-01-253-2/+82