summaryrefslogtreecommitdiff
path: root/basic/source/comp/scanner.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-06reduce scope of local variablesMichael Weghorn1-2/+1
2014-10-01avoid calling OUString::copy() with length being -1Luboš Luňák1-17/+20
2014-05-28Avoid undefined signed integer overflowStephan Bergmann1-4/+5
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin1-5/+5
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-7/+10
2013-10-15clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke1-38/+58
2013-10-07CID#707648 uninitialized memberCaolán McNamara1-0/+1
2013-08-20fix for fdo#62323 bad conversion of Hex strings for certain valuesNoel Power1-1/+3
2013-03-21SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke1-2/+5
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza1-16/+16
2012-08-12bErrors was always trueTakeshi Abe1-5/+3
2012-08-06Fix "Boolean result is used in bitwise operation"Julien Nabet1-2/+1
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-12use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara1-3/+2
2012-04-24WaE: return SYMBOL -> return trueCaolán McNamara1-1/+1
2012-02-21allow keyword Append to be used as a variable. bnc#745930Noel Power1-2/+3
2012-01-31Replaced String by rtl::OUString in SbiScannerTakeshi Abe1-3/+3
2012-01-15Remove uses of pLine in scannerAugust Sodora1-5/+6
2012-01-14Remove uses of pLine in scannerAugust Sodora1-11/+20
2012-01-14Remove use of pLine in scannerAugust Sodora1-2/+2
2012-01-14Remove use of pLine in scannerAugust Sodora1-2/+1