summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Translations of comments from German into EnglishJohannes Widmer2013-03-232-139/+139
* Put 'm' prefix for data members.Kohei Yoshida2013-03-232-42/+42
* add ODS test for above/below cond format rulesMarkus Mohrhard2013-03-233-0/+34
* fix above/below equal average ods import/exportMarkus Mohrhard2013-03-2311-33/+112
* fix spelling errorMarkus Mohrhard2013-03-234-5/+5
* remove the code for this old test conceptMarkus Mohrhard2013-03-234-147/+0
* Fix the build with OSL_DEBUG_LEVEL > 0.Kohei Yoshida2013-03-231-1/+1
* Remove unused variable.Kohei Yoshida2013-03-221-1/+0
* More ScCellIterator usage conversion. The rest are non-trivial...Kohei Yoshida2013-03-222-151/+145
* More on ScCellIterator usage conversion... Still not done.Kohei Yoshida2013-03-2210-95/+101
* More on reducing direct use of ScBaseCell.Kohei Yoshida2013-03-228-22/+16
* Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida2013-03-2210-66/+225
* More on ScCellIterator conversion... More to come.Kohei Yoshida2013-03-221-38/+37
* ScDBDocFunc is now ScBaseCell-free.Kohei Yoshida2013-03-221-5/+2
* Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida2013-03-224-85/+199
* Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida2013-03-225-6/+0
* Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida2013-03-2213-91/+262
* Simplify ScCellIterator.Kohei Yoshida2013-03-2214-154/+105
* Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida2013-03-225-51/+102
* Remove a variant of PutCell().Kohei Yoshida2013-03-226-30/+16
* Remove direct use of ScBaseCell.Kohei Yoshida2013-03-223-28/+27
* More on reducing use of ScDocument::PutCell().Kohei Yoshida2013-03-226-16/+24
* Don't forget to check for NULL pointer here, else it would crash.Kohei Yoshida2013-03-221-1/+2
* A bit more cleanup...Kohei Yoshida2013-03-221-4/+2
* Why in the world do you need to fully-qualify own member methods !?Kohei Yoshida2013-03-221-12/+10
* This is not used. Be gone.Kohei Yoshida2013-03-222-12/+0
* What the heck is this !? Kill it.Kohei Yoshida2013-03-222-20/+10
* Move ScCellValue into its own header/source files.Kohei Yoshida2013-03-226-143/+184
* Add assign() and commit() methods to make it easier to use this class.Kohei Yoshida2013-03-222-1/+76
* ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida2013-03-223-70/+70
* Modernize ScUndoEnterData a bit.Kohei Yoshida2013-03-224-107/+109
* Reduce the number of parameters.Kohei Yoshida2013-03-224-28/+22
* bInterpret is always set false. Remove it.Kohei Yoshida2013-03-225-12/+8
* More on PutCell() avoidance.Kohei Yoshida2013-03-2211-48/+129
* More on reducing use of ScDocument::PutCell().Kohei Yoshida2013-03-223-23/+22
* Remove unused methods.Kohei Yoshida2013-03-224-69/+0
* Don't forget to re-paint after undo / redo.Kohei Yoshida2013-03-221-0/+2
* ScUndoPutCell is no longer used.Kohei Yoshida2013-03-222-109/+0
* I think I need to add these just like all the other undo classes do.Kohei Yoshida2013-03-221-0/+4
* Forgot to add break here...Kohei Yoshida2013-03-221-0/+3
* More on reducing the use of ScDocument::PutCell().Kohei Yoshida2013-03-2213-68/+105
* String to OUString.Kohei Yoshida2013-03-224-5/+5
* Remove unused method parameter.Kohei Yoshida2013-03-225-18/+15
* ScDocFunc::PutCell() is no longer used. Remove it.Kohei Yoshida2013-03-224-84/+0
* Another PutCell() gone.Kohei Yoshida2013-03-223-24/+37
* Reduce indentation levels by early bail-out.Kohei Yoshida2013-03-221-52/+51
* Another removal of PutCell().Kohei Yoshida2013-03-222-13/+38
* One less use of PutCell().Kohei Yoshida2013-03-223-7/+74
* This shouldn't be virtual.Kohei Yoshida2013-03-221-3/+3
* Reorganize SetCellText() to avoid PulCell() at the very end.Kohei Yoshida2013-03-221-10/+9