- ef62c41 move runtime/methods to ENABLE_SCRIPTING by Caolán McNamara · 10 days ago
- 64c6a8c Fraction->double in MapMode by Noel Grandin · 2 weeks ago
- 6f217fe Rename mentions of LibreOfficeKit to COKit by Tomaž Vajngerl · 10 days ago
- d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
- 7f431d0 Silence spurious -Werror=array-bounds= by Stephan Bergmann · 2 months ago
- 4bd0897 tdf#154285 Check too many arguments to BASIC INT function by Simon Chenery · 3 months ago
- 33791da tdf#154285 Check upper bound of arguments in SbRtl_CreateObject by Vaibhav Singh · 4 months ago
- b893350 tdf#154285 Check too many arguments to BASIC EXP function by Simon Chenery · 4 months ago
- 1fc95f3 !HAVE_FEATURE_SCRIPTING apparently needs SbiRuntime::isVBAEnabled now by Stephan Bergmann · 4 months ago
- 76aafa1 tdf#162711 - VBASupport requires banker’s rounding for integer conversions by Andreas Heinisch · 5 months ago
- 96ad8c6 tdf#82580 Remove prewin.h/postwin.h headers by Daniel Lee · 5 months ago
- aa886d1 tdf#154285 Check too many arguments to BASIC ATN function by Simon Chenery · 5 months ago
- 5d8fe7fb tdf#147132 Flatten Basic function implementations by Ludwig Temmel · 5 months ago
- fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
- c6c9d9e tdf#145538 Convert iterator loop to range-based for loop by kelvin · 5 months ago
- 59616c0 tdf#160478: basic_macros: Add test by Xisco Fauli · 5 months ago
- 3ab2560 tdf#169147: handle errors creating icu::RegexMatcher by Mike Kaganski · 5 months ago
- e789e91 tdf#145614 - Convert #define to enum or constexpr by Sergey Anisimov · 6 months ago
- 21ffeff tdf#154285 check for too many arguments in BASIC cos function by Jesus Solis · 6 months ago
- 520d75f tdf#158237 - Use C++20 contains() instead of find() and end() by Sergey Anisimov · 6 months ago
- af59994 Get rid of some unneeded intermediate variables. by Mike Kaganski · 6 months ago
- e16910a SbModule: [GS]etSource32 -> [GS]etSource by Mike Kaganski · 6 months ago
- 79a2e1d tdf#168750: Make sure that class module is recognized on load by Mike Kaganski · 6 months ago
- 41a20e6 cid#1421169 Uncaught exception by Caolán McNamara · 6 months ago
- 153b4dc drop some more COVERITY stuff by Caolán McNamara · 6 months ago
- 136688c tdf#154285 Check too many arguments to BASIC SIN function by Simon Chenery · 6 months ago
- d65f9eb Simplify date handling a bit by Mike Kaganski · 6 months ago
- 674918b Make sure that SbiImage::GetString sets peType by Mike Kaganski · 6 months ago
- 638c152 Simplify code that writes numbers to image by Mike Kaganski · 6 months ago
- 8323fcc 'd' can't appear in the 'added by older versions' compatibility code by Mike Kaganski · 6 months ago
- 6c9d05b Fix copypaste error by Mike Kaganski · 6 months ago
- 22d7827 tdf#168569: support date values in string pool by Mike Kaganski · 6 months ago
- 92878d3 tdf#168561: fix Str function implementation by Mike Kaganski · 6 months ago
- 15ee592 tdf#168520 basic: rename testTdf149157* and testTdf149402* tests to by Ilmari Lauhakangas · 6 months ago
- 541c72d tdf#147132 - Flatten 'Basic' function implementations by Jim Chen · 9 months ago
- be062b1 tdf#147132 Flatten Basic function by Teemu Pöytäniemi · 7 months ago
- 2f37849 tdf#81003: override GetDate in SbUnoObject to handle oleautomation::Date by Mike Kaganski · 7 months ago
- a3597ed tdf#143182: fix string handling in SbxValue::Format by Mike Kaganski · 7 months ago
- 4b750f6 Use RepeatedChar by Mike Kaganski · 7 months ago
- d3504ac Use RepeatedUChar in basctl and basic by Mike Kaganski · 7 months ago
- 36a4d7d BitmapEx->Bitmap in various by Noel Grandin · 7 months ago
- c309a57 tdf#146619 Run IWYU on basic/ by Gabor Kelemen · 8 months ago
- d3fcc9a drop apparently no longer needed coverity markup by Caolán McNamara · 8 months ago
- 3a4961a Use o3tl::{get,set}Environment instead of resp. osl_* functions by Mike Kaganski · 9 months ago
- a72fc05 tdf#165780 BASIC IDE code completion without experimental by Hossein · 1 year, 1 month ago
- b80cd12 const up some more pieces by Caolán McNamara · 9 months ago
- 7f7b37c convert NfEvalDateFormat to scoped enum by Noel Grandin · 9 months ago
- 6337bb9 Simplify a bit by Mike Kaganski · 9 months ago
- 99247bf tdf#149151: disambiguate method parameters and array indexes by Mike Kaganski · 9 months ago
- e21c27a tdf#167255: workaround undefined order of module load by Mike Kaganski · 9 months ago
- 1f597d3 tdf#163691 Use std::copy() instead of memcpy() by Alin Andrei Abahnencei · 10 months ago
- b038106 tdf#166972: do not reset parameters in SbUnoObject::Notify by Mike Kaganski · 10 months ago
- 2143c0a Simplify getter/setter implementations by Mike Kaganski · 10 months ago
- 9bae9c9 Use C++-style loops on these arrays by Mike Kaganski · 10 months ago
- a4d1a55 Add another test for tdf#166781 by Mike Kaganski · 10 months ago
- 22ce7a7 Just let the normal "unexpected" error for unmatched loop/wend/until by Mike Kaganski · 10 months ago
- 6eaf909 tdf#163738 Used insert() to add multiple values in containers instead of a loop by Stefan Dorneanu · 11 months ago
- 44cdfa2 tdf#166781: Emit correct expected token on missing End If by Mike Kaganski · 10 months ago
- 759c57b No need to use vector here by Mike Kaganski · 11 months ago
- 7744d31 tdf#162986 Restrict ending of Property Let and Set to only End Property by Razvan Degeratu · 11 months ago
- 047c84f tdf#162983 Restrict closure of Function and Sub to only End Function and Sub. by Alexandru Diaconu · 11 months ago
- 33434f1 tdf#166342: refactor SbxValue::Format again, to handle date/time strings by Mike Kaganski · 11 months ago
- 5a9c784 tdf#136112: return 'Date' type from Time() by Mike Kaganski · 11 months ago
- b710ba4 tdf#154285 Check upper bound of arguments in SbRtl_FindObject & by Ahmed Khaled · 1 year, 1 month ago
- 50cf101 tdf#145614 Convert #define JMP_TABLE_SIZE to constexpr by Simon Chenery · 1 year ago
- 0fbe68c tdf#147132 Flatten Basic function implementations by Nam Bui · 1 year ago
- fbe05bc loplugin:bufferadd extend it to find some more places by Noel Grandin · 12 months ago
- 080198e Reorder checks for clarity by Mike Kaganski · 12 months ago
- 530e3ae Remove obsolete fw declarations from avmedia, basctl, basic, binaryurp by Gabor Kelemen · 1 year, 3 months ago
- f3c8972 tdf#163691 Replace memcpy with std::copy in basmgr.cxx by FerMeza · 12 months ago
- f336fc1 Revert "tdf#163691 Replace memcpy with std::copy in basmgr.cxx and image.cxx" by Ilmari Lauhakangas · 12 months ago
- 6845b8a loplugin:constparam in various by Noel Grandin · 1 year ago
- 45ff93a tdf#154285 Check too many arguments to BASIC WEEKDAY function by Simon Chenery · 1 year ago
- ec5bbc9 Simplify Val function implementation by Mike Kaganski · 1 year ago
- 4409dbb Use osl_getEnvironment instead of getenv by Mike Kaganski · 1 year ago
- bb57fa6 Avoid useless OUString -> OString -> OUString conversion by Mike Kaganski · 1 year ago
- fa357e4 tdf#163691 Replace memcpy with std::copy in basmgr.cxx and image.cxx by Haokun Wu · 1 year ago
- 90490e7 tdf#163691 Use std::copy() instead of memcpy(). by Akshay Kumar Dubey · 1 year, 1 month ago
- 09e2627 use more concrete UNO types in some local vars by Noel Grandin · 1 year, 2 months ago
- 9fddd34 basic : use more OUString literals in basic comp by Arnaud VERSINI · 1 year, 4 months ago
- 3721604 tdf#165420: handle empty arguments correctly by Mike Kaganski · 1 year, 1 month ago
- 1fc03ea tdf#158237 Use C++20 contains() instead of find() and end() by Simon Chenery · 1 year, 1 month ago
- b3ae7a1 tdf#147132: Flatten Basic function implementations by Rahul Anand · 1 year, 2 months ago
- 6586dbe tdf#154285 Check too many arguments to SbRtl_Abs() for BASIC ABS function by Simon Chenery · 1 year, 2 months ago
- b22f984 tdf#154285 Check correct number of arguments to SbRtl_Now function by Simon Chenery · 1 year, 2 months ago
- 7daf54c avoid uno casting cost, and simplify by Caolán McNamara · 1 year, 2 months ago
- c146144 disable SbRtl_Shell by default in kit-mode by Caolán McNamara · 1 year, 2 months ago
- d8f405c tdf#147132 Flatten Basic function implementations by Manish Bera · 1 year, 2 months ago
- f071292 tdf#160578: do not modify procedure argument type based on its use by Mike Kaganski · 1 year, 2 months ago
- 63e7a70 tdf#164811: swap the "if IsCompatibility()" branches to match other places by Mike Kaganski · 1 year, 2 months ago
- 6235212 tdf#145614 Convert #define to enum by bruh · 1 year, 3 months ago
- c67bd0a tdf#147132 Flatten Basic function implementations. by bruh · 1 year, 3 months ago
- 8e48c41 tdf#154285 Check upper bound of arguments in SbRtl_Second function by Alin Andrei Abahnencei · 1 year, 3 months ago
- 7419fc5 tdf#154285 Check upper bound of arguments in SbRtl_Hour function by Alin Andrei Abahnencei · 1 year, 3 months ago
- 73dc528 tdf#154285 Check upper bound of arguments in SbRtl_Month function by Alin Andrei Abahnencei · 1 year, 3 months ago
- 633a787 tdf#154285 Check upper bound of arguments in SbRtl_Day function by Alin Andrei Abahnencei · 1 year, 3 months ago
- e08ed1d tdf#154285 Check upper bound of arguments in SbRtl_Year function by Alin Andrei Abahnencei · 1 year, 3 months ago
- b76d703 tdf#164600: Return true from IsNumeric for booleans in VBASupport mode by Mike Kaganski · 1 year, 3 months ago
- f8ac9d3 tdf#164599: Allow space between sign and number in VBASupport mode by Mike Kaganski · 1 year, 3 months ago
- 20db600 Use sal_Int32 for string length by Mike Kaganski · 1 year, 3 months ago