summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/sharedformula.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist1-0/+1
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist1-13/+13
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida1-6/+18
2013-08-12Fix indentation.Kohei Yoshida1-6/+6
2013-08-12Do the splitting of formula groups.Kohei Yoshida1-2/+26
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida1-0/+5
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida1-6/+4
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida1-0/+118
2013-07-11Move more methods to SharedFormulaUtil.Kohei Yoshida1-5/+1
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida1-0/+130
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida1-0/+18