summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)Author
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida
2013-09-01These pieces of code are no longer needed.Kohei Yoshida
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida
2013-07-30Adjust named range references on sheet move.Kohei Yoshida
2013-07-30Update range names on sheet deletion.Kohei Yoshida
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida
2013-07-24Try to consolidate broadcast calls originating from column or table.Kohei Yoshida
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida
2013-07-11Nobody uses this marker method now.Kohei Yoshida
2013-07-08Nobody uses this marker now.Kohei Yoshida
2013-07-08Make update ref on copy a separate method.Kohei Yoshida
2013-07-08More on regrouping of formula cells.Kohei Yoshida
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida
2013-07-02Re-implement SUM function to make use of new cell storage.Kohei Yoshida
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida
2013-07-01Add a convenient way to dump formula group states for a single column.Kohei Yoshida
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida
2013-06-27A little more detail in the method documentation.Kohei Yoshida
2013-06-27ScColumn::UpdateReference to take ScRange as a parameter.Kohei Yoshida
2013-06-27More on shared formula cell handling.Kohei Yoshida
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida
2013-06-27Make this a member method too.Kohei Yoshida
2013-06-27Make this a member method of ScColumn.Kohei Yoshida
2013-06-27We don't need this formula group vector.Kohei Yoshida
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida
2013-06-27Remove these unused files.Kohei Yoshida
2013-06-27Adopt CopyAsLinkHandler as well.Kohei Yoshida
2013-06-27Replace CopyCellsInRangeToColumn() with ParseBlock().Kohei Yoshida
2013-06-27Identify spots where we may need to regroup formula cells.Kohei Yoshida
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara
2013-06-24Add more calls to CellStorageModified() when it's called for.Kohei Yoshida
2013-06-24Remove unused method.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-06-24Add new cell container to ScColumn.Kohei Yoshida
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida
2013-05-20Ditto when purging broadcasters.Kohei Yoshida
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida