summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2021-05-26tdf#142180 Swapped comparison operators for static stringsJoshua Williams2-4/+23
2021-04-10check for quit when calling Yield in loopNoel Grandin2-2/+2
2021-04-06tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch2-4/+34
2021-03-22tdf#141050 Accept CCur with negative stringsarpit19122-6/+12
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch2-1/+7
2020-12-07tdf#43003 - convert parameter to the requested typeAndreas Heinisch1-8/+2
2020-11-30tdf#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-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
2020-10-16tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch2-7/+26
2020-10-13static_cast after dynamic_castNoel2-12/+8
2020-10-06tdf#123025 - fixed broken tests for cverr methodAndreas Heinisch1-17/+9
2020-10-01loplugin:reducevarscope in basctl,basicNoel5-13/+11
2020-09-27Fix typo in codeAndrea Gelmini1-3/+3
2020-09-24Fix typo in codeAndrea Gelmini1-4/+4
2020-09-21update pchesCaolán McNamara1-1/+2
2020-09-17basic: use dummy DLL mgr for Windows Arm64 buildJan-Marek Glogowski1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-13/+17
2020-09-08tdf#136112 Unit test for Date() Basic functionAlain Romedenne1-0/+19
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara1-2/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-07BASIC : no need for a DLL manager impl on non windows systemsArnaud Versini2-4/+4
2020-09-06BASIC : useless std::unique_ptr initialisationArnaud Versini1-1/+0
2020-09-06tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch2-1/+19
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman38-151/+38
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski4-6/+6
2020-09-01tdf#54912 - with option base arrays should start at index 1Andreas Heinisch5-5/+124
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-12/+12
2020-08-27tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch2-0/+53
2020-08-19Fix typo in codeAndrea Gelmini1-1/+1
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-3/+1
2020-08-17Don't forget to increment refcount when loading from imageMike Kaganski1-0/+3
2020-08-17tdf#135799: properly load arrays in user-defined types from imageMike Kaganski1-3/+9
2020-08-17Fix typosAndrea Gelmini3-4/+4
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-1/+2
2020-08-14loplugin:simplifybool moreNoel Grandin4-5/+5
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1