summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-03-25fdo#51296 Patch accounts security setting requiring ctrl+click for hyperlinks.Akash Shetye1-4/+17
2013-03-25a few more cases where we should close the doc after the testMarkus Mohrhard1-0/+8
2013-03-25Warning: unused variable 'rStrExp' [loplugin]Tor Lillqvist1-1/+0
2013-03-24close documents at the end of the testMarkus Mohrhard2-0/+15
2013-03-24remove unused variablesMarkus Mohrhard1-4/+0
2013-03-24let us move this out of the conditionMarkus Mohrhard1-2/+2
2013-03-24we can stop the loop as soon as we found somethingMarkus Mohrhard1-0/+1
2013-03-24URM_INSDEL we need to update the src position, fdo#62206Markus Mohrhard1-6/+15
2013-03-24simplify the position update code in ScFormulaCell::UpdateReferenceMarkus Mohrhard1-41/+2
2013-03-24sal_Bool -> bool in address.cxxMarkus Mohrhard1-3/+3
2013-03-24simplify the use of nMaxTab a bitMarkus Mohrhard1-3/+3
2013-03-24it is enough to check at the end if pos changedMarkus Mohrhard1-3/+1
2013-03-24use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calcMarkus Mohrhard1-2/+2
2013-03-23Translations of comments from German into EnglishJohannes Widmer2-139/+139
2013-03-23Put 'm' prefix for data members.Kohei Yoshida2-42/+42
2013-03-23add ODS test for above/below cond format rulesMarkus Mohrhard3-0/+34
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard11-33/+112
2013-03-23fix spelling errorMarkus Mohrhard4-5/+5
2013-03-23remove the code for this old test conceptMarkus Mohrhard4-147/+0
2013-03-23Fix the build with OSL_DEBUG_LEVEL > 0.Kohei Yoshida1-1/+1
2013-03-22Remove unused variable.Kohei Yoshida1-1/+0
2013-03-22More ScCellIterator usage conversion. The rest are non-trivial...Kohei Yoshida2-151/+145
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida10-95/+101
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida8-22/+16
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
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida6-143/+184
2013-03-22Add assign() and commit() methods to make it easier to use this class.Kohei Yoshida2-1/+76
2013-03-22ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida3-70/+70
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida4-107/+109
2013-03-22Reduce the number of parameters.Kohei Yoshida4-28/+22
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida5-12/+8
2013-03-22More on PutCell() avoidance.Kohei Yoshida11-48/+129
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida3-23/+22
2013-03-22Remove unused methods.Kohei Yoshida4-69/+0
2013-03-22Don't forget to re-paint after undo / redo.Kohei Yoshida1-0/+2