summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-03-23add ODS test for above/below cond format rulesMarkus Mohrhard
Change-Id: I6ce6292a490ef39c111aa7f4c0a5ada0d45c16bc
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard
Change-Id: I1c305c67772b46cede6b4da3e79578f2f1a8ee89
2013-03-23fix spelling errorMarkus Mohrhard
Change-Id: I700f25f16ab77212c1f3fdc4be1eb24f4c614c30
2013-03-23remove the code for this old test conceptMarkus Mohrhard
Change-Id: I4c9c383cffa2cfadbee32ec1e19af4b569b13f0c
2013-03-23Fix the build with OSL_DEBUG_LEVEL > 0.Kohei Yoshida
Change-Id: I4633df8ffafe10397bf80d9b0f5c20aa0ed36416
2013-03-22Remove unused variable.Kohei Yoshida
Change-Id: Ibb79f153799ac98d29bd2391c8903b00bb153956
2013-03-22More ScCellIterator usage conversion. The rest are non-trivial...Kohei Yoshida
Change-Id: I965e023d00306334f2b1aa7d3d92c90d44769b76
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida
Change-Id: I5023a57f3a089f1af7cd7fe53f57f82c60eb2b65
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida
Change-Id: Ic59376eea086802f173e590faf2693b646db3feb
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
ScCellValue copies the cell value. Let's not use it in ScCellIterator. Change-Id: Id478b607c702077751878f557b8779c98b68db28
2013-03-22More on ScCellIterator conversion... More to come.Kohei Yoshida
Change-Id: I7b80e8418e8f5ea4ea64f4f05c3709aaf8606bad
2013-03-22ScDBDocFunc is now ScBaseCell-free.Kohei Yoshida
Change-Id: I666886c737b118b30faff6c3763d40c1c4b7fca7
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida
Change-Id: I8b39adaaff3874e26709579530fb74b2bf0543be
2013-03-22Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida
Change-Id: I7b9b221c3536c94fbf56c9b5230e62927efe6e1f
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida
But of course such migration has to be done in gradual steps. For now, ScCellIterator supports both methods. Change-Id: I40cd8969b05598fe20916e43a5537217e824d418
2013-03-22Simplify ScCellIterator.Kohei Yoshida
Change-Id: I33b10e68434fe0047f8e7c3959b87a51f3460d29
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida
Change-Id: Icdbf2af7bc552bc8f4914cc8bd036ed45934c461
2013-03-22Remove a variant of PutCell().Kohei Yoshida
Change-Id: I6100d30954536a3683be69363f1fc13d54cacfef
2013-03-22Remove direct use of ScBaseCell.Kohei Yoshida
Change-Id: I6b36e2f16ab76c146572f36393aaa0e3df951d7a
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida
Change-Id: I7a911f13cddea829884aa9558d3be6a5e281c144
2013-03-22Don't forget to check for NULL pointer here, else it would crash.Kohei Yoshida
Change-Id: I497a8f5a6210e0b03fb12adc376cfa3a11d2d47c
2013-03-22A bit more cleanup...Kohei Yoshida
Change-Id: I559ef1e8189002ea4ee4e543b5a3aebc0aa17674
2013-03-22Why in the world do you need to fully-qualify own member methods !?Kohei Yoshida
Change-Id: Iaaafa2d3c214f83f9c48edd80da20da34f30358c
2013-03-22This is not used. Be gone.Kohei Yoshida
Change-Id: Ia5c7d914ca93826dcd2b7387d7cea58f90a225f2
2013-03-22What the heck is this !? Kill it.Kohei Yoshida
Change-Id: Iceecf6129977241847711488d116ebddaf639e24
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida
This can be used outside the undo code, like change tracking code. Change-Id: Iad936acef0dacbd19d8c179da4713b1cdc7f9c84
2013-03-22Add assign() and commit() methods to make it easier to use this class.Kohei Yoshida
Change-Id: Ia9c2fe3fea3dfeef0410e8c430d5953a66b0cba1
2013-03-22ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida
I could use this in other undo classes. Change-Id: I721ab2b67810af21ddbbb711c268783b73904e48
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida
Change-Id: I2cf86a445b4820ec89fc610e8e4eec7862195d21
2013-03-22Reduce the number of parameters.Kohei Yoshida
Change-Id: I0424ca0da103cdcf3f76b6b7afe25cc0ad230bc2
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida
Change-Id: I067f8eb4b81231e3ea7f084a6608c29e0dfeaf2b
2013-03-22More on PutCell() avoidance.Kohei Yoshida
Change-Id: I9166a00f1aadd4bfcb9dc46ef794cd53c19f5692
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida
Change-Id: Ibcbb8690c96c176a31563e7b833fa66412888cb6
2013-03-22Remove unused methods.Kohei Yoshida
Change-Id: I8a7b5513e136a632950c3d41f62020f6b68203ef
2013-03-22Don't forget to re-paint after undo / redo.Kohei Yoshida
Change-Id: If4914265ce2ed2e614d4887cc12f15eb97bd076f
2013-03-22ScUndoPutCell is no longer used.Kohei Yoshida
Change-Id: I9ccefaaf71c4a39c0d28155f6b38e72cfc909ca2
2013-03-22I think I need to add these just like all the other undo classes do.Kohei Yoshida
Change-Id: Ia5dc41027c144b771a4071a35b7ed699ea00cfb0
2013-03-22Forgot to add break here...Kohei Yoshida
Change-Id: I4350c05bdf72c9b582da3b156dc398ea407efa24
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida
I'm getting tired of this already... Change-Id: I77c4f82fc61c9371e8a07fa559088851667949d6
2013-03-22String to OUString.Kohei Yoshida
Change-Id: Ib31cd61f960a73924988aa35c24e106cf668b78b
2013-03-22Remove unused method parameter.Kohei Yoshida
Change-Id: Ib297f38ab5428f4251d5f482c87bcac926250aa9
2013-03-22ScDocFunc::PutCell() is no longer used. Remove it.Kohei Yoshida
Change-Id: Id76a8cfe2d67c3461aab6ea0bb71a99abba65e84
2013-03-22Another PutCell() gone.Kohei Yoshida
Change-Id: I9ea44c38b13f2158aa1fb25cf6d1d50abe78e4a5
2013-03-22Reduce indentation levels by early bail-out.Kohei Yoshida
Change-Id: Ief345d48750250150836097af2072fb030aa4505
2013-03-22Another removal of PutCell().Kohei Yoshida
Change-Id: I1519ed62f623770f690385cb725e5d1e9a636e48
2013-03-22One less use of PutCell().Kohei Yoshida
Change-Id: I10120476e3bb17c330fa8a59ae51ac7d4573d937
2013-03-22This shouldn't be virtual.Kohei Yoshida
Change-Id: Ic15f96a71b7c315ab94ceed808c348cd6fe535df
2013-03-22Reorganize SetCellText() to avoid PulCell() at the very end.Kohei Yoshida
Change-Id: Ib5244cbbb81a1dbc20fbf4a63679a862ede525ff
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida
Due to the complexity of the formula cell class, we'll keep this cell class until further notice. Change-Id: I0e11d0aa6ca2ee959a1963c606ad0684aeec27ed
2013-03-22Do the same for formula cells.Kohei Yoshida
Change-Id: Ia17079042ee4e17fb5b6abe8ae18b7838b68c7c1