summaryrefslogtreecommitdiff
path: root/basic/source/comp/scanner.cxx
AgeCommit message (Expand)AuthorFilesLines
6 daystdf#93727 Syntax Error on # in basicLuv Sharma1-7/+30
2022-12-25Fixed a copy paste error in a commentAndreas Heinisch1-1/+1
2022-06-06tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch1-1/+6
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin1-2/+3
2022-05-31tdf#149157 - Break multiline continuation in a comment after a new lineAndreas Heinisch1-0/+2
2022-05-01use more string_view in variousNoel Grandin1-2/+3
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch1-11/+5
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2020-11-22BASIC : use initialization list in constructors.Arnaud Versini1-24/+25
2020-09-06tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch1-1/+2
2020-03-27tdf#130476 - take into account trailing data type charactersAndreas Heinisch1-9/+46
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-1/+1
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-09-27tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch1-1/+4
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-07-26basic: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-3/+0
2018-06-18Related: tdf#118073 SbiScanner::NextSym: no symbol is no symbolEike Rathke1-0/+9
2018-06-17crashtesting: check nLineIdxCaolán McNamara1-3/+3
2018-06-13valgrind: use OUString::operator to access into stringCaolán McNamara1-55/+60
2018-05-29forcepoint#42 check available str lengthCaolán McNamara1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke1-4/+14
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-3/+3
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-6/+5
2017-06-15drop SbError typedefNoel Grandin1-1/+1
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-7/+7
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz1-8/+59
2017-02-28VBA: allow and ignore compiler directivesJustin Luth1-2/+9
2017-02-05Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet1-1/+1
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-1/+0
2016-08-22Avoid OUString::operator[] out-of-bounds assertion when line ends with "&"Stephan Bergmann1-1/+1
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin1-1/+0
2016-02-22loplugin:commaoperator in basic/Noel Grandin1-9/+32
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-07-28inline "old" SbERR constantsNoel Grandin1-13/+13
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini1-4/+4
2015-05-17remove unnecessary header fileNoel Grandin1-1/+2
2015-05-12Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-25Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini1-1/+1
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini1-29/+20
2015-01-31Use rtl/character.hxx in basic module when possibleArnaud Versini1-6/+6
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1