summaryrefslogtreecommitdiff
path: root/basic/source/comp/token.cxx
AgeCommit message (Expand)Author
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-04-14loplugin:buriedassign in b*Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-10-22These should be sal_Int32Mike Kaganski
2018-07-26basic: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2017-12-18loplugin:unusedindexMike Kaganski
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-08-29move all the basic errcodes to one fileNoel Grandin
2017-06-15drop SbError typedefNoel Grandin
2017-05-24basic: Stop detecting the number of tokens at runtimeTakeshi Abe
2017-05-12basic: Remove strange ifdef-guard for SHAREDTakeshi Abe
2017-05-10basic: Compare with keywords without creating temporary stringsTakeshi Abe
2017-04-24BASIC: Call OUString() instead of OUString("");Arnaud Versini
2017-04-23BASIC: Make TokenLabelInfo a singleton, never modified and simplify it.Arnaud Versini
2017-02-27VBA: accept the PtrSafe keywordJustin Luth
2017-01-27Just pass in OUString directlyStephan Bergmann
2017-01-16new loplugin: useuniqueptr: basicNoel Grandin
2016-04-06Avoid reserved identifiersStephan Bergmann
2015-11-25#i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini
2015-05-17remove unnecessary header fileNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-02-12fix crash when importing unsupported macro content, related fdo#59374Markus Mohrhard
2014-01-27coverity#707649 Uninitialized scalar fieldCaolán McNamara
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
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-09-02GSOC work, small fixes afterGergo Mocsi
2013-09-02GSOC work, behavior fixesGergo Mocsi
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-01Mark as constTakeshi Abe
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza
2013-01-01remove use of #pragma optimizeLuboš Luňák
2012-12-28Some cppcheck cleaning in basicJulien Nabet
2012-11-07basic: String -> OUStringNorbert Thiebaud
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud
2012-08-22sal_Bool to boolTakeshi Abe
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-02-21allow keyword Append to be used as a variable. bnc#745930Noel Power
2012-01-31Replaced String by rtl::OUString in SbiScannerTakeshi Abe
2011-12-13SbiTokenizer::Hilite unusedCaolán McNamara
2011-11-27rmove include of pch header in basicNorbert Thiebaud
2011-11-20Refactor BasicCharClass out from scanner and make it a singletonAugust Sodora