summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Modified reference shouldn't make the cell dirty.Kohei Yoshida1-6/+6
2013-07-24Flag cell state modified when a reference points to a different position.Kohei Yoshida1-2/+3
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida1-30/+10
2013-07-24More on removing CalcAbsIfRel(). Almost there...Kohei Yoshida1-12/+7
2013-07-24Mark formula cells dirty when a referenced range gets partially shifted.Kohei Yoshida1-10/+2
2013-07-24Correctly update references on cell insertion/deletion.Kohei Yoshida1-7/+3
2013-07-24Revert "old position == current position during cell insertion / deletion."Kohei Yoshida1-7/+10
2013-07-24Remove the current shared formula bits.Kohei Yoshida1-61/+13
2013-07-24Use constants from the context object directly.Kohei Yoshida1-39/+24
2013-07-24No reference update in clip or undo documents. Make that up front.Kohei Yoshida1-43/+31
2013-07-24old position == current position during cell insertion / deletion.Kohei Yoshida1-10/+7
2013-07-24Remove duplicated code blocks.Kohei Yoshida1-48/+21
2013-07-24Split this method into 3.Kohei Yoshida1-31/+355
2013-07-24Extract this code into a local function.Kohei Yoshida1-75/+89
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-3/+7
2013-07-24Remove CalcRelFromAbs() virtual method from ScToken and all its child classes.Kohei Yoshida1-1/+0
2013-07-24InsertMatrixFormula() without CalcRelFromAbs().Kohei Yoshida1-0/+1
2013-07-24Same with UpdateGrow().Kohei Yoshida1-19/+12
2013-07-24UpdateTranspose() without calling CalcAbsIfRel().Kohei Yoshida1-20/+12
2013-07-24More on this.Kohei Yoshida1-7/+2
2013-07-24More on the quest to eliminate CalcAbsIfRel().Kohei Yoshida1-66/+66
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-17/+13
2013-07-12This comment is no longer correct.Kohei Yoshida1-5/+0
2013-07-11Add new opencl placeholder backend for specific scenarios.Michael Meeks1-0/+8
2013-07-09More removal of implicit inlines, while I'm at it....Kohei Yoshida1-0/+68
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida1-0/+10
2013-07-09More fix for link error on windows.Kohei Yoshida1-0/+5
2013-07-09Attempt to fix windows link error.Kohei Yoshida1-0/+5
2013-07-08Adjust formula grouping in InsertRow().Kohei Yoshida1-0/+3
2013-07-08Always use DoubleVectorRefToken when resolving a range reference.Kohei Yoshida1-37/+22
2013-07-02Forgot to remove these debug statements.Kohei Yoshida1-6/+0
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida1-8/+38
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida1-0/+9
2013-07-02Put the matrix header back in for Windows build...Kohei Yoshida1-0/+5
2013-07-01Ensure that the group calculation path won't get called when it's disabled.Kohei Yoshida1-0/+3
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida1-7/+6
2013-06-27Rename a variable to something more meaningful.Kohei Yoshida1-9/+9
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida1-195/+204
2013-06-27Remove this old attempt of shared formula code.Kohei Yoshida1-1/+0
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida1-4/+23
2013-06-27Avoid redundant calls to GetCellResultType().Kohei Yoshida1-9/+1
2013-06-27Avoid redundant if branches.Kohei Yoshida1-0/+19
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks1-3/+1
2013-06-24Avoid having formula cell directly update text attributes.Kohei Yoshida1-15/+2
2013-06-24CELLTYPE_DESTROYED no longer relevant. Chuck it.Kohei Yoshida1-3/+0
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-5/+1
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-9/+11
2013-06-04Expand shared formula tokens from Excel (which are basically range names).Kohei Yoshida1-0/+26
2013-06-04Extract the group token conversion loop out into a separate class.Kohei Yoshida1-98/+122
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard1-14/+1