summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2012-03-24ScDPDateGroupHelper class is no more.Kohei Yoshida1-28/+5
2012-03-23More on avoiding use of date helper.Kohei Yoshida1-4/+0
2012-03-23We don't need date helper in FillGroupValues().Kohei Yoshida1-2/+6
2012-03-23Store the group type (aka date part) with the cache, and use that.Kohei Yoshida1-2/+4
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida1-0/+1
2012-03-23Added dump methods to various classes to make debugging easier.Kohei Yoshida3-1/+16
2012-03-23A little clean up.Kohei Yoshida1-7/+7
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida4-3/+49
2012-03-23Localize the group prefix for pivot table defult group names.Kohei Yoshida1-1/+2
2012-03-22When updating pivot table with groups, we need to clear the table data.Kohei Yoshida1-0/+1
2012-03-19Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt libraryTor Lillqvist1-1/+1
2012-03-19add missing forward declarationsMarkus Mohrhard1-0/+3
2012-03-16Added class description.Kohei Yoshida1-0/+8
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida2-3/+12
2012-03-16New unit test for testing pivot cache.Kohei Yoshida1-1/+1
2012-03-16We don't ever compare equality of two caches.Kohei Yoshida1-2/+0
2012-03-15We don't need these extra order index array; items are already sorted.Kohei Yoshida1-12/+4
2012-03-15Removed unused.Kohei Yoshida1-1/+0
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida1-0/+2
2012-03-15DataListType -> ItemsType.Kohei Yoshida1-4/+4
2012-03-15add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOLMaxime de Roucy1-1/+3
2012-03-14Fix the UNO API for creating a new group dimension.Kohei Yoshida1-0/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2-0/+6
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida3-0/+12
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida1-2/+5
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida1-2/+1
2012-03-12Remove unused code in dpitemdataSantiago Martinez1-2/+0
2012-03-12Remove unused code in dptabresSantiago Martinez1-3/+0
2012-03-12Remove unused code in dpcacheSantiago Martinez1-3/+0
2012-03-12Nobody uses this now.Kohei Yoshida1-8/+0
2012-03-12Get double-click drill-down of pivot data to work again.Kohei Yoshida1-12/+9
2012-03-09vector and rtl::Reference over manual ref-counting.Kohei Yoshida1-1/+3
2012-03-09These don't have to be virtual.Kohei Yoshida1-2/+2
2012-03-09Keep vector as vector.Kohei Yoshida1-1/+1
2012-03-09Store only one number format per field.Kohei Yoshida1-1/+1
2012-03-09Some header cleanup.Kohei Yoshida2-6/+9
2012-03-09Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida1-2/+3
2012-03-09Use flat_segment_tree to store the empty row flags.Kohei Yoshida1-2/+3
2012-03-09IsValid() is superfluous.Kohei Yoshida1-1/+0
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida2-1/+1
2012-03-09Correct equality check & disable Dump() for normal build.Kohei Yoshida1-1/+1
2012-03-09Apparently nobody uses Hash() anymore.Kohei Yoshida1-2/+0
2012-03-09-Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann2-2/+2
2012-03-09Even more cleanup and fixing.Kohei Yoshida2-5/+2
2012-03-09Populate group dimensions directly to the cache.Kohei Yoshida4-17/+28
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida4-8/+19
2012-03-09Properly display grouped range values for range-based grouping.Kohei Yoshida5-9/+17
2012-03-09Get number-grouping to work again.Kohei Yoshida1-4/+3
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida2-8/+14
2012-03-09Display special first/last date names correctly.Kohei Yoshida7-24/+65