summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 1)Julien Nabet
2023-11-10loplugin:fieldcast in ModuleSizeExceededNoel Grandin
2023-11-10loplugin:fieldcast in SbModuleNoel Grandin
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann
2023-10-19Suppress some upcoming loplugin:ostr OUStringLiteral -> OUString rewritesStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-13tdf#147132 tdf#154285 Flatten and check param count of IsMissing fnAron Budea
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-10-07tdf#147132 Flatten Basic function implementationsOmkarAcharekar
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-09-20basic : remove useless allocation in BasicDLLImplArnaud Versini
2023-09-10using decls should come after #includeNoel Grandin
2023-09-03Revert "tdf#130924 replace '*printf' with 'SAL_*' logging macros."Ilmari Lauhakangas
2023-08-31tdf#130924 replace '*printf' with 'SAL_*' logging macros.sahil
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-08-09tdf#147132 Flatten Basic function implementationssahil
2023-08-07tdf#150137 fastparser: don't crash on undeclared namespaceAron Budea
2023-08-04Reduce differences between _test_asserts.bas and _test_asserts.vbMike Kaganski
2023-08-02Replace separate components list with 'gb_CppunitTest_use_rdb'Mike Kaganski
2023-08-02No boost in basicMike Kaganski
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch
2023-07-23nDigitPos no longer appears in expressionCaolán McNamara
2023-07-20Simplify a bit by removing a redundant conditionJulien Nabet
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-18Use getXWeak in basicMike Kaganski
2023-05-25merge some stringaddsNoel Grandin
2023-05-09tdf#153543 - Add vba shell constantsAndreas Heinisch
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-03-29Add an assertMike Kaganski
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch
2023-03-24loplugin:stringadd in b*Noel Grandin
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-03-22tdf#147132: Simplify usage of StarBASIC::Error()adityasingh22
2023-03-22Refactor and fix VBA StrConvMike Kaganski
2023-03-17tdf#151741 - BASIC Organizer: fill various URLs for librariesAndreas Heinisch
2023-03-17tdf#152690: Refactor fixBaole Fang
2023-03-16tdf#152690: Fix "!" behavior when it is not the first in a groupBaole Fang
2023-03-14elide some temporary OStringsNoel Grandin
2023-03-07no need to allocate these separatelyNoel Grandin
2023-03-03lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti
2023-03-02flatten some classes in basicNoel Grandin
2023-02-26tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBAAlain Romedenne
2023-02-24BaseMutex->std::mutex in SfxLibraryNoel Grandin
2023-02-24Fix build in a specific VS2022 environmentMike Kaganski
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann
2023-02-22Fix --disable-scripting build (for example for WASM)Tor Lillqvist