summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-1/+1
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida1-12/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-10fix for fdo#53814 Revert "there should be no need any more for this check"Noel Power1-0/+4
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard1-17/+0
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard1-9/+10
2012-08-27when swaping cols or rows insert notes at the right place, fdo#53979Markus Mohrhard1-19/+30
2012-08-10make more ScTable methods constMarkus Mohrhard1-3/+3
2012-08-10make more methods const in ScTableMarkus Mohrhard1-4/+4
2012-07-16correct but ugly fix for i#118877Markus Mohrhard1-0/+5
2012-07-15Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"Markus Mohrhard1-2/+4
2012-07-13don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard1-4/+2
2012-06-06Use iterators over index access.Kohei Yoshida1-4/+4
2012-06-06Avoid expensive allocation & deallocation of local vector on every call.Kohei Yoshida1-14/+13
2012-04-05small memory leak in table3.cxxMarkus Mohrhard1-1/+2
2012-04-05remove the sort entry limit in table3Markus Mohrhard1-6/+6
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-12/+12
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-12/+12
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-12/+12
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-12/+12
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-12/+12
2012-03-07there should be no need any more for this checkMarkus Mohrhard1-4/+0
2012-03-02add missing loop conditionsMarkus Mohrhard1-0/+2
2012-03-02implement SwapCol and SwapRow for note handling againMarkus Mohrhard1-8/+57
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-0/+17
2012-02-27merge GetString variantsCaolán McNamara1-2/+2
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida1-3/+3
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida1-3/+3
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+0
2012-02-04Replace ScStrCollection with boost::unordered_set.Kohei Yoshida1-16/+11
2012-01-20Mempool size args are unused.Stephan Bergmann1-2/+1
2012-01-09simplify CharClassCaolán McNamara1-4/+4
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-15Resolved fdo#43831 Advanced FILTER incompatible with 3.4.4 documentsEike Rathke1-3/+14
2011-12-12fdo#35539: Don't evaluate error cells as values during filtering.Kohei Yoshida1-0/+6
2011-12-08bnc#656073: Allow filtering by error value.Kohei Yoshida1-1/+6
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-22fdo#43154: Fixed incorrectly query validation.Kohei Yoshida1-1/+1
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida1-11/+1
2011-11-18This was what was screwing with the multi-item query!Kohei Yoshida1-2/+2
2011-11-14This can be const.Kohei Yoshida1-1/+1
2011-11-14Prefer for_each over manual loop.Kohei Yoshida1-43/+54
2011-11-14Adopt lcl_PrepareQuery to multi-item queries.Kohei Yoshida1-16/+20
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida1-24/+11
2011-11-14Make multi-item query possible.Kohei Yoshida1-10/+24
2011-11-14Aggregate all these local functions into a class.Kohei Yoshida1-289/+306
2011-11-14Marking methods const where possible.Kohei Yoshida1-3/+3
2011-11-14Extracted compare-by-value and compare-by-string into functions.Kohei Yoshida1-238/+269
2011-11-14Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida1-17/+0