summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
AgeCommit message (Expand)Author
2015-08-06TableRef: make ThisRow work in named expressionsEike Rathke
2015-08-06Resolves: 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
2014-10-31converity#1249470 Uninitialized scalar fieldEike Rathke
2014-10-23Duplication of formula/token.hxx codeStephan Bergmann
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Turn ScToken::checkTextEqual into a free functionStephan Bergmann
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-10-23Turn virtual ScToken::Dump into a single free function DumpTokenStephan Bergmann
2014-10-23loplugin:saloverrideStephan Bergmann
2014-10-23Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann
2014-10-23Move FormulaToken::TextEqual overrides down into specific subclassesStephan Bergmann
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-06Let's make this non-inline...Kohei Yoshida
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-13Drop unnecessary #includeTakeshi Abe
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() virtual method from ScToken and all its children.Kohei Yoshida
2013-07-24Add dumping capability for ScTokenArray (for debugging).Kohei Yoshida
2013-07-24Remove CalcRelFromAbs() virtual method from ScToken and all its child classes.Kohei Yoshida
2013-07-02Put the matrix header back in for Windows build...Kohei Yoshida
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-06-23we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard
2013-04-30Handle invariant group with single references.Kohei Yoshida
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2011-12-20another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke
2011-08-24replace ScNameToken with proper FormulaIndexTokenEike Rathke
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke
2011-07-19fix for fdo#39333: database ranges don't work in formulasMarkus Mohrhard