summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dociter.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-62/+70
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann1-16/+0
2014-06-25remove whitespaceMarkus Mohrhard1-8/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-24/+0
2014-05-23coverity#707994 Uninitialized scalar fieldCaolán McNamara1-0/+3
2014-05-11fix-includes.pl: scThomas Arnhold1-3/+3
2014-05-10coverity#707994 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-05-10coverity#707996 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-14typo: postion -> positionThomas Arnhold1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-24/+0
2014-04-02coverity#738789 Uninitialized pointer fieldCaolán McNamara1-14/+16
2014-03-19coverity#707994 Uninitialized pointer fieldCaolán McNamara1-5/+9
2014-03-13fdo#75642: Check the high position block correctly.Kohei Yoshida1-1/+3
2014-03-09coverity#707995 Uninitialized scalar fieldCaolán McNamara1-4/+4
2014-03-09coverity#707996 Uninitialized scalar fieldCaolán McNamara1-14/+12
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-27remove unused code in ScCellIteratorNoel Grandin1-10/+0
2014-02-27remove unused code ScDBQueryDataIterator::DataAccessInternal::setPosNoel Grandin1-7/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-11/+11
2014-02-14WaE: private fields 'mnStartRow' and 'mnEndRow' are not usedTor Lillqvist1-3/+1
2014-02-13fdo#74558: Re-implement BinarySearch() to disregard empty cell blocks.Kohei Yoshida1-108/+280
2014-02-07fdo#74507: Ensure that we have non-null pointer to ScColumn.Kohei Yoshida1-1/+1
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida1-4/+5
2014-01-14WaE: unused function 'advanceNonEmptyBlock'Tor Lillqvist1-26/+0
2014-01-14sc: re-work ScHorizontalCellIterator to try to improve performance.Michael Meeks1-80/+155
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke1-7/+15
2014-01-02resolved fdo#73113 not string cell does not mean no string at cellEike Rathke1-3/+21
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke1-1/+61
2013-10-11-Werror,-Wunused-functionStephan Bergmann1-5/+0
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-8/+8
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-5/+5
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