summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-but-set-variableStephan Bergmann2023-07-071-2/+0
* lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti2023-02-201-1/+1
* Fix build errors by suppressing warnings when building with Xcode 14.2Patrick Luby2023-02-091-0/+4
* tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch2022-06-093-1/+48
* tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch2022-06-012-0/+42
* Test StarBasic's native non-ASCII name syntaxMike Kaganski2022-05-131-0/+28
* tdf#148651: implement VBA.FormatPercentJulien Nabet2022-04-253-2/+25
* tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch2022-02-274-2/+64
* tdf#147364: fix function signature to account to calling conventionMike Kaganski2022-02-142-46/+46
* Make the tdf#97983 changes to BASIC optionalTor Lillqvist2022-02-1415-20/+65
* tdf#147262: CallByName() argument names does not match that of VBAJulien Nabet2022-02-142-2/+2
* tdf#144353, tdf#146281 - Correctly copy the information about variablesAndreas Heinisch2022-02-141-1/+4
* tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch2022-02-143-15/+35
* tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch2022-02-031-0/+6
* tdf#132388: add unit testMike Kaganski2022-02-011-0/+28
* tdf#132388: reimplement fix for tdf#142487Mike Kaganski2022-02-011-25/+38
* Related tdf#146909: add missing IDIGNORE in BasicJulien Nabet2022-01-233-1/+3
* tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch2022-01-105-2/+67
* tdf#130426 - Rename file for tdf#145693Andreas Heinisch2022-01-101-0/+0
* tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch2021-12-294-4/+62
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-231-1/+1
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-191-1/+1
* Drop unused argument names, and (void) noiseMike Kaganski2021-11-182-20/+5
* tdf#145725: document about VBASupport+RGB (no bug here)Julien Nabet2021-11-181-0/+5
* Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke2021-11-111-4/+6
* rtl::Static to thread-safe staticNoel Grandin2021-11-093-16/+17
* forward decls go after #includeNoel Grandin2021-11-071-2/+3
* loplugin:constparamsNoel Grandin2021-11-031-2/+2
* tdf#145371 - Delete array variable only before ReDimAndreas Heinisch2021-10-303-4/+97
* Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski2021-10-297-38/+21
* tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch2021-10-271-3/+12
* Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch2021-10-261-11/+3
* tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch2021-10-251-3/+11
* tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch2021-10-204-12/+42
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-6/+6
* Fix Windows buildStephan Bergmann2021-10-191-2/+2
* basic: simplifiy class initializationArnaud Versini2021-10-172-14/+13
* Simplify Sequence in b*Julien Nabet2021-10-173-78/+108
* tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch2021-10-122-1/+35
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-2/+2
* tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch2021-10-074-10/+99
* loplugin:constmethodNoel Grandin2021-10-012-2/+2
* tdf#143575, tdf#143974 - Remove custom precision format in BASICAndreas Heinisch2021-09-301-7/+1
* tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch2021-09-303-156/+43
* gives names to all the Idles and TasksNoel Grandin2021-09-281-1/+1
* vcl: rename OutDevState to StackChris Sherlock2021-09-282-3/+9
* tdf#131563 - Add vba color constantsAndreas Heinisch2021-09-272-0/+29
* Fix typosAndrea Gelmini2021-09-221-2/+2
* tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch2021-09-195-9/+53
* cid#1486004 silence Uncaught exceptionCaolán McNamara2021-09-181-1/+2