summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2012-03-19add missing forward declarationsMarkus Mohrhard
2012-03-16Added class description.Kohei Yoshida
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida
2012-03-16New unit test for testing pivot cache.Kohei Yoshida
2012-03-16We don't ever compare equality of two caches.Kohei Yoshida
2012-03-15We don't need these extra order index array; items are already sorted.Kohei Yoshida
2012-03-15Removed unused.Kohei Yoshida
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida
2012-03-15DataListType -> ItemsType.Kohei Yoshida
2012-03-15add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOLMaxime de Roucy
2012-03-14Fix the UNO API for creating a new group dimension.Kohei Yoshida
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida
2012-03-12Remove unused code in dpitemdataSantiago Martinez
2012-03-12Remove unused code in dptabresSantiago Martinez
2012-03-12Remove unused code in dpcacheSantiago Martinez
2012-03-12Nobody uses this now.Kohei Yoshida
2012-03-12Get double-click drill-down of pivot data to work again.Kohei Yoshida
2012-03-09vector and rtl::Reference over manual ref-counting.Kohei Yoshida
2012-03-09These don't have to be virtual.Kohei Yoshida
2012-03-09Keep vector as vector.Kohei Yoshida
2012-03-09Store only one number format per field.Kohei Yoshida
2012-03-09Some header cleanup.Kohei Yoshida
2012-03-09Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida
2012-03-09Use flat_segment_tree to store the empty row flags.Kohei Yoshida
2012-03-09IsValid() is superfluous.Kohei Yoshida
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida
2012-03-09Correct equality check & disable Dump() for normal build.Kohei Yoshida
2012-03-09Apparently nobody uses Hash() anymore.Kohei Yoshida
2012-03-09-Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann
2012-03-09Even more cleanup and fixing.Kohei Yoshida
2012-03-09Populate group dimensions directly to the cache.Kohei Yoshida
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida
2012-03-09Properly display grouped range values for range-based grouping.Kohei Yoshida
2012-03-09Get number-grouping to work again.Kohei Yoshida
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida
2012-03-09Display special first/last date names correctly.Kohei Yoshida
2012-03-09More on correctly formatting grouped values.Kohei Yoshida
2012-03-09Make sure to clear group field data when reloading the cache.Kohei Yoshida
2012-03-09Fixed TestInclude for reverse-sorted dimensions.Kohei Yoshida
2012-03-09Display date group values correctly.Kohei Yoshida
2012-03-09Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida
2012-03-09At least pass all unit tests.Kohei Yoshida
2012-03-09Custom copy constructor and assignment operator to fix segfault.Kohei Yoshida
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida
2012-03-09Date field is now determined outside of ScDPItemData.Kohei Yoshida
2012-03-09ScDPItemData no longer stores number format.Kohei Yoshida
2012-03-09We don't need the date part flag.Kohei Yoshida