summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2022-09-15This comment is obsoleteMike Kaganski1-2/+0
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin20-20/+20
2022-09-05tdf147132 basic : flaten some functionsArnaud VERSINI1-260/+178
2022-09-05BASIC : missing parameter check in SbRtl_CreateObjectArnaud VERSINI1-0/+3
2022-08-31cid#1509223 Inefficient vector resizing with reserve.Noel Grandin1-1/+0
2022-08-22tdf#150139 - Add a concrete name to the error messageAndreas Heinisch5-4/+22
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann7-7/+7
2022-08-18cid#1500645 silence Resource leakCaolán McNamara1-2/+2
2022-08-16cid#1509215 Using a moved objectCaolán McNamara1-2/+4
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann2-3/+3
2022-07-25loplugin:moveitNoel Grandin1-1/+1
2022-07-20move wintypes.hxx from tools to vclChris Sherlock2-40/+13
2022-07-13tdf#147132 Flatten a Basic functionRoman Kuznetsov1-58/+56
2022-06-28Removed executable bits on filesAndrea Gelmini2-0/+0
2022-06-28tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski2-10/+53
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch4-1/+90
2022-06-22crashtesting: assert seen with forum-mso-de-125088Caolán McNamara1-2/+3
2022-06-21elide some makeStringAndClear() callsNoel Grandin2-2/+2
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski5-7/+98
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