summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.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-27Remove duplicate code blocks.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-27Avoid redundant calls to GetCellResultType().Kohei Yoshida
2013-06-27Avoid redundant if branches.Kohei Yoshida
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand
2013-06-26convert calculation settings dialog to .ui formatCaolán McNamara
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks
2013-06-25WaE: private field 'mnIndex' is not usedTor Lillqvist
2013-06-24Turn off column storage debugging.Kohei Yoshida
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida
2013-06-24Make them officially non-copyable.Kohei Yoshida
2013-06-24Rename parameter names for consistency.Kohei Yoshida
2013-06-24Don't allow outside code to set text attributes.Kohei Yoshida
2013-06-24Add more calls to CellStorageModified() when it's called for.Kohei Yoshida
2013-06-24Remove unused method.Kohei Yoshida
2013-06-24Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida
2013-06-24Add Dump() method to ScMatrix, which is useful when debugging.Kohei Yoshida
2013-06-24Fix the horizontal cell iterator.Kohei Yoshida
2013-06-24We need to clone the source cell value to prevent crash.Kohei Yoshida
2013-06-24Have the clone handler handle the text attr array as well.Kohei Yoshida
2013-06-24Use template functions to remove these duplicate code blocks.Kohei Yoshida
2013-06-24Leave the RowInfo's for empty cells unfilled.Kohei Yoshida
2013-06-24Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest.Kohei Yoshida
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida
2013-06-24CELLTYPE_DESTROYED no longer relevant. Chuck it.Kohei Yoshida
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.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-06-24Reduce dependency on mtvelements.hxx header.Kohei Yoshida
2013-06-24Define block types for string, edit text and formula cell elements.Kohei Yoshida
2013-06-24fdo#51296 Helptext added for hyperlinks, hlinks behave as in writerAkash Shetye