summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2013-05-09Revert "remove unused parameter"Noel Power
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06Revert "abstract type in ptr_container needs this workaround"Stephan Bergmann
2013-04-30Fix erroneous reference conversion.Tomofumi Yagi
2013-04-30Surpress warning on comparison between signed and unsigned.Kohei Yoshida
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida
2013-04-30Move the group calculation code into its own class.Kohei Yoshida
2013-04-30Typo.Kohei Yoshida
2013-04-30Reset dirty.Kohei Yoshida
2013-04-30We don't need this code.Kohei Yoshida
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida
2013-04-30Handle range reference as well for group calculation. Not tested yet.Kohei Yoshida
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida
2013-04-30Some comment.Kohei Yoshida
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida
2013-04-30CellStorageModified() is the right (and only) place to mark group dirty.Kohei Yoshida
2013-04-30Test-drive grouped formula calculation.Kohei Yoshida
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida
2013-04-30Move the invariant group handler into its own method.Kohei Yoshida
2013-04-30Don't forget to add breaks here...Kohei Yoshida
2013-04-30Handle invariant group with single references.Kohei Yoshida
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida
2013-04-30We can't support all cases until we have real range-based dep tracking.Kohei Yoshida
2013-04-30We really don't need to use similar data unless I missed something.Kohei Yoshida
2013-04-30Adding comment as I go along...Kohei Yoshida
2013-04-30Let's use std::for_each for this.Kohei Yoshida
2013-04-30Wrap inside smart pointer on instantiation, for exception safety.Kohei Yoshida
2013-04-30We have function object for this.Kohei Yoshida
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-26XubString->OUStringCaolán McNamara
2013-04-23fixed out of bounds vector accessEike Rathke
2013-04-22copy conditional formats correctly, fdo#63607Markus Mohrhard
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-19Rename to ScDPResultTree.Kohei Yoshida
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey
2013-04-19just added a big red noticeEike Rathke
2013-04-19remove needless explicit type for swap<>()Luboš Luňák
2013-04-19Handle the old syntax for GETPIVOTDATA.Kohei Yoshida
2013-04-19Remove debug statements..Kohei Yoshida
2013-04-19We can remove all this code now.Kohei Yoshida
2013-04-19This should be plural, since there are multiple dimensions.Kohei Yoshida
2013-04-19Move the dimension order calculation into ScDPSaveData.Kohei Yoshida
2013-04-19Retrieve the result value for GETPIVOTDATA for real (finally!)Kohei Yoshida
2013-04-19More progress. Getting closer...Kohei Yoshida
2013-04-19More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida
2013-04-19Add some more notes to make it easier to pick up on this for my next visit.Kohei Yoshida
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida
2013-04-19WaE: macro is not usedTor Lillqvist