summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2023-05-13tdf#153543 - Add vba shell constantsAndreas Heinisch
2023-02-27Related: tdf#153752 Use virtual method to avoid dynamic castsMike Kaganski
2023-02-27Fix --disable-scripting build (for example for WASM)Tor Lillqvist
2023-02-25tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski
2023-02-25Simplify a bitMike Kaganski
2023-02-25tdf#153724: make sure to retrieve the variable value before checking the typeMike Kaganski
2023-02-20lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti
2023-02-02tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::StepMike Kaganski
2023-01-07Resolves: tdf#152917 Add ConvertFromUrl() put result back, tdf#147132 follow-upEike Rathke
2022-11-25Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): basicStephan Bergmann
2022-10-25Address a constexpr template point of instantiation issueStephan Bergmann
2022-10-18basic: s/helt/held/ and some cleanup.Michael Meeks
2022-10-18basic: correct reference to method that doesn't exist.Michael Meeks
2022-10-14tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch
2022-09-27use more string_view in accessibility..configmgrNoel Grandin
2022-09-25tdf#151012 - Initialize optional parameters with their default valuesAndreas Heinisch
2022-09-15This comment is obsoleteMike Kaganski
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-05tdf147132 basic : flaten some functionsArnaud VERSINI
2022-09-05BASIC : missing parameter check in SbRtl_CreateObjectArnaud VERSINI
2022-08-31cid#1509223 Inefficient vector resizing with reserve.Noel Grandin
2022-08-22tdf#150139 - Add a concrete name to the error messageAndreas Heinisch
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18cid#1500645 silence Resource leakCaolán McNamara
2022-08-16cid#1509215 Using a moved objectCaolán McNamara
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann
2022-07-25loplugin:moveitNoel Grandin
2022-07-20move wintypes.hxx from tools to vclChris Sherlock
2022-07-13tdf#147132 Flatten a Basic functionRoman Kuznetsov
2022-06-28Removed executable bits on filesAndrea Gelmini
2022-06-28tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch
2022-06-22crashtesting: assert seen with forum-mso-de-125088Caolán McNamara
2022-06-21elide some makeStringAndClear() callsNoel Grandin
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski
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