summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Related: tdf#159458 Move variable URL re-creation to a central placeMike Kaganski1-12/+10
2024-01-31tdf#159458: make sure to update unexpanded URL when renaming libraryMike Kaganski1-4/+23
2024-01-12cid#1545535 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-29ofz#65329 Fuzzing build failureCaolán McNamara1-0/+7
2023-12-23tdf#128122 Updated BASIC CCur to reuse SvNumberFormatterJonathan Clark1-55/+45
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara2-5/+3
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-13loplugin:unusedfieldsNoel Grandin1-12/+10
2023-12-11Clean up SvStream API a bitMike Kaganski2-2/+3
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+4
2023-11-20Extended loplugin:ostr: basicStephan Bergmann1-2/+2
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 1)Julien Nabet1-1/+1
2023-11-10loplugin:fieldcast in ModuleSizeExceededNoel Grandin1-12/+2
2023-11-10loplugin:fieldcast in SbModuleNoel Grandin1-1/+1
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann8-28/+28
2023-10-19Suppress some upcoming loplugin:ostr OUStringLiteral -> OUString rewritesStephan Bergmann1-0/+4
2023-10-13tdf#147132 tdf#154285 Flatten and check param count of IsMissing fnAron Budea1-9/+5
2023-10-07tdf#147132 Flatten Basic function implementationsOmkarAcharekar1-16/+8
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin3-27/+29
2023-09-20basic : remove useless allocation in BasicDLLImplArnaud Versini1-5/+4
2023-09-10using decls should come after #includeNoel Grandin2-9/+7
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-2/+2
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-2/+2
2023-08-09tdf#147132 Flatten Basic function implementationssahil1-24/+12
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch6-43/+18
2023-07-23nDigitPos no longer appears in expressionCaolán McNamara1-1/+0
2023-07-20Simplify a bit by removing a redundant conditionJulien Nabet1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin2-3/+3
2023-06-18Use getXWeak in basicMike Kaganski7-49/+46
2023-05-25merge some stringaddsNoel Grandin1-4/+1
2023-05-09tdf#153543 - Add vba shell constantsAndreas Heinisch1-0/+9
2023-04-14loplugin:stringviewparam improvementsNoel Grandin3-4/+5
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski2-26/+26
2023-03-29Add an assertMike Kaganski1-1/+2
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch12-69/+97
2023-03-24loplugin:stringadd in b*Noel Grandin3-38/+22
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-3/+7
2023-03-22tdf#147132: Simplify usage of StarBASIC::Error()adityasingh221-96/+48
2023-03-22Refactor and fix VBA StrConvMike Kaganski1-101/+109
2023-03-17tdf#151741 - BASIC Organizer: fill various URLs for librariesAndreas Heinisch1-6/+14
2023-03-17tdf#152690: Refactor fixBaole Fang1-1/+2
2023-03-16tdf#152690: Fix "!" behavior when it is not the first in a groupBaole Fang1-3/+4
2023-03-14elide some temporary OStringsNoel Grandin2-5/+3
2023-03-07no need to allocate these separatelyNoel Grandin2-7/+7
2023-03-03lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti1-1/+1
2023-03-02flatten some classes in basicNoel Grandin4-25/+28
2023-02-26tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBAAlain Romedenne1-21/+21
2023-02-24BaseMutex->std::mutex in SfxLibraryNoel Grandin2-6/+4
2023-02-21Related: tdf#153752 Use virtual method to avoid dynamic castsMike Kaganski1-11/+5