summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2023-05-25merge some stringaddsNoel Grandin1-4/+1
2023-05-09tdf#153543 - Add vba shell constantsAndreas Heinisch2-0/+18
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 Kaganski2-107/+124
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 Fang4-3/+88
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 Romedenne20-91/+195
2023-02-24BaseMutex->std::mutex in SfxLibraryNoel Grandin2-6/+4
2023-02-24Fix build in a specific VS2022 environmentMike Kaganski2-8/+3
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann2-4/+4
2023-02-22Fix --disable-scripting build (for example for WASM)Tor Lillqvist1-1/+1
2023-02-21Related: tdf#153752 Use virtual method to avoid dynamic castsMike Kaganski1-11/+5
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski6-44/+62
2023-02-19tdf#153724: make sure to retrieve the variable value before checking the typeMike Kaganski1-1/+9
2023-01-29no need to lock SolarMutex over the whole method hereNoel Grandin1-1/+1
2023-01-29UNO fn FormObjEventListenerImpl::documentEventOccured must lock SolarMutexStephan Bergmann1-0/+1
2023-01-27tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::StepMike Kaganski2-4/+6
2023-01-26Simplify SbiRuntime ctorMike Kaganski2-37/+19
2023-01-26Simplify a bitMike Kaganski1-6/+2
2023-01-26Simplify a bitMike Kaganski1-10/+6
2023-01-26Delete extra whitespaces inserted by the editorAndreas Heinisch1-1/+1
2023-01-20tdf#147132 Flatten Basic function implementationsRadhey Parekh1-32/+24
2023-01-19Base SfxLibrary on WeakComponentImplHelperStephan Bergmann2-8/+7
2023-01-09tdf#152917: basic_macros: Add unittestXisco Fauli1-6/+23
2023-01-07Resolves: tdf#152917 Add ConvertFromUrl() put result back, tdf#147132 follow-upEike Rathke1-0/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann3-20/+2
2022-12-25Fixed a copy paste error in a commentAndreas Heinisch1-1/+1
2022-12-25Simplify a bitMike Kaganski1-11/+2
2022-12-20basic: remove tabs from test fileXisco Fauli1-19/+19
2022-12-20basic: add missing license statement in .vb test filesXisco Fauli2-0/+16
2022-12-20basic: add missing license statement in test filesXisco Fauli13-34/+124
2022-12-20tdf#152520: basic_macros: Add unittestXisco Fauli1-0/+52
2022-12-14loplugin:unocast (basic::SfxScriptLibraryContainer)Stephan Bergmann3-2/+20
2022-11-25Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann4-9/+10
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): basicStephan Bergmann1-4/+5
2022-10-25Address a constexpr template point of instantiation issueStephan Bergmann1-19/+19
2022-10-18basic: s/helt/held/ and some cleanup.Michael Meeks1-6/+6
2022-10-18basic: correct reference to method that doesn't exist.Michael Meeks1-1/+1
2022-10-14tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch3-0/+38