summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-03-22Remove a variant of PutCell().Kohei Yoshida
2013-03-22Remove direct use of ScBaseCell.Kohei Yoshida
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida
2013-03-22Don't forget to check for NULL pointer here, else it would crash.Kohei Yoshida
2013-03-22A bit more cleanup...Kohei Yoshida
2013-03-22Why in the world do you need to fully-qualify own member methods !?Kohei Yoshida
2013-03-22This is not used. Be gone.Kohei Yoshida
2013-03-22What the heck is this !? Kill it.Kohei Yoshida
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida
2013-03-22Add assign() and commit() methods to make it easier to use this class.Kohei Yoshida
2013-03-22ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida
2013-03-22Reduce the number of parameters.Kohei Yoshida
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida
2013-03-22More on PutCell() avoidance.Kohei Yoshida
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida
2013-03-22Remove unused methods.Kohei Yoshida
2013-03-22Don't forget to re-paint after undo / redo.Kohei Yoshida
2013-03-22ScUndoPutCell is no longer used.Kohei Yoshida
2013-03-22I think I need to add these just like all the other undo classes do.Kohei Yoshida
2013-03-22Forgot to add break here...Kohei Yoshida
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida
2013-03-22String to OUString.Kohei Yoshida
2013-03-22Remove unused method parameter.Kohei Yoshida
2013-03-22ScDocFunc::PutCell() is no longer used. Remove it.Kohei Yoshida
2013-03-22Another PutCell() gone.Kohei Yoshida
2013-03-22Reduce indentation levels by early bail-out.Kohei Yoshida
2013-03-22Another removal of PutCell().Kohei Yoshida
2013-03-22One less use of PutCell().Kohei Yoshida
2013-03-22This shouldn't be virtual.Kohei Yoshida
2013-03-22Reorganize SetCellText() to avoid PulCell() at the very end.Kohei Yoshida
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida
2013-03-22Do the same for formula cells.Kohei Yoshida
2013-03-22Add SetStringCell() and SetEditCell() to ScDocFunc.Kohei Yoshida
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida
2013-03-22Implement the undo of arbitrary cells. Not used yet.Kohei Yoshida
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida
2013-03-22More on reducing the ScBaseCell usage. That's it for today.Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-03-22More on removing direct use of cell classes...Kohei Yoshida
2013-03-22This comment is no longer valid.Kohei Yoshida
2013-03-22no need to new/delete temporary, stack based auto does itEike Rathke
2013-03-22use input line string length for numeric data length, i#93128Eike Rathke
2013-03-22i#93128# fix data validity checkHerbert Dürr
2013-03-22add databar export testMarkus Mohrhard
2013-03-22add export test for color scalesMarkus Mohrhard
2013-03-22move the include statement to the correct header fileMarkus Mohrhard
2013-03-22remove two unused test filesMarkus Mohrhard