summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke16-84/+127
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida8-56/+100
2013-07-24Add support for double in OpenCL kernel.Haidong Lian4-1865/+1397
2013-07-24add SC_SOFTWARE tweak to force sw group interpret.Michael Meeks1-0/+5
2013-07-24Prompt the user to delete cached kernels on failureMichael Meeks2-13/+31
2013-07-24add min/max/delta kernels and misc. cleanup / bug fixing.Jing Xian3-63/+121
2013-07-24There isn't much we have to do for copy.Kohei Yoshida1-59/+6
2013-07-24Re-implement adjusting of references on move.Kohei Yoshida2-13/+61
2013-07-24Broadcast on recalc-ref-on-move cells for the other 3 directions.Kohei Yoshida1-31/+36
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida3-12/+75
2013-07-24Make these non-inline.Kohei Yoshida1-0/+32
2013-07-24CalcRelFromAbs() is no more.Kohei Yoshida2-21/+22
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida3-12/+6
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida2-9/+27
2013-07-24Work on removing CalcRelFromAbs().Kohei Yoshida2-18/+12
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida1-24/+0
2013-07-24Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida1-61/+22
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 Yoshida3-7/+14
2013-07-24Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida2-30/+52
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida3-42/+142
2013-07-24More on removing CalcAbsIfRel(). Almost there...Kohei Yoshida2-19/+14
2013-07-24More on removing use of CalcAbsIfRel().Kohei Yoshida2-43/+31
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida8-37/+95
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida3-20/+95
2013-07-24Handle shrinking of range references on row/column deletion.Kohei Yoshida1-0/+41
2013-07-24Remove CalcAbsIfRel() virtual method from ScToken and all its children.Kohei Yoshida1-24/+0
2013-07-24Handle deleted references.Kohei Yoshida1-0/+75
2013-07-24Mark formula cells dirty when a referenced range gets partially shifted.Kohei Yoshida3-10/+10
2013-07-24Correctly update references on cell insertion/deletion.Kohei Yoshida3-7/+51
2013-07-24Revert "old position == current position during cell insertion / deletion."Kohei Yoshida1-7/+10
2013-07-24Remove the current shared formula bits.Kohei Yoshida2-159/+50
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 Yoshida11-171/+275
2013-07-24Add dumping capability for ScTokenArray (for debugging).Kohei Yoshida2-7/+42
2013-07-24More on removing CalcAbsIfRel().Kohei Yoshida4-178/+228
2013-07-24Annotate this function before reworking.Kohei Yoshida2-61/+64
2013-07-24Remove CalcRelFromAbs() virtual method from ScToken and all its child classes.Kohei Yoshida2-25/+0
2013-07-24InsertMatrixFormula() without CalcRelFromAbs().Kohei Yoshida2-25/+28
2013-07-24Same with UpdateGrow().Kohei Yoshida4-34/+29
2013-07-24UpdateTranspose() without calling CalcAbsIfRel().Kohei Yoshida4-35/+33
2013-07-24Remove CalcAbsIfRel() from ScInterpreter::ScIntersect().Kohei Yoshida1-22/+21
2013-07-24ScColRowNameAuto to avoid calling CalcAbsIfRel.Kohei Yoshida1-70/+70
2013-07-24More on this.Kohei Yoshida5-40/+58
2013-07-24More of the same.Kohei Yoshida4-29/+17