summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida1-1/+1
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida1-6/+1
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida1-5/+20
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida1-125/+135
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-4/+3
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-11/+12
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida1-1/+0
2013-07-24Try to consolidate broadcast calls originating from column or table.Kohei Yoshida1-5/+8
2013-07-24No point having this indirection.Kohei Yoshida1-12/+2
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida1-123/+3
2013-07-11Move more methods to SharedFormulaUtil.Kohei Yoshida1-65/+2
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida1-73/+5
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida1-77/+93
2013-07-11Group formula cells when copying to clip, prevent crash during pasting.Kohei Yoshida1-4/+12
2013-07-08Re-group formula cells in DeleteRow().Kohei Yoshida1-4/+6
2013-07-08More on regrouping of formula cells.Kohei Yoshida1-15/+51
2013-07-08Adjust formula grouping on range deletion.Kohei Yoshida1-8/+24
2013-07-08More test on shared formula group adjustment on value insertions.Kohei Yoshida1-7/+0
2013-07-08Adjust formula cell grouping on cell deletion without shifting.Kohei Yoshida1-22/+46
2013-07-03fix the inherited number format removal codeMarkus Mohrhard1-2/+8
2013-06-27More on shared formula cell handling.Kohei Yoshida1-3/+53
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida1-8/+18
2013-06-27Make this a member method too.Kohei Yoshida1-64/+72
2013-06-27Make this a member method of ScColumn.Kohei Yoshida1-10/+8
2013-06-27We don't need this formula group vector.Kohei Yoshida1-6/+1
2013-06-27Extract this code block into an own function.Kohei Yoshida1-86/+98
2013-06-27Don't forget to transfer this too when splitting group.Kohei Yoshida1-0/+1
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida1-22/+171
2013-06-27Remove these unused files.Kohei Yoshida1-1/+0
2013-06-27Adopt CopyAsLinkHandler as well.Kohei Yoshida1-105/+0
2013-06-27Identify spots where we may need to regroup formula cells.Kohei Yoshida1-6/+26
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida1-0/+15
2013-06-27coverity#1038296 Missing break in switchNorbert Thiebaud1-0/+1
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara1-2/+6
2013-06-25WaE: private field 'mrCells' is not usedTor Lillqvist1-2/+1
2013-06-25WaE: private field 'mbDateTime' is not usedTor Lillqvist1-2/+0
2013-06-24Incorrect way to initialize a multi_type_vector.Kohei Yoshida1-1/+1
2013-06-24Add more calls to CellStorageModified() when it's called for.Kohei Yoshida1-3/+5
2013-06-24Make sure to set the cloned formula cells dirty during undo / redo.Kohei Yoshida1-1/+0
2013-06-24Have the clone handler handle the text attr array as well.Kohei Yoshida1-13/+5
2013-06-24When deleting cells, be sure to delete the corresponding cell attrs as well.Kohei Yoshida1-4/+16
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-1272/+1807
2013-06-24Re-org the headers a bit. In column?.cxx, column.hxx must be the first.Kohei Yoshida1-9/+9
2013-06-02temporary ugly hack for ordering problemMarkus Mohrhard1-0/+5
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard1-2/+11
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-2/+2
2013-05-20Prefer early bail-out.Kohei Yoshida1-35/+38
2013-05-20Compiler warning.Kohei Yoshida1-2/+1
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida1-8/+44