summaryrefslogtreecommitdiff
path: root/basic/source/runtime/runtime.cxx
AgeCommit message (Expand)Author
2024-05-06loplugin:ostr basicNoel Grandin
2024-05-02WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-03Simplify VBALikeToRegexp a bitMike Kaganski
2024-04-02tdf#160478: fix Basic LIKE operatorMike Kaganski
2024-04-02tdf#146619 Drop unused 'using namespace' in: basic/Gabor Kelemen
2023-12-29ofz#65329 Fuzzing build failureCaolán McNamara
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann
2023-03-17tdf#152690: Refactor fixBaole Fang
2023-03-16tdf#152690: Fix "!" behavior when it is not the first in a groupBaole Fang
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
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-15This comment is obsoleteMike Kaganski
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-21elide some makeStringAndClear() callsNoel Grandin
2022-06-01Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin
2022-02-06We know the length hereMike Kaganski
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-10-27tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch
2021-10-26Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch
2021-10-25tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch
2021-10-17basic: simplifiy class initializationArnaud Versini
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch
2021-09-07Fixed typos in the description of the default case for optionalsAndreas Heinisch
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-10fix some leaks in basicNoel Grandin
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-01-28simplify code, use more subView()Noel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-07tdf#43003 - convert parameter to the requested typeAndreas Heinisch
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24Use std::vector in SbiBufferMike Kaganski