summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2021-08-11There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US}Eike Rathke
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-28tdf#107953 - Extend significant digitsAndreas Heinisch
2021-06-17use string_view in the Translate APINoel Grandin
2021-05-10fix some leaks in basicNoel Grandin
2021-05-07cid#1474072 silence Untrusted loop boundCaolán McNamara
2021-05-05loplugin:constmethodNoel Grandin
2021-04-01cid#1473732 Untrusted loop boundCaolán McNamara
2021-03-30fix some --disable-scripting warningsCaolán McNamara
2021-03-30cid#1474044 Untrusted loop boundCaolán McNamara
2021-03-29cid#1474044 Untrusted loop boundCaolán McNamara
2021-03-20tdf#141050 Accept CCur with negative stringsarpit1912
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-01-02BASIC : simplify SbxVariable constructors and remove impl classArnaud Versini
2020-12-26BASIC : remove useless using namespaceArnaud Versini
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-27tdf#136801 : IsNumeric("+2") and CInt("+2") return correct valuesAnshu
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-11-05Use LONG hereMike Kaganski
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-13static_cast after dynamic_castNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
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-17Don't forget to increment refcount when loading from imageMike Kaganski
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-04Remove dead codeStephan Bergmann
2020-07-30fix shutdown crash in basicNoel Grandin
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-05-28loplugin:simplifybool in accessibility..basicNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-19loplugin:flatten in basicNoel Grandin
2020-03-24Clear SbxAppData::m_aGlobErr earlyStephan Bergmann
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-08move some headers inside basicNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26rename some local variablesNoel Grandin
2020-01-04VBA: don't SAL_WARN on value-to-number conversion errorMike Kaganski
2019-12-29tdf#124176: Use pragma once instead of include guardsMesut Çifci
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski