summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-26loplugin:passstuffbyrefNoel1-2/+2
2021-01-25tdf#136755, tdf#124008 - delete the variable beforehand REDIMAndreas Heinisch3-2/+82
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-30Fix build after 042033f1e6da22616cb76c8d950c20c9efecbad5Mike Kaganski1-2/+2
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-10/+13
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-22Related: tdf#84098 Unify testsMike Kaganski93-2989/+1772
2020-12-21fix for Windows x86-64 buildNoel Grandin1-1/+1
2020-12-20Blind fix for Windows x86-64 buildStephan Bergmann1-1/+1
2020-12-19tdf#84098 kill copy+paste in VBA testsGeorge Bateman96-4180/+1327
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann5-7/+12
2020-12-07tdf#43003 - convert parameter to the requested typeAndreas Heinisch1-8/+2
2020-12-04update pchesCaolán McNamara1-1/+2
2020-12-03convert SvtPathOptions::Paths to scoped enumNoel1-1/+1
2020-12-01cid#1470374 silence Stray semicolonCaolán McNamara1-0/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel6-11/+11
2020-11-27tdf#136801 : IsNumeric("+2") and CInt("+2") return correct valuesAnshu3-1/+11
2020-11-25Use sal_Int32 to print SbxLONG valueStephan Bergmann1-2/+2
2020-11-24Use std::vector in SbiBufferMike Kaganski8-227/+108
2020-11-23Simplify SbiBuffer::CheckMike Kaganski1-16/+6
2020-11-22BASIC : use initialization list in constructors.Arnaud Versini5-57/+60
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+3