summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
2021-11-03loplugin:constparamsNoel Grandin
2021-10-30tdf#145371 - Delete array variable only before ReDimAndreas Heinisch
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-10-17basic: simplifiy class initializationArnaud Versini
2021-09-27tdf#131563 - Add vba color constantsAndreas Heinisch
2021-09-10Fix typosAndrea Gelmini
2021-08-26Avoid OUString::createFromAscii on input containing NUL charactersStephan Bergmann
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq
2021-05-23tdf#142180 Swapped comparison operators for static stringsJoshua Williams
2021-05-10fix some leaks in basicNoel Grandin
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2021-04-05tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-01-28simplify code, use more subView()Noel
2021-01-25tdf#136755, tdf#124008 - delete the variable beforehand REDIMAndreas Heinisch
2020-12-28BASIC : simplify SbiSymDef and SbiSymPool initlializationArnaud Versini
2020-12-26BASIC : simplify SbiExpression initializationArnaud Versini
2020-12-01cid#1470374 silence Stray semicolonCaolán McNamara
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-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-10-21use tools::Long in basegfx..chart2Noel
2020-09-06BASIC : useless std::unique_ptr initialisationArnaud Versini
2020-09-06tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch
2020-07-25Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-06-26Upcoming improved loplugin:elidestringvar: basicStephan Bergmann
2020-06-24Remove no-longer-relevant commentsStephan Bergmann
2020-05-28loplugin:simplifybool in accessibility..basicNoel Grandin
2020-05-11fix leak in basicNoel Grandin
2020-04-19loplugin:flatten in basicNoel Grandin
2020-04-14loplugin:buriedassign in b*Noel Grandin
2020-03-27tdf#130476 - take into account trailing data type charactersAndreas Heinisch
2020-03-24Initialize bufferMike Kaganski
2020-03-24tdf#131296: get numeric value with its data type in StepLOADNCAndreas Heinisch
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-01-06Removed executable permission on filesAndrea Gelmini
2020-01-05tdf#129596 Distinguish between integer and long while loading immediate valuesU-DESKTOP-8OSNV7R\DrRobotto
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-07tdf#59327: two arguments with the same name is an errorMike Kaganski
2019-12-07tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski
2019-12-04tdf#129107 objects in basic disappearNoel Grandin