summaryrefslogtreecommitdiffstats
path: root/basic/source/comp/scanner.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:commaoperator in basic/Noel Grandin2016-02-221-9/+32
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* inline "old" SbERR constantsNoel Grandin2015-07-281-13/+13
* Fix typosAndrea Gelmini2015-06-281-1/+1
* BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini2015-05-261-4/+4
* remove unnecessary header fileNoel Grandin2015-05-171-1/+2
* Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini2015-05-121-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini2015-03-251-1/+1
* Basic : Partially rewrite hex and octal constant reading.Arnaud Versini2015-02-091-29/+20
* Use rtl/character.hxx in basic module when possibleArnaud Versini2015-01-311-6/+6
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* reduce scope of local variablesMichael Weghorn2014-12-061-2/+1
* avoid calling OUString::copy() with length being -1Luboš Luňák2014-10-011-17/+20
* Avoid undefined signed integer overflowStephan Bergmann2014-05-281-4/+5
* remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin2013-11-111-5/+5
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-7/+10
* clean up SbiScanner::NextSym() a little, fdo#70319 follow-upEike Rathke2013-10-151-38/+58
* CID#707648 uninitialized memberCaolán McNamara2013-10-071-0/+1
* fix for fdo#62323 bad conversion of Hex strings for certain valuesNoel Power2013-08-201-1/+3
* SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke2013-03-211-2/+5
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-031-16/+16
* bErrors was always trueTakeshi Abe2012-08-121-5/+3
* Fix "Boolean result is used in bitwise operation"Julien Nabet2012-08-061-2/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara2012-06-121-3/+2
* WaE: return SYMBOL -> return trueCaolán McNamara2012-04-241-1/+1
* allow keyword Append to be used as a variable. bnc#745930Noel Power2012-02-211-2/+3
* Replaced String by rtl::OUString in SbiScannerTakeshi Abe2012-01-311-3/+3
* Remove uses of pLine in scannerAugust Sodora2012-01-151-5/+6
* Remove uses of pLine in scannerAugust Sodora2012-01-141-11/+20
* Remove use of pLine in scannerAugust Sodora2012-01-141-2/+2
* Remove use of pLine in scannerAugust Sodora2012-01-141-2/+1
* Only set bSpaces once hereAugust Sodora2012-01-091-13/+26
* Remove use of pLine in scannerAugust Sodora2012-01-091-5/+3
* Prefer prefix incrementAugust Sodora2012-01-091-28/+28
* Remove uses of pLine in scannerAugust Sodora2012-01-081-4/+4
* scanner cleanup for consistencyAugust Sodora2012-01-071-8/+8
* Refactor readLine in scannerAugust Sodora2012-01-071-25/+38
* bUsedForHilite always falseCaolán McNamara2011-12-131-2/+1
* Use sal_Int32 in all these placesAugust Sodora2011-12-051-9/+9
* Refactor scanAlphanumericAugust Sodora2011-12-041-4/+13
* Use appropriate datatypes here tooAugust Sodora2011-12-041-3/+3
* Use sal_uInt16 hereAugust Sodora2011-12-041-2/+2
* rmove include of pch header in basicNorbert Thiebaud2011-11-271-2/+0
* Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora2011-11-201-100/+10
* Fix scanning bugAugust Sodora2011-11-181-1/+1
* Remove uses of pLine in scannerAugust Sodora2011-11-181-10/+6
* Refactoring in scannerAugust Sodora2011-11-181-20/+23
* sal_Bool to boolAugust Sodora2011-11-181-26/+27