summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/tokstack.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-2/+3
2021-09-12clang:optin.performance.Padding in scNoel Grandin1-2/+2
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-09-14GetTokenArray always dereferences its ScDocument* argumentCaolán McNamara1-3/+3
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-1/+1
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-3/+3
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-17/+17
2019-03-13translate some german var namesNoel Grandin1-1/+1
2018-11-07loplugin:collapseif in scNoel Grandin1-9/+6
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák1-8/+7
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen1-4/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-12loplugin:useuniqueptr in TokenPoolNoel Grandin1-2/+2
2018-02-05Translate German variable namesJohnny_M1-14/+14
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-12-01ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke1-2/+22
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin1-2/+2
2017-11-10Do not create arbitrary OpCode values from binary garbage, ofz-relatedEike Rathke1-2/+8
2017-11-09Add values to SAL_WARN outputEike Rathke1-3/+3
2017-11-09Make this breakable in a debuggerEike Rathke1-10/+19
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke1-1/+1
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin1-6/+5
2017-07-04extract common code in TokenPool into templateNoel Grandin1-31/+69
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-1/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-5/+5
2016-09-10loplugin:constantparam in scNoel Grandin1-3/+3
2016-08-16loplugin:unusedenumvalues in scNoel Grandin1-2/+1
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-2/+2
2016-03-13fix memory leak in array xls importMarkus Mohrhard1-0/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-6/+6
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-7/+0
2015-07-22loplugin:unusedmethods scNoel Grandin1-25/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-17/+17
2015-03-10Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist1-1/+1
2015-03-04V801: Decreased performanceCaolán McNamara1-17/+17
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-28loplugin: cstylecastNoel Grandin1-1/+1
2014-10-11fdo#39468 Translate German Comments - sc/source/filter/inc/ leftoversChristian M. Heller1-2/+2
2014-10-06fdo#39468 Translate German Comments - sc/source/filter/inc/Christian M. Heller1-33/+33
2014-06-25remove whitespaceMarkus Mohrhard1-17/+0
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-3/+11
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-7/+7