summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar1-3/+11
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-05tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch1-4/+9
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-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-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John3-6/+56
2021-03-20tdf#141050 Accept CCur with negative stringsarpit19121-1/+1
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch1-1/+1
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 Kaganski27-1528/+1257
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#42982 updated RunTimeException with 2nd argument(pointer)vipbuoy1-4/+4
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel2-3/+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
2021-01-26loplugin:passstuffbyrefNoel1-2/+2
2021-01-25tdf#136755, tdf#124008 - delete the variable beforehand REDIMAndreas Heinisch1-2/+7
2021-01-20improve some IllegalArgumentException messagesNoel4-15/+16
2021-01-10fix coverity parse errorsCaolán McNamara1-3/+3
2021-01-10static_cast after dynamic_castNoel Grandin1-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara3-9/+9
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-4/+4
2021-01-02BASIC : simplify SbxVariable constructors and remove impl classArnaud Versini1-65/+18
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-8/+11
2020-12-28BASIC : simplify SbiSymDef and SbiSymPool initlializationArnaud Versini1-28/+31
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini2-6/+6
2020-12-26BASIC : simplify SbiExpression initializationArnaud Versini2-23/+17
2020-12-26BASIC : remove useless using namespaceArnaud Versini1-2/+0
2020-12-26New loplugin:stringliteralvarStephan Bergmann4-12/+12
2020-12-23Initialize method mapping table at compile timeMike Kaganski4-703/+866
2020-12-23Drop RTLNAME obfuscating macroMike Kaganski2-308/+306
2020-12-21fix for Windows x86-64 buildNoel Grandin1-1/+1
2020-12-20Blind fix for Windows x86-64 buildStephan Bergmann1-1/+1