summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2023-08-09tdf#147132 Flatten Basic function implementationssahil
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#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-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski
2023-02-19tdf#153724: make sure to retrieve the variable value before checking the typeMike Kaganski
2023-01-27tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::StepMike Kaganski
2023-01-26Simplify SbiRuntime ctorMike Kaganski
2023-01-20tdf#147132 Flatten Basic function implementationsRadhey Parekh
2023-01-07Resolves: tdf#152917 Add ConvertFromUrl() put result back, tdf#147132 follow-upEike Rathke
2022-12-25Simplify a bitMike Kaganski
2022-10-18basic: correct reference to method that doesn't exist.Michael Meeks
2022-10-14tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch
2022-09-25tdf#151012 - Initialize optional parameters with their default valuesAndreas Heinisch
2022-09-15This comment is obsoleteMike Kaganski
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-05tdf147132 basic : flaten some functionsArnaud VERSINI
2022-09-05BASIC : missing parameter check in SbRtl_CreateObjectArnaud VERSINI
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-20move wintypes.hxx from tools to vclChris Sherlock
2022-07-13tdf#147132 Flatten a Basic functionRoman Kuznetsov
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch
2022-06-21elide some makeStringAndClear() callsNoel Grandin
2022-06-03tdf#147132 Flatten Basic functionRoman Kuznetsov
2022-06-03tdf#147132 Flatten Basic functionRoman Kuznetsov
2022-06-01Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin
2022-05-30tdf#147132 Flatten Basic function implementationRoman Kuznetsov
2022-05-10fix --disable-scripting buildCaolán McNamara
2022-05-10More usual 1899-12-30 base Date in BasicMike Kaganski
2022-05-09Unify and simplify SbRtl_Hex and SbRtl_OctMike Kaganski
2022-05-09Use usual 1899-12-30 base Date in BasicMike Kaganski
2022-05-09sal_Int32 cast to tools::Long to pass to a function taking sal_Int32Mike Kaganski
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-21tdf#148651: implement VBA.FormatPercentJulien Nabet
2022-04-15loplugin:stringviewparamStephan Bergmann
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08Fix buildMike Kaganski
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-03tdf#147132 Flatten Basic function implementationsofftkp
2022-03-11new loplugin:trivialdestructorNoel Grandin