summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard1-37/+22
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-23/+69
2013-05-20A bit of cleanup before refactoring.Kohei Yoshida1-35/+14
2013-05-20Remove duplicate code blocks.Kohei Yoshida1-77/+38
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida1-0/+59
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida1-1/+1
2013-05-09Don't forget to calculate hash when importing from xls.Kohei Yoshida1-0/+2
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida1-4/+3
2013-04-30Move the group calculation code into its own class.Kohei Yoshida1-71/+6
2013-04-30Reset dirty.Kohei Yoshida1-0/+1
2013-04-30We don't need this code.Kohei Yoshida1-2/+0
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida1-7/+34
2013-04-30Handle range reference as well for group calculation. Not tested yet.Kohei Yoshida1-2/+26
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida1-2/+2
2013-04-30Some comment.Kohei Yoshida1-0/+6
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida1-1/+4
2013-04-30Test-drive grouped formula calculation.Kohei Yoshida1-27/+45
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida1-9/+81
2013-04-30Move the invariant group handler into its own method.Kohei Yoshida1-76/+80
2013-04-30Handle invariant group with single references.Kohei Yoshida1-40/+86
2013-04-30We can't support all cases until we have real range-based dep tracking.Kohei Yoshida1-1/+16
2013-04-30We really don't need to use similar data unless I missed something.Kohei Yoshida1-92/+58
2013-04-15Properly initialize data members.Kohei Yoshida1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-25/+25
2013-03-28Fix for the debug build.Kohei Yoshida1-0/+1
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+6
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-0/+3208