summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-18cid#1249470 Uninitialized scalar fieldCaolán McNamara1-2/+1
2019-11-05make some classes module-privateNoel Grandin1-4/+4
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-13/+13
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen1-6/+0
2018-10-15loplugin:constfields in scNoel Grandin1-15/+15
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann1-6/+6
2018-08-16remove mempoolNoel Grandin1-5/+0
2018-08-11loplugin:unusedmethodsNoel Grandin1-1/+0
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+15
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen1-2/+0
2018-01-12move implementation of ScMatrixCellResultToken copy-constructorJochen Nitschke1-1/+2
2018-01-09no matching function for call to 'intrusive_ptr_add_ref'Stephan Bergmann1-1/+1
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-17/+3
2017-08-30fix ScJumpMatrixToken memory handlingNoel Grandin1-5/+4
2017-08-24loplugin:constparam in sc part3Noel Grandin1-2/+2
2017-05-22Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874Eike Rathke1-2/+6
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-2/+0
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke1-1/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-7/+7
2016-05-24loplugin:unusedmethods in scNoel Grandin1-12/+0
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke1-6/+4
2016-04-14loplugin:passstuffbyref in scNoel Grandin1-1/+1
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-73/+73
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-31TableRef: implement ScTableRefToken::IsGlobal() overrideEike Rathke1-0/+1
2015-06-21TableRef: make ThisRow work in named expressionsEike Rathke1-1/+1
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke1-0/+6
2015-04-17TableRef: prepare ScTableRefToken to hold the resulting area in RPNEike Rathke1-0/+3
2015-04-07TableRef: only #Headers,#Data or #Data,#Totals combinations allowedEike Rathke1-3/+1
2015-03-13add ScTableRefToken::AddItem()Eike Rathke1-0/+1
2015-03-12TableRef: use existing ALL instead of yet another bitEike Rathke1-1/+1
2015-03-11TableRef: possible item combinationsEike Rathke1-6/+10
2015-03-11TableRef: need to distinguish between entire table and All specifiedEike Rathke1-5/+6
2015-03-10virtual ScTableRefToken::SetIndex(); of course..Eike Rathke1-0/+1
2015-03-05add Item enum to ScTableRefTokenEike Rathke1-4/+21
2015-03-05introduce ScTableRefTokenEike Rathke1-0/+16
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2014-12-22Blind fix for MSVC buildStephan Bergmann1-0/+2
2014-12-22remove scmatrix.hxx include from a header fileMarkus Mohrhard1-1/+2
2014-10-31converity#1249470 Uninitialized scalar fieldEike Rathke1-0/+2
2014-10-23Duplication of formula/token.hxx codeStephan Bergmann1-10/+0
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-46/+29
2014-10-23Turn ScToken::checkTextEqual into a free functionStephan Bergmann1-2/+0
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann1-27/+0
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-28/+28
2014-10-23Turn virtual ScToken::Dump into a single free function DumpTokenStephan Bergmann1-8/+2