summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-05-30Implemented formula group count statisticBenjamin Ni
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks
2015-04-10wrap some more OutputDevice in VclPtrNoel Grandin
2015-02-28tdf#89436 ScHorizontalAttrIterator cleanupLászló Németh
2015-02-17tdf#89436 fix ScHorizontalAttrIterator performanceLászló Németh
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-01typo: more then -> more thanTakeshi Abe
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-27remove unused code in ScCellIteratorNoel Grandin
2014-02-27remove unused code ScDBQueryDataIterator::DataAccessInternal::setPosNoel Grandin
2014-01-14sc: re-work ScHorizontalCellIterator to try to improve performance.Michael Meeks
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida
2013-09-01These pieces of code are no longer needed.Kohei Yoshida
2013-06-25WaE: private field 'mnIndex' is not usedTor Lillqvist
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida
2013-06-24Fix the horizontal cell iterator.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida
2013-03-27Remove this hack.Kohei Yoshida
2013-03-27More on killing direct use of cell classes.Kohei Yoshida
2013-03-27Take care of xetable.?xx.Kohei Yoshida
2013-03-27This can return const reference.Kohei Yoshida
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida
2013-03-26This method no longer used. Good. Remove it.Kohei Yoshida
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida
2013-03-26Query content cell type directly from ScCellIterator.Kohei Yoshida
2013-03-26Remove the last use of GetFirst() & GetNext().Kohei Yoshida
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida
2013-03-23Put 'm' prefix for data members.Kohei Yoshida
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida
2013-03-22Simplify ScCellIterator.Kohei Yoshida
2013-01-30make a few more users of ScAttrArray outside of the class constMarkus Mohrhard