summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
2023-05-09tdf#153543 - Add vba shell constantsAndreas Heinisch
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski
2022-12-25Fixed a copy paste error in a commentAndreas Heinisch
2022-08-31cid#1509223 Inefficient vector resizing with reserve.Noel Grandin
2022-06-06tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin
2022-05-31tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-01use more string_view in variousNoel Grandin
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann
2022-02-21tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
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