summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-23loplugin:saloverrideStephan Bergmann1-2/+2
2014-10-23Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann1-14/+14
2014-10-23Move FormulaToken::TextEqual overrides down into specific subclassesStephan Bergmann1-2/+4
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann1-1/+0
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-3/+3
2014-05-06Let's make this non-inline...Kohei Yoshida1-6/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-68/+68
2014-02-13Drop unnecessary #includeTakeshi Abe1-1/+0
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-27/+26
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-13/+13
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida1-0/+7
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida1-0/+24
2013-07-24Remove CalcAbsIfRel() virtual method from ScToken and all its children.Kohei Yoshida1-6/+0
2013-07-24Add dumping capability for ScTokenArray (for debugging).Kohei Yoshida1-0/+11
2013-07-24Remove CalcRelFromAbs() virtual method from ScToken and all its child classes.Kohei Yoshida1-6/+0
2013-07-02Put the matrix header back in for Windows build...Kohei Yoshida1-8/+5
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-41/+15
2013-06-23we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard1-14/+0
2013-04-30Handle invariant group with single references.Kohei Yoshida1-3/+1
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard1-17/+28
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida1-0/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-12-20another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke1-3/+5
2011-08-24replace ScNameToken with proper FormulaIndexTokenEike Rathke1-18/+0