summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2022-06-10new loplugin:moveitNoel Grandin
2022-06-06tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch
2022-06-03tdf#147132 Flatten Basic functionRoman Kuznetsov
2022-06-03tdf#147132 Flatten Basic functionRoman Kuznetsov
2022-06-02The elements of XInvocation::invoke aOutParamIndex are non-negativeStephan Bergmann
2022-06-01Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann
2022-05-31Use more appropriate index variable typeStephan Bergmann
2022-05-31Use more appropriate type for SbiImage::nStringIdxStephan Bergmann
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin
2022-05-31tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch
2022-05-30cid#1504574 Resource leakCaolán McNamara
2022-05-30tdf#147132 Flatten Basic function implementationRoman Kuznetsov
2022-05-25elide some OUString allocationNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24elide some OUString allocationNoel Grandin
2022-05-24elide OUString allocationNoel Grandin
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-11in SbUnoObject constructor, only query for XTypeProviderNoel Grandin
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin
2022-05-10tdf#121740 dont bother checking for VBA librariesNoel Grandin
2022-05-10move creation of xParser to where it is usedNoel Grandin
2022-05-10fix --disable-scripting buildCaolán McNamara
2022-05-10More usual 1899-12-30 base Date in BasicMike Kaganski
2022-05-09Unify and simplify SbRtl_Hex and SbRtl_OctMike Kaganski
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-09Use usual 1899-12-30 base Date in BasicMike Kaganski
2022-05-09basic: remove commented out lineXisco Fauli
2022-05-09sal_Int32 cast to tools::Long to pass to a function taking sal_Int32Mike Kaganski
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27cid#738565 Uninitialized scalar fieldCaolán McNamara
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch
2022-04-21tdf#148651: basic_macros: Add unittestXisco Fauli
2022-04-21tdf#148651: implement VBA.FormatPercentJulien Nabet
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-17Test StarBasic's native non-ASCII name syntaxMike Kaganski
2022-04-15loplugin:stringviewparamStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08Fix buildMike Kaganski
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-04-05Move creation of case-insensitive variable name to a central placeMike Kaganski
2022-04-04Fix --disable-scripting build (WASM)Jan-Marek Glogowski
2022-04-04Related: tdf#144245 Optimize case-insensitive handlingMike Kaganski