summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2021-02-22loplugin:refcounting in basicNoel
2021-02-17tdf#130677 Write new tests for literalsshubham656
2021-02-17tdf#42982 updated RunTimeException with 2nd argument(pointer)vipbuoy
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel
2021-02-08update pchesCaolán McNamara
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-01basic : remove useless class pre declarationArnaud Versini
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-26loplugin:passstuffbyrefNoel
2021-01-25tdf#136755, tdf#124008 - delete the variable beforehand REDIMAndreas Heinisch
2021-01-20improve some IllegalArgumentException messagesNoel
2021-01-10fix coverity parse errorsCaolán McNamara
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2021-01-02BASIC : simplify SbxVariable constructors and remove impl classArnaud Versini
2020-12-30Fix build after 042033f1e6da22616cb76c8d950c20c9efecbad5Mike Kaganski
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-28BASIC : simplify SbiSymDef and SbiSymPool initlializationArnaud Versini
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini
2020-12-26BASIC : simplify SbiExpression initializationArnaud Versini
2020-12-26BASIC : remove useless using namespaceArnaud Versini
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-12-23Drop RTLNAME obfuscating macroMike Kaganski
2020-12-22Related: tdf#84098 Unify testsMike Kaganski
2020-12-21fix for Windows x86-64 buildNoel Grandin
2020-12-20Blind fix for Windows x86-64 buildStephan Bergmann
2020-12-19tdf#84098 kill copy+paste in VBA testsGeorge Bateman
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-07tdf#43003 - convert parameter to the requested typeAndreas Heinisch
2020-12-04update pchesCaolán McNamara
2020-12-03convert SvtPathOptions::Paths to scoped enumNoel
2020-12-01cid#1470374 silence Stray semicolonCaolán McNamara
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-27tdf#136801 : IsNumeric("+2") and CInt("+2") return correct valuesAnshu
2020-11-25Use sal_Int32 to print SbxLONG valueStephan Bergmann
2020-11-24Use std::vector in SbiBufferMike Kaganski
2020-11-23Simplify SbiBuffer::CheckMike Kaganski
2020-11-22BASIC : use initialization list in constructors.Arnaud Versini
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen