summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
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-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-22we need to copy the formula cell as wellMarkus Mohrhard
2013-03-22prevent crash if formula is emptyMarkus Mohrhard
2013-03-22this return value is always trueMarkus Mohrhard
2013-03-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard
2013-03-21-Werror=unused-parameterStephan Bergmann
2013-03-21fdo#55430 allowing click-from-textmode without causing fdo#61025Lennard Wasserthal
2013-03-20fdo#39468: Translated German commentsgerhard oettl
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-20fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin
2013-03-19coverity#735382 Copy-paste errorJulien Nabet
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida
2013-03-19calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks