summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2020-11-01use officecfg for Experimental flagNoel Grandin
2020-10-30tdf#85371 - grant write access to the method used as a variableAndreas Heinisch
2020-10-29basic: fix build after long->tools::LongThorsten Behrens
2020-10-28convert some more long -> tools::LongNoel
2020-10-27Put may succeed even if outer error is setMike Kaganski
2020-10-27Replace these macro-based implementations with normal C++Mike Kaganski
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-06tdf#123025 - fixed broken tests for cverr methodAndreas Heinisch
2020-10-01loplugin:reducevarscope in basctl,basicNoel
2020-09-27Fix typo in codeAndrea Gelmini
2020-09-24Fix typo in codeAndrea Gelmini
2020-09-21update pchesCaolán McNamara
2020-09-17basic: use dummy DLL mgr for Windows Arm64 buildJan-Marek Glogowski
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-08tdf#136112 Unit test for Date() Basic functionAlain Romedenne
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-06BASIC : useless std::unique_ptr initialisationArnaud Versini
2020-09-06tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch
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-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-27tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch
2020-08-19Fix typo in codeAndrea Gelmini
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-08-17Don't forget to increment refcount when loading from imageMike Kaganski
2020-08-17tdf#135799: properly load arrays in user-defined types from imageMike Kaganski
2020-08-17Fix typosAndrea Gelmini
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-07tdf#135470: Fix checksMike Kaganski
2020-08-04Remove dead codeStephan Bergmann
2020-08-03BASIC : no need to initialize manually std::unique_ptrArnaud Versini
2020-07-30fix commentNoel Grandin
2020-07-30fix shutdown crash in basicNoel Grandin
2020-07-25Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann
2020-07-21tdf#134576: basic_macros: Add unittestXisco Fauli
2020-07-12update pchesCaolán McNamara
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 excludelist for IWYUThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann