summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#152917 Add ConvertFromUrl() put result back, tdf#147132 follow-upEike Rathke2023-01-071-0/+1
* Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann2022-11-254-9/+10
* -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): basicStephan Bergmann2022-11-051-4/+5
* Address a constexpr template point of instantiation issueStephan Bergmann2022-10-251-19/+19
* basic: s/helt/held/ and some cleanup.Michael Meeks2022-10-181-6/+6
* basic: correct reference to method that doesn't exist.Michael Meeks2022-10-181-1/+1
* tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch2022-10-143-0/+38
* use more string_view in accessibility..configmgrNoel Grandin2022-09-272-8/+8
* tdf#151012 - Initialize optional parameters with their default valuesAndreas Heinisch2022-09-253-25/+32
* This comment is obsoleteMike Kaganski2022-09-151-2/+0
* move ErrCode to comphelper and improve debug output stringNoel Grandin2022-09-1420-20/+20
* tdf147132 basic : flaten some functionsArnaud VERSINI2022-09-051-260/+178
* BASIC : missing parameter check in SbRtl_CreateObjectArnaud VERSINI2022-09-051-0/+3
* cid#1509223 Inefficient vector resizing with reserve.Noel Grandin2022-08-311-1/+0
* tdf#150139 - Add a concrete name to the error messageAndreas Heinisch2022-08-225-4/+22
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-187-7/+7
* cid#1500645 silence Resource leakCaolán McNamara2022-08-181-2/+2
* cid#1509215 Using a moved objectCaolán McNamara2022-08-161-2/+4
* Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann2022-08-102-3/+3
* loplugin:moveitNoel Grandin2022-07-251-1/+1
* move wintypes.hxx from tools to vclChris Sherlock2022-07-202-40/+13
* tdf#147132 Flatten a Basic functionRoman Kuznetsov2022-07-131-58/+56
* Removed executable bits on filesAndrea Gelmini2022-06-282-0/+0
* tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski2022-06-282-10/+53
* tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch2022-06-244-1/+90
* crashtesting: assert seen with forum-mso-de-125088Caolán McNamara2022-06-221-2/+3
* elide some makeStringAndClear() callsNoel Grandin2022-06-212-2/+2
* tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski2022-06-205-7/+98
* new loplugin:moveitNoel Grandin2022-06-101-3/+3
* tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch2022-06-063-1/+48
* tdf#147132 Flatten Basic functionRoman Kuznetsov2022-06-031-10/+8
* tdf#147132 Flatten Basic functionRoman Kuznetsov2022-06-031-25/+24
* The elements of XInvocation::invoke aOutParamIndex are non-negativeStephan Bergmann2022-06-021-1/+2
* Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann2022-06-013-24/+24
* Use more appropriate index variable typeStephan Bergmann2022-05-311-1/+2
* Use more appropriate type for SbiImage::nStringIdxStephan Bergmann2022-05-312-3/+4
* clang-tidy modernize-pass-by-value in basicNoel Grandin2022-05-3119-90/+103
* tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch2022-05-312-0/+42
* cid#1504574 Resource leakCaolán McNamara2022-05-302-11/+7
* tdf#147132 Flatten Basic function implementationRoman Kuznetsov2022-05-301-8/+6
* elide some OUString allocationNoel Grandin2022-05-256-24/+56
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-243-5/+7
* elide some OUString allocationNoel Grandin2022-05-241-1/+1
* elide OUString allocationNoel Grandin2022-05-241-1/+1
* Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann2022-05-181-3/+3
* in SbUnoObject constructor, only query for XTypeProviderNoel Grandin2022-05-111-3/+1
* in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin2022-05-111-10/+9
* tdf#121740 dont bother checking for VBA librariesNoel Grandin2022-05-101-0/+4
* move creation of xParser to where it is usedNoel Grandin2022-05-101-2/+1
* fix --disable-scripting buildCaolán McNamara2022-05-101-2/+2