summaryrefslogtreecommitdiffstats
path: root/basic/source/comp/token.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen2019-11-121-0/+1
* These should be sal_Int32Mike Kaganski2019-10-221-7/+7
* basic: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-261-5/+0
* loplugin:singlevalfields improve unaryoperatorNoel Grandin2018-04-231-3/+1
* More loplugin:cstylecast: basicStephan Bergmann2018-01-151-1/+1
* loplugin:unusedindexMike Kaganski2017-12-181-3/+2
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-3/+3
* move all the basic errcodes to one fileNoel Grandin2017-08-291-0/+1
* drop SbError typedefNoel Grandin2017-06-151-2/+2
* basic: Stop detecting the number of tokens at runtimeTakeshi Abe2017-05-241-29/+9
* basic: Remove strange ifdef-guard for SHAREDTakeshi Abe2017-05-121-8/+0
* basic: Compare with keywords without creating temporary stringsTakeshi Abe2017-05-101-5/+2
* BASIC: Call OUString() instead of OUString("");Arnaud Versini2017-04-241-1/+1
* BASIC: Make TokenLabelInfo a singleton, never modified and simplify it.Arnaud Versini2017-04-231-13/+20
* VBA: accept the PtrSafe keywordJustin Luth2017-02-271-0/+1
* Just pass in OUString directlyStephan Bergmann2017-01-271-6/+0
* new loplugin: useuniqueptr: basicNoel Grandin2017-01-161-2/+1
* Avoid reserved identifiersStephan Bergmann2016-04-061-7/+7
* #i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic2015-11-251-1/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-2/+1
* inline "old" SbERR constantsNoel Grandin2015-07-281-1/+1
* BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini2015-05-261-1/+1
* remove unnecessary header fileNoel Grandin2015-05-171-1/+1
* loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* fix crash when importing unsupported macro content, related fdo#59374Markus Mohrhard2014-02-121-0/+6
* coverity#707649 Uninitialized scalar fieldCaolán McNamara2014-01-271-5/+11
* Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr2014-01-061-2/+2
* remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin2013-11-111-4/+4
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-2/+3
* GSOC work, small fixes afterGergo Mocsi2013-09-021-2/+2
* GSOC work, behavior fixesGergo Mocsi2013-09-021-0/+21
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* Mark as constTakeshi Abe2013-08-011-5/+5
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-031-11/+11
* remove use of #pragma optimizeLuboš Luňák2013-01-011-10/+0
* Some cppcheck cleaning in basicJulien Nabet2012-12-281-1/+1
* basic: String -> OUStringNorbert Thiebaud2012-11-071-1/+1
* basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-031-34/+86
* sal_Bool to boolTakeshi Abe2012-08-221-10/+10
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* allow keyword Append to be used as a variable. bnc#745930Noel Power2012-02-211-0/+9
* Replaced String by rtl::OUString in SbiScannerTakeshi Abe2012-01-311-2/+2
* SbiTokenizer::Hilite unusedCaolán McNamara2011-12-131-44/+0
* 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-2/+2
* misc trivial tweaks, and documentation additionMichael Meeks2011-10-211-2/+2
* String->OUString, with accompanying testsAugust Sodora2011-10-211-17/+23
* Translated German comments, removed redundant ones till cairo (incl.)Allmann-Rahn2011-08-311-39/+30
* Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-281-1/+5
|\