/automation/source/

distro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basic/source/comp/token.cxx
AgeCommit message (Expand)Author
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