summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida10-66/+225
2013-03-22More on ScCellIterator conversion... More to come.Kohei Yoshida1-38/+37
2013-03-22ScDBDocFunc is now ScBaseCell-free.Kohei Yoshida1-5/+2
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida4-85/+199
2013-03-22Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida5-6/+0
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida13-91/+262
2013-03-22Simplify ScCellIterator.Kohei Yoshida14-154/+105
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida5-51/+102
2013-03-22Remove a variant of PutCell().Kohei Yoshida6-30/+16
2013-03-22Remove direct use of ScBaseCell.Kohei Yoshida3-28/+27
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida6-16/+24
2013-03-22Don't forget to check for NULL pointer here, else it would crash.Kohei Yoshida1-1/+2
2013-03-22A bit more cleanup...Kohei Yoshida1-4/+2
2013-03-22Why in the world do you need to fully-qualify own member methods !?Kohei Yoshida1-12/+10
2013-03-22This is not used. Be gone.Kohei Yoshida2-12/+0
2013-03-22What the heck is this !? Kill it.Kohei Yoshida2-20/+10