summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2020-09-17basic: use dummy DLL mgr for Windows Arm64 buildJan-Marek Glogowski1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-13/+17
2020-09-08tdf#136112 Unit test for Date() Basic functionAlain Romedenne1-0/+19
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara1-2/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-07BASIC : no need for a DLL manager impl on non windows systemsArnaud Versini2-4/+4
2020-09-06BASIC : useless std::unique_ptr initialisationArnaud Versini1-1/+0
2020-09-06tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch2-1/+19
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman38-151/+38
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski4-6/+6
2020-09-01tdf#54912 - with option base arrays should start at index 1Andreas Heinisch5-5/+124
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-12/+12
2020-08-27tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch2-0/+53
2020-08-19Fix typo in codeAndrea Gelmini1-1/+1
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-3/+1
2020-08-17Don't forget to increment refcount when loading from imageMike Kaganski1-0/+3
2020-08-17tdf#135799: properly load arrays in user-defined types from imageMike Kaganski1-3/+9
2020-08-17Fix typosAndrea Gelmini3-4/+4
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-1/+2
2020-08-14loplugin:simplifybool moreNoel Grandin4-5/+5
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-08-07tdf#135470: Fix checksMike Kaganski2-2/+46
2020-08-04Remove dead codeStephan Bergmann1-3/+0
2020-08-03BASIC : no need to initialize manually std::unique_ptrArnaud Versini1-4/+0
2020-07-30fix commentNoel Grandin1-1/+1
2020-07-30fix shutdown crash in basicNoel Grandin5-53/+64
2020-07-25Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski1-5/+2
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann1-3/+4
2020-07-21tdf#134576: basic_macros: Add unittestXisco Fauli1-0/+20
2020-07-12update pchesCaolán McNamara1-2/+1
2020-07-10tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski2-29/+32
2020-07-10tdf#134692: copy deep when there are multiple references to the old arrayMike Kaganski1-0/+3
2020-07-10tdf#134576 at least don't crash in this edge-caseCaolán McNamara1-2/+6
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-1/+1
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann12-28/+28
2020-06-26Upcoming improved loplugin:elidestringvar: basicStephan Bergmann2-4/+2
2020-06-24Remove no-longer-relevant commentsStephan Bergmann2-2/+0
2020-06-20BASIC : don't initialize and destroy manually std::unique_ptrArnaud Versini3-21/+3
2020-06-16tdf#133913 - create variable with Variant/Type in StepLOADNCAndreas Heinisch5-28/+60
2020-06-11tdf#132563 - Convert parameters of type SbxEMPTYAndreas Heinisch2-1/+23
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-06-02Upcoming loplugin:elidestringvar: basicStephan Bergmann4-243/+154
2020-05-28loplugin:simplifybool in accessibility..basicNoel Grandin3-6/+6
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-05-24inline some use-once typedefsNoel Grandin1-7/+2
2020-05-21tdf#132389 - case-insensitive operation for non-ASCII charactersAndreas Heinisch3-3/+52
2020-05-19tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof1-6/+2
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin3-11/+10
2020-05-11fix leak in basicNoel Grandin1-1/+1