summaryrefslogtreecommitdiffstats
path: root/sc/inc/token.hxx
Commit message (Expand)AuthorAgeFilesLines
* fix ScJumpMatrixToken memory handlingNoel Grandin2017-08-301-5/+4
* loplugin:constparam in sc part3Noel Grandin2017-08-241-2/+2
* Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874Eike Rathke2017-05-221-2/+6
* remove hack for non DBG_UTIL buildsJochen Nitschke2017-04-031-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* loplugin: unnecessary destructor scNoel Grandin2017-01-251-2/+0
* tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke2016-11-161-1/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-7/+7
* loplugin:unusedmethods in scNoel Grandin2016-05-241-12/+0
* C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke2016-04-261-6/+4
* loplugin:passstuffbyref in scNoel Grandin2016-04-141-1/+1
* Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke2016-03-181-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-73/+73
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* TableRef: implement ScTableRefToken::IsGlobal() overrideEike Rathke2015-07-311-0/+1
* TableRef: make ThisRow work in named expressionsEike Rathke2015-06-211-1/+1
* Resolves: tdf#86305 clone upper left of matrix result if double tokenEike Rathke2015-06-171-0/+6
* TableRef: prepare ScTableRefToken to hold the resulting area in RPNEike Rathke2015-04-171-0/+3
* TableRef: only #Headers,#Data or #Data,#Totals combinations allowedEike Rathke2015-04-071-3/+1
* add ScTableRefToken::AddItem()Eike Rathke2015-03-131-0/+1
* TableRef: use existing ALL instead of yet another bitEike Rathke2015-03-121-1/+1
* TableRef: possible item combinationsEike Rathke2015-03-111-6/+10
* TableRef: need to distinguish between entire table and All specifiedEike Rathke2015-03-111-5/+6
* virtual ScTableRefToken::SetIndex(); of course..Eike Rathke2015-03-101-0/+1
* add Item enum to ScTableRefTokenEike Rathke2015-03-051-4/+21
* introduce ScTableRefTokenEike Rathke2015-03-051-0/+16
* loplugin:deletedspecialStephan Bergmann2015-02-071-3/+2
* Blind fix for MSVC buildStephan Bergmann2014-12-221-0/+2
* remove scmatrix.hxx include from a header fileMarkus Mohrhard2014-12-221-1/+2
* converity#1249470 Uninitialized scalar fieldEike Rathke2014-10-311-0/+2
* Duplication of formula/token.hxx codeStephan Bergmann2014-10-231-10/+0
* Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann2014-10-231-46/+29
* Turn ScToken::checkTextEqual into a free functionStephan Bergmann2014-10-231-2/+0
* Move virtual ScToken members up to FormulaTokenStephan Bergmann2014-10-231-27/+0
* Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann2014-10-231-28/+28
* Turn virtual ScToken::Dump into a single free function DumpTokenStephan Bergmann2014-10-231-8/+2
* loplugin:saloverrideStephan Bergmann2014-10-231-2/+2
* Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann2014-10-231-14/+14
* Move FormulaToken::TextEqual overrides down into specific subclassesStephan Bergmann2014-10-231-2/+4
* Remove unused FormulaToken::Is3DRefStephan Bergmann2014-10-221-1/+0
* remove whitespaceMarkus Mohrhard2014-06-251-7/+0
* fix-includes.pl: scThomas Arnhold2014-05-111-3/+3
* Let's make this non-inline...Kohei Yoshida2014-05-061-6/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-68/+68
* Drop unnecessary #includeTakeshi Abe2014-02-131-1/+0
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-111-27/+26
* iString to OUString in some calc core codeMarkus Mohrhard2013-09-071-13/+13
* Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida2013-09-061-0/+7