summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
AgeCommit message (Expand)Author
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-11-18cid#1249470 Uninitialized scalar fieldCaolán McNamara
2019-11-05make some classes module-privateNoel Grandin
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann
2018-08-16remove mempoolNoel Grandin
2018-08-11loplugin:unusedmethodsNoel Grandin
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen
2018-01-12move implementation of ScMatrixCellResultToken copy-constructorJochen Nitschke
2018-01-09no matching function for call to 'intrusive_ptr_add_ref'Stephan Bergmann
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke
2017-08-30fix ScJumpMatrixToken memory handlingNoel Grandin
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-05-22Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874Eike Rathke
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-31TableRef: implement ScTableRefToken::IsGlobal() overrideEike Rathke
2015-06-21TableRef: make ThisRow work in named expressionsEike Rathke
2015-06-17Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke
2015-04-17TableRef: prepare ScTableRefToken to hold the resulting area in RPNEike Rathke
2015-04-07TableRef: only #Headers,#Data or #Data,#Totals combinations allowedEike Rathke
2015-03-13add ScTableRefToken::AddItem()Eike Rathke
2015-03-12TableRef: use existing ALL instead of yet another bitEike Rathke
2015-03-11TableRef: possible item combinationsEike Rathke
2015-03-11TableRef: need to distinguish between entire table and All specifiedEike Rathke
2015-03-10virtual ScTableRefToken::SetIndex(); of course..Eike Rathke
2015-03-05add Item enum to ScTableRefTokenEike Rathke
2015-03-05introduce ScTableRefTokenEike Rathke
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-12-22Blind fix for MSVC buildStephan Bergmann
2014-12-22remove scmatrix.hxx include from a header fileMarkus Mohrhard