summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Make the LibreOffice6FloatingPointMode thing work like in the master branchTor Lillqvist2022-01-074-11/+19
* Make the tdf#97983 changes to BASIC optional based on an environment variableTor Lillqvist2021-12-0416-20/+57
* tdf#143081: fix Basic Replace() function crashes LOJulien Nabet2021-07-111-5/+5
* tdf#142180 Swapped comparison operators for static stringsJoshua Williams2021-05-262-4/+23
* check for quit when calling Yield in loopNoel Grandin2021-04-102-2/+2
* tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch2021-04-062-4/+34
* tdf#141050 Accept CCur with negative stringsarpit19122021-03-222-6/+12
* tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch2021-03-152-1/+7
* tdf#43003 - convert parameter to the requested typeAndreas Heinisch2020-12-071-8/+2
* tdf#136801 : IsNumeric("+2") and CInt("+2") return correct valuesAnshu2020-11-303-1/+11
* Use sal_Int32 to print SbxLONG valueStephan Bergmann2020-11-251-2/+2
* loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann2020-11-181-1/+3
* loplugin:stringviewparam check methods tooNoel2020-11-175-11/+11
* tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer2020-11-1312-122/+123
* loplugin:stringviewNoel2020-11-112-2/+2
* BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini2020-11-059-17/+16
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-0515-10/+14
* Use LONG hereMike Kaganski2020-11-051-2/+1
* use officecfg for Experimental flagNoel Grandin2020-11-011-6/+7
* tdf#85371 - grant write access to the method used as a variableAndreas Heinisch2020-10-302-0/+75
* basic: fix build after long->tools::LongThorsten Behrens2020-10-291-0/+1
* convert some more long -> tools::LongNoel2020-10-281-1/+1
* Put may succeed even if outer error is setMike Kaganski2020-10-271-20/+10
* Replace these macro-based implementations with normal C++Mike Kaganski2020-10-271-27/+7
* use tools::Long in basegfx..chart2Noel2020-10-217-29/+31
* tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch2020-10-162-7/+26
* static_cast after dynamic_castNoel2020-10-132-12/+8
* tdf#123025 - fixed broken tests for cverr methodAndreas Heinisch2020-10-061-17/+9
* loplugin:reducevarscope in basctl,basicNoel2020-10-015-13/+11
* Fix typo in codeAndrea Gelmini2020-09-271-3/+3
* Fix typo in codeAndrea Gelmini2020-09-241-4/+4
* update pchesCaolán McNamara2020-09-211-1/+2
* basic: use dummy DLL mgr for Windows Arm64 buildJan-Marek Glogowski2020-09-171-1/+1
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-162-13/+17
* tdf#136112 Unit test for Date() Basic functionAlain Romedenne2020-09-081-0/+19
* tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara2020-09-081-2/+1
* Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2020-09-071-1/+1
* BASIC : no need for a DLL manager impl on non windows systemsArnaud Versini2020-09-072-4/+4
* BASIC : useless std::unique_ptr initialisationArnaud Versini2020-09-061-1/+0
* tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch2020-09-062-1/+19
* tdf#124176 Use #pragma once in basicGeorge Bateman2020-09-0438-151/+38
* Make ImpSvNumberformatScan::GetColor constMike Kaganski2020-09-034-6/+6
* tdf#54912 - with option base arrays should start at index 1Andreas Heinisch2020-09-015-5/+124
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-282-12/+12
* tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch2020-08-272-0/+53
* Fix typo in codeAndrea Gelmini2020-08-191-1/+1
* loplugin:unusedvarsglobalNoel Grandin2020-08-181-3/+1
* Don't forget to increment refcount when loading from imageMike Kaganski2020-08-171-0/+3
* tdf#135799: properly load arrays in user-defined types from imageMike Kaganski2020-08-171-3/+9
* Fix typosAndrea Gelmini2020-08-173-4/+4