summaryrefslogtreecommitdiff
path: root/basic/source/runtime/runtime.cxx
AgeCommit message (Expand)Author
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
2020-10-30tdf#85371 - grant write access to the method used as a variableAndreas Heinisch
2020-10-01loplugin:reducevarscope in basctl,basicNoel
2020-09-27Fix typo in codeAndrea Gelmini
2020-08-27tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-07tdf#135470: Fix checksMike Kaganski
2020-07-10tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski
2020-07-10tdf#134692: copy deep when there are multiple references to the old arrayMike Kaganski
2020-07-10tdf#134576 at least don't crash in this edge-caseCaolán McNamara
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-06-16tdf#133913 - create variable with Variant/Type in StepLOADNCAndreas Heinisch
2020-06-11tdf#132563 - Convert parameters of type SbxEMPTYAndreas Heinisch
2020-04-19loplugin:flatten in basicNoel Grandin
2020-04-14loplugin:buriedassign in b*Noel Grandin