summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida1-1/+4
2013-08-12Do the splitting of formula groups.Kohei Yoshida1-5/+4
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida1-6/+57
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida1-5/+1
2013-07-31WaE: Unused private fieldsTor Lillqvist1-4/+0
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-8/+6
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-8/+8
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-10/+10
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida1-6/+4
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+1
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida1-1/+29
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-6/+6
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-42/+39
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida1-5/+5
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida1-12/+12
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida1-9/+11
2013-07-11Check formula cell group boundaries to optionally merge.Kohei Yoshida1-1/+14
2013-07-11Formula cell grouping in CopyUpdated should already be done.Kohei Yoshida1-3/+0
2013-07-11Remove this marker.Kohei Yoshida1-1/+0
2013-07-11Grouping of formula cells during undo.Kohei Yoshida1-9/+6
2013-07-11Group a new formula cell in CopyCellToDocument.Kohei Yoshida1-2/+1
2013-07-11Remove these markers.Kohei Yoshida1-2/+0
2013-07-11Group formula cells when copying to clip, prevent crash during pasting.Kohei Yoshida1-0/+37
2013-07-08Make update ref on copy a separate method.Kohei Yoshida1-24/+27
2013-07-08Re-group formula cells on paste.Kohei Yoshida1-2/+16
2013-07-08Remove this marker.Kohei Yoshida1-1/+0
2013-07-08Adjust formula grouping in InsertRow().Kohei Yoshida1-0/+19
2013-07-08More on regrouping of formula cells.Kohei Yoshida1-21/+56
2013-07-08Adjust formula grouping on range deletion.Kohei Yoshida1-1/+0
2013-07-08???Kohei Yoshida1-2/+1
2013-07-08These methods shouldn't affect formula grouping.Kohei Yoshida1-9/+0
2013-07-03fix the inherited number format removal codeMarkus Mohrhard1-3/+12
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida1-74/+0
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida1-1/+1
2013-07-02Re-implement SUM function to make use of new cell storage.Kohei Yoshida1-5/+51
2013-07-02Unused variable.Kohei Yoshida1-1/+1
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida1-0/+54
2013-07-01Fix a crasher on copy to clip.Kohei Yoshida1-1/+1
2013-06-28This is obviously a mistake, & caused Calc to crash on Ctrl-D.Kohei Yoshida1-2/+2
2013-06-27ScColumn::UpdateReference to take ScRange as a parameter.Kohei Yoshida1-15/+12
2013-06-27No need to increment formula row positions in InsertRow().Kohei Yoshida1-35/+1
2013-06-27More on shared formula cell handling.Kohei Yoshida1-8/+2
2013-06-27Handle formula cells in SwapCell().Kohei Yoshida1-12/+29
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida1-30/+28
2013-06-27Remove these unused files.Kohei Yoshida1-1/+0
2013-06-27Adopt CopyAsLinkHandler as well.Kohei Yoshida1-64/+84
2013-06-27Adopt CopyByCloneHandler to ParseBlock().Kohei Yoshida1-79/+138
2013-06-27CopyUpdated() to use ParseBlock() instead of CopyCellsInRangeToColumn().Kohei Yoshida1-8/+10
2013-06-27Let's not forget to store the position afterward.Kohei Yoshida1-3/+10
2013-06-27Replace CopyCellsInRangeToColumn() with ParseBlock().Kohei Yoshida1-6/+98