- 398eaaa tdf#159908: return early to avoid nullptr dereference by Mike Kaganski · 2 years, 1 month ago
- 8e00558 tdf#150137 fastparser: don't crash on undeclared namespace by Aron Budea · 2 years, 8 months ago
- e810bd2b merge some stringadds by Noel Grandin · 2 years, 11 months ago
- fa0a1f6 tdf#153543 - Add vba shell constants by Andreas Heinisch · 2 years, 11 months ago
- bc21016 loplugin:stringviewparam improvements by Noel Grandin · 3 years ago
- 5fe96b6 Drop SvStream::WriteCharPtr by Mike Kaganski · 3 years ago
- 167b864 Add an assert by Mike Kaganski · 3 years ago
- d622972 tdf#142391 - Store method using 0x13 format only when actually needed by Andreas Heinisch · 3 years, 1 month ago
- c76fb95 loplugin:stringadd in b* by Noel Grandin · 3 years ago
- e7dbef9 rtl::Static to thread-safe-static by Noel Grandin · 3 years ago
- a490196 tdf#147132: Simplify usage of StarBASIC::Error() by adityasingh22 · 3 years, 1 month ago
- 458f2b8 Refactor and fix VBA StrConv by Mike Kaganski · 3 years, 1 month ago
- 928957e tdf#151741 - BASIC Organizer: fill various URLs for libraries by Andreas Heinisch · 3 years, 1 month ago
- d34a3c9 tdf#152690: Refactor fix by Baole Fang · 3 years, 1 month ago
- e12fff1 tdf#152690: Fix "!" behavior when it is not the first in a group by Baole Fang · 3 years, 1 month ago
- 899dfbc elide some temporary OStrings by Noel Grandin · 3 years, 1 month ago
- c596fd5 no need to allocate these separately by Noel Grandin · 3 years, 1 month ago
- 00ac4d3 lok: macro: VBA message dialogs was causing assertion failure by Marco Cecchetti · 3 years, 2 months ago
- 1f5797e0 flatten some classes in basic by Noel Grandin · 3 years, 1 month ago
- fd19bc8 tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBA by Alain Romedenne · 3 years, 3 months ago
- ce47261 BaseMutex->std::mutex in SfxLibrary by Noel Grandin · 3 years, 1 month ago
- 1786ddb Fix build in a specific VS2022 environment by Mike Kaganski · 3 years, 1 month ago
- dc96de7 Extend loplugin:cppunitassertequals to more argument types by Stephan Bergmann · 3 years, 1 month ago
- d24b80c Fix --disable-scripting build (for example for WASM) by Tor Lillqvist · 3 years, 1 month ago
- 527741d Related: tdf#153752 Use virtual method to avoid dynamic casts by Mike Kaganski · 3 years, 2 months ago
- ccd0ef9 tdf#153752: SbxObject::Execute: extra characters in Option Compatible mode by Mike Kaganski · 3 years, 2 months ago
- fd6a0cf tdf#153724: make sure to retrieve the variable value before checking the type by Mike Kaganski · 3 years, 2 months ago
- ec4baba no need to lock SolarMutex over the whole method here by Noel Grandin · 3 years, 2 months ago
- e3e259d UNO fn FormObjEventListenerImpl::documentEventOccured must lock SolarMutex by Stephan Bergmann · 3 years, 2 months ago
- 0b1d622 tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::Step by Mike Kaganski · 3 years, 2 months ago
- 7c3ea0a Simplify SbiRuntime ctor by Mike Kaganski · 3 years, 2 months ago
- 6128d83 Simplify a bit by Mike Kaganski · 3 years, 2 months ago
- e612015 Simplify a bit by Mike Kaganski · 3 years, 2 months ago
- 263c15e Delete extra whitespaces inserted by the editor by Andreas Heinisch · 3 years, 2 months ago
- d0700f4 tdf#147132 Flatten Basic function implementations by Radhey Parekh · 3 years, 7 months ago
- 41f659b Base SfxLibrary on WeakComponentImplHelper by Stephan Bergmann · 3 years, 3 months ago
- 3c7cba9 tdf#152917: basic_macros: Add unittest by Xisco Fauli · 3 years, 3 months ago
- e06198e Resolves: tdf#152917 Add ConvertFromUrl() put result back, tdf#147132 follow-up by Eike Rathke · 3 years, 3 months ago
- 19691c3 Revert all the recent loplugin:unocast changes by Stephan Bergmann · 3 years, 3 months ago
- e431417 Fixed a copy paste error in a comment by Andreas Heinisch · 3 years, 3 months ago
- 5bd5dd4 Simplify a bit by Mike Kaganski · 3 years, 3 months ago
- 4f09c5f basic: remove tabs from test file by Xisco Fauli · 3 years, 4 months ago
- a179da2 basic: add missing license statement in .vb test files by Xisco Fauli · 3 years, 4 months ago
- 5f0cf6e basic: add missing license statement in test files by Xisco Fauli · 3 years, 4 months ago
- c6dc676 tdf#152520: basic_macros: Add unittest by Xisco Fauli · 3 years, 4 months ago
- 5b8cd77 loplugin:unocast (basic::SfxScriptLibraryContainer) by Stephan Bergmann · 3 years, 4 months ago
- a534361 Fold OldBasicPassword into basic::SfxScriptLibraryContainer by Stephan Bergmann · 3 years, 4 months ago
- e88cb2d -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): basic by Stephan Bergmann · 3 years, 5 months ago
- 1604508 Address a constexpr template point of instantiation issue by Stephan Bergmann · 3 years, 5 months ago
- da6a1a0 basic: s/helt/held/ and some cleanup. by Michael Meeks · 3 years, 6 months ago
- c0ce606 basic: correct reference to method that doesn't exist. by Michael Meeks · 3 years, 6 months ago
- bdfcad5 tdf#151503 - Do not evaluate a missing optional variable to a boolean by Andreas Heinisch · 3 years, 6 months ago
- 0a7eac8 use more string_view in accessibility..configmgr by Noel Grandin · 3 years, 6 months ago
- 6f3532f tdf#151012 - Initialize optional parameters with their default values by Andreas Heinisch · 3 years, 7 months ago
- 5a60014 This comment is obsolete by Mike Kaganski · 3 years, 7 months ago
- fd3888c move ErrCode to comphelper and improve debug output string by Noel Grandin · 3 years, 7 months ago
- 6b3e66c tdf147132 basic : flaten some functions by Arnaud VERSINI · 3 years, 8 months ago
- f2a98e8 BASIC : missing parameter check in SbRtl_CreateObject by Arnaud VERSINI · 3 years, 9 months ago
- c66f655 cid#1509223 Inefficient vector resizing with reserve. by Noel Grandin · 3 years, 7 months ago
- 7e2a8a9 tdf#150139 - Add a concrete name to the error message by Andreas Heinisch · 3 years, 8 months ago
- 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
- 6e1be9f cid#1500645 silence Resource leak by Caolán McNamara · 3 years, 8 months ago
- 707f8c1 cid#1509215 Using a moved object by Caolán McNamara · 3 years, 8 months ago
- ca55086 Better cast to sal_[u]IntPtr when passing pointer to O[U]String::number by Stephan Bergmann · 3 years, 8 months ago
- 8a843f7 loplugin:moveit by Noel Grandin · 3 years, 9 months ago
- 845393b move wintypes.hxx from tools to vcl by Chris Sherlock · 3 years, 9 months ago
- c2bf1ff tdf#147132 Flatten a Basic function by Roman Kuznetsov · 3 years, 9 months ago
- d477d2e Removed executable bits on files by Andrea Gelmini · 3 years, 9 months ago
- 120daca tdf#149447: use proper UNO types for marshalling unsigned Basic types by Mike Kaganski · 3 years, 9 months ago
- 522f5ad tdf#147529 - BASIC MsgBox: Check for missing optional parameters by Andreas Heinisch · 3 years, 10 months ago
- 5bb8230 crashtesting: assert seen with forum-mso-de-125088 by Caolán McNamara · 3 years, 10 months ago
- 7c9d99a elide some makeStringAndClear() calls by Noel Grandin · 3 years, 10 months ago
- f4ff0ed tdf#149622: also clear return value before calling method from SbxObject::Call by Mike Kaganski · 3 years, 10 months ago
- f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
- fbce185 tdf#149402 - BASIC: Don't extend comment if line ends in a whitespace by Andreas Heinisch · 3 years, 10 months ago
- f30af7b tdf#147132 Flatten Basic function by Roman Kuznetsov · 3 years, 10 months ago
- 66fe1fa tdf#147132 Flatten Basic function by Roman Kuznetsov · 3 years, 10 months ago
- c387bc7 The elements of XInvocation::invoke aOutParamIndex are non-negative by Stephan Bergmann · 3 years, 10 months ago
- 0af4324 Use more appropriate type for SbiImage::GetString nId param by Stephan Bergmann · 3 years, 10 months ago
- bd279d3 Use more appropriate index variable type by Stephan Bergmann · 3 years, 10 months ago
- b19a2df Use more appropriate type for SbiImage::nStringIdx by Stephan Bergmann · 3 years, 10 months ago
- 5ecdedb clang-tidy modernize-pass-by-value in basic by Noel Grandin · 3 years, 10 months ago
- b94275f tdf#149157 - Break multiline continuation in a comment after a new line by Andreas Heinisch · 3 years, 11 months ago
- a685679 cid#1504574 Resource leak by Caolán McNamara · 3 years, 10 months ago
- 43458f8 tdf#147132 Flatten Basic function implementation by Roman Kuznetsov · 3 years, 10 months ago
- 371886d elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
- 5060c50 Use o3tl::make_unsigned in some places by Stephan Bergmann · 3 years, 11 months ago
- 30f1ef5 elide some OUString allocation by Noel Grandin · 3 years, 11 months ago
- 086e534 elide OUString allocation by Noel Grandin · 3 years, 11 months ago
- 41a967af Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself by Stephan Bergmann · 3 years, 11 months ago
- cfb15d0 in SbUnoObject constructor, only query for XTypeProvider by Noel Grandin · 4 years ago
- cde416f in SetGlobalUNOConstant, only retrieve old value if we need it by Noel Grandin · 4 years ago
- 3c25a2a tdf#121740 dont bother checking for VBA libraries by Noel Grandin · 4 years ago
- e7d3243 move creation of xParser to where it is used by Noel Grandin · 4 years ago
- 070b34c fix --disable-scripting build by Caolán McNamara · 4 years ago
- bc1ab88 More usual 1899-12-30 base Date in Basic by Mike Kaganski · 4 years ago
- ced3501 Unify and simplify SbRtl_Hex and SbRtl_Oct by Mike Kaganski · 4 years ago
- 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
- 8189d81 Use usual 1899-12-30 base Date in Basic by Mike Kaganski · 4 years ago
- 7251f9c basic: remove commented out line by Xisco Fauli · 4 years ago