- ed3d572 tdf#149402 - BASIC: Don't extend comment if line ends in a whitespace by Andreas Heinisch · 3 years, 10 months ago
- 73e46d8 tdf#149157 - Break multiline continuation in a comment after a new line by Andreas Heinisch · 3 years, 11 months ago
- d314ea8 Test StarBasic's native non-ASCII name syntax by Mike Kaganski · 4 years ago
- 975bc84 tdf#148651: implement VBA.FormatPercent by Julien Nabet · 4 years ago
- 1f0c42c tdf#147089 - Round Integral Division (IDIV) literals to Integer values by Andreas Heinisch · 4 years, 1 month ago
- 596dc56 tdf#147364: fix function signature to account to calling convention by Mike Kaganski · 4 years, 2 months ago
- bfb1aa2 tdf#147262: CallByName() argument names does not match that of VBA by Julien Nabet · 4 years, 2 months ago
- 1a343e3 tdf#144353, tdf#146281 - Correctly copy the information about variables by Andreas Heinisch · 4 years, 3 months ago
- c3d14dcb tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned string by Andreas Heinisch · 4 years, 2 months ago
- b8387f6 tdf#146742 - Move the initialization code of a method to SbMethod::Call by Andreas Heinisch · 4 years, 2 months ago
- 79c7f43 tdf#132388: add unit test by Mike Kaganski · 4 years, 2 months ago
- 8efa3dd tdf#132388: reimplement fix for tdf#142487 by Mike Kaganski · 4 years, 2 months ago
- 6e6fcc5 Related tdf#146909: add missing IDIGNORE in Basic by Julien Nabet · 4 years, 2 months ago
- 8057076 tdf#145693 - Argument name should be 'charcode' instead of 'string' by Andreas Heinisch · 4 years, 3 months ago
- fc119ab tdf#130426 - Rename file for tdf#145693 by Andreas Heinisch · 4 years, 3 months ago
- bd7f01c tdf#145960 - Return type of boolean operators should be of type boolean by Andreas Heinisch · 4 years, 3 months ago
- ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
- 37429f2 Use M_PI* instead of F_PI* by Mike Kaganski · 4 years, 5 months ago
- fffc6b4 Drop unused argument names, and (void) noise by Mike Kaganski · 4 years, 5 months ago
- ccfeef1 tdf#145725: document about VBASupport+RGB (no bug here) by Julien Nabet · 4 years, 5 months ago
- 07a2afa Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ folding by Eike Rathke · 4 years, 5 months ago
- b3c6b3a rtl::Static to thread-safe static by Noel Grandin · 4 years, 5 months ago
- a0e0575 forward decls go after #include by Noel Grandin · 4 years, 5 months ago
- 6299c8c loplugin:constparams by Noel Grandin · 4 years, 5 months ago
- 27d96bf tdf#145371 - Delete array variable only before ReDim by Andreas Heinisch · 4 years, 5 months ago
- 81a7d46 Prepare for removal of non-const operator[] from Sequence in basic by Mike Kaganski · 4 years, 5 months ago
- 7d27e4b tdf#57308 - Basic IDE: Watching of a variable does not work by Andreas Heinisch · 4 years, 5 months ago
- 514e83a Revert "tdf#57308 - Basic IDE: Watching of a variable does not work" by Andreas Heinisch · 4 years, 5 months ago
- f9ce4b2 tdf#57308 - Basic IDE: Watching of a variable does not work by Andreas Heinisch · 4 years, 6 months ago
- 67c1591 tdf#125637 - Correctly hand names ending with an underscore by Andreas Heinisch · 4 years, 6 months ago
- 283a979 loplugin:indentation check for indent inside block by Noel Grandin · 4 years, 6 months ago
- af2d15a Fix Windows build by Stephan Bergmann · 4 years, 6 months ago
- 0f98bcd basic: simplifiy class initialization by Arnaud Versini · 4 years, 6 months ago
- cf3971a Simplify Sequence in b* by Julien Nabet · 4 years, 6 months ago
- 5c502a1 tdf#130307 - Support for each loop for objects exposing XIndexAccess by Andreas Heinisch · 4 years, 6 months ago
- 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
- e090afc tdf#144924 - Change return type of array elements of the split function by Andreas Heinisch · 4 years, 6 months ago
- 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
- 8294268 tdf#143575, tdf#143974 - Remove custom precision format in BASIC by Andreas Heinisch · 4 years, 6 months ago
- ed16602 tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to strings by Andreas Heinisch · 4 years, 6 months ago
- d72511e gives names to all the Idles and Tasks by Noel Grandin · 4 years, 6 months ago
- 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
- d6063f4 tdf#131563 - Add vba color constants by Andreas Heinisch · 4 years, 6 months ago
- e7c8359 Fix typos by Andrea Gelmini · 4 years, 7 months ago
- adb38e36 tdf#123144 - Always translate an error number to a vba error message by Andreas Heinisch · 4 years, 7 months ago
- 010e99c cid#1486004 silence Uncaught exception by Caolán McNamara · 4 years, 7 months ago
- 270bb6e loplugin:finalclasses in basic by Noel Grandin · 4 years, 7 months ago
- 5f4a84c tdf#42982: improve UNO API error reporting by 4k5h1t · 4 years, 7 months ago
- c42eb3d Fix typos by Andrea Gelmini · 4 years, 7 months ago
- e32d864 tdf#144353 - Handling of missing optional parameters by Andreas Heinisch · 4 years, 7 months ago
- 3afb514 simplify static_cast after dynamic_cast by Noel Grandin · 4 years, 7 months ago
- 975c73f Fixed typos in the description of the default case for optionals by Andreas Heinisch · 4 years, 7 months ago
- 409abb1 Fixed a copy paste error in the test cases by Andreas Heinisch · 4 years, 7 months ago
- 092740ed tdf#144245 - Added test file to automatic test by Andreas Heinisch · 4 years, 7 months ago
- ef32c3b tdf#144245 - Case-insensitive operation for non-ASCII characters by Andreas Heinisch · 4 years, 7 months ago
- 0d56337 clang-tidy:clang-analyzer-optin.performance.Padding by Noel Grandin · 4 years, 7 months ago
- 34cba9e basic : remove BasicManagerImpl by Arnaud Versini · 4 years, 8 months ago
- 8024118 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
- 2d64e7c Avoid OUString::createFromAscii on input containing NUL characters by Stephan Bergmann · 4 years, 7 months ago
- 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
- 4dc4065 rtl::Static -> thread-safe static local by Noel Grandin · 4 years, 8 months ago
- ef38b9a split SvNumberFormatter into it's own header by Noel Grandin · 4 years, 8 months ago
- e89404f There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US} by Eike Rathke · 4 years, 8 months ago
- 736ef4a No need in this function by Mike Kaganski · 4 years, 8 months ago
- e510b30 Use nStringSize instead of nStringOff by Mike Kaganski · 4 years, 8 months ago
- 3bcfb1a tdf#143707 - Change strategy to support suffix type characters by Andreas Heinisch · 4 years, 8 months ago
- 56be83f Move variable definition to usage site by Mike Kaganski · 4 years, 8 months ago
- cc21480 make --disable-scripting compile by Caolán McNamara · 4 years, 8 months ago
- 1aee867 drop intermediate vcl::Window from Application::GetDefDialogParent by Caolán McNamara · 4 years, 8 months ago
- 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
- 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
- a330732 tdf#107953 - Extend significant digits by Andreas Heinisch · 4 years, 8 months ago
- f5e030a3 tdf#143332 - Use utl::TextSearch to implement the InStrRev function by Andreas Heinisch · 4 years, 9 months ago
- afddd56 tdf#139840 - Use utl::TextSearch to implement the InStr function by Andreas Heinisch · 4 years, 9 months ago
- 0ce3a9d tdf#111313: basic_macros: Add unittest by Xisco Fauli · 4 years, 9 months ago
- f7d128f tdf#98778: basic_macros: Add unittest by Xisco Fauli · 4 years, 9 months ago
- c3fc5aa tdf#114011: basic_macros: Add unittest by Xisco Fauli · 4 years, 9 months ago
- 7e5c922 tdf#142487 - use utl::TextSearch in order to implement the replace algorithm by Andreas Heinisch · 4 years, 9 months ago
- 0ad1810 basic_coverage: use Option Explicit where possible by Xisco Fauli · 4 years, 9 months ago
- 0eacbfa tdf#142922 fixes Round to follow half-to-even rounding by baltasarq · 4 years, 9 months ago
- faaf958 basic: remove unneeded variable in test by Xisco Fauli · 4 years, 9 months ago
- 3be3a02 tdf#117612: basic_macros: Add unittest by Xisco Fauli · 4 years, 9 months ago
- c6cc94e tdf#134692: basic_macros: Add unittest by Xisco Fauli · 4 years, 9 months ago
- 357c0e2 Move utility code out of test directories by Mike Kaganski · 4 years, 9 months ago
- 9258f70 Rename LibreOffice Basic test files from .vb to .bas: they are not VBA by Mike Kaganski · 4 years, 9 months ago
- 79657c9 tdf#143081: basic_macros: Add unittest by Xisco Fauli · 4 years, 9 months ago
- a6178d1 tdf#84098 kill copy+paste in basic/qa/basic_coverage by Xisco Fauli · 4 years, 9 months ago
- 4a0b40f tdf#143081: fix Basic Replace() function crashes LO by Julien Nabet · 4 years, 9 months ago
- 3964e08 Purge out rtl::math::setInf by BaiXiaochun · 4 years, 9 months ago
- bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
- 5eedb3b tdf#142460: properly handle boolean values in string pool by baltasarq · 4 years, 10 months ago
- fc45cc4 No need for a std::string_view here by Stephan Bergmann · 4 years, 10 months ago
- 0771ac0 use string_view in the Translate API by Noel Grandin · 4 years, 10 months ago
- 21405a6 vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxx by Chris Sherlock · 5 years ago
- eebd84b loplugin:stringview (clang-cl) by Stephan Bergmann · 4 years, 10 months ago
- 004ddb8 fix leak in dbaccess by Noel Grandin · 4 years, 11 months ago
- 6cdfd89 tdf#142180 Swapped comparison operators for static strings by Joshua Williams · 4 years, 11 months ago
- af16aa6 Improve loplugin:stringview by Stephan Bergmann · 5 years ago
- 698e27d tdf#132389 - Case-insensitive operation for non-ASCII characters by Andreas Heinisch · 5 years ago
- 7a578c0 tdf#139840 - Case-insensitive operation for non-ASCII characters by Andreas Heinisch · 5 years ago