summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-16Oops I forgot to remove the header include line.Kohei Yoshida1-1/+2
2011-11-16More on reducing header dependency.Kohei Yoshida1-1/+5
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-46/+46
2011-03-13translate german comments in /sc/incNicolas Christener1-8/+0
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-46/+46
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-48/+48
2011-01-09translate some commentsChristina Roßmanith1-19/+20
2010-12-05Replace all occured, occurance etc.Takeshi Abe1-2/+2
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+2
2010-10-01Ported calc-perf-import-dbf-sc.diff from ooo-buildKohei Yoshida1-0/+39
2010-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm1-4/+0
2010-06-23koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387...obo1-0/+19
2010-02-26calctabcolor: #i109365# Removed some of unused methods.Kohei Yoshida1-3/+0
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2010-01-08kohei03: A little more change to keep MacIntel happy.Kohei Yoshida1-0/+2
2010-01-07kohei03: Worked around a build error on MacIntel.Kohei Yoshida1-0/+4
2009-09-16last cleanup - use vector to store an array of ScQueryEntry, instead of the o...Kohei Yoshida1-4/+4
2009-09-16Moved the string flag from the iterator to the query param struct.Kohei Yoshida1-4/+0
2009-09-16renamed: ScDBQueryValueIterator -> ScDBQueryDataIterator.Kohei Yoshida1-6/+6
2009-09-16changed signature of ScDBQueryValueIterator's methods to allow retrieving str...Kohei Yoshida1-14/+26