summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2022-06-06tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch3-1/+48
2022-05-31tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch2-0/+42
2022-05-09Test StarBasic's native non-ASCII name syntaxMike Kaganski1-0/+28
2022-04-22tdf#148651: implement VBA.FormatPercentJulien Nabet3-2/+25
2022-02-22tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch4-2/+64
2022-02-14tdf#147364: fix function signature to account to calling conventionMike Kaganski2-46/+46
2022-02-10tdf#147262: CallByName() argument names does not match that of VBAJulien Nabet2-2/+2
2022-02-10tdf#144353, tdf#146281 - Correctly copy the information about variablesAndreas Heinisch1-1/+4
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch3-15/+35
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch1-0/+6
2022-02-01tdf#132388: add unit testMike Kaganski1-0/+28
2022-02-01tdf#132388: reimplement fix for tdf#142487Mike Kaganski1-25/+38
2022-01-23Related tdf#146909: add missing IDIGNORE in BasicJulien Nabet3-1/+3
2022-01-10tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch5-2/+67
2022-01-10tdf#130426 - Rename file for tdf#145693Andreas Heinisch1-0/+0
2021-12-29tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch4-4/+62
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-1/+1
2021-11-18Drop unused argument names, and (void) noiseMike Kaganski2-20/+5
2021-11-18tdf#145725: document about VBASupport+RGB (no bug here)Julien Nabet1-0/+5
2021-11-11Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke1-4/+6
2021-11-09rtl::Static to thread-safe staticNoel Grandin3-16/+17
2021-11-07forward decls go after #includeNoel Grandin1-2/+3
2021-11-03loplugin:constparamsNoel Grandin1-2/+2
2021-10-30tdf#145371 - Delete array variable only before ReDimAndreas Heinisch3-4/+97
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski7-38/+21
2021-10-27tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch1-3/+12
2021-10-26Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch1-11/+3
2021-10-25tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch1-3/+11
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch4-12/+42
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-6/+6
2021-10-19Fix Windows buildStephan Bergmann1-2/+2
2021-10-17basic: simplifiy class initializationArnaud Versini2-14/+13
2021-10-17Simplify Sequence in b*Julien Nabet3-78/+108
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch2-1/+35
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-2/+2
2021-10-07tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch4-10/+99
2021-10-01loplugin:constmethodNoel Grandin2-2/+2
2021-09-30tdf#143575, tdf#143974 - Remove custom precision format in BASICAndreas Heinisch1-7/+1
2021-09-30tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch3-156/+43
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock2-3/+9
2021-09-27tdf#131563 - Add vba color constantsAndreas Heinisch2-0/+29
2021-09-22Fix typosAndrea Gelmini1-2/+2
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch5-9/+53
2021-09-18cid#1486004 silence Uncaught exceptionCaolán McNamara1-1/+2
2021-09-15loplugin:finalclasses in basicNoel Grandin13-34/+34
2021-09-14tdf#42982: improve UNO API error reporting4k5h1t1-4/+4
2021-09-10Fix typosAndrea Gelmini1-1/+1
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch4-0/+158