summaryrefslogtreecommitdiff
path: root/basic/source/comp/scanner.cxx
AgeCommit message (Expand)Author
2020-09-06tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch
2020-03-27tdf#130476 - take into account trailing data type charactersAndreas Heinisch
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-09-27tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch
2019-09-01Fix '..'Andrea Gelmini
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-07-26basic: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-18Related: tdf#118073 SbiScanner::NextSym: no symbol is no symbolEike Rathke
2018-06-17crashtesting: check nLineIdxCaolán McNamara
2018-06-13valgrind: use OUString::operator to access into stringCaolán McNamara
2018-05-29forcepoint#42 check available str lengthCaolán McNamara
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-15drop SbError typedefNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz
2017-02-28VBA: allow and ignore compiler directivesJustin Luth
2017-02-05Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-08-22Avoid OUString::operator[] out-of-bounds assertion when line ends with "&"Stephan Bergmann
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini
2015-05-17remove unnecessary header fileNoel Grandin
2015-05-12Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini
2015-01-31Use rtl/character.hxx in basic module when possibleArnaud Versini
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-06reduce scope of local variablesMichael Weghorn
2014-10-01avoid calling OUString::copy() with length being -1Luboš Luňák
2014-05-28Avoid undefined signed integer overflowStephan Bergmann
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-15clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke
2013-10-07CID#707648 uninitialized memberCaolán McNamara
2013-08-20fix for fdo#62323 bad conversion of Hex strings for certain valuesNoel Power
2013-03-21SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza