summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini2020-11-059-17/+16
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-0515-10/+14
* Use LONG hereMike Kaganski2020-11-051-2/+1
* use officecfg for Experimental flagNoel Grandin2020-11-011-6/+7
* tdf#85371 - grant write access to the method used as a variableAndreas Heinisch2020-10-302-0/+75
* basic: fix build after long->tools::LongThorsten Behrens2020-10-291-0/+1
* convert some more long -> tools::LongNoel2020-10-281-1/+1
* Put may succeed even if outer error is setMike Kaganski2020-10-271-20/+10
* Replace these macro-based implementations with normal C++Mike Kaganski2020-10-271-27/+7
* use tools::Long in basegfx..chart2Noel2020-10-217-29/+31
* tdf#123025 - ReDim Preserve fails if array is filled by SplitAndreas Heinisch2020-10-162-7/+26
* static_cast after dynamic_castNoel2020-10-132-12/+8
* tdf#123025 - fixed broken tests for cverr methodAndreas Heinisch2020-10-061-17/+9
* loplugin:reducevarscope in basctl,basicNoel2020-10-015-13/+11
* Fix typo in codeAndrea Gelmini2020-09-271-3/+3
* Fix typo in codeAndrea Gelmini2020-09-241-4/+4
* update pchesCaolán McNamara2020-09-211-1/+2
* basic: use dummy DLL mgr for Windows Arm64 buildJan-Marek Glogowski2020-09-171-1/+1
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-162-13/+17
* tdf#136112 Unit test for Date() Basic functionAlain Romedenne2020-09-081-0/+19
* tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara2020-09-081-2/+1
* Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2020-09-071-1/+1
* BASIC : no need for a DLL manager impl on non windows systemsArnaud Versini2020-09-072-4/+4
* BASIC : useless std::unique_ptr initialisationArnaud Versini2020-09-061-1/+0
* tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch2020-09-062-1/+19
* tdf#124176 Use #pragma once in basicGeorge Bateman2020-09-0438-151/+38
* Make ImpSvNumberformatScan::GetColor constMike Kaganski2020-09-034-6/+6
* tdf#54912 - with option base arrays should start at index 1Andreas Heinisch2020-09-015-5/+124
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-282-12/+12
* tdf#136143 - reset SbxFlagBits::Fixed SbiRuntime::StepPARAMAndreas Heinisch2020-08-272-0/+53
* Fix typo in codeAndrea Gelmini2020-08-191-1/+1
* loplugin:unusedvarsglobalNoel Grandin2020-08-181-3/+1
* Don't forget to increment refcount when loading from imageMike Kaganski2020-08-171-0/+3
* tdf#135799: properly load arrays in user-defined types from imageMike Kaganski2020-08-171-3/+9
* Fix typosAndrea Gelmini2020-08-173-4/+4
* remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl2020-08-151-1/+2
* loplugin:simplifybool moreNoel Grandin2020-08-144-5/+5
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-131-1/+1
* tdf#135470: Fix checksMike Kaganski2020-08-072-2/+46
* Remove dead codeStephan Bergmann2020-08-041-3/+0
* BASIC : no need to initialize manually std::unique_ptrArnaud Versini2020-08-031-4/+0
* fix commentNoel Grandin2020-07-301-1/+1
* fix shutdown crash in basicNoel Grandin2020-07-305-53/+64
* Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski2020-07-251-5/+2
* Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann2020-07-211-3/+4
* tdf#134576: basic_macros: Add unittestXisco Fauli2020-07-211-0/+20
* update pchesCaolán McNamara2020-07-121-2/+1
* tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski2020-07-102-29/+32
* 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