summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2021-07-01tdf#143081: fix Basic Replace() function crashes LOJulien Nabet
2021-03-15tdf#141045 - fixed copy paste error in the replace functionAndreas Heinisch
2020-12-07tdf#43003 - convert parameter to the requested typeAndreas Heinisch
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-10-30tdf#85371 - grant write access to the method used as a variableAndreas Heinisch
2020-10-21use tools::Long in basegfx..chart2Noel
2020-10-16tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch
2020-10-13static_cast after dynamic_castNoel
2020-10-01loplugin:reducevarscope in basctl,basicNoel
2020-09-27Fix typo in codeAndrea Gelmini
2020-09-17basic: use dummy DLL mgr for Windows Arm64 buildJan-Marek Glogowski
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-07BASIC : no need for a DLL manager impl on non windows systemsArnaud Versini
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-09-01tdf#54912 - with option base arrays should start at index 1Andreas Heinisch
2020-08-27tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-07tdf#135470: Fix checksMike Kaganski
2020-07-30fix shutdown crash in basicNoel Grandin
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann
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-07-10replace usage of blacklist with denylistThorsten Behrens
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-05-21tdf#132389 - case-insensitive operation for non-ASCII charactersAndreas Heinisch
2020-04-25tdf#132388: reimplement SbRtl_ReplaceMike Kaganski
2020-04-19loplugin:flatten in basicNoel Grandin
2020-04-14loplugin:buriedassign in b*Noel Grandin
2020-04-02tdf#79426, tdf#125180 - Don't convert missing parameters to requested typeAndreas Heinisch
2020-03-30OSL_ASSERT->assert in basicNoel Grandin
2020-03-24tdf#131296: get numeric value with its data type in StepLOADNCAndreas Heinisch
2020-03-24Clear SbxAppData::m_aGlobErr earlyStephan Bergmann
2020-03-02tdf#36737 - Initialize default values of optionalsAndreas Heinisch
2020-02-24Renaming variables for upcoming commit for tdf#36737Andreas Heinisch
2020-02-20tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) againStephan Bergmann
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26rename some local variablesNoel Grandin
2020-01-21Use deleteDirRecursively from comphelperSamuel Mehrbrodt
2020-01-16can use LogicToLogic hereCaolán McNamara
2020-01-16drop Application::GetAppWindowCaolán McNamara