summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-28tdf#89436 ScHorizontalAttrIterator cleanupLászló Németh1-1/+4
2015-02-17tdf#89436 fix ScHorizontalAttrIterator performanceLászló Németh1-0/+3
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-11/+8
2014-06-25remove whitespaceMarkus Mohrhard1-6/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-6/+6
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-03-03Remove visual noise from scAlexander Wilms1-4/+4
2014-02-27remove unused code in ScCellIteratorNoel Grandin1-2/+0
2014-02-27remove unused code ScDBQueryDataIterator::DataAccessInternal::setPosNoel Grandin1-1/+0
2014-01-14sc: re-work ScHorizontalCellIterator to try to improve performance.Michael Meeks1-1/+6
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke1-1/+1
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida1-2/+2
2013-09-01These pieces of code are no longer needed.Kohei Yoshida1-7/+0
2013-06-25WaE: private field 'mnIndex' is not usedTor Lillqvist1-1/+0
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida1-0/+7
2013-06-24Fix the horizontal cell iterator.Kohei Yoshida1-2/+0
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-88/+87
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida1-2/+3
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida1-1/+1
2013-03-27Remove this hack.Kohei Yoshida1-3/+0
2013-03-27More on killing direct use of cell classes.Kohei Yoshida1-1/+1
2013-03-27Take care of xetable.?xx.Kohei Yoshida1-3/+4
2013-03-27This can return const reference.Kohei Yoshida1-1/+1
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida1-8/+4
2013-03-26This method no longer used. Good. Remove it.Kohei Yoshida1-1/+0
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist1-1/+1
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-0/+3
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida1-6/+2
2013-03-26Query content cell type directly from ScCellIterator.Kohei Yoshida1-0/+1
2013-03-26Remove the last use of GetFirst() & GetNext().Kohei Yoshida1-3/+1
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida1-0/+3
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida1-0/+2
2013-03-23Put 'm' prefix for data members.Kohei Yoshida1-5/+5
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-1/+1
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida1-4/+18
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-0/+8
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-13/+5
2013-01-30make a few more users of ScAttrArray outside of the class constMarkus Mohrhard1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-05drop some unused codeCaolán McNamara1-1/+0
2012-05-31targetted revert of tiny unused method cleanupMichael Meeks1-0/+1
2012-04-25unused code in dociterJose Manuel1-1/+0
2012-03-26sal_Bool -> bool in dociter.[ch]xxMarkus Mohrhard1-35/+35
2012-02-05Remove unused codeElton Chung1-1/+0
2011-11-28dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke1-0/+36