summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-17loplugin:stringviewparam check methods tooNoel5-11/+11
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer12-122/+123
2020-11-11loplugin:stringviewNoel2-2/+2
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini9-17/+16
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen15-10/+14
2020-11-05Use LONG hereMike Kaganski1-2/+1
2020-11-01use officecfg for Experimental flagNoel Grandin1-6/+7
2020-10-30tdf#85371 - grant write access to the method used as a variableAndreas Heinisch2-0/+75
2020-10-29basic: fix build after long->tools::LongThorsten Behrens1-0/+1
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-27Put may succeed even if outer error is setMike Kaganski1-20/+10
2020-10-27Replace these macro-based implementations with normal C++Mike Kaganski1-27/+7
2020-10-21use tools::Long in basegfx..chart2Noel7-29/+31