summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpgroup.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-15fdo#63998: Filtering by page fields to work again.Kohei Yoshida1-115/+185
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida1-3/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+2
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-15Add a quick way to dump the content of pivot table result tree.Kohei Yoshida1-1/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida1-1/+1
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida1-21/+21
2012-09-18Use mdds::flat_segment_tree to store row flags.Kohei Yoshida1-1/+5
2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida1-2/+2
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida1-0/+5
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-9/+9
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-9/+0
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-0/+9
2012-04-04WaE: unused functionTor Lillqvist1-9/+0
2012-03-24ScDPDateGroupHelper class is no more.Kohei Yoshida1-82/+17
2012-03-23More on avoiding use of date helper.Kohei Yoshida1-23/+27
2012-03-23We don't need date helper in FillGroupValues().Kohei Yoshida1-6/+17
2012-03-23Store the group type (aka date part) with the cache, and use that.Kohei Yoshida1-3/+4
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida1-6/+6
2012-03-23Added dump methods to various classes to make debugging easier.Kohei Yoshida1-5/+23
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida1-0/+5
2012-03-13Get drill-down by double-click to work with number-grouped data.Kohei Yoshida1-12/+57
2012-03-12Get double-click drill-down of pivot data to work again.Kohei Yoshida1-48/+43
2012-03-09Keep vector as vector.Kohei Yoshida1-13/+14
2012-03-09Use the common method over the local clone.Kohei Yoshida1-75/+2
2012-03-09-Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann1-5/+2
2012-03-09Cleaned up code.Kohei Yoshida1-42/+0
2012-03-09Populate group dimensions directly to the cache.Kohei Yoshida1-195/+8
2012-03-09Get normal grouping to work again.Kohei Yoshida1-48/+19
2012-03-09Some adjustments.Kohei Yoshida1-25/+25
2012-03-09Properly display grouped range values for range-based grouping.Kohei Yoshida1-164/+24
2012-03-09These functions are no longer used.Kohei Yoshida1-29/+1
2012-03-09Get number-grouping to work again.Kohei Yoshida1-58/+63
2012-03-09More scope reduction.Kohei Yoshida1-84/+85
2012-03-09We can't deal with "date" field mixed with ordinary strings.Kohei Yoshida1-6/+1
2012-03-09Scope reduction.Kohei Yoshida1-88/+87
2012-03-09Removed most of my debug statements.Kohei Yoshida1-25/+1
2012-03-09Display special first/last date names correctly.Kohei Yoshida1-36/+13
2012-03-09Display date group values correctly.Kohei Yoshida1-61/+1
2012-03-09Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida1-37/+59
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida1-84/+132
2012-03-09ScDPItemData no longer stores number format.Kohei Yoshida1-10/+5
2012-03-09We don't need the date part flag.Kohei Yoshida1-2/+2
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist1-0/+1
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida1-48/+52
2012-02-28Fix indentation.Kohei Yoshida1-150/+150
2012-02-10String to rtl::OUString.Kohei Yoshida1-4/+4
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+0