summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski
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-17Simplify Sequence in b*Julien Nabet
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-07tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
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-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin
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-08-06make --disable-scripting compileCaolán McNamara
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara
2021-07-19tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch
2021-07-16tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch
2021-07-12tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch
2021-07-06tdf#142922 fixes Round to follow half-to-even roundingbaltasarq
2021-07-01tdf#143081: fix Basic Replace() function crashes LOJulien Nabet
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq
2021-06-25No need for a std::string_view hereStephan Bergmann
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-13tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-13tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-10fix some leaks in basicNoel Grandin
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-03-07BASIC : use standard mutex from std.Arnaud Versini
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-28simplify code, use more subView()Noel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini