summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)Author
2013-11-04Fix multiple operations with formula cell with indirect dependency.Kohei Yoshida
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida
2013-10-30extend the position hint to GetRangeScriptTypeMarkus Mohrhard
2013-10-30use positional hint for UpdateScript, fdo#69006Markus Mohrhard
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-21drop CharSet typedefCaolán McNamara
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida
2013-10-08Unused methods.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08convert sc/inc/column.hxx from String to OUStringNoel Grandin
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida
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