summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
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
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-10tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Doğa Deniz Arıcı
2018-12-21use unique_ptr in SbiExpressionNoel Grandin
2018-12-09Fix typoAndrea Gelmini
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-21improve function-local statics in basic..cuiNoel Grandin
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-10-30Make SbiProcDef::Match more readableJan-Marek Glogowski
2018-10-27tdf#120703 PVS: V668Mike Kaganski
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski
2018-09-17New loplugin:externalStephan Bergmann
2018-08-22loplugin:useuniqueptr in SbiExprNodeNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-03loplugin:useuniqueptr in SbiProcDefNoel Grandin
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-07-26basic: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann