summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/runtime.cxx
Commit message (Expand)AuthorAgeFilesLines
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-231-1/+1
* rtl::Static to thread-safe staticNoel Grandin2021-11-091-1/+0
* tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch2021-10-271-3/+12
* Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch2021-10-261-11/+3
* tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch2021-10-251-3/+11
* basic: simplifiy class initializationArnaud Versini2021-10-171-2/+2
* tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch2021-10-121-1/+32
* tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch2021-09-191-9/+3
* tdf#144353 - Handling of missing optional parametersAndreas Heinisch2021-09-101-0/+29
* Fixed typos in the description of the default case for optionalsAndreas Heinisch2021-09-071-2/+2
* New loplugin:unusedcapturedefaultStephan Bergmann2021-08-201-1/+1
* rtl::Static -> thread-safe static localNoel Grandin2021-08-171-11/+8
* split SvNumberFormatter into it's own headerNoel Grandin2021-08-131-0/+1
* tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch2021-08-101-2/+18
* tdf#142460: properly handle boolean values in string poolbaltasarq2021-06-251-0/+2
* Improve loplugin:stringviewStephan Bergmann2021-05-141-2/+2
* fix some leaks in basicNoel Grandin2021-05-101-11/+11
* tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John2021-03-211-6/+28
* Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski2021-03-091-81/+81
* simplify code, use more subView()Noel2021-01-281-1/+1
* fix coverity parse errorsCaolán McNamara2021-01-091-1/+1
* BASIC : SbiRuntime static data should be constArnaud Versini2020-12-271-3/+3
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-1/+1
* tdf#43003 - convert parameter to the requested typeAndreas Heinisch2020-12-071-8/+2
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-2/+2
* Use std::vector in SbiBufferMike Kaganski2020-11-241-4/+4
* tdf#85371 - grant write access to the method used as a variableAndreas Heinisch2020-10-301-0/+40
* loplugin:reducevarscope in basctl,basicNoel2020-10-011-4/+3
* Fix typo in codeAndrea Gelmini2020-09-271-3/+3
* tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch2020-08-271-0/+2
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* tdf#135470: Fix checksMike Kaganski2020-08-071-2/+3
* tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski2020-07-101-28/+30
* tdf#134692: copy deep when there are multiple references to the old arrayMike Kaganski2020-07-101-0/+3
* tdf#134576 at least don't crash in this edge-caseCaolán McNamara2020-07-101-2/+6
* Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann2020-06-301-1/+1
* tdf#133913 - create variable with Variant/Type in StepLOADNCAndreas Heinisch2020-06-161-0/+2
* tdf#132563 - Convert parameters of type SbxEMPTYAndreas Heinisch2020-06-111-1/+1
* loplugin:flatten in basicNoel Grandin2020-04-191-90/+91
* loplugin:buriedassign in b*Noel Grandin2020-04-141-4/+7
* tdf#79426, tdf#125180 - Don't convert missing parameters to requested typeAndreas Heinisch2020-04-021-4/+34
* tdf#131296: get numeric value with its data type in StepLOADNCAndreas Heinisch2020-03-241-15/+20
* tdf#36737 - Initialize default values of optionalsAndreas Heinisch2020-03-021-21/+18
* Renaming variables for upcoming commit for tdf#36737Andreas Heinisch2020-02-241-26/+26
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-2/+2
* rename some local variablesNoel Grandin2020-01-261-2/+2
* use more std::make_sharedNoel Grandin2020-01-101-2/+2
* Removed executable permission on filesAndrea Gelmini2020-01-061-0/+0
* tdf#129596 Distinguish between integer and long while loading immediate valuesU-DESKTOP-8OSNV7R\DrRobotto2020-01-051-2/+12
* SbxArray: drop 16-bit indicesMike Kaganski2019-12-091-84/+86