summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-17Probably good to move the more complicates test after the light-weight onesTor Lillqvist1-3/+3
2015-09-18Split formula group for OpenCL up into smaller bitsTor Lillqvist1-20/+116
2015-08-06always justify a referenced range in order, tdf#92468Eike Rathke1-0/+3
2015-08-06TableRef: use ScTokenArray::HasReferences() instead of GetNextReferenceRPN()Eike Rathke1-12/+6
2015-08-06tdf#89972: also copy external reference statusMike Kaganski1-5/+13
2015-08-06recompile TableRef formulas only after position was updated, tdf#91842Eike Rathke1-2/+4
2015-05-27Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara1-2/+6
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-5/+5
2015-04-02avoid endless recursion in fdo84763-2.odsCaolán McNamara1-1/+2
2015-03-12sc: PVS-Studio V595 'pCode' pointer could be nullMichael Stahl1-2/+1
2015-03-06V801: Decreased performanceCaolán McNamara1-6/+6
2015-03-05handle ocTableRef same as ocDBAreaEike Rathke1-2/+3
2015-03-05remove SC_START_INDEX_DB_COLL binary file format legacyEike Rathke1-2/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-10/+10
2015-02-18coverity#1267652 Logically dead codeCaolán McNamara1-1/+3
2015-02-07Introduce SetResultError()Tor Lillqvist1-0/+5
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-1/+1
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist1-1/+12
2015-02-03add some SAL_INFO to group area listener and formula cell ctor/dtorEike Rathke1-0/+14
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-2/+2
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist1-8/+1
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist1-1/+8
2014-12-18line-break that into something slightly more readable within 120 columnsEike Rathke1-4/+7
2014-12-18Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke1-2/+11
2014-12-15Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida1-6/+6
2014-12-15Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida1-2/+2
2014-12-16construct grouped ScFormulaCell with bDirty=true, fdo#79249 relatedEike Rathke1-1/+1
2014-12-09Don't use of the broken "Software" group interpreterTor Lillqvist1-1/+3
2014-12-09in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-02Reduce scope level.Kohei Yoshida1-19/+20
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke1-0/+10
2014-11-25More efficient way to check & insert listener into ptr_map.Kohei Yoshida1-4/+8
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-6/+53
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist1-3/+4
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-1/+0
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-2/+4
2014-11-18Use group area listeners during ODS import.Kohei Yoshida1-2/+0
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida1-0/+6
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-8/+44
2014-11-06Don't use OpenCL unless the group is long enoughTor Lillqvist1-0/+6
2014-10-30Log the state as an integer, not as a byte with value 0, 1 or 2Tor Lillqvist1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-59/+57
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-29/+29
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida1-4/+21
2014-10-12fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida1-1/+1
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+9
2014-08-25fdo#83067 also volatile cells need to listen to all referencesEike Rathke1-7/+1
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-2/+14