summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/token.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-05error for css::sheet::FormulaToken with ocTableRef not implementedEike Rathke1-1/+1
2015-03-05handle ocTableRef same as ocDBAreaEike Rathke1-0/+3
2015-02-26tdf#81659 check that references are at least 2 cols/rows to expand edgeEike Rathke1-6/+33
2015-02-26split formula grouping for reference edge expansion, tdf#81659 relatedEike Rathke1-0/+93
2015-02-24Resolves: tdf#89484 check that sheet reference is within selected sheetsEike Rathke1-0/+4
2015-02-12tdf#89281 fix performance regression of XLS import - cleanupLászló Németh1-29/+43
2015-02-10tdf#89281 fix performance regression of XLS importLászló Németh1-10/+30
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist1-0/+27
2015-01-14fdo#85818: rename Schiefe to SkewLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename KritBinom to CritBinomLaurent Charrière1-1/+1
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-2/+2
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière1-1/+1
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-3/+3
2015-01-12fdo#85818: rename ZGZ to RRILaurent Charrière1-1/+1
2015-01-12fdo#85818: rename RMZ to PMTLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename LIA to SLNLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename GDA to DDBLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename Laufz to DurationLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename GDA2 to DBLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename DIA to SYDLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename BW to PVLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kapz to PpmtLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière1-4/+4
2015-01-09fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière1-1/+1
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist1-27/+0
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière1-1/+1
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara1-2/+2
2014-12-22Blind fix for MSVC buildStephan Bergmann1-0/+4
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist1-0/+27
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist1-2/+0
2014-12-08don't update range name if ref not in update range, fdo#85304Markus Mohrhard1-0/+3
2014-12-01avoid modifying range name references that are not affected, fdo#86518Markus Mohrhard1-0/+4
2014-11-25remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida1-0/+1
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke1-0/+43
2014-11-16callcatcher: update unused codeCaolán McNamara1-9/+0
2014-11-15remove unused code in ScRawTokenNoel Grandin1-74/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-11-06Fix non-dbgutil build where OpCode is sal_uInt16 and not OpCodeEnumTor Lillqvist1-2/+2
2014-11-06More work on the new OpenCL optionsTor Lillqvist1-2/+2
2014-11-06Check also unary and binary operation opcodes for presence in subsetTor Lillqvist1-0/+10
2014-11-06Don't use OpenCL unless the function is in the subset we supportTor Lillqvist1-0/+7
2014-10-27fdo#85282: Correct adjustment of range reference on delete & shift.Kohei Yoshida1-6/+61
2014-10-23loplugin: cstylecastNoel Grandin1-2/+2
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-146/+110
2014-10-23Turn ScToken::checkTextEqual into a free functionStephan Bergmann1-12/+15
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann1-65/+0
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-133/+112
2014-10-23Turn virtual ScToken::Dump into a single free function DumpTokenStephan Bergmann1-20/+16
2014-10-23Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann1-3/+3