summaryrefslogtreecommitdiff
path: root/sc/inc/dpitemdata.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida1-3/+3
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-6/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-15fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi1-1/+0
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida1-0/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida1-1/+1
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida1-1/+2
2012-07-08removed unused includesTakeshi Abe1-4/+0
2012-07-03fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida1-0/+1
2012-06-23removed unused forward declarations of classTakeshi Abe1-2/+0
2012-04-24Remove unused code in dpitemdata.Santiago Martinez1-2/+0
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida1-3/+2
2012-03-16Added class description.Kohei Yoshida1-0/+8
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida1-3/+7
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida1-0/+2
2012-03-12Remove unused code in dpitemdataSantiago Martinez1-2/+0
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-09Properly display grouped range values for range-based grouping.Kohei Yoshida1-1/+6
2012-03-09Display special first/last date names correctly.Kohei Yoshida1-0/+3
2012-03-09Display date group values correctly.Kohei Yoshida1-1/+1
2012-03-09Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida1-0/+7
2012-03-09Custom copy constructor and assignment operator to fix segfault.Kohei Yoshida1-0/+3
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida1-44/+30
2012-03-09Date field is now determined outside of ScDPItemData.Kohei Yoshida1-2/+0
2012-03-09ScDPItemData no longer stores number format.Kohei Yoshida1-5/+4
2012-03-09We don't need the date part flag.Kohei Yoshida1-4/+2
2012-03-09mnDatePart in ScDPItemData not used in any meaningful way. Removed.Kohei Yoshida1-6/+1
2012-02-28Simplified it a bit.Kohei Yoshida1-1/+1
2012-02-09String to rtl::OUString.Kohei Yoshida1-7/+9
2012-02-09Moved ScDPItemData into own files.Kohei Yoshida1-0/+123