summaryrefslogtreecommitdiffstats
path: root/sc/inc/dociter.hxx
Commit message (Expand)AuthorAgeFilesLines
* sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-2/+2
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* fdo#73148 add options to Calc function AGGREGATEWinfried Donkers2014-07-081-11/+8
* remove whitespaceMarkus Mohrhard2014-06-251-6/+0
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-6/+6
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* whitespace cleanup in scMarkus Mohrhard2014-04-061-2/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-6/+6
* Remove visual noise from scAlexander Wilms2014-03-031-4/+4
* remove unused code in ScCellIteratorNoel Grandin2014-02-271-2/+0
* remove unused code ScDBQueryDataIterator::DataAccessInternal::setPosNoel Grandin2014-02-271-1/+0
* sc: re-work ScHorizontalCellIterator to try to improve performance.Michael Meeks2014-01-141-1/+6
* resolved fdo#72949 evaluate criteria on the query rangeEike Rathke2014-01-031-1/+1
* Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida2013-09-121-2/+2
* These pieces of code are no longer needed.Kohei Yoshida2013-09-011-7/+0
* WaE: private field 'mnIndex' is not usedTor Lillqvist2013-06-251-1/+0
* Prevent crash during on-line spell checking.Kohei Yoshida2013-06-241-0/+7
* Fix the horizontal cell iterator.Kohei Yoshida2013-06-241-2/+0
* Switch to using multi_type_vector for cell storage.Kohei Yoshida2013-06-241-88/+87
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
* More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida2013-03-281-2/+3
* More on killing direct use of ScEditCell.Kohei Yoshida2013-03-281-1/+1
* Remove this hack.Kohei Yoshida2013-03-271-3/+0
* More on killing direct use of cell classes.Kohei Yoshida2013-03-271-1/+1
* Take care of xetable.?xx.Kohei Yoshida2013-03-271-3/+4
* This can return const reference.Kohei Yoshida2013-03-271-1/+1
* By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida2013-03-261-8/+4
* This method no longer used. Good. Remove it.Kohei Yoshida2013-03-261-1/+0
* WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist2013-03-261-1/+1
* Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2013-03-261-0/+3
* Remove a variant of constructor from ScCellIterator.Kohei Yoshida2013-03-261-6/+2
* Query content cell type directly from ScCellIterator.Kohei Yoshida2013-03-261-0/+1
* Remove the last use of GetFirst() & GetNext().Kohei Yoshida2013-03-261-3/+1
* Another one involving cell data validation in detective functionality.Kohei Yoshida2013-03-261-0/+3
* More on ScCellIterator usage migration.Kohei Yoshida2013-03-261-0/+2
* Put 'm' prefix for data members.Kohei Yoshida2013-03-231-5/+5
* More on ScCellIterator usage conversion... Still not done.Kohei Yoshida2013-03-221-1/+1
* Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida2013-03-221-4/+18
* Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida2013-03-221-0/+8
* Simplify ScCellIterator.Kohei Yoshida2013-03-221-13/+5
* make a few more users of ScAttrArray outside of the class constMarkus Mohrhard2013-01-301-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* drop some unused codeCaolán McNamara2012-06-051-1/+0
* targetted revert of tiny unused method cleanupMichael Meeks2012-05-311-0/+1
* unused code in dociterJose Manuel2012-04-251-1/+0
* sal_Bool -> bool in dociter.[ch]xxMarkus Mohrhard2012-03-261-35/+35
* Remove unused codeElton Chung2012-02-051-1/+0
* dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke2011-11-281-0/+36
* Oops I forgot to remove the header include line.Kohei Yoshida2011-11-161-1/+2
* More on reducing header dependency.Kohei Yoshida2011-11-161-1/+5