summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
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
2020-11-05Use LONG hereMike Kaganski
2020-11-01use officecfg for Experimental flagNoel Grandin
2020-10-30tdf#85371 - grant write access to the method used as a variableAndreas Heinisch
2020-10-29basic: fix build after long->tools::LongThorsten Behrens
2020-10-28convert some more long -> tools::LongNoel
2020-10-27Put may succeed even if outer error is setMike Kaganski
2020-10-27Replace these macro-based implementations with normal C++Mike Kaganski
2020-10-21use tools::Long in basegfx..chart2Noel
2020-10-16tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch
2020-10-13static_cast after dynamic_castNoel
2020-10-06tdf#123025 - fixed broken tests for cverr methodAndreas Heinisch
2020-10-01loplugin:reducevarscope in basctl,basicNoel
2020-09-27Fix typo in codeAndrea Gelmini
2020-09-24Fix typo in codeAndrea Gelmini
2020-09-21update pchesCaolán McNamara
2020-09-17basic: use dummy DLL mgr for Windows Arm64 buildJan-Marek Glogowski
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann