summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2023-02-20tdf#153724: make sure to retrieve the variable value before checking the typeMike Kaganski1-1/+9
2022-10-19tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch3-0/+38
2022-10-03tdf#151012 - Initialize optional parameters with their default valuesAndreas Heinisch3-25/+32
2022-08-16cid#1509215 Using a moved objectCaolán McNamara1-2/+4
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch4-1/+90
2022-06-10new loplugin:moveitNoel Grandin1-3/+3
2022-06-06tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch3-1/+48
2022-06-03tdf#147132 Flatten Basic functionRoman Kuznetsov1-10/+8
2022-06-03tdf#147132 Flatten Basic functionRoman Kuznetsov1-25/+24
2022-06-02The elements of XInvocation::invoke aOutParamIndex are non-negativeStephan Bergmann1-1/+2
2022-06-01Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann3-24/+24
2022-05-31Use more appropriate index variable typeStephan Bergmann1-1/+2
2022-05-31Use more appropriate type for SbiImage::nStringIdxStephan Bergmann2-3/+4
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin19-90/+103
2022-05-31tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch2-0/+42
2022-05-30cid#1504574 Resource leakCaolán McNamara2-11/+7
2022-05-30tdf#147132 Flatten Basic function implementationRoman Kuznetsov1-8/+6
2022-05-25elide some OUString allocationNoel Grandin6-24/+56
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann3-5/+7
2022-05-24elide some OUString allocationNoel Grandin1-1/+1
2022-05-24elide OUString allocationNoel Grandin1-1/+1
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann1-3/+3
2022-05-11in SbUnoObject constructor, only query for XTypeProviderNoel Grandin1-3/+1
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin1-10/+9
2022-05-10tdf#121740 dont bother checking for VBA librariesNoel Grandin1-0/+4
2022-05-10move creation of xParser to where it is usedNoel Grandin1-2/+1
2022-05-10fix --disable-scripting buildCaolán McNamara1-2/+2
2022-05-10More usual 1899-12-30 base Date in BasicMike Kaganski1-2/+1
2022-05-09Unify and simplify SbRtl_Hex and SbRtl_OctMike Kaganski1-13/+6
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2-2/+2
2022-05-09Use usual 1899-12-30 base Date in BasicMike Kaganski1-27/+6
2022-05-09basic: remove commented out lineXisco Fauli1-1/+0
2022-05-09sal_Int32 cast to tools::Long to pass to a function taking sal_Int32Mike Kaganski1-1/+1
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch5-1/+92
2022-05-05use more o3tl::getTokenNoel Grandin1-5/+5
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann4-60/+60
2022-05-01use more string_view in variousNoel Grandin3-18/+20
2022-04-29use more string_view in INetURLObjectNoel Grandin5-23/+25
2022-04-27cid#738565 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-3/+2
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch2-1/+71
2022-04-21tdf#148651: basic_macros: Add unittestXisco Fauli2-0/+32
2022-04-21tdf#148651: implement VBA.FormatPercentJulien Nabet3-3/+25
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin2-39/+39
2022-04-17Test StarBasic's native non-ASCII name syntaxMike Kaganski1-0/+28
2022-04-15loplugin:stringviewparamStephan Bergmann1-2/+3
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin5-18/+21
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin2-2/+4
2022-04-08Fix buildMike Kaganski2-0/+2