summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dociter.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-1/+2
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida1-10/+8
2013-09-01These pieces of code are no longer needed.Kohei Yoshida1-11/+0
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-5/+5
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-06-27Move a common if statement into the function.Kohei Yoshida1-6/+8
2013-06-27Avoid redundant if branches.Kohei Yoshida1-5/+3
2013-06-25The horizontal cell iterator was *still* broken. Let's fix it again.Kohei Yoshida1-3/+3
2013-06-25WaE: implicit conversion of NULL constant to 'bool'Tor Lillqvist1-1/+1
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida1-5/+23
2013-06-24Turns out ScHorizontalIterator was still broken. Fix it for real.Kohei Yoshida1-12/+21
2013-06-24Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida1-2/+2
2013-06-24Fix the horizontal cell iterator.Kohei Yoshida1-22/+61
2013-06-24Don't forget to return true if we are successful.Kohei Yoshida1-0/+1
2013-06-24Don't bail out on good condition.Kohei Yoshida1-1/+1
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-654/+610
2013-06-02preparations for inherited number format removalMarkus Mohrhard1-23/+2
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-5/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-0/+1
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-2/+2
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida1-11/+12
2013-03-27Remove this hack.Kohei Yoshida1-5/+0
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida1-16/+15
2013-03-27More on killing direct use of cell classes.Kohei Yoshida1-25/+3
2013-03-27Take care of xetable.?xx.Kohei Yoshida1-3/+12
2013-03-27This can return const reference.Kohei Yoshida1-1/+1
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida1-140/+47
2013-03-26This method no longer used. Good. Remove it.Kohei Yoshida1-7/+0
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-0/+35
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida1-16/+0
2013-03-26Query content cell type directly from ScCellIterator.Kohei Yoshida1-0/+5
2013-03-26Remove the last use of GetFirst() & GetNext().Kohei Yoshida1-64/+0
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida1-0/+5
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida1-1/+25
2013-03-23Put 'm' prefix for data members.Kohei Yoshida1-37/+37
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-2/+15
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida1-23/+156
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-1/+106
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-92/+54
2013-03-13Translate German comments, clean up some whitespaceChris1-92/+89
2013-03-03coverity#735378: fix copy&paste errorMarkus Mohrhard1-1/+1
2013-01-30unfriend this class and the methodMarkus Mohrhard1-4/+10
2013-01-30make a few more users of ScAttrArray outside of the class constMarkus Mohrhard1-5/+5
2012-12-22C4701: potentially uninitialized local variable 'bTestEqualCondition' usedTor Lillqvist1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-5/+5
2012-09-26don't access out of bound array index, fdo#55022Markus Mohrhard1-1/+5