summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2021-06-17use string_view in the Translate APINoel Grandin1-2/+2
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-3/+12
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann1-1/+2
2021-05-24fix leak in dbaccessNoel Grandin1-0/+8
2021-05-23tdf#142180 Swapped comparison operators for static stringsJoshua Williams2-4/+23
2021-05-14Improve loplugin:stringviewStephan Bergmann2-4/+4
2021-05-13tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch1-2/+3
2021-05-13tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch3-8/+21
2021-05-10fix some leaks in basicNoel Grandin18-107/+102
2021-05-07cid#1474072 silence Untrusted loop boundCaolán McNamara1-5/+14
2021-05-06Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke1-2/+3
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar2-12/+30
2021-04-28use string_view in INetURLObject::encodeNoel Grandin3-22/+22
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-27use more string_view in tools/streamNoel Grandin1-1/+1
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-2/+2
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-2/+2
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+4
2021-04-05tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch2-4/+34
2021-04-02Simplify some static variable initializationsMike Kaganski3-30/+15
2021-04-01cid#1473732 Untrusted loop boundCaolán McNamara1-5/+7
2021-03-30fix some --disable-scripting warningsCaolán McNamara1-1/+2
2021-03-30cid#1474044 Untrusted loop boundCaolán McNamara1-6/+6
2021-03-29TypeName, VarType, TypeLen Basic QA test casesAlain Romedenne3-21/+201
2021-03-29cid#1474044 Untrusted loop boundCaolán McNamara2-4/+16
2021-03-26loplugin:flattenNoel1-16/+15
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John5-6/+143
2021-03-20tdf#141050 Accept CCur with negative stringsarpit19122-6/+12
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch2-1/+7
2021-03-14check for quit when calling Yield in loopNoel Grandin2-2/+2
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski28-1529/+1258
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-08tdf#42982: improve UNO API error reportingViKrAm-Bais1-2/+2
2021-03-07BASIC : use standard mutex from std.Arnaud Versini2-6/+12
2021-02-26loplugin:refcounting in basicNoel5-5/+5
2021-02-22loplugin:refcounting in basicNoel8-37/+29
2021-02-17tdf#130677 Write new tests for literalsshubham6563-6/+123
2021-02-17tdf#42982 updated RunTimeException with 2nd argument(pointer)vipbuoy1-4/+4
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel2-3/+3
2021-02-08update pchesCaolán McNamara1-1/+3
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-1/+1
2021-02-04Fix typo in codeAndrea Gelmini1-1/+1
2021-02-01basic : remove useless class pre declarationArnaud Versini1-2/+0
2021-01-29loplugin:stringviewparam extend to new..Noel2-6/+6
2021-01-28simplify code, use more subView()Noel2-2/+2