summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-03-25a few more cases where we should close the doc after the testMarkus Mohrhard
2013-03-25Warning: unused variable 'rStrExp' [loplugin]Tor Lillqvist
2013-03-24close documents at the end of the testMarkus Mohrhard
2013-03-24remove unused variablesMarkus Mohrhard
2013-03-24let us move this out of the conditionMarkus Mohrhard
2013-03-24we can stop the loop as soon as we found somethingMarkus Mohrhard
2013-03-24URM_INSDEL we need to update the src position, fdo#62206Markus Mohrhard
2013-03-24simplify the position update code in ScFormulaCell::UpdateReferenceMarkus Mohrhard
2013-03-24sal_Bool -> bool in address.cxxMarkus Mohrhard
2013-03-24simplify the use of nMaxTab a bitMarkus Mohrhard
2013-03-24it is enough to check at the end if pos changedMarkus Mohrhard
2013-03-24use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calcMarkus Mohrhard
2013-03-23Translations of comments from German into EnglishJohannes Widmer
2013-03-23Put 'm' prefix for data members.Kohei Yoshida
2013-03-23add ODS test for above/below cond format rulesMarkus Mohrhard
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard
2013-03-23fix spelling errorMarkus Mohrhard
2013-03-23remove the code for this old test conceptMarkus Mohrhard
2013-03-23Fix the build with OSL_DEBUG_LEVEL > 0.Kohei Yoshida
2013-03-22Remove unused variable.Kohei Yoshida
2013-03-22More ScCellIterator usage conversion. The rest are non-trivial...Kohei Yoshida
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
2013-03-22More on ScCellIterator conversion... More to come.Kohei Yoshida
2013-03-22ScDBDocFunc is now ScBaseCell-free.Kohei Yoshida
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida
2013-03-22Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida
2013-03-22Simplify ScCellIterator.Kohei Yoshida
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida
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