summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
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
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-22These should be sal_Int32Mike Kaganski
2019-10-21tdf#128263: update push positions in single line IFMike Kaganski
2019-09-27tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-05-15Fix typoAndrea Gelmini
2019-05-03tdf#68339 Other: BASIC Syntax errorJens Carl
2019-04-07Fix typoAndrea Gelmini
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen